Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc1008 const int height, const int ref_start_x, const int ref_last_x, in GetReferenceBlockPosition() argument
1035 *ref_block_end_x > (ref_last_x + right_border) || in GetReferenceBlockPosition()
1046 const int height, const int ref_start_x, const int ref_last_x, in BuildConvolveBlock() argument
1067 const int copy_start_x = Clip3(ref_block_start_x, ref_start_x, ref_last_x); in BuildConvolveBlock()
1069 const int copy_end_x = Clip3(ref_block_end_x, copy_start_x, ref_last_x); in BuildConvolveBlock()
1072 const bool extend_right = ref_block_end_x > ref_last_x; in BuildConvolveBlock()
1143 const int ref_last_x = in BlockInterPrediction() local
1157 reference_frame_index, is_scaled, width, height, ref_start_x, ref_last_x, 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,