Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_lpp_tran.c591 WORD32 tmp_r, temp_real, modulus_d; in ixheaacd_filter1_lp() local
599 modulus_d = ixheaacd_abs32(p_cov_matrix->d); in ixheaacd_filter1_lp()
608 if (temp_real < modulus_d) { in ixheaacd_filter1_lp()
620 if (temp_real < modulus_d) { in ixheaacd_filter1_lp()
969 WORD32 tmp_r, temp_real, modulus_d; in ixheaacd_hf_generator() local
979 modulus_d = ixheaacd_abs32_sat(cov_matrix.d); in ixheaacd_hf_generator()
996 if (temp_real >= modulus_d) { in ixheaacd_hf_generator()
1003 if (temp_imag >= modulus_d) { in ixheaacd_hf_generator()