Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc1010 const int copy_start_x = in BuildConvolveBlock() local
1013 std::max(std::min(ref_block_end_x, ref_last_x), copy_start_x); in BuildConvolveBlock()
1016 const int block_width = copy_end_x - copy_start_x + 1; in BuildConvolveBlock()
1019 const bool out_of_left = copy_start_x > ref_block_end_x; in BuildConvolveBlock()
1022 const int ref_x = out_of_left ? copy_start_x : copy_end_x; in BuildConvolveBlock()
1034 const int left_width = copy_start_x - ref_block_start_x; in BuildConvolveBlock()
1037 Memset(buf_ptr, reference_block[ref_y][copy_start_x], left_width); in BuildConvolveBlock()
1039 memcpy(buf_ptr + left_width, &reference_block[ref_y][copy_start_x], in BuildConvolveBlock()