Home
last modified time | relevance | path

Searched refs:G_Y_OFF (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Djccolext.c61 outptr0[col] = (JSAMPLE)((ctab[r + R_Y_OFF] + ctab[g + G_Y_OFF] + in LOCAL()
108 outptr[col] = (JSAMPLE)((ctab[r + R_Y_OFF] + ctab[g + G_Y_OFF] + in LOCAL()
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; in rgb_ycc_start()
407 outptr0[col] = (JSAMPLE)((ctab[r + R_Y_OFF] + ctab[g + G_Y_OFF] + in cmyk_ycck_convert()
Djdcolor.c88 #define G_Y_OFF (1 * (MAXJSAMPLE + 1)) /* offset to G => Y section */ macro
315 rgb_y_tab[i + G_Y_OFF] = FIX(0.58700) * i; in build_rgb_y_table()
348 outptr[col] = (JSAMPLE)((ctab[r + R_Y_OFF] + ctab[g + G_Y_OFF] + in rgb_gray_convert()