Lines Matching refs:kScaleSubPixelBits
211 return (start + step * offset) >> kScaleSubPixelBits; in GetPixelPositionFromHighScale()
966 DivideBy2(1 << (kScaleSubPixelBits - kSubPixelBits)); in ScaleMotionVector()
972 scale_x, kReferenceScaleShift - kScaleSubPixelBits); in ScaleMotionVector()
980 base_x, kReferenceScaleShift + kSubPixelBits - kScaleSubPixelBits) + in ScaleMotionVector()
983 *step_x = 1 << kScaleSubPixelBits; in ScaleMotionVector()
991 scale_y, kReferenceScaleShift - kScaleSubPixelBits); in ScaleMotionVector()
997 base_y, kReferenceScaleShift + kSubPixelBits - kScaleSubPixelBits) + in ScaleMotionVector()
1000 *step_y = 1 << kScaleSubPixelBits; in ScaleMotionVector()
1028 (((height - 1) * step_y + (1 << kScaleSubPixelBits) - 1) >> in GetReferenceBlockPosition()
1029 kScaleSubPixelBits) + in GetReferenceBlockPosition()
1063 block_height = (((height - 1) * step_y + (1 << kScaleSubPixelBits) - 1) >> in BuildConvolveBlock()
1064 kScaleSubPixelBits) + in BuildConvolveBlock()