Searched refs:temp_array (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | audio_multi_vector.cc | 77 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()
|
D | audio_vector.cc | 183 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/v8/third_party/v8/builtins/ |
D | array-sort.tq | 466 const temp_array: FixedArray = 468 FillFixedArrayWithSmiZero(temp_array, min_size); 471 sortState[kTempArrayIdx] = temp_array; 472 return temp_array; 1156 // Copies a single element inside the array/object (NOT the temp_array). 1188 const temp_array: FixedArray = GetTempArray(sortState, length_a); 1190 context, sortState, LoadF, elements, baseA, temp_array, 0, length_a) 1222 context, sortState, element_b, temp_array[cursor_temp]) 1242 temp_array[cursor_temp]) 1280 context, sortState, elements, dest, temp_array, cursor_temp, [all …]
|
/external/libhevc/common/x86/ |
D | ihevc_16x16_itrans_recon_sse42_intr.c | 1698 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()
|
D | ihevc_itrans_recon_16x16_ssse3_intr.c | 1701 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()
|