Searched refs:WebRtcIsac_kQGain2BoundaryLevels (Results 1 – 3 of 3) sorted by relevance
66 extern const int32_t WebRtcIsac_kQGain2BoundaryLevels[19];
109 const int32_t WebRtcIsac_kQGain2BoundaryLevels[19] = { variable
1491 if (*gainQ10 > WebRtcIsac_kQGain2BoundaryLevels[index]) { in WebRtcIsac_EncodeGain2()1492 while (*gainQ10 > WebRtcIsac_kQGain2BoundaryLevels[index + 1]) { in WebRtcIsac_EncodeGain2()1496 while (*gainQ10 < WebRtcIsac_kQGain2BoundaryLevels[--index]) ; in WebRtcIsac_EncodeGain2()