Searched refs:inv_Q12 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | bandwidth_estimator.c | 842 WebRtc_Word32 inv_Q12; in WebRtcIsacfix_GetMinBytes() local 858 inv_Q12 = WEBRTC_SPL_DIV(4096, WEBRTC_SPL_MUL(BURST_LEN, FrameSamples)); in WebRtcIsacfix_GetMinBytes() 859 …MUL(SAMPLES_PER_MSEC, WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(DelayBuildUp, inv_Q12), 3)), BottleNeck… in WebRtcIsacfix_GetMinBytes() 862 inv_Q12 = WEBRTC_SPL_DIV(4096, FrameSamples); in WebRtcIsacfix_GetMinBytes() 864 …EBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(DelayBuildUp - State->StillBuffered, inv_Q12), 3)), BottleNeck… in WebRtcIsacfix_GetMinBytes() 869 …MinRate = WEBRTC_SPL_MUL((512 - WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(den, inv_Q12), 3)), BottleNec… in WebRtcIsacfix_GetMinBytes()
|