Searched refs:invARSpecQ8 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.c | 278 WebRtc_UWord16 invARSpecQ8[FRAMESAMPLES_QUARTER]; in WebRtcIsac_DecodeSpec() local 329 invARSpecQ8[k] = (WebRtc_Word16)newRes; in WebRtcIsac_DecodeSpec() 332 len = WebRtcIsac_DecLogisticMulti2(data, streamdata, invARSpecQ8, DitherQ7, in WebRtcIsac_DecodeSpec() 401 WebRtc_UWord16 invARSpecQ8[FRAMESAMPLES_QUARTER]; in WebRtcIsac_EncodeSpec() local 582 invARSpecQ8[k] = (WebRtc_Word16)newRes; in WebRtcIsac_EncodeSpec() 585 err = WebRtcIsac_EncLogisticMulti2(streamdata, dataQ7, invARSpecQ8, in WebRtcIsac_EncodeSpec()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 500 WebRtc_UWord16 invARSpecQ8[FRAMESAMPLES/4]; in WebRtcIsacfix_EncodeSpec() local 592 CalcRootInvArSpec(ARCoefQ12, gain2_Q10, invARSpecQ8); in WebRtcIsacfix_EncodeSpec() 596 …status = WebRtcIsacfix_EncLogisticMulti2(streamdata, dataQ7, invARSpecQ8, (WebRtc_Word16)FRAMESAMP… in WebRtcIsacfix_EncodeSpec()
|