Searched defs:B_Y_OFF (Results 1 - 3 of 3) sorted by relevance

/external/libjpeg-turbo/
H A Djccolor.c78 #define B_Y_OFF (2*(MAXJSAMPLE+1)) /* etc. */ macro
212 rgb_ycc_tab[i+B_Y_OFF] = FIX(0.11400) * i + ONE_HALF;
412 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
H A Djdcolor.c89 #define B_Y_OFF (2*(MAXJSAMPLE+1)) /* etc. */ macro
317 rgb_y_tab[i+B_Y_OFF] = FIX(0.11400) * i + ONE_HALF;
351 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jccolor.c71 #define B_Y_OFF (2*(MAXJSAMPLE+1)) /* etc. */ macro
100 rgb_ycc_tab[i+B_Y_OFF] = FIX(0.11400) * i + ONE_HALF;
160 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
209 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
258 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])

Completed in 153 milliseconds