OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARCoefQ12
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c
168
static void CalcInvArSpec(const WebRtc_Word16 *
ARCoefQ12
,
181
sum += WEBRTC_SPL_MUL(
ARCoefQ12
[n],
ARCoefQ12
[n]); /* Q24 */
199
sum += WEBRTC_SPL_MUL(
ARCoefQ12
[n-k],
ARCoefQ12
[n]); /* Q24 */
238
static void CalcRootInvArSpec(const WebRtc_Word16 *
ARCoefQ12
,
254
sum += WEBRTC_SPL_MUL(
ARCoefQ12
[n],
ARCoefQ12
[n]); /* Q24 */
272
sum += WEBRTC_SPL_MUL(
ARCoefQ12
[n-k],
ARCoefQ12
[n]); /* Q24 *
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c
95
static void FindInvArSpec(const WebRtc_Word16*
ARCoefQ12
,
107
sum += WEBRTC_SPL_MUL(
ARCoefQ12
[n],
ARCoefQ12
[n]); /* Q24 */
128
sum += WEBRTC_SPL_MUL(
ARCoefQ12
[n - k],
ARCoefQ12
[n]); /* Q24 */
279
WebRtc_Word16
ARCoefQ12
[AR_ORDER + 1];
304
WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER,
ARCoefQ12
);
310
FindInvArSpec(
ARCoefQ12
, gain2_Q10, invARSpec2_Q16);
405
WebRtc_Word16
ARCoefQ12
[AR_ORDER + 1];
530
WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER,
ARCoefQ12
);
[
all
...]
Completed in 21 milliseconds