| FFmpeg
    | 
#include "libavutil/attributes.h"#include "libavutil/intreadwrite.h"#include "hpeldsp.h"#include "hpel_template.c"#include "pel_template.c"Go to the source code of this file.
| Macros | |
| #define | BIT_DEPTH 8 | 
| #define | PIXOP2(OPNAME, OP) | 
| #define | op_avg(a, b) a = rnd_avg32(a, b) | 
| #define | op_put(a, b) a = b | 
| #define | put_no_rnd_pixels8_8_c put_pixels8_8_c | 
| #define | hpel_funcs(prefix, idx, num) | 
| Functions | |
| av_cold void | ff_hpeldsp_init (HpelDSPContext *c, int flags) | 
Half-pel DSP functions.
Definition in file hpeldsp.c.
| #define hpel_funcs | ( | prefix, | |
| idx, | |||
| num | |||
| ) | 
| av_cold void ff_hpeldsp_init | ( | HpelDSPContext * | c, | 
| int | flags | ||
| ) | 
Definition at line 338 of file hpeldsp.c.
Referenced by dct_init(), decode_init(), ff_mjpeg_decode_init(), ff_vp56_init_context(), ipvideo_decode_init(), mca(), mimic_decode_init(), svq1_decode_init(), svq1_encode_init(), svq3_decode_init(), and vp3_decode_init().
 1.8.17
 1.8.17