Searched defs:quantizationStepSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c254 double quantizationStepSize; local
261 quantizationStepSize = WebRtcIsac_kLpcShapeQStepSizeUb12;
269 quantizationStepSize = WebRtcIsac_kLpcShapeQStepSizeUb16;
284 quantizationStepSize + 0.5);
294 *data++ = leftRecPoint[cntr] + idx * quantizationStepSize;
323 double quantizationStepSize; local
330 quantizationStepSize = WebRtcIsac_kLpcShapeQStepSizeUb12;
337 quantizationStepSize = WebRtcIsac_kLpcShapeQStepSizeUb16;
351 *out++ = leftRecPoint[cntr] + *idx++ * quantizationStepSize;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c254 double quantizationStepSize; local
261 quantizationStepSize = WebRtcIsac_kLpcShapeQStepSizeUb12;
269 quantizationStepSize = WebRtcIsac_kLpcShapeQStepSizeUb16;
284 quantizationStepSize + 0.5);
294 *data++ = leftRecPoint[cntr] + idx * quantizationStepSize;
323 double quantizationStepSize; local
330 quantizationStepSize = WebRtcIsac_kLpcShapeQStepSizeUb12;
337 quantizationStepSize = WebRtcIsac_kLpcShapeQStepSizeUb16;
351 *out++ = leftRecPoint[cntr] + *idx++ * quantizationStepSize;

Completed in 139 milliseconds