HomeSort by relevance Sort by last modified time
    Searched refs:INIT_BN_EST_WB (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h 47 #define INIT_BN_EST_WB 20e3f
67 #define INIT_RATE_WB INIT_BN_EST_WB
bandwidth_estimator.c 55 bwest_str->send_bw_avg = INIT_BN_EST_WB;
71 (INIT_BN_EST_WB + INIT_HDR_RATE_WB);
72 bwest_str->rec_bw = (int32_t)INIT_BN_EST_WB;
73 bwest_str->rec_bw_avg_Q = INIT_BN_EST_WB;
74 bwest_str->rec_bw_avg = INIT_BN_EST_WB + INIT_HDR_RATE_WB;
251 (INIT_BN_EST_WB + INIT_HDR_RATE_WB);

Completed in 155 milliseconds