Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc1013 int* ref_block_end_x) { in GetReferenceBlockPosition() argument
1021 *ref_block_end_x = GetPixelPositionFromHighScale(start_x, step_x, width - 1) + in GetReferenceBlockPosition()
1035 *ref_block_end_x > (ref_last_x + right_border) || in GetReferenceBlockPosition()
1048 const int ref_block_start_x, const int ref_block_end_x, in BuildConvolveBlock() argument
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()
1073 const bool out_of_left = copy_start_x > ref_block_end_x; in BuildConvolveBlock()
1155 int ref_block_end_x; in BlockInterPrediction() local
1163 &ref_block_start_y, &ref_block_end_x); in BlockInterPrediction()
1221 ref_block_end_x, ref_block_start_y, in BlockInterPrediction()
[all …]
/external/libgav1/libgav1/src/
Dtile.h465 int* ref_block_start_x, int* ref_block_start_y, int* ref_block_end_x);
472 int ref_block_end_x, int ref_block_start_y,