Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_vmafmotion.c81 uint16_t *dst, int w, int h, ptrdiff_t _src_stride, in convolution_x() argument
84 ptrdiff_t src_stride = _src_stride / sizeof(*src); in convolution_x()
130 int w, int h, ptrdiff_t _src_stride, \
134 ptrdiff_t src_stride = _src_stride / sizeof(*src); \