Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c277 WebRtc_Word32 invARSpec2_Q16[FRAMESAMPLES_QUARTER]; in WebRtcIsac_DecodeSpec() local
310 FindInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16); in WebRtcIsac_DecodeSpec()
314 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1); in WebRtcIsac_DecodeSpec()
316 in_sqrt = invARSpec2_Q16[k]; in WebRtcIsac_DecodeSpec()
353 (invARSpec2_Q16[k >> 2] + p2) >> 16)); in WebRtcIsac_DecodeSpec()
400 WebRtc_Word32 invARSpec2_Q16[FRAMESAMPLES_QUARTER]; in WebRtcIsac_EncodeSpec() local
565 FindInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16); in WebRtcIsac_EncodeSpec()
568 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1); in WebRtcIsac_EncodeSpec()
570 in_sqrt = invARSpec2_Q16[k]; in WebRtcIsac_EncodeSpec()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c432 WebRtc_Word32 invARSpec2_Q16[FRAMESAMPLES/4]; in WebRtcIsacfix_DecodeSpec() local
454 CalcInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16); in WebRtcIsacfix_DecodeSpec()
458 …len = WebRtcIsacfix_DecLogisticMulti2(data, streamdata, invARSpec2_Q16, (WebRtc_Word16)FRAMESAMPLE… in WebRtcIsacfix_DecodeSpec()
469 … (WebRtc_Word16)WEBRTC_SPL_RSHIFT_U32(invARSpec2_Q16[k>>2] + (WebRtc_UWord32)2195456, 16)); in WebRtcIsacfix_DecodeSpec()
481 … (WebRtc_Word16)WEBRTC_SPL_RSHIFT_U32(invARSpec2_Q16[k>>2] + (WebRtc_UWord32)2654208, 16)); in WebRtcIsacfix_DecodeSpec()