Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
H A Dhevcdsp_init_mips.c437 c->put_hevc_epel_bi_w[1][0][0] = in ff_hevc_dsp_init_mips()
439 c->put_hevc_epel_bi_w[2][0][0] = in ff_hevc_dsp_init_mips()
441 c->put_hevc_epel_bi_w[3][0][0] = in ff_hevc_dsp_init_mips()
443 c->put_hevc_epel_bi_w[4][0][0] = in ff_hevc_dsp_init_mips()
445 c->put_hevc_epel_bi_w[5][0][0] = in ff_hevc_dsp_init_mips()
447 c->put_hevc_epel_bi_w[6][0][0] = in ff_hevc_dsp_init_mips()
449 c->put_hevc_epel_bi_w[7][0][0] = in ff_hevc_dsp_init_mips()
452 c->put_hevc_epel_bi_w[1][0][1] = ff_hevc_put_hevc_bi_w_epel_h4_8_msa; in ff_hevc_dsp_init_mips()
453 c->put_hevc_epel_bi_w[2][0][1] = ff_hevc_put_hevc_bi_w_epel_h6_8_msa; in ff_hevc_dsp_init_mips()
454 c->put_hevc_epel_bi_w[ in ff_hevc_dsp_init_mips()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhevcdsp.c162 PEL_FUNC(put_hevc_epel_bi_w, 0, 0, put_hevc_pel_bi_w_pixels, depth); \ in ff_hevc_dsp_init()
163 PEL_FUNC(put_hevc_epel_bi_w, 0, 1, put_hevc_epel_bi_w_h, depth); \ in ff_hevc_dsp_init()
164 PEL_FUNC(put_hevc_epel_bi_w, 1, 0, put_hevc_epel_bi_w_v, depth); \ in ff_hevc_dsp_init()
165 PEL_FUNC(put_hevc_epel_bi_w, 1, 1, put_hevc_epel_bi_w_hv, depth) in ff_hevc_dsp_init()
H A Dhevcdsp.h98 void (*put_hevc_epel_bi_w[10][2][2])(uint8_t *dst, ptrdiff_t dststride, uint8_t *_src, ptrdiff_t _srcstride, member
H A Dhevcdec.c1799 s->hevcdsp.put_hevc_epel_bi_w[idx][!!my1][!!mx1](dst0, s->frame->linesize[cidx+1], in chroma_mc_bi()
/third_party/ffmpeg/tests/checkasm/
H A Dhevc_pel.c513 if (check_func(h.put_hevc_epel_bi_w[size][j][i], "put_hevc_%s%d_%d", type, sizes[size], bit_depth)) { in checkasm_check_hevc_epel_bi_w()

Completed in 9 milliseconds