FFmpeg
|
Go to the source code of this file.
Macros | |
#define | BIT_DEPTH 8 |
#define | BIT_DEPTH 9 |
#define | BIT_DEPTH 10 |
#define | BIT_DEPTH 12 |
#define | FUNC(a, depth) a ## _ ## depth |
#define | PEL_FUNC(dst1, idx1, idx2, a, depth) |
#define | EPEL_FUNCS(depth) |
#define | EPEL_UNI_FUNCS(depth) |
#define | EPEL_BI_FUNCS(depth) |
#define | QPEL_FUNCS(depth) |
#define | QPEL_UNI_FUNCS(depth) |
#define | QPEL_BI_FUNCS(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][4] |
const int8_t | ff_hevc_qpel_filters [3][16] |
#define EPEL_FUNCS | ( | depth | ) |
#define EPEL_UNI_FUNCS | ( | depth | ) |
#define EPEL_BI_FUNCS | ( | depth | ) |
#define QPEL_FUNCS | ( | depth | ) |
#define QPEL_UNI_FUNCS | ( | depth | ) |
#define QPEL_BI_FUNCS | ( | depth | ) |
#define HEVC_DSP | ( | depth | ) |
Referenced by ff_hevc_dsp_init().
void ff_hevc_dsp_init | ( | HEVCDSPContext * | hevcdsp, |
int | bit_depth | ||
) |
|
static |
Definition at line 27 of file hevcdsp.c.
Referenced by main(), reverse_dc_prediction(), and vp8_lossless_decode_frame().
const int8_t ff_hevc_epel_filters[7][4] |
Definition at line 94 of file hevcdsp.c.
Referenced by put_hevc_epel_bi_h(), put_hevc_epel_bi_hv(), put_hevc_epel_bi_v(), put_hevc_epel_bi_w_h(), put_hevc_epel_bi_w_hv(), put_hevc_epel_bi_w_v(), put_hevc_epel_h(), put_hevc_epel_hv(), put_hevc_epel_uni_h(), put_hevc_epel_uni_hv(), put_hevc_epel_uni_v(), put_hevc_epel_uni_w_h(), put_hevc_epel_uni_w_hv(), put_hevc_epel_uni_w_v(), and put_hevc_epel_v().
const int8_t ff_hevc_qpel_filters[3][16] |
Definition at line 104 of file hevcdsp.c.
Referenced by put_hevc_qpel_bi_h(), put_hevc_qpel_bi_hv(), put_hevc_qpel_bi_v(), put_hevc_qpel_bi_w_h(), put_hevc_qpel_bi_w_hv(), put_hevc_qpel_bi_w_v(), put_hevc_qpel_h(), put_hevc_qpel_hv(), put_hevc_qpel_uni_h(), put_hevc_qpel_uni_hv(), put_hevc_qpel_uni_v(), put_hevc_qpel_uni_w_h(), put_hevc_qpel_uni_w_hv(), put_hevc_qpel_uni_w_v(), and put_hevc_qpel_v().