Searched refs:temp_array (Results 1 – 6 of 6) sorted by relevance
38 #define APPEND_ARRAY ZZJSON *temp_array; temp_array = zzjson_array_append(config, *item, zzjson_cre…46 #define END_OF_APPEND NULL)); *item=temp_array;
77 int16_t* temp_array = new int16_t[length_per_channel]; // Temporary storage. in PushBackInterleaved() local83 temp_array[i] = *source_ptr; in PushBackInterleaved()86 channels_[channel]->PushBack(temp_array, length_per_channel); in PushBackInterleaved()88 delete [] temp_array; in PushBackInterleaved()
183 rtc::scoped_ptr<int16_t[]> temp_array(new int16_t[n]); in Reserve() local184 memcpy(temp_array.get(), array_.get(), Size() * sizeof(int16_t)); in Reserve()185 array_.swap(temp_array); in Reserve()
594 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();
1701 MEM_ALIGN16 WORD16 temp_array[256]; in ihevc_itrans_recon_16x16_ssse3() local1764 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()
1698 WORD16 temp_array[256]; in ihevc_itrans_recon_16x16_sse42() local1761 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()