Go to the documentation of this file.
22 #ifndef SDL_yuv_sw_c_h_
23 #define SDL_yuv_sw_c_h_
25 #include "../SDL_internal.h"
53 const void *
pixels,
int pitch);
55 const Uint8 *Yplane,
int Ypitch,
56 const Uint8 *Uplane,
int Upitch,
57 const Uint8 *Vplane,
int Vpitch);
59 void **
pixels,
int *pitch);
68 #define USE_MMX_ASSEMBLY 1