HomeSort by relevance Sort by last modified time
    Searched refs:temp_array (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_multi_vector.cc 77 int16_t* temp_array = new int16_t[length_per_channel]; // Temporary storage. local
79 // Copy elements to |temp_array|.
83 temp_array[i] = *source_ptr;
86 channels_[channel]->PushBack(temp_array, length_per_channel);
88 delete [] temp_array;
audio_vector.cc 158 scoped_ptr<int16_t[]> temp_array(new int16_t[n]);
159 memcpy(temp_array.get(), array_.get(), Size() * sizeof(int16_t));
160 array_.swap(temp_array);
  /external/chromium_org/base/containers/
small_map.h 593 ManualConstructor<value_type> temp_array[kArraySize]; local
596 temp_array[i].Init(*array_[i]);
606 map_->insert(*temp_array[i]);
607 temp_array[i].Destroy();
  /external/libhevc/common/x86/
ihevc_16x16_itrans_recon_sse42_intr.c 1698 WORD16 temp_array[256]; local
    [all...]
ihevc_itrans_recon_16x16_ssse3_intr.c 1701 MEM_ALIGN16 WORD16 temp_array[256]; local
    [all...]

Completed in 131 milliseconds