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.cc1114 int reference_y_max; in BlockInterPrediction() local
1119 reference_y_max = reference_height; in BlockInterPrediction()
1121 reference_y_max = in BlockInterPrediction()
1125 reference_y_max = LeftShift(reference_y_max, subsampling_y); in BlockInterPrediction()
1128 reference_y_max && in BlockInterPrediction()
1130 reference_y_max, in BlockInterPrediction()
1253 int reference_y_max = -1; in BlockWarpProcess() local
1266 reference_y_max = std::max(iy4 + 8, reference_y_max); in BlockWarpProcess()
1271 reference_y_max = LeftShift(reference_y_max, subsampling_y_[plane]); in BlockWarpProcess()
1273 reference_y_max && in BlockWarpProcess()
[all …]