Libav
|
Go to the source code of this file.
Functions | |
static void RENAME() | yuv2rgb32_X_ar (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 RENAME() | yuv2rgb32_X (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 RENAME() | yuv2rgb565_X_ar (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 RENAME() | yuv2rgb565_X (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 RENAME() | yuv2rgb555_X_ar (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 RENAME() | yuv2rgb555_X (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 RENAME() | yuv2bgr24_X_ar (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 RENAME() | yuv2bgr24_X (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 RENAME() | yuv2yuyv422_X_ar (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 RENAME() | yuv2yuyv422_X (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 RENAME() | yuv2rgb32_2 (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 RENAME() | yuv2bgr24_2 (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 RENAME() | yuv2rgb555_2 (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 RENAME() | yuv2rgb565_2 (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 RENAME() | yuv2yuyv422_2 (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 RENAME() | yuv2rgb32_1 (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 RENAME() | yuv2bgr24_1 (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 RENAME() | yuv2rgb555_1 (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 RENAME() | yuv2rgb565_1 (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 RENAME() | yuv2yuyv422_1 (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 RENAME() | sws_init_swscale (SwsContext *c) |
#define PREFETCH " # nop" |
Definition at line 28 of file swscale_template.c.
Definition at line 34 of file swscale_template.c.
#define MOVNTQ | ( | a, | |
b | |||
) | REAL_MOVNTQ(a,b) |
Definition at line 36 of file swscale_template.c.
#define YSCALEYUV2PACKEDX_UV |
Definition at line 38 of file swscale_template.c.
#define YSCALEYUV2PACKEDX_YA | ( | offset, | |
coeff, | |||
src1, | |||
src2, | |||
dst1, | |||
dst2 | |||
) |
Definition at line 63 of file swscale_template.c.
Referenced by yuv2rgb32_X().
#define YSCALEYUV2PACKEDX |
Definition at line 82 of file swscale_template.c.
Referenced by yuv2bgr24_X(), yuv2rgb32_X(), yuv2rgb555_X(), yuv2rgb565_X(), and yuv2yuyv422_X().
#define YSCALEYUV2PACKEDX_END |
Definition at line 86 of file swscale_template.c.
Referenced by yuv2rgb32_X(), yuv2rgb32_X_ar(), yuv2rgb555_X(), yuv2rgb555_X_ar(), yuv2rgb565_X(), yuv2rgb565_X_ar(), yuv2yuyv422_X(), and yuv2yuyv422_X_ar().
#define YSCALEYUV2PACKEDX_ACCURATE_UV |
Definition at line 93 of file swscale_template.c.
#define YSCALEYUV2PACKEDX_ACCURATE_YA | ( | offset | ) |
Definition at line 145 of file swscale_template.c.
Referenced by yuv2rgb32_X_ar().
#define YSCALEYUV2PACKEDX_ACCURATE |
Definition at line 190 of file swscale_template.c.
Referenced by yuv2bgr24_X_ar(), yuv2rgb32_X_ar(), yuv2rgb555_X_ar(), yuv2rgb565_X_ar(), and yuv2yuyv422_X_ar().
#define YSCALEYUV2RGBX |
Definition at line 194 of file swscale_template.c.
Referenced by yuv2bgr24_X(), yuv2bgr24_X_ar(), yuv2rgb32_X(), yuv2rgb32_X_ar(), yuv2rgb555_X(), yuv2rgb555_X_ar(), yuv2rgb565_X(), and yuv2rgb565_X_ar().
Definition at line 230 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 252 of file swscale_template.c.
Referenced by yuv2rgb32_1(), yuv2rgb32_2(), yuv2rgb32_X(), and yuv2rgb32_X_ar().
#define REAL_WRITERGB16 | ( | dst, | |
dstw, | |||
index | |||
) |
Definition at line 316 of file swscale_template.c.
#define WRITERGB16 | ( | dst, | |
dstw, | |||
index | |||
) | REAL_WRITERGB16(dst, dstw, index) |
Definition at line 342 of file swscale_template.c.
Referenced by yuv2rgb565_1(), yuv2rgb565_2(), yuv2rgb565_X(), and yuv2rgb565_X_ar().
#define REAL_WRITERGB15 | ( | dst, | |
dstw, | |||
index | |||
) |
Definition at line 392 of file swscale_template.c.
#define WRITERGB15 | ( | dst, | |
dstw, | |||
index | |||
) | REAL_WRITERGB15(dst, dstw, index) |
Definition at line 419 of file swscale_template.c.
Referenced by yuv2rgb555_1(), yuv2rgb555_2(), yuv2rgb555_X(), and yuv2rgb555_X_ar().
#define WRITEBGR24MMX | ( | dst, | |
dstw, | |||
index | |||
) |
Definition at line 469 of file swscale_template.c.
#define WRITEBGR24MMXEXT | ( | dst, | |
dstw, | |||
index | |||
) |
Definition at line 522 of file swscale_template.c.
#define WRITEBGR24 | ( | dst, | |
dstw, | |||
index | |||
) | WRITEBGR24MMX(dst, dstw, index) |
Definition at line 575 of file swscale_template.c.
Referenced by yuv2bgr24_1(), yuv2bgr24_2(), yuv2bgr24_X(), and yuv2bgr24_X_ar().
#define REAL_WRITEYUY2 | ( | dst, | |
dstw, | |||
index | |||
) |
Definition at line 626 of file swscale_template.c.
#define WRITEYUY2 | ( | dst, | |
dstw, | |||
index | |||
) | REAL_WRITEYUY2(dst, dstw, index) |
Definition at line 641 of file swscale_template.c.
Referenced by yuv2yuyv422_1(), yuv2yuyv422_2(), yuv2yuyv422_X(), and yuv2yuyv422_X_ar().
#define REAL_YSCALEYUV2RGB_UV | ( | index, | |
c | |||
) |
Definition at line 685 of file swscale_template.c.
#define REAL_YSCALEYUV2RGB_YA | ( | index, | |
c, | |||
b1, | |||
b2 | |||
) |
Definition at line 712 of file swscale_template.c.
#define REAL_YSCALEYUV2RGB_COEFF | ( | c | ) |
Definition at line 726 of file swscale_template.c.
#define YSCALEYUV2RGB_YA | ( | index, | |
c, | |||
b1, | |||
b2 | |||
) | REAL_YSCALEYUV2RGB_YA(index, c, b1, b2) |
Definition at line 755 of file swscale_template.c.
Referenced by yuv2rgb32_2().
#define YSCALEYUV2RGB | ( | index, | |
c | |||
) |
Definition at line 757 of file swscale_template.c.
Referenced by yuv2bgr24_2(), yuv2rgb32_2(), yuv2rgb555_2(), and yuv2rgb565_2().
#define REAL_YSCALEYUV2PACKED | ( | index, | |
c | |||
) |
Definition at line 910 of file swscale_template.c.
#define YSCALEYUV2PACKED | ( | index, | |
c | |||
) | REAL_YSCALEYUV2PACKED(index, c) |
Definition at line 948 of file swscale_template.c.
Referenced by yuv2yuyv422_2().
#define REAL_YSCALEYUV2RGB1 | ( | index, | |
c | |||
) |
Definition at line 972 of file swscale_template.c.
#define YSCALEYUV2RGB1 | ( | index, | |
c | |||
) | REAL_YSCALEYUV2RGB1(index, c) |
Definition at line 1021 of file swscale_template.c.
Referenced by yuv2bgr24_1(), yuv2rgb32_1(), yuv2rgb555_1(), and yuv2rgb565_1().
#define REAL_YSCALEYUV2RGB1b | ( | index, | |
c | |||
) |
Definition at line 1024 of file swscale_template.c.
#define YSCALEYUV2RGB1b | ( | index, | |
c | |||
) | REAL_YSCALEYUV2RGB1b(index, c) |
Definition at line 1077 of file swscale_template.c.
Referenced by yuv2bgr24_1(), yuv2rgb32_1(), yuv2rgb555_1(), and yuv2rgb565_1().
#define REAL_YSCALEYUV2RGB1_ALPHA | ( | index | ) |
Definition at line 1079 of file swscale_template.c.
#define YSCALEYUV2RGB1_ALPHA | ( | index | ) | REAL_YSCALEYUV2RGB1_ALPHA(index) |
Definition at line 1085 of file swscale_template.c.
Referenced by yuv2rgb32_1().
#define REAL_YSCALEYUV2PACKED1 | ( | index, | |
c | |||
) |
Definition at line 1300 of file swscale_template.c.
#define YSCALEYUV2PACKED1 | ( | index, | |
c | |||
) | REAL_YSCALEYUV2PACKED1(index, c) |
Definition at line 1315 of file swscale_template.c.
Referenced by yuv2yuyv422_1().
#define REAL_YSCALEYUV2PACKED1b | ( | index, | |
c | |||
) |
Definition at line 1317 of file swscale_template.c.
#define YSCALEYUV2PACKED1b | ( | index, | |
c | |||
) | REAL_YSCALEYUV2PACKED1b(index, c) |
Definition at line 1335 of file swscale_template.c.
Referenced by yuv2yuyv422_1().
|
static |
Definition at line 254 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 287 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 344 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 368 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 421 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 445 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 578 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 602 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 643 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 664 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
vertical bilinear scale YV12 to RGB
Definition at line 765 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 829 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 852 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 881 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 950 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
YV12 to RGB without scaling or interpolating.
Definition at line 1090 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 1159 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 1198 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 1249 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 1337 of file swscale_template.c.
Referenced by sws_init_swscale().
|
static |
Definition at line 1558 of file swscale_template.c.