Searched defs:invARSpec2_Q16 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c466 int32_t invARSpec2_Q16[FRAMESAMPLES/4]; local
488 CalcInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16);
492 len = WebRtcIsacfix_DecLogisticMulti2(data, streamdata, invARSpec2_Q16, (int16_t)FRAMESAMPLES);
503 (int16_t)WEBRTC_SPL_RSHIFT_U32(invARSpec2_Q16[k>>2] + (uint32_t)2195456, 16));
515 (int16_t)WEBRTC_SPL_RSHIFT_U32(invARSpec2_Q16[k>>2] + (uint32_t)2654208, 16));
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c277 int32_t invARSpec2_Q16[FRAMESAMPLES_QUARTER]; local
310 FindInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16);
314 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1);
316 in_sqrt = invARSpec2_Q16[k];
353 (invARSpec2_Q16[k >> 2] + p2) >> 16));
400 int32_t invARSpec2_Q16[FRAMESAMPLES_QUARTER]; local
565 FindInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16);
568 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1);
570 in_sqrt = invARSpec2_Q16[k];
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c432 WebRtc_Word32 invARSpec2_Q16[FRAMESAMPLES/4]; local
454 CalcInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16);
458 len = WebRtcIsacfix_DecLogisticMulti2(data, streamdata, invARSpec2_Q16, (WebRtc_Word16)FRAMESAMPLES);
469 (WebRtc_Word16)WEBRTC_SPL_RSHIFT_U32(invARSpec2_Q16[k>>2] + (WebRtc_UWord32)2195456, 16));
481 (WebRtc_Word16)WEBRTC_SPL_RSHIFT_U32(invARSpec2_Q16[k>>2] + (WebRtc_UWord32)2654208, 16));
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c277 WebRtc_Word32 invARSpec2_Q16[FRAMESAMPLES_QUARTER]; local
310 FindInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16);
314 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1);
316 in_sqrt = invARSpec2_Q16[k];
353 (invARSpec2_Q16[k >> 2] + p2) >> 16));
400 WebRtc_Word32 invARSpec2_Q16[FRAMESAMPLES_QUARTER]; local
565 FindInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16);
568 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1);
570 in_sqrt = invARSpec2_Q16[k];

Completed in 126 milliseconds