OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pitchgain
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c
278
WebRtc_Word16 ltpGain,
pitchGain
, myVoiceIndicator, myAbs, maxAbs;
349
pitchGain
= (ISACdec_obj->plcstr_obj).lastPitchGain_Q12;
400
if( ltpGain < 100 && (
pitchGain
< 1800) )
414
if( (
pitchGain
< 450) || (
pitchGain
> 1600) )
416
(ISACdec_obj->plcstr_obj).A = ((
pitchGain
< 450)
423
myVoiceIndicator = ltpGain * 2 +
pitchGain
;
431
myVoiceIndicator = ltpGain * 16 +
pitchGain
* 2 + (
pitchGain
>> 8);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c
[
all
...]
encode.c
293
/* Convert
PitchGain
to Fixed point. */
[
all
...]
Completed in 71 milliseconds