HomeSort by relevance Sort by last modified time
    Searched refs:invARSpec2_Q16 (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 277 WebRtc_Word32 invARSpec2_Q16[FRAMESAMPLES_QUARTER];
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];
565 FindInvArSpec(ARCoefQ12, gain2_Q10, invARSpec2_Q16);
568 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1);
570 in_sqrt = invARSpec2_Q16[k];
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 432 WebRtc_Word32 invARSpec2_Q16[FRAMESAMPLES/4];
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));
    [all...]

Completed in 2325 milliseconds