FFmpeg
Macros | Functions
yuv2rgb_altivec.h File Reference
#include <stdint.h>
#include "libswscale/swscale_internal.h"

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

◆ YUV2PACKEDX_HEADER

#define YUV2PACKEDX_HEADER (   suffix)
Value:
void ff_yuv2 ## suffix ## _X_altivec(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);

Definition at line 31 of file yuv2rgb_altivec.h.

Function Documentation

◆ YUV2PACKEDX_HEADER() [1/6]

YUV2PACKEDX_HEADER ( abgr  )

◆ YUV2PACKEDX_HEADER() [2/6]

YUV2PACKEDX_HEADER ( bgra  )

◆ YUV2PACKEDX_HEADER() [3/6]

YUV2PACKEDX_HEADER ( argb  )

◆ YUV2PACKEDX_HEADER() [4/6]

YUV2PACKEDX_HEADER ( rgba  )

◆ YUV2PACKEDX_HEADER() [5/6]

YUV2PACKEDX_HEADER ( rgb24  )

◆ YUV2PACKEDX_HEADER() [6/6]

YUV2PACKEDX_HEADER ( bgr24  )
c
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: undefined.txt:32
suffix
const char * suffix
Definition: checkasm.c:252
SwsContext
Definition: swscale_internal.h:299