FFmpeg
Macros
h264dsp_template.c File Reference

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

#include "bit_depth_template.c"

Macros

#define op_scale1(x)   block[x] = av_clip_pixel( (block[x]*weight + offset) >> log2_denom )
 
#define op_scale2(x)   dst[x] = av_clip_pixel( (src[x]*weights + dst[x]*weightd + offset) >> (log2_denom+1))
 
#define H264_WEIGHT(W)
 

Detailed Description

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

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