Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdsp_template.c396 ptrdiff_t y_stride_dst = stride_dst * (height - 1); in FUNC() local
399 dst[x + y_stride_dst] = av_clip_pixel(src[x + y_stride_src] + offset_val); in FUNC()
447 ptrdiff_t y_stride_dst = stride_dst * (height - 1); in FUNC() local
450 dst[x + y_stride_dst] = av_clip_pixel(src[x + y_stride_src] + offset_val); in FUNC()