Searched refs:kSubPixelBits (Results 1 – 2 of 2) sorted by relevance
146 kSubPixelBits = 4, enumerator147 kSubPixelMask = (1 << kSubPixelBits) - 1,
962 const int half_sample = 1 << (kSubPixelBits - 1); in ScaleMotionVector()963 int orig_x = (x << kSubPixelBits) + ((2 * mv.mv[1]) >> subsampling_x_[plane]); in ScaleMotionVector()964 int orig_y = (y << kSubPixelBits) + ((2 * mv.mv[0]) >> subsampling_y_[plane]); in ScaleMotionVector()966 DivideBy2(1 << (kScaleSubPixelBits - kSubPixelBits)); in ScaleMotionVector()980 base_x, kReferenceScaleShift + kSubPixelBits - kScaleSubPixelBits) + in ScaleMotionVector()997 base_y, kReferenceScaleShift + kSubPixelBits - kScaleSubPixelBits) + in ScaleMotionVector()