|
FFmpeg
|
Go to the source code of this file.
Functions | |
| static void RENAME | yuv2rgb32_X_ar (SwsInternal *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) |
| static void RENAME | yuv2rgb32_X (SwsInternal *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) |
| static void RENAME | yuv2bgr32_X (SwsInternal *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) |
| static void RENAME | yuv2rgb565_X_ar (SwsInternal *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY) |
Definition at line 30 of file swscale_template.c.
Definition at line 31 of file swscale_template.c.
| #define YSCALEYUV2PACKEDX_UV |
Definition at line 33 of file swscale_template.c.
Definition at line 58 of file swscale_template.c.
Referenced by yuv2bgr32_X(), and yuv2rgb32_X().
| #define YSCALEYUV2PACKEDX |
Definition at line 77 of file swscale_template.c.
Referenced by yuv2bgr32_X(), and yuv2rgb32_X().
| #define YSCALEYUV2PACKEDX_END |
Definition at line 81 of file swscale_template.c.
Referenced by yuv2bgr32_X(), yuv2rgb32_X(), yuv2rgb32_X_ar(), and yuv2rgb565_X_ar().
| #define YSCALEYUV2PACKEDX_ACCURATE_UV |
Definition at line 89 of file swscale_template.c.
| #define YSCALEYUV2PACKEDX_ACCURATE_YA | ( | offset | ) |
Definition at line 141 of file swscale_template.c.
Referenced by yuv2rgb32_X_ar().
| #define YSCALEYUV2PACKEDX_ACCURATE |
Definition at line 186 of file swscale_template.c.
Referenced by yuv2rgb32_X_ar(), and yuv2rgb565_X_ar().
| #define YSCALEYUV2RGBX |
Definition at line 190 of file swscale_template.c.
Referenced by yuv2bgr32_X(), yuv2rgb32_X(), yuv2rgb32_X_ar(), and yuv2rgb565_X_ar().
Definition at line 226 of file swscale_template.c.
Definition at line 248 of file swscale_template.c.
Referenced by yuv2bgr32_X(), yuv2rgb32_X(), and yuv2rgb32_X_ar().
Definition at line 341 of file swscale_template.c.
| #define REAL_YSCALEYUV2RGB_COEFF | ( | c | ) |
| #define REAL_YSCALEYUV2RGB1_ALPHA | ( | index | ) |
| #define YSCALEYUV2RGB1_ALPHA | ( | index | ) |
|
static |
Definition at line 250 of file swscale_template.c.
Referenced by yuv2rgb32_X_ar().
|
static |
Definition at line 283 of file swscale_template.c.
Referenced by yuv2rgb32_X().
|
static |
Definition at line 312 of file swscale_template.c.
Referenced by yuv2bgr32_X().
|
static |
Definition at line 369 of file swscale_template.c.
Referenced by yuv2rgb565_X_ar().