Searched defs:pitch_gain (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dnb_celp.c1024 spx_word16_t pitch_gain; local
1040 pitch_gain = st->last_pitch_gain;
1041 if (pitch_gain>54)
1042 pitch_gain = 54;
1043 pitch_gain = SHL16(pitch_gain, 9);
1045 pitch_gain = GAIN_SCALING_1*st->last_pitch_gain;
1046 if (pitch_gain>.85)
1047 pitch_gain=.85;
1049 pitch_gain
1088 spx_word16_t pitch_gain[3]; local
[all...]
/external/speex/libspeex/
H A Dnb_celp.c1024 spx_word16_t pitch_gain; local
1040 pitch_gain = st->last_pitch_gain;
1041 if (pitch_gain>54)
1042 pitch_gain = 54;
1043 pitch_gain = SHL16(pitch_gain, 9);
1045 pitch_gain = GAIN_SCALING_1*st->last_pitch_gain;
1046 if (pitch_gain>.85)
1047 pitch_gain=.85;
1049 pitch_gain
1088 spx_word16_t pitch_gain[3]; local
[all...]

Completed in 163 milliseconds