Searched refs:WebRtcIsac_kNumQCellLpcGain (Results 1 – 3 of 3) sorted by relevance
29 extern const int16_t WebRtcIsac_kNumQCellLpcGain[SUBFRAMES];
39 const int16_t WebRtcIsac_kNumQCellLpcGain[SUBFRAMES] = variable
617 else if(*idx >= WebRtcIsac_kNumQCellLpcGain[coeffCntr]) in WebRtcIsac_QuantizeLpcGain()619 *idx = WebRtcIsac_kNumQCellLpcGain[coeffCntr] - 1; in WebRtcIsac_QuantizeLpcGain()