Home
last modified time | relevance | path

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

/external/libgav1/src/tile/
Dprediction.cc1055 const int copy_end_x = Clip3(ref_block_end_x, copy_start_x, ref_last_x); in BuildConvolveBlock() local
1056 const int block_width = copy_end_x - copy_start_x + 1; in BuildConvolveBlock()
1060 const bool out_of_right = copy_end_x < ref_block_start_x; in BuildConvolveBlock()
1062 const int ref_x = out_of_left ? copy_start_x : copy_end_x; in BuildConvolveBlock()
1083 reference_block[ref_y][copy_end_x], in BuildConvolveBlock()