HomeSort by relevance Sort by last modified time
    Searched refs:tmpbuffer (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]; local
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);
157 inp=tmpbuffer + PITCH_WLPCBUFLEN;
163 ext[k]=wfdata->window[k]*tmpbuffer[start+k];
  /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 1726 char tmpbuffer[SMALL_BUFFER_MAX_SIZE]; local
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 1816 char tmpbuffer[SMALL_BUFFER_MAX_SIZE]; local
    [all...]

Completed in 264 milliseconds