Home
last modified time | relevance | path

Searched refs:maxh2 (Results 1 – 3 of 3) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Composite/
H A Dsplit_widget.cpp81 SI maxw1= w-bw, maxh1= h, maxw2= w-bw, maxh2= h; in handle_position() local
85 a[1] << get_size (maxw2, maxh2, 1); in handle_position()
136 SI maxw1= w-bw, maxh1= h, maxw2= w-bw, maxh2= h; in handle_mouse() local
140 a[1] << get_size (maxw2, maxh2, 1); in handle_mouse()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dwavegen.cpp681 static int maxh, maxh2; in Wavegen() local
704 maxh2 = PeaksToHarmspect(peaks, wdata.pitch<<4, hspect[0], 0); in Wavegen()
719 maxh = maxh2; in Wavegen()
722 maxh2 = PeaksToHarmspect(peaks, wdata.pitch<<4, hspect[hswitch], 1); in Wavegen()
726 for (h = 1; h < N_LOWHARM && h <= maxh2 && h <= maxh; h++) in Wavegen()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dwavegen.cpp1179 static int maxh, maxh2; in Wavegen() local
1205 maxh2 = PeaksToHarmspect(peaks, wdata.pitch<<4, hspect[0], 0); in Wavegen()
1222 maxh = maxh2; in Wavegen()
1225 maxh2 = PeaksToHarmspect(peaks, wdata.pitch<<4, hspect[hswitch], 1); in Wavegen()
1232 for(h=1; h<N_LOWHARM && h<=maxh2 && h<=maxh; h++) in Wavegen()