Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_tns.c83 WORD32 temp_buf1[TNS_MAX_ORDER + 1]; in ixheaacd_tns_parcor_lpc_convert_usac() local
94 temp_buf1[i] = 0; in ixheaacd_tns_parcor_lpc_convert_usac()
107 accu1, ixheaacd_mult32_shl_sat(parcor[j], temp_buf1[j])); in ixheaacd_tns_parcor_lpc_convert_usac()
112 accu2 = (temp_buf1[j]); in ixheaacd_tns_parcor_lpc_convert_usac()
115 temp_buf1[j + 1] = (accu2); in ixheaacd_tns_parcor_lpc_convert_usac()
120 temp_buf1[0] = (accu); in ixheaacd_tns_parcor_lpc_convert_usac()
Dixheaacd_aac_tns.c159 WORD16 temp_buf1[MAX_ORDER + 1]; in ixheaacd_tns_parcor_lpc_convert_dec() local
170 temp_buf1[i] = 0; in ixheaacd_tns_parcor_lpc_convert_dec()
181 accu1 = ixheaacd_mac16x16in32_shl_sat(accu1, parcor[j], temp_buf1[j]); in ixheaacd_tns_parcor_lpc_convert_dec()
189 accu2 = ixheaacd_deposit16h_in32(temp_buf1[j]); in ixheaacd_tns_parcor_lpc_convert_dec()
191 temp_buf1[j + 1] = ixheaacd_round16(accu2); in ixheaacd_tns_parcor_lpc_convert_dec()
197 temp_buf1[0] = ixheaacd_round16(accu); in ixheaacd_tns_parcor_lpc_convert_dec()