OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_pitch
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
nb_celp.h
58
int
min_pitch
; /**< Minimum pitch value allowed */
member in struct:EncState
131
int
min_pitch
; /**< Minimum pitch value allowed */
member in struct:DecState
nb_celp.c
139
st->
min_pitch
=mode->pitchStart;
369
open_loop_nbest_pitch(st->sw, st->
min_pitch
, st->max_pitch, st->frameSize,
586
speex_bits_pack(bits, ol_pitch-st->
min_pitch
, 7);
771
if (ol_pitch < st->
min_pitch
+margin-1)
772
ol_pitch=st->
min_pitch
+margin-1;
781
pit_min = st->
min_pitch
;
951
st->
min_pitch
=mode->pitchStart;
[
all
...]
Completed in 383 milliseconds