Searched refs:ff_hevc_dsp_init (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
H A D | hevc_pel.c | 86 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_qpel() 130 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_qpel_uni() 172 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_qpel_uni_w() 222 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_qpel_bi() 268 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_qpel_bi_w() 318 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_epel() 362 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_epel_uni() 404 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_epel_uni_w() 454 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_epel_bi() 500 ff_hevc_dsp_init( in checkasm_check_hevc_epel_bi_w() [all...] |
H A D | hevc_idct.c | 94 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_idct() 102 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_idct()
|
H A D | hevc_sao.c | 150 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_sao() 158 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_sao()
|
H A D | hevc_add_res.c | 93 ff_hevc_dsp_init(&h, bit_depth); in checkasm_check_hevc_add_res()
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdsp.c | 126 void ff_hevc_dsp_init(HEVCDSPContext *hevcdsp, int bit_depth) in ff_hevc_dsp_init() function
|
H A D | hevcdsp.h | 127 void ff_hevc_dsp_init(HEVCDSPContext *hpc, int bit_depth);
|
H A D | hevcdec.c | 516 ff_hevc_dsp_init (&s->hevcdsp, sps->bit_depth); in set_sps()
|
Completed in 9 milliseconds