summaryrefslogtreecommitdiffstats
path: root/include/bmpjpeg.h
blob: 72fba927389740be4693482b67f276874bef436c (plain)
1
2
3
void BMPto8x8AndYCbCr(int Start_x, int Start_y, int ImageSize_x, int ImageSize_y, int offset, unsigned char depth ,unsigned char *Image, unsigned char *blok8x8);
void YCbCrAnd8x8toBMP(int Start_x, int Start_y, int ImageSize_x, int ImageSize_y, int offset, unsigned char depth ,unsigned char *Image, unsigned char *blok8x8);