Searched refs:bottle_neck (Results 1 – 4 of 4) sorted by relevance
953 double bottle_neck, in WebRtcIsac_GetNewFrameLength() argument974 if (bottle_neck < Thld_20_30) in WebRtcIsac_GetNewFrameLength()978 if (bottle_neck < Thld_30_60) in WebRtcIsac_GetNewFrameLength()980 else if (bottle_neck > Thld_30_20) in WebRtcIsac_GetNewFrameLength()984 if (bottle_neck >= Thld_60_30) in WebRtcIsac_GetNewFrameLength()993 double bottle_neck, in WebRtcIsac_GetSnr() argument1014 s2nr = a_20 + b_20 * bottle_neck * 0.001 + c_20 * bottle_neck * in WebRtcIsac_GetSnr()1015 bottle_neck * 0.000001; in WebRtcIsac_GetSnr()1018 s2nr = a_30 + b_30 * bottle_neck * 0.001 + c_30 * bottle_neck * in WebRtcIsac_GetSnr()1019 bottle_neck * 0.000001; in WebRtcIsac_GetSnr()[all …]
166 double bottle_neck,171 double bottle_neck,
128 int16_t WebRtcIsacfix_GetNewFrameLength(int16_t bottle_neck, int16_t current_framelength);132 int16_t WebRtcIsacfix_GetSnr(int16_t bottle_neck, int16_t framesamples);
988 int16_t WebRtcIsacfix_GetNewFrameLength(int16_t bottle_neck, int16_t current_framesamples) in WebRtcIsacfix_GetNewFrameLength() argument997 if (bottle_neck < Thld_30_60) { in WebRtcIsacfix_GetNewFrameLength()1002 if (bottle_neck >= Thld_60_30) { in WebRtcIsacfix_GetNewFrameLength()1013 int16_t WebRtcIsacfix_GetSnr(int16_t bottle_neck, int16_t framesamples) in WebRtcIsacfix_GetSnr() argument1026 s2nr = -22500 + (int16_t)(500 * bottle_neck >> 10); in WebRtcIsacfix_GetSnr()1030 s2nr = -22500 + (int16_t)(500 * bottle_neck >> 10); in WebRtcIsacfix_GetSnr()