Searched refs:ref_block_start_x (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 1012 const int bottom_border, int* ref_block_start_x, int* ref_block_start_y, in GetReferenceBlockPosition() argument 1014 *ref_block_start_x = GetPixelPositionFromHighScale(start_x, 0, 0); in GetReferenceBlockPosition() 1019 *ref_block_start_x -= kConvolveBorderLeftTop; in GetReferenceBlockPosition() 1034 return *ref_block_start_x < (ref_start_x - left_border) || in GetReferenceBlockPosition() 1048 const int ref_block_start_x, const int ref_block_end_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() 1074 const bool out_of_right = copy_end_x < ref_block_start_x; in BuildConvolveBlock() 1088 const int left_width = copy_start_x - ref_block_start_x; in BuildConvolveBlock() 1153 int ref_block_start_x; in BlockInterPrediction() local [all …]
|
/external/libgav1/libgav1/src/ |
D | tile.h | 465 int* ref_block_start_x, int* ref_block_start_y, int* ref_block_end_x); 471 int step_y, int ref_block_start_x,
|