Searched defs:G_Y_OFF (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Djccolor.c75 #define G_Y_OFF (1*(MAXJSAMPLE+1)) /* offset to G => Y section */ macro
209 rgb_ycc_tab[i+G_Y_OFF] = FIX(0.58700) * i;
410 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
H A Djdcolor.c86 #define G_Y_OFF (1*(MAXJSAMPLE+1)) /* offset to G => Y section */ macro
314 rgb_y_tab[i+G_Y_OFF] = FIX(0.58700) * i;
349 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jccolor.c71 #define G_Y_OFF (1*(MAXJSAMPLE+1)) /* offset to G => Y section */ macro
100 rgb_ycc_tab[i+G_Y_OFF] = FIX(0.58700) * i;
161 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
210 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
259 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
/external/jpeg/
H A Djccolor.c72 #define G_Y_OFF (1*(MAXJSAMPLE+1)) /* offset to G => Y section */ macro
101 rgb_ycc_tab[i+G_Y_OFF] = FIX(0.58700) * i;
162 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
211 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
260 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
/external/qemu/distrib/jpeg-6b/
H A Djccolor.c72 #define G_Y_OFF (1*(MAXJSAMPLE+1)) /* offset to G => Y section */ macro
101 rgb_ycc_tab[i+G_Y_OFF] = FIX(0.58700) * i;
162 ((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])
255 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
304 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])
353 ((ctab[r+R_Y_OFF] + ctab[g+G_Y_OFF] + ctab[b+B_Y_OFF])

Completed in 283 milliseconds