Lines Matching refs:temp_real
591 WORD32 tmp_r, temp_real, modulus_d; in ixheaacd_filter1_lp() local
606 temp_real = ixheaacd_abs32(tmp_r); in ixheaacd_filter1_lp()
608 if (temp_real < modulus_d) { in ixheaacd_filter1_lp()
618 temp_real = ixheaacd_abs32(tmp_r); 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
994 temp_real = ixheaacd_abs32(tmp_r); in ixheaacd_hf_generator()
996 if (temp_real >= modulus_d) { in ixheaacd_hf_generator()
1015 WORD32 tmp_r, temp_real; in ixheaacd_hf_generator() local
1040 temp_real = ixheaacd_abs32(tmp_r); in ixheaacd_hf_generator()
1042 if (temp_real >= cov_matrix.phi_11) { in ixheaacd_hf_generator()