OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Loss
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.h
54
/* Output gain settings, Gain = (
Loss
/32768) * 2^Shift */
56
LVM_UINT16
Loss
; /*
Loss
required */
57
LVM_UINT16 UnprocLoss; /* Unprocessed path
loss
*/
LVCS_BypassMix.c
54
/* linear scaler,
loss
. The
loss
ensures the sum in the mixer does not saturate */
105
Gain = (LVM_UINT32)(pOutputGainTable[Offset].
Loss
* pInstance->TransitionGain);
117
Gain = (LVM_UINT32)(pOutputGainTable[Offset].
Loss
* (0x7FFF - pInstance->TransitionGain));
LVCS_Control.c
130
Gain = (LVM_UINT32)(pOutputGainTable[Offset].
Loss
* LVM_MAXINT_16);
Completed in 3117 milliseconds