OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_pitch
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
nb_celp.h
59
int
max_pitch
; /**< Maximum pitch value allowed */
member in struct:EncState
132
int
max_pitch
; /**< Maximum pitch value allowed */
member in struct:DecState
filters.h
85
int
max_pitch
, /*pitch gain (3-tap)*/
nb_celp.c
140
st->
max_pitch
=mode->pitchEnd;
295
SPEEX_MOVE(st->excBuf, st->excBuf+st->frameSize, st->
max_pitch
+2);
296
SPEEX_MOVE(st->swBuf, st->swBuf+st->frameSize, st->
max_pitch
+2);
369
open_loop_nbest_pitch(st->sw, st->min_pitch, st->
max_pitch
, st->frameSize,
773
if (ol_pitch > st->
max_pitch
-margin)
774
ol_pitch=st->
max_pitch
-margin;
782
pit_max = st->
max_pitch
;
952
st->
max_pitch
=mode->pitchEnd;
959
st->excBuf = (spx_word16_t*)speex_alloc((st->frameSize + 2*st->
max_pitch
+ st->subframeSize + 12)*sizeof(spx_word16_t));
960
st->exc = st->excBuf + 2*st->
max_pitch
+ st->subframeSize + 6
[
all
...]
filters.c
660
int
max_pitch
,
710
if (corr_pitch>
max_pitch
)
787
if (corr_pitch>
max_pitch
)
Completed in 171 milliseconds