Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc952 const int reference_height = in ScaleMotionVector() local
957 2 * frame_header_.height >= reference_height && in ScaleMotionVector()
959 frame_header_.height <= 16 * reference_height); in ScaleMotionVector()
961 const bool is_scaled_y = reference_height != frame_header_.height; in ScaleMotionVector()
987 const int scale_y = ((reference_height << kReferenceScaleShift) + in ScaleMotionVector()
1138 const int reference_height = in BlockInterPrediction() local
1146 const int ref_last_y = SubsampledValue(reference_height, subsampling_y) - 1; in BlockInterPrediction()
1150 frame_header_.height != reference_height); in BlockInterPrediction()
1173 reference_y_max = reference_height; in BlockInterPrediction()