H A D | vc1dsp_lasx.c | 523 ptrdiff_t stride, int hmode, int vmode, in put_vc1_mspel_mc_h_v_lasx() 536 int shift = (shift_value[hmode] + shift_value[vmode]) >> 1; in put_vc1_mspel_mc_h_v_lasx() 538 const uint8_t *para_v = para_value[vmode - 1]; in put_vc1_mspel_mc_h_v_lasx() 670 #define PUT_VC1_MSPEL_MC_LASX(hmode, vmode) \ 671 void ff_put_vc1_mspel_mc ## hmode ## vmode ## _lasx(uint8_t *dst, \ 675 put_vc1_mspel_mc_h_v_lasx(dst, src, stride, hmode, vmode, rnd); \ 677 void ff_put_vc1_mspel_mc ## hmode ## vmode ## _16_lasx(uint8_t *dst, \ 681 put_vc1_mspel_mc_h_v_lasx(dst, src, stride, hmode, vmode, rnd); \ 682 put_vc1_mspel_mc_h_v_lasx(dst + 8, src + 8, stride, hmode, vmode, rnd); \ 684 put_vc1_mspel_mc_h_v_lasx(dst, src, stride, hmode, vmode, rn 522 put_vc1_mspel_mc_h_v_lasx(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int hmode, int vmode, int rnd) put_vc1_mspel_mc_h_v_lasx() argument 738 put_vc1_mspel_mc_v_lasx(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int vmode, int rnd) put_vc1_mspel_mc_v_lasx() argument [all...] |