copy_vert         206 libavcodec/hevc_filter.c     copy_vert(s->sao_pixel_buffer_v[c_idx] + (((2 * x_ctb) * h + y) << sh), src, sh, height, 1 << sh, stride_src);
copy_vert         208 libavcodec/hevc_filter.c     copy_vert(s->sao_pixel_buffer_v[c_idx] + (((2 * x_ctb + 1) * h + y) << sh), src + ((width - 1) << sh), sh, height, 1 << sh, stride_src);
copy_vert         411 libavcodec/hevc_filter.c                     copy_vert(dst - (1 << sh),
copy_vert         421 libavcodec/hevc_filter.c                     copy_vert(dst + (width << sh),