Searched refs:ref_start_y (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/src/tile/ |
D | prediction.cc | 994 const int ref_start_y, const int ref_last_y, const int start_x, in GetReferenceBlockPosition() argument 1022 *ref_block_start_y < (ref_start_y - top_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() 1066 if (ref_block_start_y + y >= ref_start_y && in BuildConvolveBlock() 1086 if (ref_block_start_y + y >= ref_start_y && in BuildConvolveBlock() 1131 const int ref_start_y = 0; in BlockInterPrediction() local 1145 ref_start_y, ref_last_y, start_x, start_y, step_x, step_y, in BlockInterPrediction() 1199 ref_last_x, ref_start_y, ref_last_y, step_y, ref_block_start_x, in BlockInterPrediction() 1207 ref_last_x, ref_start_y, ref_last_y, step_y, ref_block_start_x, in BlockInterPrediction()
|
/external/libgav1/src/ |
D | tile.h | 470 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,
|