Searched refs:copy_start_x (Results 1 – 1 of 1) sorted by relevance
1053 const int copy_start_x = Clip3(ref_block_start_x, ref_start_x, ref_last_x); in BuildConvolveBlock() local1055 const int copy_end_x = Clip3(ref_block_end_x, copy_start_x, ref_last_x); in BuildConvolveBlock()1056 const int block_width = copy_end_x - copy_start_x + 1; in BuildConvolveBlock()1059 const bool out_of_left = copy_start_x > ref_block_end_x; in BuildConvolveBlock()1062 const int ref_x = out_of_left ? copy_start_x : copy_end_x; in BuildConvolveBlock()1074 const int left_width = copy_start_x - ref_block_start_x; in BuildConvolveBlock()1077 Memset(buf_ptr, reference_block[ref_y][copy_start_x], left_width); in BuildConvolveBlock()1079 memcpy(buf_ptr + left_width, &reference_block[ref_y][copy_start_x], in BuildConvolveBlock()