Home
last modified time | relevance | path

Searched refs:put_hevc_qpel_uni_w (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dhevcdsp_init_mips.c232 c->put_hevc_qpel_uni_w[1][0][0] = in ff_hevc_dsp_init_mips()
234 c->put_hevc_qpel_uni_w[3][0][0] = in ff_hevc_dsp_init_mips()
236 c->put_hevc_qpel_uni_w[4][0][0] = in ff_hevc_dsp_init_mips()
238 c->put_hevc_qpel_uni_w[5][0][0] = in ff_hevc_dsp_init_mips()
240 c->put_hevc_qpel_uni_w[6][0][0] = in ff_hevc_dsp_init_mips()
242 c->put_hevc_qpel_uni_w[7][0][0] = in ff_hevc_dsp_init_mips()
244 c->put_hevc_qpel_uni_w[8][0][0] = in ff_hevc_dsp_init_mips()
246 c->put_hevc_qpel_uni_w[9][0][0] = in ff_hevc_dsp_init_mips()
249 c->put_hevc_qpel_uni_w[1][0][1] = ff_hevc_put_hevc_uni_w_qpel_h4_8_msa; in ff_hevc_dsp_init_mips()
250 c->put_hevc_qpel_uni_w[ in ff_hevc_dsp_init_mips()
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevcdsp_init_loongarch.c163 c->put_hevc_qpel_uni_w[3][1][1] = ff_hevc_put_hevc_uni_w_qpel_hv8_8_lsx; in ff_hevc_dsp_init_loongarch()
164 c->put_hevc_qpel_uni_w[5][1][1] = ff_hevc_put_hevc_uni_w_qpel_hv16_8_lsx; in ff_hevc_dsp_init_loongarch()
165 c->put_hevc_qpel_uni_w[6][1][1] = ff_hevc_put_hevc_uni_w_qpel_hv24_8_lsx; in ff_hevc_dsp_init_loongarch()
166 c->put_hevc_qpel_uni_w[7][1][1] = ff_hevc_put_hevc_uni_w_qpel_hv32_8_lsx; in ff_hevc_dsp_init_loongarch()
167 c->put_hevc_qpel_uni_w[8][1][1] = ff_hevc_put_hevc_uni_w_qpel_hv48_8_lsx; in ff_hevc_dsp_init_loongarch()
168 c->put_hevc_qpel_uni_w[9][1][1] = ff_hevc_put_hevc_uni_w_qpel_hv64_8_lsx; in ff_hevc_dsp_init_loongarch()
/third_party/ffmpeg/libavcodec/
H A Dhevcdsp.c180 PEL_FUNC(put_hevc_qpel_uni_w, 0, 0, put_hevc_pel_uni_w_pixels, depth); \ in ff_hevc_dsp_init()
181 PEL_FUNC(put_hevc_qpel_uni_w, 0, 1, put_hevc_qpel_uni_w_h, depth); \ in ff_hevc_dsp_init()
182 PEL_FUNC(put_hevc_qpel_uni_w, 1, 0, put_hevc_qpel_uni_w_v, depth); \ in ff_hevc_dsp_init()
183 PEL_FUNC(put_hevc_qpel_uni_w, 1, 1, put_hevc_qpel_uni_w_hv, depth) in ff_hevc_dsp_init()
H A Dhevcdsp.h78 void (*put_hevc_qpel_uni_w[10][2][2])(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, member
H A Dhevcdec.c1541 s->hevcdsp.put_hevc_qpel_uni_w[idx][!!my][!!mx](dst, dststride, src, srcstride, in luma_mc_uni()
/third_party/ffmpeg/tests/checkasm/
H A Dhevc_pel.c185 if (check_func(h.put_hevc_qpel_uni_w[size][j][i], "put_hevc_%s%d_%d", type, sizes[size], bit_depth)) { in checkasm_check_hevc_qpel_uni_w()

Completed in 12 milliseconds