Searched refs:reference_upscaled_width (Results 1 – 2 of 2) sorted by relevance
1080 const int reference_upscaled_width = in BlockInterPrediction() local1090 SubsampledValue(reference_upscaled_width, subsampling_x) - 1; in BlockInterPrediction()1095 (frame_header_.width != reference_upscaled_width || in BlockInterPrediction()
1280 const int reference_upscaled_width = in ScaleMotionVector() local1288 assert(2 * frame_header_.width >= reference_upscaled_width && in ScaleMotionVector()1290 frame_header_.width <= 16 * reference_upscaled_width && in ScaleMotionVector()1292 const bool is_scaled_x = reference_upscaled_width != frame_header_.width; in ScaleMotionVector()1300 const int scale_x = ((reference_upscaled_width << kReferenceScaleShift) + in ScaleMotionVector()