Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc1080 const int reference_upscaled_width = in BlockInterPrediction() local
1090 SubsampledValue(reference_upscaled_width, subsampling_x) - 1; in BlockInterPrediction()
1095 (frame_header_.width != reference_upscaled_width || in BlockInterPrediction()
Dtile.cc1280 const int reference_upscaled_width = in ScaleMotionVector() local
1288 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()