Searched refs:copy_vert (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevc_filter.c | 171 static void copy_vert(uint8_t *dst, const uint8_t *src, in copy_vert() function 206 …copy_vert(s->sao_pixel_buffer_v[c_idx] + (((2 * x_ctb) * h + y) << sh), src, sh, height, 1 << sh, … in copy_CTB_to_hv() 208 …copy_vert(s->sao_pixel_buffer_v[c_idx] + (((2 * x_ctb + 1) * h + y) << sh), src + ((width - 1) << … in copy_CTB_to_hv() 411 copy_vert(dst - (1 << sh), in sao_filter_CTB() 421 copy_vert(dst + (width << sh), in sao_filter_CTB()
|