Searched refs:a0i (Results 1 - 5 of 5) sorted by relevance

/external/aac/libSBRdec/src/arm/
H A Dlpp_tran_arm.cpp115 FIXP_SGL a0i, FIXP_SGL a1r, FIXP_SGL a1i,
127 accu2 = fMultDiv2(a0i, imag1);
137 accu2 = fMultAddDiv2(accu2, a0i, real1);
111 lppTransposer_func1(FIXP_DBL *lowBandReal, FIXP_DBL *lowBandImag, FIXP_DBL **qmfBufferReal, FIXP_DBL **qmfBufferImag, int loops, int hiBand, int dynamicScale, int descale, FIXP_SGL a0r, FIXP_SGL a0i, FIXP_SGL a1r, FIXP_SGL a1i, const int fPreWhitening, FIXP_DBL preWhiteningGain, int preWhiteningGains_sf) argument
/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp282 FIXP_SGL alphai[LPC_ORDER], a0i = 0, a1i = 0; local
707 if (!useLP) a0i = FX_DBL2FX_SGL(fMult(bw, alphai[0]));
752 a0i, a1r, a1i, fPreWhitening, preWhiteningGains[loBand],
759 fMultDiv2(a0i, lowBandImag[LPC_ORDER + i - 1]) +
763 accu2 = (fMultDiv2(a0i, lowBandReal[LPC_ORDER + i - 1]) +
863 FIXP_SGL alphai[LPC_ORDER], a0i = 0, a1i = 0; local
1142 a0i = FX_DBL2FX_SGL(fMult(bw, alphai[0]));
1164 fMultDiv2(a0i, lowBandImag[LPC_ORDER + i - 1]) +
1168 accu2 = (fMultDiv2(a0i, lowBandReal[LPC_ORDER + i - 1]) +
/external/clang/test/CXX/special/class.inhctor/
H A Dp2.cpp21 A a0i = { X<0>{} }; variable
/external/libxaac/decoder/
H A Dixheaacd_sbrdec_lpfuncs.c951 FLOAT32 a0r, a0i, a1r, a1i; local
1124 a0i = bw * alpha_imag[k][0];
1143 a0i * ptr_src_buf_imag[i - 1][k] +
1147 ptr_dst_buf_imag[i][k2] += (a0i * ptr_src_buf_real[i - 1][k] +
1214 a0i = bw * alpha_imag[0];
1230 ((a0r * real1 - a0i * imag1) + (a1r * real2 - a1i * imag2));
1232 ((a0i * real1 + a0r * imag1) + (a1i * real2 + a1r * imag2));
H A Dixheaacd_lpp_tran.c107 VOID ixheaacd_filterstep3(WORD16 a0r, WORD16 a0i, WORD16 a1r, WORD16 a1i, argument
114 WORD16 coef1i = (a0i);
867 WORD16 a0i = 0, a1i = 0; local
1101 a0i = ixheaacd_mult16_shl_sat(bw, alpha_imag[0]);
1107 ixheaacd_filterstep3(a0r, a0i, a1r, a1i, start_idx, stop_idx, low_band,

Completed in 347 milliseconds