Home
last modified time | relevance | path

Searched refs:copy_vert (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c180 static void copy_vert(uint8_t *dst, const uint8_t *src, in copy_vert() function
215 copy_vert(s->sao_pixel_buffer_v[c_idx] + (((2 * x_ctb) * h + y) << sh), src, sh, height, 1 << sh, stride_src); in copy_CTB_to_hv()
217 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); in copy_CTB_to_hv()
420 copy_vert(dst - (1 << sh), in sao_filter_CTB()
430 copy_vert(dst + (width << sh), in sao_filter_CTB()

Completed in 4 milliseconds