#include <stdint.h>
#include "libswscale/swscale_internal.h"
Go to the source code of this file.
#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);
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that often the output of the computation does not c
Definition at line 31 of file yuv2rgb_altivec.h.
YUV2PACKEDX_HEADER |
( |
abgr |
| ) |
|
YUV2PACKEDX_HEADER |
( |
bgra |
| ) |
|
YUV2PACKEDX_HEADER |
( |
argb |
| ) |
|
YUV2PACKEDX_HEADER |
( |
rgba |
| ) |
|
YUV2PACKEDX_HEADER |
( |
rgb24 |
| ) |
|
YUV2PACKEDX_HEADER |
( |
bgr24 |
| ) |
|