Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Daudio_vector.cc293 std::unique_ptr<int16_t[]> temp_array(new int16_t[n + 1]); in Reserve() local
294 CopyTo(length, 0, temp_array.get()); in Reserve()
295 array_.swap(temp_array); in Reserve()
305 std::unique_ptr<int16_t[]> temp_array(nullptr); in InsertByPushBack() local
308 temp_array.reset(new int16_t[move_chunk_length]); in InsertByPushBack()
309 CopyTo(move_chunk_length, position, temp_array.get()); in InsertByPushBack()
316 PushBack(temp_array.get(), move_chunk_length); in InsertByPushBack()
322 std::unique_ptr<int16_t[]> temp_array(nullptr); in InsertByPushFront() local
325 temp_array.reset(new int16_t[position]); in InsertByPushFront()
326 CopyTo(position, 0, temp_array.get()); in InsertByPushFront()
[all …]
Daudio_multi_vector.cc79 int16_t* temp_array = new int16_t[length_per_channel]; // Temporary storage. in PushBackInterleaved() local
85 temp_array[i] = *source_ptr; in PushBackInterleaved()
88 channels_[channel]->PushBack(temp_array, length_per_channel); in PushBackInterleaved()
90 delete[] temp_array; in PushBackInterleaved()
/external/libhevc/common/x86/
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()
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()