Searched refs:copy_end_x (Results 1 – 1 of 1) sorted by relevance
1069 const int copy_end_x = Clip3(ref_block_end_x, copy_start_x, ref_last_x); in BuildConvolveBlock() local1070 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()