Home
last modified time | relevance | path

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

/external/libgav1/src/tile/
Dprediction.cc993 const int height, const int ref_start_x, const int ref_last_x, in GetReferenceBlockPosition() argument
1020 return *ref_block_start_x < (ref_start_x - left_border) || in GetReferenceBlockPosition()
1032 const int height, const int ref_start_x, const int ref_last_x, in BuildConvolveBlock() argument
1053 const int copy_start_x = Clip3(ref_block_start_x, ref_start_x, ref_last_x); in BuildConvolveBlock()
1057 const bool extend_left = ref_block_start_x < ref_start_x; in BuildConvolveBlock()
1128 const int ref_start_x = 0; in BlockInterPrediction() local
1144 reference_frame_index, is_scaled, width, height, ref_start_x, ref_last_x, in BlockInterPrediction()
1198 plane, reference_frame_index, is_scaled, height, ref_start_x, in BlockInterPrediction()
1206 plane, reference_frame_index, is_scaled, height, ref_start_x, in BlockInterPrediction()
/external/libgav1/src/
Dtile.h470 int ref_start_x, int ref_last_x, int ref_start_y, int ref_last_y,
478 bool is_scaled, int height, int ref_start_x,