OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bounded_pitch
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
nb_celp.h
62
int
bounded_pitch
; /**< Next frame should not rely on previous frames for pitch */
member in struct:EncState
nb_celp.c
145
st->
bounded_pitch
= 1;
556
st->
bounded_pitch
= 1;
786
if (st->
bounded_pitch
&& pit_max>offset)
917
st->
bounded_pitch
= 1;
919
st->
bounded_pitch
= 0;
[
all
...]
Completed in 37 milliseconds