Searched refs:cr_r (Results 1 – 2 of 2) sorted by relevance
144 int cr_r; in Color16DitherYV12Mod1X() local163 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() local235 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 …]
650 #define cr_r fix( 0.5, fixc ) macro1769 int V = descale( r*cr_r + g*cr_g + b*cr_b, fixc - 2 ); in WriteImage()