OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pitchend
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
modes.c
325
144, /*
pitchEnd
*/
modes.h
122
int
pitchEnd
; /**< Largest pitch value allowed */
nb_celp.c
140
st->max_pitch=mode->
pitchEnd
;
161
st->excBuf = (spx_word16_t*)speex_alloc((mode->frameSize+mode->
pitchEnd
+2)*sizeof(spx_word16_t));
162
st->exc = st->excBuf + mode->
pitchEnd
+ 2;
163
st->swBuf = (spx_word16_t*)speex_alloc((mode->frameSize+mode->
pitchEnd
+2)*sizeof(spx_word16_t));
164
st->sw = st->swBuf + mode->
pitchEnd
+ 2;
952
st->max_pitch=mode->
pitchEnd
;
[
all
...]
Completed in 6126 milliseconds