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