Lines Matching refs:loBand
874 int i, loBand, exp, scale_nrg, scale_nrg_ov;
892 for (loBand = 0; loBand < numBands; loBand++) {
899 (FIXP_DBL)((LONG)(sourceBufferReal[i][loBand]) ^
900 ((LONG)sourceBufferReal[i][loBand] >> (SAMPLE_BITS - 1)));
902 (FIXP_DBL)((LONG)(sourceBufferImag[i][loBand]) ^
903 ((LONG)sourceBufferImag[i][loBand] >> (SAMPLE_BITS - 1)));
913 nrg_ov += (fPow2Div2(sourceBufferReal[i][loBand] << reserve) +
914 fPow2Div2(sourceBufferImag[i][loBand] << reserve)) >>
922 nrg += (fPow2Div2(sourceBufferReal[i][loBand] << reserve) +
923 fPow2Div2(sourceBufferImag[i][loBand] << reserve)) >>
948 LowEnv[loBand] = nrg;
954 for (loBand = 0; loBand < numBands; loBand++) {
955 LowEnv[loBand] = meanNrg - LowEnv[loBand];