Lines Matching defs:hmode
523 ptrdiff_t stride, int hmode, int vmode,
536 int shift = (shift_value[hmode] + shift_value[vmode]) >> 1;
607 para_v = para_value[hmode - 1];
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, rnd); \
685 put_vc1_mspel_mc_h_v_lasx(dst + 8, src + 8, stride, hmode, vmode, rnd); \
806 ptrdiff_t stride, int hmode, int rnd)
822 const uint16_t *para_v = para_value[hmode - 1];
828 const_r = __lasx_xvreplgr2vr_h(add_value[hmode - 1]);
829 const_sh = __lasx_xvreplgr2vr_h(shift_value[hmode]);
995 #define PUT_VC1_MSPEL_MC_H_LASX(hmode) \
996 void ff_put_vc1_mspel_mc ## hmode ## 0_16_lasx(uint8_t *dst, \
1000 put_vc1_mspel_mc_h_lasx(dst, src, stride, hmode, rnd); \