Home
last modified time | relevance | path

Searched refs:put_hevc_qpel_bi_w (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dhevcdsp_init_mips.c393 c->put_hevc_qpel_bi_w[1][0][0] = in ff_hevc_dsp_init_mips()
395 c->put_hevc_qpel_bi_w[3][0][0] = in ff_hevc_dsp_init_mips()
397 c->put_hevc_qpel_bi_w[4][0][0] = in ff_hevc_dsp_init_mips()
399 c->put_hevc_qpel_bi_w[5][0][0] = in ff_hevc_dsp_init_mips()
401 c->put_hevc_qpel_bi_w[6][0][0] = in ff_hevc_dsp_init_mips()
403 c->put_hevc_qpel_bi_w[7][0][0] = in ff_hevc_dsp_init_mips()
405 c->put_hevc_qpel_bi_w[8][0][0] = in ff_hevc_dsp_init_mips()
407 c->put_hevc_qpel_bi_w[9][0][0] = in ff_hevc_dsp_init_mips()
410 c->put_hevc_qpel_bi_w[1][0][1] = ff_hevc_put_hevc_bi_w_qpel_h4_8_msa; in ff_hevc_dsp_init_mips()
411 c->put_hevc_qpel_bi_w[ in ff_hevc_dsp_init_mips()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhevcdsp.c191 PEL_FUNC(put_hevc_qpel_bi_w, 0, 0, put_hevc_pel_bi_w_pixels, depth); \ in ff_hevc_dsp_init()
192 PEL_FUNC(put_hevc_qpel_bi_w, 0, 1, put_hevc_qpel_bi_w_h, depth); \ in ff_hevc_dsp_init()
193 PEL_FUNC(put_hevc_qpel_bi_w, 1, 0, put_hevc_qpel_bi_w_v, depth); \ in ff_hevc_dsp_init()
194 PEL_FUNC(put_hevc_qpel_bi_w, 1, 1, put_hevc_qpel_bi_w_hv, depth) in ff_hevc_dsp_init()
H A Dhevcdsp.h84 void (*put_hevc_qpel_bi_w[10][2][2])(uint8_t *dst, ptrdiff_t dststride, uint8_t *_src, ptrdiff_t _srcstride, member
H A Dhevcdec.c1626 s->hevcdsp.put_hevc_qpel_bi_w[idx][!!my1][!!mx1](dst, dststride, src1, src1stride, lc->tmp, in luma_mc_bi()
/third_party/ffmpeg/tests/checkasm/
H A Dhevc_pel.c281 if (check_func(h.put_hevc_qpel_bi_w[size][j][i], "put_hevc_%s%d_%d", type, sizes[size], bit_depth)) { in checkasm_check_hevc_qpel_bi_w()

Completed in 9 milliseconds