Home
last modified time | relevance | path

Searched refs:cr_r (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_yuv_sw.c144 int cr_r; in Color16DitherYV12Mod1X() local
163 cr_r = 0*768+256 + colortab[ *cr + 0*256 ]; in Color16DitherYV12Mod1X()
170 *row1++ = (unsigned short)(rgb_2_pix[ L + cr_r ] | in Color16DitherYV12Mod1X()
175 *row1++ = (unsigned short)(rgb_2_pix[ L + cr_r ] | in Color16DitherYV12Mod1X()
183 *row2++ = (unsigned short)(rgb_2_pix[ L + cr_r ] | in Color16DitherYV12Mod1X()
188 *row2++ = (unsigned short)(rgb_2_pix[ L + cr_r ] | in Color16DitherYV12Mod1X()
215 int cr_r; in Color24DitherYV12Mod1X() local
235 cr_r = 0*768+256 + colortab[ *cr + 0*256 ]; in Color24DitherYV12Mod1X()
242 value = (rgb_2_pix[ L + cr_r ] | in Color24DitherYV12Mod1X()
250 value = (rgb_2_pix[ L + cr_r ] | in Color24DitherYV12Mod1X()
[all …]
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp650 #define cr_r fix( 0.5, fixc ) macro
1769 int V = descale( r*cr_r + g*cr_g + b*cr_b, fixc - 2 ); in WriteImage()