Searched refs:colortab (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuv_sw.c105 int *colortab; member in struct:private_yuvhwdata
107 void (*Display1X)(int *colortab, Uint32 *rgb_2_pix,
111 void (*Display2X)(int *colortab, Uint32 *rgb_2_pix,
125 extern void Color565DitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix,
129 extern void ColorRGBDitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix,
135 static void Color16DitherYV12Mod1X( int *colortab, Uint32 *rgb_2_pix, argument
163 cr_r = 0*768+256 + colortab[ *cr + 0*256 ];
164 crb_g = 1*768+256 + colortab[ *cr + 1*256 ]
165 + colortab[ *cb + 2*256 ];
166 cb_b = 2*768+256 + colortab[ *c
205 Color24DitherYV12Mod1X( int *colortab, Uint32 *rgb_2_pix, unsigned char *lum, unsigned char *cr, unsigned char *cb, unsigned char *out, int rows, int cols, int mod ) argument
289 Color32DitherYV12Mod1X( int *colortab, Uint32 *rgb_2_pix, unsigned char *lum, unsigned char *cr, unsigned char *cb, unsigned char *out, int rows, int cols, int mod ) argument
364 Color16DitherYV12Mod2X( int *colortab, Uint32 *rgb_2_pix, unsigned char *lum, unsigned char *cr, unsigned char *cb, unsigned char *out, int rows, int cols, int mod ) argument
437 Color24DitherYV12Mod2X( int *colortab, Uint32 *rgb_2_pix, unsigned char *lum, unsigned char *cr, unsigned char *cb, unsigned char *out, int rows, int cols, int mod ) argument
535 Color32DitherYV12Mod2X( int *colortab, Uint32 *rgb_2_pix, unsigned char *lum, unsigned char *cr, unsigned char *cb, unsigned char *out, int rows, int cols, int mod ) argument
612 Color16DitherYUY2Mod1X( int *colortab, Uint32 *rgb_2_pix, unsigned char *lum, unsigned char *cr, unsigned char *cb, unsigned char *out, int rows, int cols, int mod ) argument
656 Color24DitherYUY2Mod1X( int *colortab, Uint32 *rgb_2_pix, unsigned char *lum, unsigned char *cr, unsigned char *cb, unsigned char *out, int rows, int cols, int mod ) argument
706 Color32DitherYUY2Mod1X( int *colortab, Uint32 *rgb_2_pix, unsigned char *lum, unsigned char *cr, unsigned char *cb, unsigned char *out, int rows, int cols, int mod ) argument
754 Color16DitherYUY2Mod2X( int *colortab, Uint32 *rgb_2_pix, unsigned char *lum, unsigned char *cr, unsigned char *cb, unsigned char *out, int rows, int cols, int mod ) argument
798 Color24DitherYUY2Mod2X( int *colortab, Uint32 *rgb_2_pix, unsigned char *lum, unsigned char *cr, unsigned char *cb, unsigned char *out, int rows, int cols, int mod ) argument
854 Color32DitherYUY2Mod2X( int *colortab, Uint32 *rgb_2_pix, unsigned char *lum, unsigned char *cr, unsigned char *cb, unsigned char *out, int rows, int cols, int mod ) argument
[all...]
H A DSDL_yuv_mmx.c80 void ColorRGBDitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix, argument
241 void Color565DitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix, argument

Completed in 71 milliseconds