Home
last modified time | relevance | path

Searched refs:numQuantCell (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode_lpc_swb.c255 const int16_t* numQuantCell; in WebRtcIsac_QuantizeUncorrLar() local
262 numQuantCell = WebRtcIsac_kLpcShapeNumRecPointUb12; in WebRtcIsac_QuantizeUncorrLar()
270 numQuantCell = WebRtcIsac_kLpcShapeNumRecPointUb16; in WebRtcIsac_QuantizeUncorrLar()
289 else if(idx >= numQuantCell[cntr]) in WebRtcIsac_QuantizeUncorrLar()
291 idx = numQuantCell[cntr] - 1; in WebRtcIsac_QuantizeUncorrLar()