Searched refs:RGB_RED (Results 1 – 6 of 6) sorted by relevance
282 outptr[RGB_RED] = range_limit[y + cred]; in h2v1_merged_upsample()287 outptr[RGB_RED] = range_limit[y + cred]; in h2v1_merged_upsample()300 outptr[RGB_RED] = range_limit[y + cred]; in h2v1_merged_upsample()481 outptr0[RGB_RED] = range_limit[y + cred]; in h2v2_merged_upsample()486 outptr0[RGB_RED] = range_limit[y + cred]; in h2v2_merged_upsample()491 outptr1[RGB_RED] = range_limit[y + cred]; in h2v2_merged_upsample()496 outptr1[RGB_RED] = range_limit[y + cred]; in h2v2_merged_upsample()509 outptr0[RGB_RED] = range_limit[y + cred]; in h2v2_merged_upsample()513 outptr1[RGB_RED] = range_limit[y + cred]; in h2v2_merged_upsample()
336 #define RGB_RED 0 /* Offset of Red in an RGB scanline element */ macro
151 r = GETJSAMPLE(inptr[RGB_RED]); in rgb_ycc_convert()205 r = GETJSAMPLE(inptr[RGB_RED]); in rgb_gray_convert()
168 outptr[RGB_RED] = range_limit[y + Crrtab[cr]]; in ycc_rgb_convert()209 outptr[RGB_RED] = range_limit[y + Crrtab[cr]]; in ycc_rgba_8888_convert()570 outptr[RGB_RED] = outptr[RGB_GREEN] = outptr[RGB_BLUE] = inptr[col]; in gray_rgb_convert()591 outptr[RGB_RED] = outptr[RGB_GREEN] = outptr[RGB_BLUE] = inptr[col]; in gray_rgba_8888_convert()
84 #if RGB_RED == 093 #if RGB_RED == 2457 #if RGB_RED == 0 in median_cut()
196 static const int RGB_order[3] = { RGB_GREEN, RGB_RED, RGB_BLUE }; in select_ncolors()