HomeSort by relevance Sort by last modified time
    Searched refs:Loss (Results 1 - 5 of 5) 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);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.h 36 // Holds information for computing global packet loss.
49 // further use, e.g. for calculating packet loss and receiving rate.
146 // Computes packet loss during an entire simulation, up to 4 billion packets.
162 FRIEND_TEST_ALL_PREFIXES(BweReceiverTest, Loss);
166 // Packet loss for packets stored in the LinkedSet, up to 1000 packets.
167 // Used to update global loss account whenever the set is filled and cleared.
170 // Used for calculating global packet loss ratio.
bwe_unittest.cc 294 // Packet's sequence numbers greatly apart, expect high loss.
362 TEST_F(BweReceiverTest, Loss) {
384 // No packet loss within the preserved packets.
388 // RelieveSetAndUpdateLoss automatically updates loss account.

Completed in 140 milliseconds