FFmpeg
|
Include dependency graph for yuv2rgb_altivec.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | YUV2PACKEDX_HEADER(suffix) |
Functions | |
YUV2PACKEDX_HEADER (abgr) | |
YUV2PACKEDX_HEADER (bgra) | |
YUV2PACKEDX_HEADER (argb) | |
YUV2PACKEDX_HEADER (rgba) | |
YUV2PACKEDX_HEADER (rgb24) | |
YUV2PACKEDX_HEADER (bgr24) | |
Macro Definition Documentation
#define YUV2PACKEDX_HEADER | ( | suffix | ) |
Value:
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, \
int dstW, int dstY);
Definition: swscale_internal.h:259
Definition at line 31 of file yuv2rgb_altivec.h.
Function Documentation
YUV2PACKEDX_HEADER | ( | abgr | ) |
YUV2PACKEDX_HEADER | ( | bgra | ) |
YUV2PACKEDX_HEADER | ( | argb | ) |
YUV2PACKEDX_HEADER | ( | rgba | ) |
YUV2PACKEDX_HEADER | ( | rgb24 | ) |
YUV2PACKEDX_HEADER | ( | bgr24 | ) |
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11