Lines Matching defs:rnd
524 int rnd)
537 int r = (1 << (shift - 1)) + rnd - 1;
612 r = 64 - rnd;
673 ptrdiff_t stride, int rnd) \
675 put_vc1_mspel_mc_h_v_lasx(dst, src, stride, hmode, vmode, rnd); \
679 ptrdiff_t stride, int rnd) \
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); \
739 ptrdiff_t stride, int vmode, int rnd)
751 add_value[2] = add_value[0] = 31 + rnd, add_value[1] = 7 + rnd;
786 ptrdiff_t stride, int rnd) \
788 put_vc1_mspel_mc_v_lasx(dst, src, stride, vmode, rnd); \
806 ptrdiff_t stride, int hmode, int rnd)
826 add_value[2] = add_value[0] = 32 - rnd, add_value[1] = 8 - rnd;
998 ptrdiff_t stride, int rnd) \
1000 put_vc1_mspel_mc_h_lasx(dst, src, stride, hmode, rnd); \