Searched refs:kSubPixelBits (Results 1 – 2 of 2) sorted by relevance
158 kSubPixelBits = 4, enumerator159 kSubPixelMask = (1 << kSubPixelBits) - 1,
947 const int half_sample = 1 << (kSubPixelBits - 1); in ScaleMotionVector()948 int orig_x = (x << kSubPixelBits) + ((2 * mv.mv[1]) >> subsampling_x_[plane]); in ScaleMotionVector()949 int orig_y = (y << kSubPixelBits) + ((2 * mv.mv[0]) >> subsampling_y_[plane]); in ScaleMotionVector()951 DivideBy2(1 << (kScaleSubPixelBits - kSubPixelBits)); in ScaleMotionVector()965 base_x, kReferenceScaleShift + kSubPixelBits - kScaleSubPixelBits) + in ScaleMotionVector()982 base_y, kReferenceScaleShift + kSubPixelBits - kScaleSubPixelBits) + in ScaleMotionVector()