OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prevPitchLag
(Results
1 - 3
of
3
) sorted by null
/external/libopus/silk/
control.h
135
opus_int
prevPitchLag
;
dec_API.c
348
decControl->
prevPitchLag
= channel_state[ 0 ].lagPrev * mult_tab[ ( channel_state[ 0 ].fs_kHz - 8 ) >> 2 ];
350
decControl->
prevPitchLag
= 0;
/external/libopus/src/
opus_decoder.c
837
*value = st->DecControl.
prevPitchLag
;
Completed in 54 milliseconds