HomeSort by relevance Sort by last modified time
    Searched refs:colortab (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv_sw.c 105 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,
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[ *cb + 3*256 ]
    [all...]
SDL_yuv_mmx.c 80 void ColorRGBDitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix,
241 void Color565DitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix,

Completed in 145 milliseconds