Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_mps_hybrid_filter.c58 FLOAT32 temp_real_array[MAX_FACTORS] = {0}; in ixheaace_mps_cfftn_process() local
429 temp_real_array[j - 1] = ptr_real[k1] + ptr_real[k2]; in ixheaace_mps_cfftn_process()
430 temp_real += temp_real_array[j - 1]; in ixheaace_mps_cfftn_process()
435 temp_real_array[j - 1] = ptr_real[k1] - ptr_real[k2]; in ixheaace_mps_cfftn_process()
460 temp_real += (FLOAT32)(temp_real_array[k - 1] * cos_array[jj - 1]); in ixheaace_mps_cfftn_process()
464 aj += (FLOAT32)(temp_real_array[k - 1] * sin_array[jj - 1]); in ixheaace_mps_cfftn_process()
746 temp_real_array[k2 - 1] = ptr_real[k1]; in ixheaace_mps_cfftn_process()
773 ptr_real[k1] = temp_real_array[k2 - 1]; in ixheaace_mps_cfftn_process()