Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c273 uint16_t invARSpecQ8[FRAMESAMPLES_QUARTER]; in WebRtcIsac_DecodeSpec() local
324 invARSpecQ8[k] = (int16_t)newRes; in WebRtcIsac_DecodeSpec()
327 len = WebRtcIsac_DecLogisticMulti2(data, streamdata, invARSpecQ8, DitherQ7, in WebRtcIsac_DecodeSpec()
396 uint16_t invARSpecQ8[FRAMESAMPLES_QUARTER]; in WebRtcIsac_EncodeSpec() local
577 invARSpecQ8[k] = (int16_t)newRes; in WebRtcIsac_EncodeSpec()
580 err = WebRtcIsac_EncLogisticMulti2(streamdata, dataQ7, invARSpecQ8, in WebRtcIsac_EncodeSpec()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c527 uint16_t invARSpecQ8[FRAMESAMPLES/4]; in WebRtcIsacfix_EncodeSpec() local
621 CalcRootInvArSpec(ARCoefQ12, gain2_Q10, invARSpecQ8); in WebRtcIsacfix_EncodeSpec()
625 status = WebRtcIsacfix_EncLogisticMulti2(streamdata, dataQ7, invARSpecQ8, (int16_t)FRAMESAMPLES); in WebRtcIsacfix_EncodeSpec()