OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CorrQ7_norm
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c
529
int32_t
CorrQ7_norm
[AR_ORDER+1];
577
CorrQ7_norm
[k] = CorrQ7[k] << lft_shft;
580
CorrQ7_norm
[k] = CorrQ7[k] >> -lft_shft;
584
WebRtcSpl_AutoCorrToReflCoef(
CorrQ7_norm
, AR_ORDER, RCQ15);
599
nrg += (ARCoefQ12[j] * ((
CorrQ7_norm
[j - n] * ARCoefQ12[n] + 256) >> 9) +
602
nrg += (ARCoefQ12[j] * ((
CorrQ7_norm
[n - j] * ARCoefQ12[n] + 256) >> 9) +
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c
398
int32_t
CorrQ7_norm
[AR_ORDER + 1];
510
CorrQ7_norm
[k] = CorrQ7[k] << shift_var;
514
CorrQ7_norm
[k] = CorrQ7[k] >> (-shift_var);
519
WebRtcSpl_AutoCorrToReflCoef(
CorrQ7_norm
, AR_ORDER, RCQ15);
531
nrg += (ARCoefQ12[j] * ((
CorrQ7_norm
[j - n] * ARCoefQ12[n] + 256) >> 9) +
535
nrg += (ARCoefQ12[j] * ((
CorrQ7_norm
[n - j] * ARCoefQ12[n] + 256) >> 9) +
[
all
...]
Completed in 128 milliseconds