Go to the source code of this file.
Defines | |
#define | EMMS "femms" |
#define | MOVNTQ "movntq" |
#define | SFENCE "sfence" |
#define | YUV2RGB |
Functions | |
static int | yuv420_rgb16_TMPL (SwsContext *c, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) |
static int | yuv420_rgb15_TMPL (SwsContext *c, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) |
static int | yuv420_rgb24_TMPL (SwsContext *c, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) |
static int | yuv420_rgb32_TMPL (SwsContext *c, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) |
#define EMMS "femms" |
Definition at line 35 of file yuv2rgb_template.c.
#define MOVNTQ "movntq" |
Definition at line 41 of file yuv2rgb_template.c.
#define SFENCE "sfence" |
Definition at line 42 of file yuv2rgb_template.c.
#define YUV2RGB |
static int yuv420_rgb15_TMPL | ( | SwsContext * | c, | |
uint8_t * | src[], | |||
int | srcStride[], | |||
int | srcSliceY, | |||
int | srcSliceH, | |||
uint8_t * | dst[], | |||
int | dstStride[] | |||
) | [inline, static] |
Definition at line 212 of file yuv2rgb_template.c.
static int yuv420_rgb16_TMPL | ( | SwsContext * | c, | |
uint8_t * | src[], | |||
int | srcStride[], | |||
int | srcSliceY, | |||
int | srcSliceH, | |||
uint8_t * | dst[], | |||
int | dstStride[] | |||
) | [inline, static] |
Definition at line 117 of file yuv2rgb_template.c.
static int yuv420_rgb24_TMPL | ( | SwsContext * | c, | |
uint8_t * | src[], | |||
int | srcStride[], | |||
int | srcSliceY, | |||
int | srcSliceH, | |||
uint8_t * | dst[], | |||
int | dstStride[] | |||
) | [inline, static] |
Definition at line 301 of file yuv2rgb_template.c.
static int yuv420_rgb32_TMPL | ( | SwsContext * | c, | |
uint8_t * | src[], | |||
int | srcStride[], | |||
int | srcSliceY, | |||
int | srcSliceH, | |||
uint8_t * | dst[], | |||
int | dstStride[] | |||
) | [inline, static] |
Definition at line 447 of file yuv2rgb_template.c.