FFmpeg
|
Include dependency graph for h264qpel.c:
Go to the source code of this file.
Macros | |
#define | pixeltmp int16_t |
#define | BIT_DEPTH 8 |
#define | BIT_DEPTH 9 |
#define | BIT_DEPTH 10 |
#define | pixeltmp int32_t |
#define | BIT_DEPTH 12 |
#define | BIT_DEPTH 14 |
#define | FUNCC(f, depth) f ## _ ## depth ## _c |
#define | dspfunc2(PFX, IDX, NUM, depth) |
#define | SET_QPEL(depth) |
Functions | |
void | ff_h264qpel_init (H264QpelContext *c, int bit_depth) |
Macro Definition Documentation
#define BIT_DEPTH 8 |
Definition at line 43 of file h264qpel.c.
#define BIT_DEPTH 9 |
Definition at line 43 of file h264qpel.c.
#define BIT_DEPTH 10 |
Definition at line 43 of file h264qpel.c.
#define BIT_DEPTH 12 |
Definition at line 43 of file h264qpel.c.
#define BIT_DEPTH 14 |
Definition at line 43 of file h264qpel.c.
#define dspfunc2 | ( | PFX, | |
IDX, | |||
NUM, | |||
depth | |||
) |
Value:
#define FUNCC(f, depth)
#define pixeltmp int16_t |
Definition at line 38 of file h264qpel.c.
#define pixeltmp int32_t |
Definition at line 38 of file h264qpel.c.
#define SET_QPEL | ( | depth | ) |
Value:
#define dspfunc2(PFX, IDX, NUM, depth)
Referenced by ff_h264qpel_init().
Function Documentation
void ff_h264qpel_init | ( | H264QpelContext * | c, |
int | bit_depth | ||
) |
Definition at line 48 of file h264qpel.c.
Referenced by ff_h264_decode_init(), ff_rv30dsp_init(), ff_rv40dsp_init(), h264_set_parameter_from_sps(), and mca().
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11