Searched refs:nextPeak (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicosig2.c44 picoos_int16 *nextPeak);
830 picoos_int16 hop, m2, *nextPeak, voiced; local
842 nextPeak = &(sig_inObj->nextPeak_p);
855 get_simple_excitation(sig_inObj, nextPeak);
3987 * @param nextPeak : position of next peak (excitation position)
3996 * - nextPeak : state that remembers next excitation index
4002 * - nextPeak new position of lastPeak to calculate next frame
4005 picoos_int16 *nextPeak)
4057 *nextPeak -= hop;
4058 k = *nextPeak;
4004 get_simple_excitation(sig_innerobj_t *sig_inObj, picoos_int16 *nextPeak) argument
[all...]

Completed in 81 milliseconds