Lines Matching refs:GETJSAMPLE
164 y = GETJSAMPLE(inptr0[col]); in ycc_rgb_convert()
165 cb = GETJSAMPLE(inptr1[col]); in ycc_rgb_convert()
166 cr = GETJSAMPLE(inptr2[col]); in ycc_rgb_convert()
205 y = GETJSAMPLE(inptr0[col]); in ycc_rgba_8888_convert()
206 cb = GETJSAMPLE(inptr1[col]); in ycc_rgba_8888_convert()
207 cr = GETJSAMPLE(inptr2[col]); in ycc_rgba_8888_convert()
249 y = GETJSAMPLE(*inptr0++); in ycc_rgb_565_convert()
250 cb = GETJSAMPLE(*inptr1++); in ycc_rgb_565_convert()
251 cr = GETJSAMPLE(*inptr2++); in ycc_rgb_565_convert()
261 y = GETJSAMPLE(*inptr0++); in ycc_rgb_565_convert()
262 cb = GETJSAMPLE(*inptr1++); in ycc_rgb_565_convert()
263 cr = GETJSAMPLE(*inptr2++); in ycc_rgb_565_convert()
269 y = GETJSAMPLE(*inptr0++); in ycc_rgb_565_convert()
270 cb = GETJSAMPLE(*inptr1++); in ycc_rgb_565_convert()
271 cr = GETJSAMPLE(*inptr2++); in ycc_rgb_565_convert()
280 y = GETJSAMPLE(*inptr0); in ycc_rgb_565_convert()
281 cb = GETJSAMPLE(*inptr1); in ycc_rgb_565_convert()
282 cr = GETJSAMPLE(*inptr2); in ycc_rgb_565_convert()
321 y = GETJSAMPLE(*inptr0++); in ycc_rgb_565D_convert()
322 cb = GETJSAMPLE(*inptr1++); in ycc_rgb_565D_convert()
323 cr = GETJSAMPLE(*inptr2++); in ycc_rgb_565D_convert()
333 y = GETJSAMPLE(*inptr0++); in ycc_rgb_565D_convert()
334 cb = GETJSAMPLE(*inptr1++); in ycc_rgb_565D_convert()
335 cr = GETJSAMPLE(*inptr2++); in ycc_rgb_565D_convert()
341 y = GETJSAMPLE(*inptr0++); in ycc_rgb_565D_convert()
342 cb = GETJSAMPLE(*inptr1++); in ycc_rgb_565D_convert()
343 cr = GETJSAMPLE(*inptr2++); in ycc_rgb_565D_convert()
353 y = GETJSAMPLE(*inptr0); in ycc_rgb_565D_convert()
354 cb = GETJSAMPLE(*inptr1); in ycc_rgb_565D_convert()
355 cr = GETJSAMPLE(*inptr2); in ycc_rgb_565D_convert()
416 r = GETJSAMPLE(*inptr0++); in rgb_rgb_565_convert()
417 g = GETJSAMPLE(*inptr1++); in rgb_rgb_565_convert()
418 b = GETJSAMPLE(*inptr2++); in rgb_rgb_565_convert()
425 r = GETJSAMPLE(*inptr0++); in rgb_rgb_565_convert()
426 g = GETJSAMPLE(*inptr1++); in rgb_rgb_565_convert()
427 b = GETJSAMPLE(*inptr2++); in rgb_rgb_565_convert()
429 r = GETJSAMPLE(*inptr0++); in rgb_rgb_565_convert()
430 g = GETJSAMPLE(*inptr1++); in rgb_rgb_565_convert()
431 b = GETJSAMPLE(*inptr2++); in rgb_rgb_565_convert()
437 r = GETJSAMPLE(*inptr0); in rgb_rgb_565_convert()
438 g = GETJSAMPLE(*inptr1); in rgb_rgb_565_convert()
439 b = GETJSAMPLE(*inptr2); in rgb_rgb_565_convert()
469 r = range_limit[DITHER_565_R(GETJSAMPLE(*inptr0++), d0)]; in rgb_rgb_565D_convert()
470 g = range_limit[DITHER_565_G(GETJSAMPLE(*inptr1++), d0)]; in rgb_rgb_565D_convert()
471 b = range_limit[DITHER_565_B(GETJSAMPLE(*inptr2++), d0)]; in rgb_rgb_565D_convert()
478 r = range_limit[DITHER_565_R(GETJSAMPLE(*inptr0++), d0)]; in rgb_rgb_565D_convert()
479 g = range_limit[DITHER_565_G(GETJSAMPLE(*inptr1++), d0)]; in rgb_rgb_565D_convert()
480 b = range_limit[DITHER_565_B(GETJSAMPLE(*inptr2++), d0)]; in rgb_rgb_565D_convert()
483 r = range_limit[DITHER_565_R(GETJSAMPLE(*inptr0++), d0)]; in rgb_rgb_565D_convert()
484 g = range_limit[DITHER_565_G(GETJSAMPLE(*inptr1++), d0)]; in rgb_rgb_565D_convert()
485 b = range_limit[DITHER_565_B(GETJSAMPLE(*inptr2++), d0)]; in rgb_rgb_565D_convert()
492 r = range_limit[DITHER_565_R(GETJSAMPLE(*inptr0), d0)]; in rgb_rgb_565D_convert()
493 g = range_limit[DITHER_565_G(GETJSAMPLE(*inptr1), d0)]; in rgb_rgb_565D_convert()
494 b = range_limit[DITHER_565_B(GETJSAMPLE(*inptr2), d0)]; in rgb_rgb_565D_convert()
715 y = GETJSAMPLE(inptr0[col]); in ycck_cmyk_convert()
716 cb = GETJSAMPLE(inptr1[col]); in ycck_cmyk_convert()
717 cr = GETJSAMPLE(inptr2[col]); in ycck_cmyk_convert()