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

/external/libxaac/decoder/
H A Dixheaacd_lpp_tran.c591 WORD32 tmp_r, temp_real, modulus_d; local
606 temp_real = ixheaacd_abs32(tmp_r);
608 if (temp_real < modulus_d) {
618 temp_real = ixheaacd_abs32(tmp_r);
620 if (temp_real < modulus_d) {
969 WORD32 tmp_r, temp_real, modulus_d; local
994 temp_real = ixheaacd_abs32(tmp_r);
996 if (temp_real >= modulus_d) {
1015 WORD32 tmp_r, temp_real; local
1040 temp_real
[all...]
H A Dixheaacd_env_calc.c1110 WORD32 temp_real; local
1112 temp_real = *ptr_real++;
1114 value = ixheaacd_abs32_nrm(temp_real);
1116 temp_real = *ptr_real++;
1126 WORD32 temp_real = *ptr_real++; local
1129 temp_real = ixheaacd_abs32_nrm(temp_real);
1130 max_abs |= temp_real;
H A Dixheaacd_esbr_fft.c1059 FLOAT32 temp_real, temp_imag, temp; local
1066 temp_real = inp[0] + inp[2];
1082 op[0] = temp_real + inp[4];
H A Dixheaacd_fft.c1579 WORD32 temp_real, temp_imag, temp; local
1586 temp_real = ixheaacd_add32_sat(inp[0], inp[2]);
1602 op[0] = ixheaacd_add32_sat(temp_real, inp[4]);

Completed in 163 milliseconds