hpeldsp.c File Reference

Half-pel DSP functions. More...

Include dependency graph for hpeldsp.c:

Go to the source code of this file.

Macros

#define BIT_DEPTH   8
 
#define hpel_funcs(prefix, idx, num)
 

Functions

av_cold void ff_hpeldsp_init (HpelDSPContext *c, int flags)
 

Detailed Description

Half-pel DSP functions.

Definition in file hpeldsp.c.

Macro Definition Documentation

#define BIT_DEPTH   8

Definition at line 34 of file hpeldsp.c.

#define hpel_funcs (   prefix,
  idx,
  num 
)
Value:
c->prefix ## _pixels_tab idx [0] = prefix ## _pixels ## num ## _8_c; \
c->prefix ## _pixels_tab idx [1] = prefix ## _pixels ## num ## _x2_8_c; \
c->prefix ## _pixels_tab idx [2] = prefix ## _pixels ## num ## _y2_8_c; \
c->prefix ## _pixels_tab idx [3] = prefix ## _pixels ## num ## _xy2_8_c
static double c[64]

Referenced by ff_hpeldsp_init().

Function Documentation