Libav
|
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 | QPEL_FUNC(i, width, depth) |
#define | EPEL_FUNC(i, width, depth) |
#define | PRED_FUNC(i, width, depth) |
#define | PRED_FUNC_CHROMA(i, width, 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 int16_t | ff_hevc_epel_coeffs [7][16] |
const int8_t | ff_hevc_epel_coeffs8 [7][16] |
const int16_t | ff_hevc_qpel_coeffs [3][8] |
const int8_t | ff_hevc_qpel_coeffs8 [3][16] |
#define QPEL_FUNC | ( | i, | |
width, | |||
depth | |||
) |
#define EPEL_FUNC | ( | i, | |
width, | |||
depth | |||
) |
#define PRED_FUNC | ( | i, | |
width, | |||
depth | |||
) |
#define PRED_FUNC_CHROMA | ( | i, | |
width, | |||
depth | |||
) |
#define HEVC_DSP | ( | depth | ) |
Referenced by ff_hevc_dsp_init().
void ff_hevc_dsp_init | ( | HEVCDSPContext * | hevcdsp, |
int | bit_depth | ||
) |
Definition at line 136 of file hevcdsp.c.
Referenced by checkasm_check_hevc_idct(), checkasm_check_hevc_mc(), and set_sps().
|
static |
Definition at line 25 of file hevcdsp.c.
Referenced by main(), reverse_dc_prediction(), and vp8_lossless_decode_frame().
const int16_t ff_hevc_epel_coeffs[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().
const int8_t ff_hevc_epel_coeffs8[7][16] |
const int16_t ff_hevc_qpel_coeffs[3][8] |