FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

#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);
uint8_t
const char * suffix
Definition: checkasm.c:75
static double c[64]

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  )