FFmpeg
|
Go to the source code of this file.
Macros | |
#define | BIT_DEPTH 8 |
#define | BIT_DEPTH 9 |
#define | BIT_DEPTH 10 |
#define | FUNC(a, depth) a ## _ ## depth |
#define | HEVC_DSP(depth) |
Functions | |
void | ff_hevc_dsp_init (HEVCDSPContext *hevcdsp, int bit_depth) |
Variables | |
static const int8_t | transform [32][32] |
const int8_t | ff_hevc_epel_filters [7][16] |
#define HEVC_DSP | ( | depth | ) |
Referenced by ff_hevc_dsp_init().
void ff_hevc_dsp_init | ( | HEVCDSPContext * | hevcdsp, |
int | bit_depth | ||
) |
|
static |
Definition at line 25 of file hevcdsp.c.
Referenced by main(), reverse_dc_prediction(), and vp8_lossless_decode_frame().
const int8_t ff_hevc_epel_filters[7][16] |
Definition at line 92 of file hevcdsp.c.
Referenced by put_hevc_epel_h(), put_hevc_epel_hv(), and put_hevc_epel_v().