OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pitchEnd
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
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
...]
/cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java
[
all
...]
Completed in 875 milliseconds