FFmpeg
|
Go to the source code of this file.
Functions | |
static void | yuv2rgb32_X_ar_TMPL (SwsContext *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 | yuv2rgb32_X_TMPL (SwsContext *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 | yuv2bgr32_X_TMPL (SwsContext *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 | yuv2rgb565_X_ar_TMPL (SwsContext *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 | yuv2rgb565_X_TMPL (SwsContext *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 | yuv2rgb555_X_ar_TMPL (SwsContext *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 | yuv2rgb555_X_TMPL (SwsContext *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 | yuv2yuyv422_X_ar_TMPL (SwsContext *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 | yuv2yuyv422_X_TMPL (SwsContext *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 | yuv2rgb32_2_TMPL (SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y) |
vertical bilinear scale YV12 to RGB More... | |
static void | yuv2bgr24_2_TMPL (SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y) |
static void | yuv2rgb555_2_TMPL (SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y) |
static void | yuv2rgb565_2_TMPL (SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y) |
static void | yuv2yuyv422_2_TMPL (SwsContext *c, const int16_t *buf[2], const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf[2], uint8_t *dest, int dstW, int yalpha, int uvalpha, int y) |
static void | yuv2rgb32_1_TMPL (SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) |
YV12 to RGB without scaling or interpolating. More... | |
static void | yuv2bgr24_1_TMPL (SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) |
static void | yuv2rgb555_1_TMPL (SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) |
static void | yuv2rgb565_1_TMPL (SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) |
static void | yuv2yuyv422_1_TMPL (SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) |
static av_cold void | sws_init_swscale_TMPL (SwsContext *c) |
Definition at line 32 of file swscale_template.c.
#define MOVNTQ2 "movntq " |
Definition at line 33 of file swscale_template.c.
#define MOVNTQ | ( | a, | |
b | |||
) | REAL_MOVNTQ(a,b) |
Definition at line 34 of file swscale_template.c.
#define YSCALEYUV2PACKEDX_UV |
Definition at line 36 of file swscale_template.c.
Definition at line 61 of file swscale_template.c.
#define YSCALEYUV2PACKEDX |
Definition at line 80 of file swscale_template.c.
#define YSCALEYUV2PACKEDX_END |
Definition at line 84 of file swscale_template.c.
#define YSCALEYUV2PACKEDX_ACCURATE_UV |
Definition at line 92 of file swscale_template.c.
#define YSCALEYUV2PACKEDX_ACCURATE_YA | ( | offset | ) |
Definition at line 144 of file swscale_template.c.
#define YSCALEYUV2PACKEDX_ACCURATE |
Definition at line 189 of file swscale_template.c.
#define YSCALEYUV2RGBX |
Definition at line 193 of file swscale_template.c.
Definition at line 229 of file swscale_template.c.
#define WRITEBGR32 | ( | dst, | |
dstw, | |||
index, | |||
b, | |||
g, | |||
r, | |||
a, | |||
q0, | |||
q2, | |||
q3, | |||
t | |||
) | REAL_WRITEBGR32(dst, dstw, index, b, g, r, a, q0, q2, q3, t) |
Definition at line 251 of file swscale_template.c.
#define REAL_WRITERGB16 | ( | dst, | |
dstw, | |||
index | |||
) |
Definition at line 344 of file swscale_template.c.
#define WRITERGB16 | ( | dst, | |
dstw, | |||
index | |||
) | REAL_WRITERGB16(dst, dstw, index) |
Definition at line 370 of file swscale_template.c.
#define REAL_WRITERGB15 | ( | dst, | |
dstw, | |||
index | |||
) |
Definition at line 420 of file swscale_template.c.
#define WRITERGB15 | ( | dst, | |
dstw, | |||
index | |||
) | REAL_WRITERGB15(dst, dstw, index) |
Definition at line 447 of file swscale_template.c.
#define WRITEBGR24MMX | ( | dst, | |
dstw, | |||
index | |||
) |
Definition at line 497 of file swscale_template.c.
#define WRITEBGR24MMXEXT | ( | dst, | |
dstw, | |||
index | |||
) |
Definition at line 550 of file swscale_template.c.
#define WRITEBGR24 | ( | dst, | |
dstw, | |||
index | |||
) | WRITEBGR24MMXEXT(dst, dstw, index) |
Definition at line 599 of file swscale_template.c.
#define REAL_WRITEYUY2 | ( | dst, | |
dstw, | |||
index | |||
) |
Definition at line 653 of file swscale_template.c.
#define WRITEYUY2 | ( | dst, | |
dstw, | |||
index | |||
) | REAL_WRITEYUY2(dst, dstw, index) |
Definition at line 668 of file swscale_template.c.
Definition at line 712 of file swscale_template.c.
Definition at line 739 of file swscale_template.c.
#define REAL_YSCALEYUV2RGB_COEFF | ( | c | ) |
Definition at line 753 of file swscale_template.c.
Definition at line 782 of file swscale_template.c.
Definition at line 784 of file swscale_template.c.
Definition at line 937 of file swscale_template.c.
#define YSCALEYUV2PACKED | ( | index, | |
c | |||
) | REAL_YSCALEYUV2PACKED(index, c) |
Definition at line 975 of file swscale_template.c.
Definition at line 998 of file swscale_template.c.
#define YSCALEYUV2RGB1 | ( | index, | |
c | |||
) | REAL_YSCALEYUV2RGB1(index, c) |
Definition at line 1047 of file swscale_template.c.
Definition at line 1050 of file swscale_template.c.
#define YSCALEYUV2RGB1b | ( | index, | |
c | |||
) | REAL_YSCALEYUV2RGB1b(index, c) |
Definition at line 1103 of file swscale_template.c.
#define REAL_YSCALEYUV2RGB1_ALPHA | ( | index | ) |
Definition at line 1105 of file swscale_template.c.
#define YSCALEYUV2RGB1_ALPHA | ( | index | ) | REAL_YSCALEYUV2RGB1_ALPHA(index) |
Definition at line 1111 of file swscale_template.c.
Definition at line 1332 of file swscale_template.c.
#define YSCALEYUV2PACKED1 | ( | index, | |
c | |||
) | REAL_YSCALEYUV2PACKED1(index, c) |
Definition at line 1347 of file swscale_template.c.
Definition at line 1349 of file swscale_template.c.
#define YSCALEYUV2PACKED1b | ( | index, | |
c | |||
) | REAL_YSCALEYUV2PACKED1b(index, c) |
Definition at line 1367 of file swscale_template.c.
|
static |
Definition at line 253 of file swscale_template.c.
|
static |
Definition at line 286 of file swscale_template.c.
|
static |
Definition at line 315 of file swscale_template.c.
|
static |
Definition at line 372 of file swscale_template.c.
|
static |
Definition at line 396 of file swscale_template.c.
|
static |
Definition at line 449 of file swscale_template.c.
|
static |
Definition at line 473 of file swscale_template.c.
|
static |
Definition at line 670 of file swscale_template.c.
|
static |
Definition at line 691 of file swscale_template.c.
|
static |
vertical bilinear scale YV12 to RGB
Definition at line 792 of file swscale_template.c.
|
static |
Definition at line 856 of file swscale_template.c.
|
static |
Definition at line 879 of file swscale_template.c.
|
static |
Definition at line 908 of file swscale_template.c.
|
static |
Definition at line 977 of file swscale_template.c.
|
static |
YV12 to RGB without scaling or interpolating.
Definition at line 1116 of file swscale_template.c.
|
static |
Definition at line 1185 of file swscale_template.c.
|
static |
Definition at line 1226 of file swscale_template.c.
|
static |
Definition at line 1279 of file swscale_template.c.
|
static |
Definition at line 1369 of file swscale_template.c.
|
static |
Definition at line 1405 of file swscale_template.c.