Home
last modified time | relevance | path

Searched refs:temp_array (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Daudio_multi_vector.cc77 int16_t* temp_array = new int16_t[length_per_channel]; // Temporary storage. in PushBackInterleaved() local
83 temp_array[i] = *source_ptr; in PushBackInterleaved()
86 channels_[channel]->PushBack(temp_array, length_per_channel); in PushBackInterleaved()
88 delete [] temp_array; in PushBackInterleaved()
Daudio_vector.cc158 scoped_ptr<int16_t[]> temp_array(new int16_t[n]); in Reserve() local
159 memcpy(temp_array.get(), array_.get(), Size() * sizeof(int16_t)); in Reserve()
160 array_.swap(temp_array); in Reserve()
/external/chromium_org/base/containers/
Dsmall_map.h593 ManualConstructor<value_type> temp_array[kArraySize];
596 temp_array[i].Init(*array_[i]);
606 map_->insert(*temp_array[i]);
607 temp_array[i].Destroy();
/external/libhevc/common/x86/
Dihevc_itrans_recon_16x16_ssse3_intr.c1701 MEM_ALIGN16 WORD16 temp_array[256]; in ihevc_itrans_recon_16x16_ssse3() local
1764 WORD16 *pi2_scratch = temp_array; in ihevc_itrans_recon_16x16_ssse3()
1982 WORD16 *pi2_scratch = temp_array; in ihevc_itrans_recon_16x16_ssse3()
2206 WORD16 *pi2_scratch = temp_array; in ihevc_itrans_recon_16x16_ssse3()
2401 WORD16 *pi2_src_scratch = temp_array; in ihevc_itrans_recon_16x16_ssse3()
2636 WORD16 *pi2_src_scratch = temp_array; in ihevc_itrans_recon_16x16_ssse3()
2899 WORD16 *pi2_src_scratch = temp_array; in ihevc_itrans_recon_16x16_ssse3()
Dihevc_16x16_itrans_recon_sse42_intr.c1698 WORD16 temp_array[256]; in ihevc_itrans_recon_16x16_sse42() local
1761 WORD16 *pi2_scratch = temp_array; in ihevc_itrans_recon_16x16_sse42()
1979 WORD16 *pi2_scratch = temp_array; in ihevc_itrans_recon_16x16_sse42()
2203 WORD16 *pi2_scratch = temp_array; in ihevc_itrans_recon_16x16_sse42()
2398 WORD16 *pi2_src_scratch = temp_array; in ihevc_itrans_recon_16x16_sse42()
2633 WORD16 *pi2_src_scratch = temp_array; in ihevc_itrans_recon_16x16_sse42()
2896 WORD16 *pi2_src_scratch = temp_array; in ihevc_itrans_recon_16x16_sse42()