Home
last modified time | relevance | path

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

/external/syslinux/com32/hdt/
Dhdt-dump.h38 #define APPEND_ARRAY ZZJSON *temp_array; temp_array = zzjson_array_append(config, *item, zzjson_cre…
46 #define END_OF_APPEND NULL)); *item=temp_array;
/external/webrtc/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.cc183 rtc::scoped_ptr<int16_t[]> temp_array(new int16_t[n]); in Reserve() local
184 memcpy(temp_array.get(), array_.get(), Size() * sizeof(int16_t)); in Reserve()
185 array_.swap(temp_array); in Reserve()
/external/libchrome/base/containers/
Dsmall_map.h594 ManualConstructor<value_type> temp_array[kArraySize];
597 temp_array[i].InitFromMove(std::move(array_[i]));
607 map_->insert(std::move(*temp_array[i]));
608 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()