Home
last modified time | relevance | path

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

/external/libgav1/src/tile/
Dprediction.cc994 const int ref_start_y, const int ref_last_y, const int start_x, in GetReferenceBlockPosition() argument
1023 *ref_block_end_y > (ref_last_y + bottom_border); in GetReferenceBlockPosition()
1033 const int ref_start_y, const int ref_last_y, const int step_y, in BuildConvolveBlock() argument
1054 const int copy_start_y = Clip3(ref_block_start_y, ref_start_y, ref_last_y); in BuildConvolveBlock()
1067 ref_block_start_y + y < ref_last_y) { in BuildConvolveBlock()
1087 ref_block_start_y + y < ref_last_y) { in BuildConvolveBlock()
1132 const int ref_last_y = SubsampledValue(reference_height, subsampling_y) - 1; in BlockInterPrediction() local
1145 ref_start_y, ref_last_y, start_x, start_y, step_x, step_y, in BlockInterPrediction()
1158 std::min(ref_block_end_y + kSubPixelTaps, ref_last_y), subsampling_y); in BlockInterPrediction()
1199 ref_last_x, ref_start_y, ref_last_y, step_y, ref_block_start_x, in BlockInterPrediction()
[all …]
/external/libgav1/src/
Dtile.h470 int ref_start_x, int ref_last_x, int ref_start_y, int ref_last_y,
479 int ref_last_x, int ref_start_y, int ref_last_y,