Home
last modified time | relevance | path

Searched refs:ref_start_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
1036 *ref_block_start_y < (ref_start_y - top_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()
1080 if (ref_block_start_y + y >= ref_start_y && in BuildConvolveBlock()
1100 if (ref_block_start_y + y >= ref_start_y && in BuildConvolveBlock()
1145 const int ref_start_y = 0; in BlockInterPrediction() local
1158 ref_start_y, ref_last_y, start_x, start_y, step_x, step_y, in BlockInterPrediction()
1220 ref_last_x, ref_start_y, ref_last_y, step_y, ref_block_start_x, in BlockInterPrediction()
1228 ref_last_x, ref_start_y, ref_last_y, step_y, ref_block_start_x, in BlockInterPrediction()
/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,