Searched refs:BottleNeck (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | bandwidth_estimator.c | 846 … const int16_t BottleNeck, /* bottle neck rate; excl headers (bps) */ in WebRtcIsacfix_GetMinBytes() argument 871 BottleNeck; in WebRtcIsacfix_GetMinBytes() 877 State->StillBuffered) * inv_Q12) >> 3)) * BottleNeck; in WebRtcIsacfix_GetMinBytes() 882 MinRate = (512 - ((den * inv_Q12) >> 3)) * BottleNeck; in WebRtcIsacfix_GetMinBytes() 887 if (MinRate < WEBRTC_SPL_MUL(532, BottleNeck)) { in WebRtcIsacfix_GetMinBytes() 888 MinRate += WEBRTC_SPL_MUL(22, BottleNeck); in WebRtcIsacfix_GetMinBytes() 910 if ((StreamSize * (int32_t)FS8) / FrameSamples > (517 * BottleNeck) >> 9) { in WebRtcIsacfix_GetMinBytes() 937 TransmissionTime = (StreamSize * 8000) / BottleNeck; /* ms */ in WebRtcIsacfix_GetMinBytes() 958 … const int16_t BottleNeck) /* bottle neck rate; excl headers (bps) */ in WebRtcIsacfix_UpdateRateModel() argument 960 const int16_t TransmissionTime = (StreamSize * 8000) / BottleNeck; /* ms */ in WebRtcIsacfix_UpdateRateModel()
|
D | bandwidth_estimator.h | 113 … const int16_t BottleNeck, /* bottle neck rate; excl headers (bps) */ 122 … const int16_t BottleNeck); /* bottle neck rate; excl headers (bps) */
|
D | encode.c | 108 ISACenc_obj->BottleNeck = WebRtcIsacfix_GetUplinkBandwidth(bw_estimatordata); in WebRtcIsacfix_EncodeImpl() 112 ISACenc_obj->new_framelength = WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck, in WebRtcIsacfix_EncodeImpl() 119 (int16_t)(ISACenc_obj->BottleNeck * 901 >> 10), in WebRtcIsacfix_EncodeImpl() 415 ISACenc_obj->new_framelength = WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck, in WebRtcIsacfix_EncodeImpl() 430 … ISACenc_obj->current_framesamples, ISACenc_obj->BottleNeck, ISACenc_obj->MaxDelay); in WebRtcIsacfix_EncodeImpl() 486 ISACenc_obj->current_framesamples, ISACenc_obj->BottleNeck); in WebRtcIsacfix_EncodeImpl()
|
D | structs.h | 318 int16_t BottleNeck; member
|
D | isacfix.c | 324 ISAC_inst->ISACenc_obj.BottleNeck = 32000; /* default for I-mode */ in WebRtcIsacfix_EncoderInit() 1099 ISAC_inst->ISACenc_obj.BottleNeck = rate; in WebRtcIsacfix_Control()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | bandwidth_estimator.c | 804 const double BottleNeck, /* bottle neck rate; excl headers (bps) */ in WebRtcIsac_GetMinBytes() argument 843 (double)(BURST_LEN * FrameSamples)) * BottleNeck; in WebRtcIsac_GetMinBytes() 850 State->StillBuffered) / (double)FrameSamples) * BottleNeck; in WebRtcIsac_GetMinBytes() 851 if (MinRate < 1.04 * BottleNeck) in WebRtcIsac_GetMinBytes() 853 MinRate = 1.04 * BottleNeck; in WebRtcIsac_GetMinBytes() 871 if (StreamSize * 8.0 * FS / FrameSamples > 1.01 * BottleNeck) { in WebRtcIsac_GetMinBytes() 906 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */ in WebRtcIsac_GetMinBytes() 925 const double BottleNeck) /* bottle neck rate; excl headers (bps) */ in WebRtcIsac_UpdateRateModel() argument 933 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */ in WebRtcIsac_UpdateRateModel()
|
D | bandwidth_estimator.h | 146 const double BottleNeck, /* bottle neck rate; excl headers (bps) */ 158 const double BottleNeck); /* bottle neck rate; excl headers (bps) */
|