SDL
2.0
|
Data Fields | |
int | y_offset |
float | y [3] |
float | u [3] |
float | v [3] |
float RGB2YUVFactors::u[3] |
Definition at line 452 of file SDL_yuv.c.
Referenced by SDL_ConvertPixels_PackUVPlanes_to_NV(), SDL_ConvertPixels_RGB_to_YUV(), SDL_ConvertPixels_SplitNV_to_UVPlanes(), and SDL_ConvertPixels_SwapNV().
float RGB2YUVFactors::v[3] |
Definition at line 453 of file SDL_yuv.c.
Referenced by SDL_ConvertPixels_RGB_to_YUV().
float RGB2YUVFactors::y[3] |
Definition at line 451 of file SDL_yuv.c.
Referenced by SDL_ConvertPixels_Packed4_to_Planar2x2(), SDL_ConvertPixels_PackUVPlanes_to_NV(), SDL_ConvertPixels_Planar2x2_to_Packed4(), SDL_ConvertPixels_RGB_to_YUV(), SDL_ConvertPixels_SplitNV_to_UVPlanes(), SDL_ConvertPixels_SwapNV(), SDL_ConvertPixels_SwapUVPlanes(), SDL_ConvertPixels_UYVY_to_YUY2(), SDL_ConvertPixels_UYVY_to_YVYU(), SDL_ConvertPixels_YUY2_to_UYVY(), SDL_ConvertPixels_YUY2_to_YVYU(), SDL_ConvertPixels_YVYU_to_UYVY(), and SDL_ConvertPixels_YVYU_to_YUY2().