Searched refs:temp_array (Results 1 – 4 of 4) sorted by relevance
293 std::unique_ptr<int16_t[]> temp_array(new int16_t[n + 1]); in Reserve() local294 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() local308 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() local325 temp_array.reset(new int16_t[position]); in InsertByPushFront()326 CopyTo(position, 0, temp_array.get()); in InsertByPushFront()[all …]
79 int16_t* temp_array = new int16_t[length_per_channel]; // Temporary storage. in PushBackInterleaved() local85 temp_array[i] = *source_ptr; in PushBackInterleaved()88 channels_[channel]->PushBack(temp_array, length_per_channel); in PushBackInterleaved()90 delete[] temp_array; in PushBackInterleaved()
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()
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()