OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PITCH_WLPCORDER
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filter_functions.c
137
double corr[
PITCH_WLPCORDER
+1], rc[
PITCH_WLPCORDER
+1];
138
double apol[
PITCH_WLPCORDER
+1], apolr[
PITCH_WLPCORDER
+1];
140
double whoutbuf[PITCH_WLPCBUFLEN +
PITCH_WLPCORDER
];
141
double weoutbuf[PITCH_WLPCBUFLEN +
PITCH_WLPCORDER
];
142
double *weo, *who, opol[
PITCH_WLPCORDER
+1], ext[PITCH_WLPCWINLEN];
152
for (k=0;k<
PITCH_WLPCORDER
;k++) {
158
opol[
PITCH_WLPCORDER
]=0.0;
173
WebRtcIsac_AutoCorr(corr, ext, PITCH_WLPCWINLEN,
PITCH_WLPCORDER
);
[
all
...]
settings.h
131
#define
PITCH_WLPCORDER
6
structs.h
119
double istate[
PITCH_WLPCORDER
];
120
double weostate[
PITCH_WLPCORDER
];
121
double whostate[
PITCH_WLPCORDER
];
intialize.c
131
for (k=0;k<
PITCH_WLPCORDER
;k++) {
Completed in 1000 milliseconds