FFmpeg  2.1.1
Macros | Functions
h264_intrapred_init.c File Reference
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/h264pred.h"

Go to the source code of this file.

Macros

#define PRED4x4(TYPE, DEPTH, OPT)
 
#define PRED8x8(TYPE, DEPTH, OPT)
 
#define PRED8x8L(TYPE, DEPTH, OPT)
 
#define PRED16x16(TYPE, DEPTH, OPT)
 

Functions

av_cold void ff_h264_pred_init_x86 (H264PredContext *h, int codec_id, const int bit_depth, const int chroma_format_idc)
 

Macro Definition Documentation

#define PRED4x4 (   TYPE,
  DEPTH,
  OPT 
)
Value:
void ff_pred4x4_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
const uint8_t *topright, \
ptrdiff_t stride);
int stride
Definition: mace.c:144
#define _(x)
uint8_t
AVS_Value src
Definition: avisynth_c.h:523

Definition at line 27 of file h264_intrapred_init.c.

#define PRED8x8 (   TYPE,
  DEPTH,
  OPT 
)
Value:
void ff_pred8x8_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
ptrdiff_t stride);
int stride
Definition: mace.c:144
#define _(x)
uint8_t
AVS_Value src
Definition: avisynth_c.h:523

Definition at line 48 of file h264_intrapred_init.c.

#define PRED8x8L (   TYPE,
  DEPTH,
  OPT 
)
Value:
void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
int has_topleft, \
int has_topright, \
ptrdiff_t stride);
int stride
Definition: mace.c:144
#define _(x)
uint8_t
AVS_Value src
Definition: avisynth_c.h:523

Definition at line 59 of file h264_intrapred_init.c.

#define PRED16x16 (   TYPE,
  DEPTH,
  OPT 
)
Value:
void ff_pred16x16_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
ptrdiff_t stride);
int stride
Definition: mace.c:144
#define _(x)
uint8_t
AVS_Value src
Definition: avisynth_c.h:523

Definition at line 89 of file h264_intrapred_init.c.

Function Documentation

av_cold void ff_h264_pred_init_x86 ( H264PredContext h,
int  codec_id,
const int  bit_depth,
const int  chroma_format_idc 
)

Definition at line 184 of file h264_intrapred_init.c.

Referenced by ff_h264_pred_init().