Searched refs:sourceBufferReal (Results 1 – 4 of 4) sorted by relevance
124 void sbrDecoder_calculateGainVec(FIXP_DBL **sourceBufferReal,
862 void sbrDecoder_calculateGainVec(FIXP_DBL **sourceBufferReal, in sbrDecoder_calculateGainVec() argument899 (FIXP_DBL)((LONG)(sourceBufferReal[i][loBand]) ^ in sbrDecoder_calculateGainVec()900 ((LONG)sourceBufferReal[i][loBand] >> (SAMPLE_BITS - 1))); in sbrDecoder_calculateGainVec()913 nrg_ov += (fPow2Div2(sourceBufferReal[i][loBand] << reserve) + in sbrDecoder_calculateGainVec()922 nrg += (fPow2Div2(sourceBufferReal[i][loBand] << reserve) + in sbrDecoder_calculateGainVec()
240 HANDLE_SBR_TON_CORR_EST hTonCorr, FIXP_DBL** sourceBufferReal,
136 sourceBufferReal, /*!< The real part of the QMF-matrix. */ in FDKsbrEnc_CalculateTonalityQuotas() argument208 ptr[0] = sourceBufferReal[i][r + v]; in FDKsbrEnc_CalculateTonalityQuotas()