SDL
2.0
|
Go to the source code of this file.
Macros | |
#define | PACK_PIXEL(rgb_ptr) |
#define | y_pixel_stride 1 |
#define | uv_pixel_stride 1 |
#define | uv_x_sample_interval 2 |
#define | uv_y_sample_interval 2 |
Functions | |
void | STD_FUNCTION_NAME (uint32_t width, uint32_t height, const uint8_t *Y, const uint8_t *U, const uint8_t *V, uint32_t Y_stride, uint32_t UV_stride, uint8_t *RGB, uint32_t RGB_stride, YCbCrType yuv_type) |
#define PACK_PIXEL | ( | rgb_ptr | ) |
Definition at line 12 of file yuv_rgb_std_func.h.
Referenced by STD_FUNCTION_NAME().
#define uv_pixel_stride 1 |
Referenced by SSE_FUNCTION_NAME(), and STD_FUNCTION_NAME().
#define uv_x_sample_interval 2 |
Referenced by SSE_FUNCTION_NAME(), and STD_FUNCTION_NAME().
#define uv_y_sample_interval 2 |
Referenced by SSE_FUNCTION_NAME(), and STD_FUNCTION_NAME().
#define y_pixel_stride 1 |
Referenced by SSE_FUNCTION_NAME(), and STD_FUNCTION_NAME().
void STD_FUNCTION_NAME | ( | uint32_t | width, |
uint32_t | height, | ||
const uint8_t * | Y, | ||
const uint8_t * | U, | ||
const uint8_t * | V, | ||
uint32_t | Y_stride, | ||
uint32_t | UV_stride, | ||
uint8_t * | RGB, | ||
uint32_t | RGB_stride, | ||
YCbCrType | yuv_type | ||
) |
Definition at line 72 of file yuv_rgb_std_func.h.
References PACK_PIXEL, YUV2RGBParam::u_b_factor, YUV2RGBParam::u_g_factor, uv_pixel_stride, uv_x_sample_interval, uv_y_sample_interval, YUV2RGBParam::v_g_factor, YUV2RGBParam::v_r_factor, YUV2RGBParam::y_factor, y_pixel_stride, YUV2RGBParam::y_shift, and YUV2RGB.
Referenced by SSE_FUNCTION_NAME().