Searched refs:put_vc1_mspel_mc_h_v_msa (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | vc1dsp_msa.c | 313 static void put_vc1_mspel_mc_h_v_msa(uint8_t *dst, const uint8_t *src, in put_vc1_mspel_mc_h_v_msa() function 438 put_vc1_mspel_mc_h_v_msa(dst, src, stride, hmode, vmode, rnd); \ 444 put_vc1_mspel_mc_h_v_msa(dst, src, stride, hmode, vmode, rnd); \ 445 put_vc1_mspel_mc_h_v_msa(dst + 8, src + 8, stride, hmode, vmode, rnd); \ 447 put_vc1_mspel_mc_h_v_msa(dst, src, stride, hmode, vmode, rnd); \ 448 put_vc1_mspel_mc_h_v_msa(dst + 8, src + 8, stride, hmode, vmode, rnd); \
|