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...] |