OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpbuffer
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
filter_functions.c
129
double
tmpbuffer
[PITCH_FRAME_LEN + PITCH_WLPCBUFLEN];
local
139
memcpy(
tmpbuffer
, wfdata->buffer, sizeof(double) * PITCH_WLPCBUFLEN);
140
memcpy(
tmpbuffer
+PITCH_WLPCBUFLEN, in, sizeof(double) * PITCH_FRAME_LEN);
141
memcpy(wfdata->buffer,
tmpbuffer
+PITCH_FRAME_LEN, sizeof(double) * PITCH_WLPCBUFLEN);
156
inp=
tmpbuffer
+ PITCH_WLPCBUFLEN;
162
ext[k]=wfdata->window[k]*
tmpbuffer
[start+k];
/external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp
1528
char
tmpbuffer
[SMALL_BUFFER_MAX_SIZE];
local
[
all
...]
/external/icu4c/tools/pkgdata/
pkgdata.cpp
1701
char
tmpbuffer
[SMALL_BUFFER_MAX_SIZE];
local
[
all
...]
Completed in 1219 milliseconds