Lines Matching defs:synth_height
61 const ptrdiff_t synth_height = height << 1;
67 for (y = 0; y < synth_height; y++) {
76 for (y = 0; y < synth_height; y++) {
113 synthl = synth + (synth_height - 1) * synth_width;
133 synthl = synth + (synth_height - 2) * synth_width;
146 const ptrdiff_t synth_height = height << 1;
152 for (y = 0; y < synth_height; y++) {
161 for (y = 0; y < synth_height; y++) {
190 synthl = synth + (synth_height - 1) * synth_width;
206 synthl = synth + (synth_height - 2)*synth_width;
221 const ptrdiff_t synth_height = height << 1;
224 for (y = 0; y < synth_height; y++) {
235 for (y = 0; y < synth_height; y += 2) {