Home
last modified time | relevance | path

Searched refs:reference_upscaled_width (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/tile/
Dprediction.cc948 const int reference_upscaled_width = in ScaleMotionVector() local
956 assert(2 * frame_header_.width >= reference_upscaled_width && in ScaleMotionVector()
958 frame_header_.width <= 16 * reference_upscaled_width && in ScaleMotionVector()
960 const bool is_scaled_x = reference_upscaled_width != frame_header_.width; in ScaleMotionVector()
968 const int scale_x = ((reference_upscaled_width << kReferenceScaleShift) + in ScaleMotionVector()
1134 const int reference_upscaled_width = in BlockInterPrediction() local
1144 SubsampledValue(reference_upscaled_width, subsampling_x) - 1; in BlockInterPrediction()
1149 (frame_header_.width != reference_upscaled_width || in BlockInterPrediction()