Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc1009 const int ref_start_y, const int ref_last_y, const int start_x, in GetReferenceBlockPosition() argument
1037 ref_block_end_y > (ref_last_y + bottom_border); in GetReferenceBlockPosition()
1047 const int ref_start_y, const int ref_last_y, const int step_y, in BuildConvolveBlock() argument
1068 const int copy_start_y = Clip3(ref_block_start_y, ref_start_y, ref_last_y); in BuildConvolveBlock()
1081 ref_block_start_y + y < ref_last_y) { in BuildConvolveBlock()
1101 ref_block_start_y + y < ref_last_y) { in BuildConvolveBlock()
1146 const int ref_last_y = SubsampledValue(reference_height, subsampling_y) - 1; in BlockInterPrediction() local
1158 ref_start_y, ref_last_y, start_x, start_y, step_x, step_y, in BlockInterPrediction()
1176 std::min(ref_block_start_y + height + kSubPixelTaps, ref_last_y); in BlockInterPrediction()
1220 ref_last_x, ref_start_y, ref_last_y, step_y, ref_block_start_x, in BlockInterPrediction()
[all …]
/external/libgav1/libgav1/src/
Dtile.h462 int ref_start_x, int ref_last_x, int ref_start_y, int ref_last_y,
470 int ref_last_x, int ref_start_y, int ref_last_y,