Home
last modified time | relevance | path

Searched refs:ref_start_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
1034 return *ref_block_start_x < (ref_start_x - left_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()
1071 const bool extend_left = ref_block_start_x < ref_start_x; in BuildConvolveBlock()
1142 const int ref_start_x = 0; in BlockInterPrediction() local
1157 reference_frame_index, is_scaled, width, height, ref_start_x, ref_last_x, in BlockInterPrediction()
1219 plane, reference_frame_index, is_scaled, height, ref_start_x, in BlockInterPrediction()
1227 plane, reference_frame_index, is_scaled, height, ref_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,
469 bool is_scaled, int height, int ref_start_x,