Searched refs:put_hevc_epel_uni_w (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | hevcdsp_init_mips.c | 282 c->put_hevc_epel_uni_w[1][0][0] = in ff_hevc_dsp_init_mips() 284 c->put_hevc_epel_uni_w[2][0][0] = in ff_hevc_dsp_init_mips() 286 c->put_hevc_epel_uni_w[3][0][0] = in ff_hevc_dsp_init_mips() 288 c->put_hevc_epel_uni_w[4][0][0] = in ff_hevc_dsp_init_mips() 290 c->put_hevc_epel_uni_w[5][0][0] = in ff_hevc_dsp_init_mips() 292 c->put_hevc_epel_uni_w[6][0][0] = in ff_hevc_dsp_init_mips() 294 c->put_hevc_epel_uni_w[7][0][0] = in ff_hevc_dsp_init_mips() 297 c->put_hevc_epel_uni_w[1][0][1] = ff_hevc_put_hevc_uni_w_epel_h4_8_msa; in ff_hevc_dsp_init_mips() 298 c->put_hevc_epel_uni_w[2][0][1] = ff_hevc_put_hevc_uni_w_epel_h6_8_msa; in ff_hevc_dsp_init_mips() 299 c->put_hevc_epel_uni_w[3][0][1] = ff_hevc_put_hevc_uni_w_epel_h8_8_msa; in ff_hevc_dsp_init_mips() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | hevcdsp.c | 151 PEL_FUNC(put_hevc_epel_uni_w, 0, 0, put_hevc_pel_uni_w_pixels, depth); \ in ff_hevc_dsp_init() 152 PEL_FUNC(put_hevc_epel_uni_w, 0, 1, put_hevc_epel_uni_w_h, depth); \ in ff_hevc_dsp_init() 153 PEL_FUNC(put_hevc_epel_uni_w, 1, 0, put_hevc_epel_uni_w_v, depth); \ in ff_hevc_dsp_init() 154 PEL_FUNC(put_hevc_epel_uni_w, 1, 1, put_hevc_epel_uni_w_hv, depth) in ff_hevc_dsp_init()
|
D | hevcdsp.h | 93 …void (*put_hevc_epel_uni_w[10][2][2])(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_… member
|
D | hevcdec.c | 1675 s->hevcdsp.put_hevc_epel_uni_w[idx][!!my][!!mx](dst0, dststride, src0, srcstride, in chroma_mc_uni()
|
/third_party/ffmpeg/tests/checkasm/ |
D | hevc_pel.c | 409 …if (check_func(h.put_hevc_epel_uni_w[size][j][i], "put_hevc_%s%d_%d", type, sizes[size], bit_depth… in checkasm_check_hevc_epel_uni_w()
|