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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv_sw.c 106 Uint32 *rgb_2_pix; 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,
170 *row1++ = (unsigned short)(rgb_2_pix[ L + cr_r ] |
171 rgb_2_pix[ L + crb_g ] |
172 rgb_2_pix[ L + cb_b ]);
175 *row1++ = (unsigned short)(rgb_2_pix[ L + cr_r ]
    [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 161 milliseconds