Lines Matching defs:height
31 int width, int height, dwtcoef *synthl)
36 dwtcoef *linelh = linell + height*stride;
40 for (y = 0; y < height; y++) {
56 ptrdiff_t stride, int width, int height)
61 const ptrdiff_t synth_height = height << 1;
104 for (y = 1; y < height - 2; y++) {
127 for (y = 1; y < height - 1; y++) {
137 deinterleave(data, stride, width, height, synth);
141 ptrdiff_t stride, int width, int height)
146 const ptrdiff_t synth_height = height << 1;
184 for (y = 1; y < height - 1; y++) {
200 for (y = 1; y < height - 1; y++) {
211 deinterleave(data, stride, width, height, synth);
215 ptrdiff_t stride, int width, int height,
221 const ptrdiff_t synth_height = height << 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);