Lines Matching defs:width
31 int width, int height, dwtcoef *synthl)
34 ptrdiff_t synthw = width << 1;
35 dwtcoef *linehl = linell + width;
37 dwtcoef *linehh = linelh + width;
41 for (x = 0; x < width; x++) {
56 ptrdiff_t stride, int width, int height)
60 const ptrdiff_t synth_width = width << 1;
79 for (x = 1; x < width - 2; x++)
89 for (x = 1; x < width - 1; x++)
137 deinterleave(data, stride, width, height, synth);
141 ptrdiff_t stride, int width, int height)
145 const ptrdiff_t synth_width = width << 1;
163 for (x = 0; x < width - 1; x++)
170 for (x = 1; x < width - 1; x++)
211 deinterleave(data, stride, width, height, synth);
215 ptrdiff_t stride, int width, int height,
220 const ptrdiff_t synth_width = width << 1;
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);