Searched refs:gc_i_m (Results 1 – 1 of 1) sorted by relevance
/external/aac/libSBRdec/src/ |
D | hbe.cpp | 1239 FIXP_DBL gc_r_m, gc_i_m, factor_m = (FIXP_DBL)0; in calculateCenterFIXP() local 1257 gc_i_m = fMultDiv2(gammaVecImag, in calculateCenterFIXP() 1261 scaleUp(&gc_r_m, &gc_i_m, &gc_e); in calculateCenterFIXP() 1266 *centerImag = gc_i_m; in calculateCenterFIXP() 1269 *centerReal = fPow2Div2(gc_r_m) - fPow2Div2(gc_i_m); in calculateCenterFIXP() 1270 *centerImag = fMult(gc_r_m, gc_i_m); in calculateCenterFIXP() 1275 FIXP_DBL tmp_i = gc_i_m; in calculateCenterFIXP() 1276 gc_r_m = fPow2Div2(gc_r_m) - fPow2Div2(gc_i_m); in calculateCenterFIXP() 1277 gc_i_m = fMult(tmp_r, gc_i_m); in calculateCenterFIXP() 1279 cplxMultDiv2(¢erReal[0], ¢erImag[0], gc_r_m, gc_i_m, tmp_r, in calculateCenterFIXP()
|