OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PITCH_WLPCBUFLEN
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
filter_functions.c
130
double tmpbuffer[PITCH_FRAME_LEN +
PITCH_WLPCBUFLEN
];
134
double whoutbuf[
PITCH_WLPCBUFLEN
+ PITCH_WLPCORDER];
135
double weoutbuf[
PITCH_WLPCBUFLEN
+ PITCH_WLPCORDER];
140
memcpy(tmpbuffer, wfdata->buffer, sizeof(double) *
PITCH_WLPCBUFLEN
);
141
memcpy(tmpbuffer+
PITCH_WLPCBUFLEN
, in, sizeof(double) * PITCH_FRAME_LEN);
142
memcpy(wfdata->buffer, tmpbuffer+PITCH_FRAME_LEN, sizeof(double) *
PITCH_WLPCBUFLEN
);
156
endpos=
PITCH_WLPCBUFLEN
+ PITCH_SUBFRAME_LEN;
157
inp=tmpbuffer +
PITCH_WLPCBUFLEN
;
settings.h
134
#define
PITCH_WLPCBUFLEN
PITCH_WLPCWINLEN
intialize.c
132
for (k=0;k<
PITCH_WLPCBUFLEN
;k++)
structs.h
115
double buffer[
PITCH_WLPCBUFLEN
];
Completed in 48 milliseconds