Home
last modified time | relevance | path

Searched refs:put_hevc_epel (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevcdsp_init_loongarch.c42 c->put_hevc_epel[1][0][0] = ff_hevc_put_hevc_pel_pixels4_8_lsx; in ff_hevc_dsp_init_loongarch()
43 c->put_hevc_epel[2][0][0] = ff_hevc_put_hevc_pel_pixels6_8_lsx; in ff_hevc_dsp_init_loongarch()
44 c->put_hevc_epel[3][0][0] = ff_hevc_put_hevc_pel_pixels8_8_lsx; in ff_hevc_dsp_init_loongarch()
45 c->put_hevc_epel[4][0][0] = ff_hevc_put_hevc_pel_pixels12_8_lsx; in ff_hevc_dsp_init_loongarch()
46 c->put_hevc_epel[5][0][0] = ff_hevc_put_hevc_pel_pixels16_8_lsx; in ff_hevc_dsp_init_loongarch()
47 c->put_hevc_epel[6][0][0] = ff_hevc_put_hevc_pel_pixels24_8_lsx; in ff_hevc_dsp_init_loongarch()
48 c->put_hevc_epel[7][0][0] = ff_hevc_put_hevc_pel_pixels32_8_lsx; in ff_hevc_dsp_init_loongarch()
77 c->put_hevc_epel[7][0][1] = ff_hevc_put_hevc_epel_h32_8_lsx; in ff_hevc_dsp_init_loongarch()
79 c->put_hevc_epel[5][1][0] = ff_hevc_put_hevc_epel_v16_8_lsx; in ff_hevc_dsp_init_loongarch()
80 c->put_hevc_epel[ in ff_hevc_dsp_init_loongarch()
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcdsp_init_mips.c135 c->put_hevc_epel[1][0][0] = ff_hevc_put_hevc_pel_pixels4_8_msa; in ff_hevc_dsp_init_mips()
136 c->put_hevc_epel[2][0][0] = ff_hevc_put_hevc_pel_pixels6_8_msa; in ff_hevc_dsp_init_mips()
137 c->put_hevc_epel[3][0][0] = ff_hevc_put_hevc_pel_pixels8_8_msa; in ff_hevc_dsp_init_mips()
138 c->put_hevc_epel[4][0][0] = ff_hevc_put_hevc_pel_pixels12_8_msa; in ff_hevc_dsp_init_mips()
139 c->put_hevc_epel[5][0][0] = ff_hevc_put_hevc_pel_pixels16_8_msa; in ff_hevc_dsp_init_mips()
140 c->put_hevc_epel[6][0][0] = ff_hevc_put_hevc_pel_pixels24_8_msa; in ff_hevc_dsp_init_mips()
141 c->put_hevc_epel[7][0][0] = ff_hevc_put_hevc_pel_pixels32_8_msa; in ff_hevc_dsp_init_mips()
143 c->put_hevc_epel[1][0][1] = ff_hevc_put_hevc_epel_h4_8_msa; in ff_hevc_dsp_init_mips()
144 c->put_hevc_epel[2][0][1] = ff_hevc_put_hevc_epel_h6_8_msa; in ff_hevc_dsp_init_mips()
145 c->put_hevc_epel[ in ff_hevc_dsp_init_mips()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dhevcdsp_init.c749 EPEL_LINKS(c->put_hevc_epel, 0, 0, pel_pixels, 8, sse4);
750 EPEL_LINKS(c->put_hevc_epel, 0, 1, epel_h, 8, sse4);
751 EPEL_LINKS(c->put_hevc_epel, 1, 0, epel_v, 8, sse4);
752 EPEL_LINKS(c->put_hevc_epel, 1, 1, epel_hv, 8, sse4);
786 c->put_hevc_epel[7][0][0] = ff_hevc_put_hevc_pel_pixels32_8_avx2;
787 c->put_hevc_epel[8][0][0] = ff_hevc_put_hevc_pel_pixels48_8_avx2;
788 c->put_hevc_epel[9][0][0] = ff_hevc_put_hevc_pel_pixels64_8_avx2;
810 c->put_hevc_epel[7][0][1] = ff_hevc_put_hevc_epel_h32_8_avx2;
811 c->put_hevc_epel[8][0][1] = ff_hevc_put_hevc_epel_h48_8_avx2;
812 c->put_hevc_epel[
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhevcdsp.c140 PEL_FUNC(put_hevc_epel, 0, 0, put_hevc_pel_pixels, depth); \ in ff_hevc_dsp_init()
141 PEL_FUNC(put_hevc_epel, 0, 1, put_hevc_epel_h, depth); \ in ff_hevc_dsp_init()
142 PEL_FUNC(put_hevc_epel, 1, 0, put_hevc_epel_v, depth); \ in ff_hevc_dsp_init()
143 PEL_FUNC(put_hevc_epel, 1, 1, put_hevc_epel_hv, depth) in ff_hevc_dsp_init()
H A Dhevcdsp.h88 void (*put_hevc_epel[10][2][2])(int16_t *dst, uint8_t *src, ptrdiff_t srcstride, member
H A Dhevcdec.c1792 s->hevcdsp.put_hevc_epel[idx][!!my0][!!mx0](lc->tmp, src1, src1stride, in chroma_mc_bi()
/third_party/ffmpeg/tests/checkasm/
H A Dhevc_pel.c331 if (check_func(h.put_hevc_epel[size][j][i], "put_hevc_%s%d_%d", type, sizes[size], bit_depth)) { in checkasm_check_hevc_epel()

Completed in 10 milliseconds