OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PITCH_WLPCWINLEN
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h
132
#define
PITCH_WLPCWINLEN
PITCH_FRAME_LEN
134
#define PITCH_WLPCBUFLEN
PITCH_WLPCWINLEN
filter_functions.c
136
double *weo, *who, opol[PITCH_WLPCORDER+1], ext[
PITCH_WLPCWINLEN
];
161
start=endpos-
PITCH_WLPCWINLEN
;
162
for (k=0; k<
PITCH_WLPCWINLEN
; k++) {
167
WebRtcIsac_AutoCorr(corr, ext,
PITCH_WLPCWINLEN
, PITCH_WLPCORDER);
intialize.c
143
denum = 1.0 / ((double)
PITCH_WLPCWINLEN
);
145
for (k=0;k<
PITCH_WLPCWINLEN
;k++) {
structs.h
123
double window[
PITCH_WLPCWINLEN
];
Completed in 35 milliseconds