Searched refs:_src_stride (Results 1 – 1 of 1) sorted by relevance
81 uint16_t *dst, int w, int h, ptrdiff_t _src_stride, in convolution_x() argument84 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); \