Lines Matching refs:stride
30 static av_always_inline void deinterleave(dwtcoef *linell, ptrdiff_t stride,
36 dwtcoef *linelh = linell + height*stride;
48 linell += stride;
49 linelh += stride;
50 linehl += stride;
51 linehh += stride;
56 ptrdiff_t stride, int width, int height)
71 datal += stride;
137 deinterleave(data, stride, width, height, synth);
141 ptrdiff_t stride, int width, int height)
156 datal += stride;
211 deinterleave(data, stride, width, height, synth);
215 ptrdiff_t stride, int width, int height,
226 synthl[y*synth_width + x + 1] = (datal[y*stride + x + 1] << s) -
227 (datal[y*stride + x] << s);
228 synthl[y*synth_width + x] = (datal[y*stride + x + 0] << s) +
243 deinterleave(data, stride, width, height, synth);
247 ptrdiff_t stride, int width, int height)
249 dwt_haar(t, data, stride, width, height, 0);
253 ptrdiff_t stride, int width, int height)
255 dwt_haar(t, data, stride, width, height, 1);