Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode_lpc_swb.c253 const double* leftRecPoint; in WebRtcIsac_QuantizeUncorrLar() local
260 leftRecPoint = WebRtcIsac_kLpcShapeLeftRecPointUb12; in WebRtcIsac_QuantizeUncorrLar()
268 leftRecPoint = WebRtcIsac_kLpcShapeLeftRecPointUb16; in WebRtcIsac_QuantizeUncorrLar()
283 idx = (int32_t)floor((*data - leftRecPoint[cntr]) / in WebRtcIsac_QuantizeUncorrLar()
294 *data++ = leftRecPoint[cntr] + idx * quantizationStepSize; in WebRtcIsac_QuantizeUncorrLar()
322 const double* leftRecPoint; in WebRtcIsac_DequantizeLpcParam() local
329 leftRecPoint = WebRtcIsac_kLpcShapeLeftRecPointUb12; in WebRtcIsac_DequantizeLpcParam()
336 leftRecPoint = WebRtcIsac_kLpcShapeLeftRecPointUb16; in WebRtcIsac_DequantizeLpcParam()
351 *out++ = leftRecPoint[cntr] + *idx++ * quantizationStepSize; in WebRtcIsac_DequantizeLpcParam()