Lines Matching defs:rnd
315 int rnd)
326 int r = (1 << (shift - 1)) + rnd - 1;
411 r = 64 - rnd;
436 ptrdiff_t stride, int rnd) \
438 put_vc1_mspel_mc_h_v_msa(dst, src, stride, hmode, vmode, rnd); \
442 ptrdiff_t stride, int 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); \