Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevcdsp_template.c397 ptrdiff_t y_stride_src = stride_src * (height - 1); in sao_edge_restore_0() local
399 dst[x + y_stride_dst] = av_clip_pixel(src[x + y_stride_src] + offset_val); in sao_edge_restore_0()
448 ptrdiff_t y_stride_src = stride_src * (height - 1); in sao_edge_restore_1() local
450 dst[x + y_stride_dst] = av_clip_pixel(src[x + y_stride_src] + offset_val); in sao_edge_restore_1()

Completed in 6 milliseconds