Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc1069 const int copy_end_x = Clip3(ref_block_end_x, copy_start_x, ref_last_x); in BuildConvolveBlock() local
1070 const int block_width = copy_end_x - copy_start_x + 1; in BuildConvolveBlock()
1074 const bool out_of_right = copy_end_x < ref_block_start_x; in BuildConvolveBlock()
1076 const int ref_x = out_of_left ? copy_start_x : copy_end_x; in BuildConvolveBlock()
1097 reference_block[ref_y][copy_end_x], in BuildConvolveBlock()