Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc1168 int reference_y_max; in BlockInterPrediction() local
1173 reference_y_max = reference_height; in BlockInterPrediction()
1175 reference_y_max = in BlockInterPrediction()
1179 reference_y_max = LeftShift(reference_y_max, subsampling_y); in BlockInterPrediction()
1182 reference_y_max && in BlockInterPrediction()
1184 reference_y_max, in BlockInterPrediction()
1304 int reference_y_max = -1; in BlockWarpProcess() local
1317 reference_y_max = std::max(iy4 + 8, reference_y_max); in BlockWarpProcess()
1322 reference_y_max = LeftShift(reference_y_max, subsampling_y_[plane]); in BlockWarpProcess()
1324 reference_y_max && in BlockWarpProcess()
[all …]