Home
last modified time | relevance | path

Searched refs:put_hevc_qpel (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevcdsp_init_loongarch.c32 c->put_hevc_qpel[1][0][0] = ff_hevc_put_hevc_pel_pixels4_8_lsx; in ff_hevc_dsp_init_loongarch()
33 c->put_hevc_qpel[2][0][0] = ff_hevc_put_hevc_pel_pixels6_8_lsx; in ff_hevc_dsp_init_loongarch()
34 c->put_hevc_qpel[3][0][0] = ff_hevc_put_hevc_pel_pixels8_8_lsx; in ff_hevc_dsp_init_loongarch()
35 c->put_hevc_qpel[4][0][0] = ff_hevc_put_hevc_pel_pixels12_8_lsx; in ff_hevc_dsp_init_loongarch()
36 c->put_hevc_qpel[5][0][0] = ff_hevc_put_hevc_pel_pixels16_8_lsx; in ff_hevc_dsp_init_loongarch()
37 c->put_hevc_qpel[6][0][0] = ff_hevc_put_hevc_pel_pixels24_8_lsx; in ff_hevc_dsp_init_loongarch()
38 c->put_hevc_qpel[7][0][0] = ff_hevc_put_hevc_pel_pixels32_8_lsx; in ff_hevc_dsp_init_loongarch()
39 c->put_hevc_qpel[8][0][0] = ff_hevc_put_hevc_pel_pixels48_8_lsx; in ff_hevc_dsp_init_loongarch()
40 c->put_hevc_qpel[9][0][0] = ff_hevc_put_hevc_pel_pixels64_8_lsx; in ff_hevc_dsp_init_loongarch()
50 c->put_hevc_qpel[ in ff_hevc_dsp_init_loongarch()
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcdsp_init_mips.c30 c->put_hevc_qpel[1][0][1] = ff_hevc_put_hevc_qpel_h4_8_mmi; in ff_hevc_dsp_init_mips()
31 c->put_hevc_qpel[3][0][1] = ff_hevc_put_hevc_qpel_h8_8_mmi; in ff_hevc_dsp_init_mips()
32 c->put_hevc_qpel[4][0][1] = ff_hevc_put_hevc_qpel_h12_8_mmi; in ff_hevc_dsp_init_mips()
33 c->put_hevc_qpel[5][0][1] = ff_hevc_put_hevc_qpel_h16_8_mmi; in ff_hevc_dsp_init_mips()
34 c->put_hevc_qpel[6][0][1] = ff_hevc_put_hevc_qpel_h24_8_mmi; in ff_hevc_dsp_init_mips()
35 c->put_hevc_qpel[7][0][1] = ff_hevc_put_hevc_qpel_h32_8_mmi; in ff_hevc_dsp_init_mips()
36 c->put_hevc_qpel[8][0][1] = ff_hevc_put_hevc_qpel_h48_8_mmi; in ff_hevc_dsp_init_mips()
37 c->put_hevc_qpel[9][0][1] = ff_hevc_put_hevc_qpel_h64_8_mmi; in ff_hevc_dsp_init_mips()
39 c->put_hevc_qpel[1][1][1] = ff_hevc_put_hevc_qpel_hv4_8_mmi; in ff_hevc_dsp_init_mips()
40 c->put_hevc_qpel[ in ff_hevc_dsp_init_mips()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dhevcdsp_init.c754 QPEL_LINKS(c->put_hevc_qpel, 0, 0, pel_pixels, 8, sse4);
755 QPEL_LINKS(c->put_hevc_qpel, 0, 1, qpel_h, 8, sse4);
756 QPEL_LINKS(c->put_hevc_qpel, 1, 0, qpel_v, 8, sse4);
757 QPEL_LINKS(c->put_hevc_qpel, 1, 1, qpel_hv, 8, sse4);
790 c->put_hevc_qpel[7][0][0] = ff_hevc_put_hevc_pel_pixels32_8_avx2;
791 c->put_hevc_qpel[8][0][0] = ff_hevc_put_hevc_pel_pixels48_8_avx2;
792 c->put_hevc_qpel[9][0][0] = ff_hevc_put_hevc_pel_pixels64_8_avx2;
846 c->put_hevc_qpel[7][0][1] = ff_hevc_put_hevc_qpel_h32_8_avx2;
847 c->put_hevc_qpel[8][0][1] = ff_hevc_put_hevc_qpel_h48_8_avx2;
848 c->put_hevc_qpel[
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dhevcdsp_init_neon.c275 c->put_hevc_qpel[x][1][0] = ff_hevc_put_qpel_neon_wrapper; in ff_hevc_dsp_init_neon()
276 c->put_hevc_qpel[x][0][1] = ff_hevc_put_qpel_neon_wrapper; in ff_hevc_dsp_init_neon()
277 c->put_hevc_qpel[x][1][1] = ff_hevc_put_qpel_neon_wrapper; in ff_hevc_dsp_init_neon()
285 c->put_hevc_qpel[0][0][0] = ff_hevc_put_pixels_w2_neon_8; in ff_hevc_dsp_init_neon()
286 c->put_hevc_qpel[1][0][0] = ff_hevc_put_pixels_w4_neon_8; in ff_hevc_dsp_init_neon()
287 c->put_hevc_qpel[2][0][0] = ff_hevc_put_pixels_w6_neon_8; in ff_hevc_dsp_init_neon()
288 c->put_hevc_qpel[3][0][0] = ff_hevc_put_pixels_w8_neon_8; in ff_hevc_dsp_init_neon()
289 c->put_hevc_qpel[4][0][0] = ff_hevc_put_pixels_w12_neon_8; in ff_hevc_dsp_init_neon()
290 c->put_hevc_qpel[5][0][0] = ff_hevc_put_pixels_w16_neon_8; in ff_hevc_dsp_init_neon()
291 c->put_hevc_qpel[ in ff_hevc_dsp_init_neon()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhevcdsp.c169 PEL_FUNC(put_hevc_qpel, 0, 0, put_hevc_pel_pixels, depth); \ in ff_hevc_dsp_init()
170 PEL_FUNC(put_hevc_qpel, 0, 1, put_hevc_qpel_h, depth); \ in ff_hevc_dsp_init()
171 PEL_FUNC(put_hevc_qpel, 1, 0, put_hevc_qpel_v, depth); \ in ff_hevc_dsp_init()
172 PEL_FUNC(put_hevc_qpel, 1, 1, put_hevc_qpel_hv, depth) in ff_hevc_dsp_init()
H A Dhevcdsp.h74 void (*put_hevc_qpel[10][2][2])(int16_t *dst, uint8_t *src, ptrdiff_t srcstride, member
H A Dhevcdec.c1620 s->hevcdsp.put_hevc_qpel[idx][!!my0][!!mx0](lc->tmp, src0, src0stride, in luma_mc_bi()
/third_party/ffmpeg/tests/checkasm/
H A Dhevc_pel.c99 if (check_func(h.put_hevc_qpel[size][j][i], "put_hevc_%s%d_%d", type, sizes[size], bit_depth)) { in checkasm_check_hevc_qpel()

Completed in 11 milliseconds