FFmpeg
Macros | Functions
h264pred.c File Reference

H.264 / AVC / MPEG-4 part10 prediction functions. More...

#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "h264pred.h"
#include "h264pred_template.c"

Macros

#define BIT_DEPTH   8
 
#define BIT_DEPTH   9
 
#define BIT_DEPTH   10
 
#define BIT_DEPTH   12
 
#define BIT_DEPTH   14
 
#define FUNC(a, depth)   a ## _ ## depth
 
#define FUNCC(a, depth)   a ## _ ## depth ## _c
 
#define FUNCD(a)   a ## _c
 
#define H264_PRED(depth)
 

Functions

av_cold void ff_h264_pred_init (H264PredContext *h, int codec_id, const int bit_depth, int chroma_format_idc)
 Set the intra prediction function pointers.
 

Detailed Description

H.264 / AVC / MPEG-4 part10 prediction functions.

Author
Michael Niedermayer micha.nosp@m.elni.nosp@m.@gmx..nosp@m.at