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/src/modules/audio_coding/codecs/isac/main/source/
filter_functions.c
130
double corr[
PITCH_WLPCORDER
+1], rc[
PITCH_WLPCORDER
+1];
131
double apol[
PITCH_WLPCORDER
+1], apolr[
PITCH_WLPCORDER
+1];
133
double whoutbuf[PITCH_WLPCBUFLEN +
PITCH_WLPCORDER
];
134
double weoutbuf[PITCH_WLPCBUFLEN +
PITCH_WLPCORDER
];
135
double *weo, *who, opol[
PITCH_WLPCORDER
+1], ext[PITCH_WLPCWINLEN];
145
for (k=0;k<
PITCH_WLPCORDER
;k++) {
151
opol[
PITCH_WLPCORDER
]=0.0;
166
WebRtcIsac_AutoCorr(corr, ext, PITCH_WLPCWINLEN,
PITCH_WLPCORDER
);
[
all
...]
settings.h
130
#define
PITCH_WLPCORDER
6
structs.h
119
double istate[
PITCH_WLPCORDER
];
120
double weostate[
PITCH_WLPCORDER
];
121
double whostate[
PITCH_WLPCORDER
];
intialize.c
135
for (k=0;k<
PITCH_WLPCORDER
;k++) {
Completed in 59 milliseconds