Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Daudio_vector.cc292 std::unique_ptr<int16_t[]> temp_array(new int16_t[n + 1]); in Reserve() local
304 std::unique_ptr<int16_t[]> temp_array(nullptr); in InsertByPushBack() local
321 std::unique_ptr<int16_t[]> temp_array(nullptr); in InsertByPushFront() local
337 std::unique_ptr<int16_t[]> temp_array(nullptr); in InsertZerosByPushBack() local
359 std::unique_ptr<int16_t[]> temp_array(nullptr); in InsertZerosByPushFront() local
H A Daudio_multi_vector.cc81 int16_t* temp_array = new int16_t[length_per_channel]; // Temporary storage. in PushBackInterleaved() local
/aosp_15_r20/external/libhevc/common/x86/
H A Dihevc_16x16_itrans_recon_sse42_intr.c1698 WORD16 temp_array[256]; in ihevc_itrans_recon_16x16_sse42() local
H A Dihevc_itrans_recon_16x16_ssse3_intr.c1701 MEM_ALIGN16 WORD16 temp_array[256]; in ihevc_itrans_recon_16x16_ssse3() local
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_mps_polyphase.c979 FLOAT32 temp_array[128]; in ixheaace_mps_515_calculate_ana_filterbank() local
/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.c1715 JSON_Array *temp_array = NULL, *temp_array_copy = NULL; in json_value_deep_copy() local