OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PITCH_BW
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c
139
double corrSurfBuff[10 + (2*
PITCH_BW
+3)*(PITCH_LAG_SPAN2+4)];
140
double* CorrSurf[2*
PITCH_BW
+3];
154
for(k = 0; k < 2*
PITCH_BW
+3; k++)
159
memset(corrSurfBuff, 0, sizeof(double) * (10 + (2*
PITCH_BW
+3) * (PITCH_LAG_SPAN2+4)));
207
CorrSurfPtr1 = &CorrSurf[
PITCH_BW
][2];
218
ind2 =
PITCH_BW
;
220
CorrSurfPtr2 = &CorrSurf[2*
PITCH_BW
][
PITCH_BW
+2];
221
for (k = 0; k < PITCH_LAG_SPAN2-
PITCH_BW
; k++) {
239
ind2 =
PITCH_BW
-1
[
all
...]
settings.h
122
#define
PITCH_BW
11 /* half the band width of correlation surface */
Completed in 61 milliseconds