Searched refs:logcorQ8 (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator_c.c22 void WebRtcIsacfix_PCorr2Q32(const int16_t* in, int32_t* logcorQ8) { argument
40 logcorQ8 += PITCH_LAG_SPAN2 - 1;
45 *logcorQ8 = lcs - lys; // log2(csum/sqrt(ysum))
47 *logcorQ8 = oneQ8; // 1.00
50 *logcorQ8 = 0;
99 logcorQ8--;
106 *logcorQ8 = lcs - lys; // log2(csum/sqrt(ysum))
108 *logcorQ8 = oneQ8; // 1.00
111 *logcorQ8 = 0;
H A Dpitch_estimator_mips.c17 void WebRtcIsacfix_PCorr2Q32(const int16_t* in, int32_t* logcorQ8) { argument
87 logcorQ8 += PITCH_LAG_SPAN2 - 1;
92 *logcorQ8 = lcs - lys; // log2(csum/sqrt(ysum))
94 *logcorQ8 = oneQ8; // 1.00
97 *logcorQ8 = 0;
180 logcorQ8--;
185 *logcorQ8 = lcs - lys; // log2(csum/sqrt(ysum))
187 *logcorQ8 = oneQ8; // 1.00
190 *logcorQ8 = 0;
H A Dpitch_estimator.h63 void WebRtcIsacfix_PCorr2Q32(const int16_t* in, int32_t* logcorQ8);
H A Dpitch_estimator.c147 extern void WebRtcIsacfix_PCorr2Q32(const int16_t *in, int32_t *logcorQ8);

Completed in 635 milliseconds