Searched refs:put_hevc_epel_bi (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | hevcdsp_init_loongarch.c | 98 c->put_hevc_epel_bi[1][0][0] = ff_hevc_put_hevc_bi_pel_pixels4_8_lsx; in ff_hevc_dsp_init_loongarch() 99 c->put_hevc_epel_bi[2][0][0] = ff_hevc_put_hevc_bi_pel_pixels6_8_lsx; in ff_hevc_dsp_init_loongarch() 100 c->put_hevc_epel_bi[3][0][0] = ff_hevc_put_hevc_bi_pel_pixels8_8_lsx; in ff_hevc_dsp_init_loongarch() 101 c->put_hevc_epel_bi[4][0][0] = ff_hevc_put_hevc_bi_pel_pixels12_8_lsx; in ff_hevc_dsp_init_loongarch() 102 c->put_hevc_epel_bi[5][0][0] = ff_hevc_put_hevc_bi_pel_pixels16_8_lsx; in ff_hevc_dsp_init_loongarch() 103 c->put_hevc_epel_bi[6][0][0] = ff_hevc_put_hevc_bi_pel_pixels24_8_lsx; in ff_hevc_dsp_init_loongarch() 104 c->put_hevc_epel_bi[7][0][0] = ff_hevc_put_hevc_bi_pel_pixels32_8_lsx; in ff_hevc_dsp_init_loongarch() 126 c->put_hevc_epel_bi[6][0][1] = ff_hevc_put_hevc_bi_epel_h24_8_lsx; in ff_hevc_dsp_init_loongarch() 127 c->put_hevc_epel_bi[7][0][1] = ff_hevc_put_hevc_bi_epel_h32_8_lsx; in ff_hevc_dsp_init_loongarch() 129 c->put_hevc_epel_bi[ in ff_hevc_dsp_init_loongarch() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevcdsp_init_mips.c | 73 c->put_hevc_epel_bi[3][0][0] = ff_hevc_put_hevc_pel_bi_pixels8_8_mmi; in ff_hevc_dsp_init_mips() 74 c->put_hevc_epel_bi[5][0][0] = ff_hevc_put_hevc_pel_bi_pixels16_8_mmi; in ff_hevc_dsp_init_mips() 75 c->put_hevc_epel_bi[6][0][0] = ff_hevc_put_hevc_pel_bi_pixels24_8_mmi; in ff_hevc_dsp_init_mips() 76 c->put_hevc_epel_bi[7][0][0] = ff_hevc_put_hevc_pel_bi_pixels32_8_mmi; in ff_hevc_dsp_init_mips() 78 c->put_hevc_epel_bi[1][1][1] = ff_hevc_put_hevc_epel_bi_hv4_8_mmi; in ff_hevc_dsp_init_mips() 79 c->put_hevc_epel_bi[3][1][1] = ff_hevc_put_hevc_epel_bi_hv8_8_mmi; in ff_hevc_dsp_init_mips() 80 c->put_hevc_epel_bi[4][1][1] = ff_hevc_put_hevc_epel_bi_hv12_8_mmi; in ff_hevc_dsp_init_mips() 81 c->put_hevc_epel_bi[5][1][1] = ff_hevc_put_hevc_epel_bi_hv16_8_mmi; in ff_hevc_dsp_init_mips() 82 c->put_hevc_epel_bi[6][1][1] = ff_hevc_put_hevc_epel_bi_hv24_8_mmi; in ff_hevc_dsp_init_mips() 83 c->put_hevc_epel_bi[ in ff_hevc_dsp_init_mips() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevcdsp_init.c | 806 c->put_hevc_epel_bi[7][0][0] = ff_hevc_put_hevc_bi_pel_pixels32_8_avx2; 807 c->put_hevc_epel_bi[8][0][0] = ff_hevc_put_hevc_bi_pel_pixels48_8_avx2; 808 c->put_hevc_epel_bi[9][0][0] = ff_hevc_put_hevc_bi_pel_pixels64_8_avx2; 818 c->put_hevc_epel_bi[7][0][1] = ff_hevc_put_hevc_bi_epel_h32_8_avx2; 819 c->put_hevc_epel_bi[8][0][1] = ff_hevc_put_hevc_bi_epel_h48_8_avx2; 820 c->put_hevc_epel_bi[9][0][1] = ff_hevc_put_hevc_bi_epel_h64_8_avx2; 830 c->put_hevc_epel_bi[7][1][0] = ff_hevc_put_hevc_bi_epel_v32_8_avx2; 831 c->put_hevc_epel_bi[8][1][0] = ff_hevc_put_hevc_bi_epel_v48_8_avx2; 832 c->put_hevc_epel_bi[9][1][0] = ff_hevc_put_hevc_bi_epel_v64_8_avx2; 842 c->put_hevc_epel_bi[ [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdsp.c | 158 PEL_FUNC(put_hevc_epel_bi, 0, 0, put_hevc_pel_bi_pixels, depth); \ in ff_hevc_dsp_init() 159 PEL_FUNC(put_hevc_epel_bi, 0, 1, put_hevc_epel_bi_h, depth); \ in ff_hevc_dsp_init() 160 PEL_FUNC(put_hevc_epel_bi, 1, 0, put_hevc_epel_bi_v, depth); \ in ff_hevc_dsp_init() 161 PEL_FUNC(put_hevc_epel_bi, 1, 1, put_hevc_epel_bi_hv, depth); \ in ff_hevc_dsp_init()
|
H A D | hevcdsp.h | 95 void (*put_hevc_epel_bi[10][2][2])(uint8_t *dst, ptrdiff_t dststride, uint8_t *_src, ptrdiff_t _srcstride, member
|
H A D | hevcdec.c | 1795 s->hevcdsp.put_hevc_epel_bi[idx][!!my1][!!mx1](dst0, s->frame->linesize[cidx+1], in chroma_mc_bi()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | hevc_pel.c | 467 if (check_func(h.put_hevc_epel_bi[size][j][i], "put_hevc_%s%d_%d", type, sizes[size], bit_depth)) { in checkasm_check_hevc_epel_bi()
|
Completed in 9 milliseconds