Home
last modified time | relevance | path

Searched defs:ref_last_y (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/tile/
Dprediction.cc995 const int ref_start_y, const int ref_last_y, const int start_x, in GetReferenceBlockPosition()
1034 const int ref_start_y, const int ref_last_y, const int step_y, in BuildConvolveBlock()
1133 const int ref_last_y = SubsampledValue(reference_height, subsampling_y) - 1; in BlockInterPrediction() local