FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | SAOParams |
struct | HEVCDSPContext |
Macros | |
#define | MAX_PB_SIZE 64 |
Functions | |
void | ff_hevc_dsp_init (HEVCDSPContext *hpc, int bit_depth) |
void | ff_hevc_dsp_init_aarch64 (HEVCDSPContext *c, const int bit_depth) |
void | ff_hevc_dsp_init_arm (HEVCDSPContext *c, const int bit_depth) |
void | ff_hevc_dsp_init_ppc (HEVCDSPContext *c, const int bit_depth) |
void | ff_hevc_dsp_init_x86 (HEVCDSPContext *c, const int bit_depth) |
void | ff_hevc_dsp_init_mips (HEVCDSPContext *c, const int bit_depth) |
void | ff_hevc_dsp_init_loongarch (HEVCDSPContext *c, const int bit_depth) |
Variables | |
const int8_t | ff_hevc_epel_filters [7][4] |
const int8_t | ff_hevc_qpel_filters [3][16] |
void ff_hevc_dsp_init | ( | HEVCDSPContext * | hpc, |
int | bit_depth | ||
) |
Definition at line 126 of file hevcdsp.c.
Referenced by checkasm_check_hevc_add_res(), checkasm_check_hevc_epel(), checkasm_check_hevc_epel_bi(), checkasm_check_hevc_epel_bi_w(), checkasm_check_hevc_epel_uni(), checkasm_check_hevc_epel_uni_w(), checkasm_check_hevc_idct(), checkasm_check_hevc_qpel(), checkasm_check_hevc_qpel_bi(), checkasm_check_hevc_qpel_bi_w(), checkasm_check_hevc_qpel_uni(), checkasm_check_hevc_qpel_uni_w(), checkasm_check_hevc_sao(), and set_sps().
void ff_hevc_dsp_init_aarch64 | ( | HEVCDSPContext * | c, |
const int | bit_depth | ||
) |
Definition at line 65 of file hevcdsp_init_aarch64.c.
Referenced by ff_hevc_dsp_init().
void ff_hevc_dsp_init_arm | ( | HEVCDSPContext * | c, |
const int | bit_depth | ||
) |
Definition at line 28 of file hevcdsp_init_arm.c.
Referenced by ff_hevc_dsp_init().
void ff_hevc_dsp_init_ppc | ( | HEVCDSPContext * | c, |
const int | bit_depth | ||
) |
Definition at line 110 of file hevcdsp.c.
Referenced by ff_hevc_dsp_init().
void ff_hevc_dsp_init_x86 | ( | HEVCDSPContext * | c, |
const int | bit_depth | ||
) |
Definition at line 707 of file hevcdsp_init.c.
Referenced by ff_hevc_dsp_init().
void ff_hevc_dsp_init_mips | ( | HEVCDSPContext * | c, |
const int | bit_depth | ||
) |
Definition at line 24 of file hevcdsp_init_mips.c.
Referenced by ff_hevc_dsp_init().
void ff_hevc_dsp_init_loongarch | ( | HEVCDSPContext * | c, |
const int | bit_depth | ||
) |
Definition at line 26 of file hevcdsp_init_loongarch.c.
Referenced by ff_hevc_dsp_init().
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().