HomeSort by relevance Sort by last modified time
    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 133 milliseconds