Lines Matching defs:scale
601 int ref0, scale;
624 scale = dist_scale_factor[ref0];
631 int mx = (scale * mv_col[0] + 128) >> 8;
632 int my = (scale * my_col + 128) >> 8;
653 const int scale = dist_scale_factor[ref0];
656 mv_l0[0] = (scale * mv_col[0] + 128) >> 8;
657 mv_l0[1] = (scale * mv_col[1] + 128) >> 8;
669 int ref0, scale;
691 scale = dist_scale_factor[ref0];
697 int mx = (scale * mv_col[0] + 128) >> 8;
698 int my = (scale * mv_col[1] + 128) >> 8;
708 mv_l0[0] = (scale * mv_col[0] + 128) >> 8;
709 mv_l0[1] = (scale * mv_col[1] + 128) >> 8;