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