Searched defs:invARSpecQ8 (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.c534 uint16_t invARSpecQ8[FRAMESAMPLES/4]; local
626 CalcRootInvArSpec(ARCoefQ12, gain2_Q10, invARSpecQ8);
630 status = WebRtcIsacfix_EncLogisticMulti2(streamdata, dataQ7, invARSpecQ8, (int16_t)FRAMESAMPLES);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c278 uint16_t invARSpecQ8[FRAMESAMPLES_QUARTER]; local
329 invARSpecQ8[k] = (int16_t)newRes;
332 len = WebRtcIsac_DecLogisticMulti2(data, streamdata, invARSpecQ8, DitherQ7,
401 uint16_t invARSpecQ8[FRAMESAMPLES_QUARTER]; local
582 invARSpecQ8[k] = (int16_t)newRes;
585 err = WebRtcIsac_EncLogisticMulti2(streamdata, dataQ7, invARSpecQ8,
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c500 WebRtc_UWord16 invARSpecQ8[FRAMESAMPLES/4]; local
592 CalcRootInvArSpec(ARCoefQ12, gain2_Q10, invARSpecQ8);
596 status = WebRtcIsacfix_EncLogisticMulti2(streamdata, dataQ7, invARSpecQ8, (WebRtc_Word16)FRAMESAMPLES);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c278 WebRtc_UWord16 invARSpecQ8[FRAMESAMPLES_QUARTER]; local
329 invARSpecQ8[k] = (WebRtc_Word16)newRes;
332 len = WebRtcIsac_DecLogisticMulti2(data, streamdata, invARSpecQ8, DitherQ7,
401 WebRtc_UWord16 invARSpecQ8[FRAMESAMPLES_QUARTER]; local
582 invARSpecQ8[k] = (WebRtc_Word16)newRes;
585 err = WebRtcIsac_EncLogisticMulti2(streamdata, dataQ7, invARSpecQ8,

Completed in 140 milliseconds