OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nol_pitch_coef
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
filters.c
683
spx_word16_t
nol_pitch_coef
[6];
686
nol_pitch,
nol_pitch_coef
, 6, stack);
688
ol_pitch_coef =
nol_pitch_coef
[0];
693
if ((
nol_pitch_coef
[i]>MULT16_16_Q15(
nol_pitch_coef
[0],19661)) &&
695
if ((
nol_pitch_coef
[i]>.6*
nol_pitch_coef
[0]) &&
nb_celp.c
360
spx_word16_t
nol_pitch_coef
[6];
local
370
nol_pitch,
nol_pitch_coef
, 6, stack);
372
ol_pitch_coef =
nol_pitch_coef
[0];
377
if ((
nol_pitch_coef
[i]>MULT16_16_Q15(
nol_pitch_coef
[0],27853)) &&
379
if ((
nol_pitch_coef
[i]>.85*
nol_pitch_coef
[0]) &&
384
/*ol_pitch_coef=
nol_pitch_coef
[i];*/
[
all
...]
Completed in 135 milliseconds