Searched refs:temp_real (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_lpp_tran.c | 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() [all …]
|
D | ixheaacd_env_calc.c | 1110 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()
|
D | ixheaacd_esbr_fft.c | 1059 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()
|
D | ixheaacd_fft.c | 1625 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()
|