Home
last modified time | relevance | path

Searched refs:HISTORYLEN (Results 1 – 6 of 6) sorted by relevance

/dports/net/sems/sems-f89581a/core/
H A DLowcFE.cpp66 pitchbuf = new Float[HISTORYLEN]; in LowcFE()
68 history = new short[HISTORYLEN]; in LowcFE()
69 memset(pitchbuf, 0, sizeof(Float) * HISTORYLEN); in LowcFE()
71 zeros(history, HISTORYLEN); in LowcFE()
88 copys(&history[FRAMESZ], history, HISTORYLEN - FRAMESZ); in savespeech()
90 copys(s, &history[HISTORYLEN - FRAMESZ], FRAMESZ); in savespeech()
92 copys(&history[HISTORYLEN - FRAMESZ - POVERLAPMAX], s, FRAMESZ); in savespeech()
131 pitchbufend = &pitchbuf[HISTORYLEN]; in dofe()
134 convertsf(history, pitchbuf, HISTORYLEN); /* get history */ in dofe()
145 convertfs(pitchbufend - poverlap, &history[HISTORYLEN-poverlap], in dofe()
H A DLowcFE.h37 #define HISTORYLEN (PITCH_MAX * 3 + POVERLAPMAX) /* history buff length*/ macro
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dwindow_text_buffer.cpp46 _history.resize(HISTORYLEN); in TextBufferWindow()
1305 _historyPos += HISTORYLEN; in acceptReadLine()
1314 if (_historyPos >= HISTORYLEN) in acceptReadLine()
1315 _historyPos -= HISTORYLEN; in acceptReadLine()
1432 o = _history[(_historyPresent == 0 ? HISTORYLEN : _historyPresent) - 1]; in acceptLine()
1439 if (_historyPresent == HISTORYLEN) in acceptLine()
1444 if (_historyFirst == HISTORYLEN) in acceptLine()
H A Dwindows.h42 #define HISTORYLEN 100 macro
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Dwindow_text_buffer.cpp46 _history.resize(HISTORYLEN); in TextBufferWindow()
1295 _historyPos += HISTORYLEN; in acceptReadLine()
1304 if (_historyPos >= HISTORYLEN) in acceptReadLine()
1305 _historyPos -= HISTORYLEN; in acceptReadLine()
1422 o = _history[(_historyPresent == 0 ? HISTORYLEN : _historyPresent) - 1]; in acceptLine()
1429 if (_historyPresent == HISTORYLEN) in acceptLine()
1434 if (_historyFirst == HISTORYLEN) in acceptLine()
H A Dwindows.h42 #define HISTORYLEN 100 macro