Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_lpp_tran.c591 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()
[all …]
Dixheaacd_env_calc.c1110 WORD32 temp_real; in ixheaacd_expsubbandsamples_dec() local
1112 temp_real = *ptr_real++; in ixheaacd_expsubbandsamples_dec()
1114 value = ixheaacd_abs32_nrm(temp_real); in ixheaacd_expsubbandsamples_dec()
1116 temp_real = *ptr_real++; in ixheaacd_expsubbandsamples_dec()
1126 WORD32 temp_real = *ptr_real++; in ixheaacd_expsubbandsamples_dec() local
1129 temp_real = ixheaacd_abs32_nrm(temp_real); in ixheaacd_expsubbandsamples_dec()
1130 max_abs |= temp_real; in ixheaacd_expsubbandsamples_dec()
Dixheaacd_esbr_fft.c1059 FLOAT32 temp_real, temp_imag, temp; in ixheaacd_aac_ld_dec_fft_3_float() local
1066 temp_real = inp[0] + inp[2]; in ixheaacd_aac_ld_dec_fft_3_float()
1082 op[0] = temp_real + inp[4]; in ixheaacd_aac_ld_dec_fft_3_float()
Dixheaacd_fft.c1625 WORD32 temp_real, temp_imag, temp; in ixheaacd_complex_3point_fft() local
1632 temp_real = ixheaacd_add32_sat(inp[0], inp[2]); in ixheaacd_complex_3point_fft()
1648 op[0] = ixheaacd_add32_sat(temp_real, inp[4]); in ixheaacd_complex_3point_fft()