Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c272 int32_t invARSpec2_Q16[FRAMESAMPLES_QUARTER]; in WebRtcIsac_DecodeSpec() local
305 FindInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16); in WebRtcIsac_DecodeSpec()
309 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1); in WebRtcIsac_DecodeSpec()
311 in_sqrt = invARSpec2_Q16[k]; in WebRtcIsac_DecodeSpec()
348 (invARSpec2_Q16[k >> 2] + p2) >> 16)); in WebRtcIsac_DecodeSpec()
395 int32_t invARSpec2_Q16[FRAMESAMPLES_QUARTER]; in WebRtcIsac_EncodeSpec() local
560 FindInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16); in WebRtcIsac_EncodeSpec()
563 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1); in WebRtcIsac_EncodeSpec()
565 in_sqrt = invARSpec2_Q16[k]; in WebRtcIsac_EncodeSpec()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c459 int32_t invARSpec2_Q16[FRAMESAMPLES/4]; in WebRtcIsacfix_DecodeSpec() local
481 CalcInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16); in WebRtcIsacfix_DecodeSpec()
485 len = WebRtcIsacfix_DecLogisticMulti2(data, streamdata, invARSpec2_Q16, (int16_t)FRAMESAMPLES); in WebRtcIsacfix_DecodeSpec()
496 (int16_t)((uint32_t)(invARSpec2_Q16[k >> 2] + 2195456) >> 16)); in WebRtcIsacfix_DecodeSpec()
508 (int16_t)((uint32_t)(invARSpec2_Q16[k >> 2] + 2654208) >> 16)); in WebRtcIsacfix_DecodeSpec()