OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Gain2
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.c
140
LVM_INT32
Gain2
;
143
Gain2
= LVC_Mixer_GetTarget(&pConfig->Mixer_Instance.MixerStream[1]);
157
Gain2
= (
Gain2
* GainCorrect) << 4;
162
Gain2
=
Gain2
<< 16;
173
LVC_Mixer_SetTarget(&pConfig->Mixer_Instance.MixerStream[1],
Gain2
>>16);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.h
72
WebRtc_Word32 *
Gain2
);
75
int WebRtcIsacfix_EncodeGain2(WebRtc_Word32 *
gain2
,
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h
173
int WebRtcIsac_DecodeGain2(Bitstr* streamdata, WebRtc_Word32*
Gain2
);
176
int WebRtcIsac_EncodeGain2(WebRtc_Word32*
gain2
, Bitstr* streamdata);
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c
428
LVM_INT32 Gain1,
Gain2
;
451
Gain2
=LVM_Polynomial(3,Coefs,T60); /* Q.24 result */
454
Gain = Gain1+ (((
Gain2
-Gain1)*Dist)/(Tot_Dist));
Completed in 80 milliseconds