Searched refs:G_Y_OFF (Results 1 - 4 of 4) sorted by relevance

/external/libjpeg-turbo/
H A Djccolext.c62 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
112 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
H A Djccolor.c77 #define G_Y_OFF (1*(MAXJSAMPLE+1)) /* offset to G => Y section */ macro
211 rgb_ycc_tab[i+G_Y_OFF] = FIX(0.58700) * i;
412 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
H A Djdcolor.c88 #define G_Y_OFF (1*(MAXJSAMPLE+1)) /* offset to G => Y section */ macro
316 rgb_y_tab[i+G_Y_OFF] = FIX(0.58700) * i;
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.c70 #define G_Y_OFF (1*(MAXJSAMPLE+1)) /* offset to G => Y section */ macro
99 rgb_ycc_tab[i+G_Y_OFF] = FIX(0.58700) * i;
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 110 milliseconds