Lines Matching refs:analysBufferImag
178 FIXP_DBL **analysBufferImag, int lowSubband,
184 FIXP_DBL **analysBufferImag, int nSfb,
873 *analysBufferImag, /*!< Imag part of subband samples to be processed */ in calculateSbrEnvelope()
1148 calcNrgPerSubband(analysBufferReal, (useLP) ? NULL : analysBufferImag, in calculateSbrEnvelope()
1152 calcNrgPerSfb(analysBufferReal, (useLP) ? NULL : analysBufferImag, in calculateSbrEnvelope()
1559 &analysBufferImag[j][lowSubband], h_sbr_cal_env, pNrgs, in calculateSbrEnvelope()
1564 &analysBufferImag[j][lowSubband], h_sbr_cal_env, in calculateSbrEnvelope()
1599 analysBufferImag, /* pABufI, */ in calculateSbrEnvelope()
1622 &analysBufferImag[j][lowSubband], h_sbr_cal_env, pNrgs, in calculateSbrEnvelope()
1655 maxSubbandSample(analysBufferReal, (useLP) ? NULL : analysBufferImag, in calculateSbrEnvelope()
1662 maxSubbandSample(analysBufferReal, (useLP) ? NULL : analysBufferImag, in calculateSbrEnvelope()
1671 rescaleSubbandSamples(analysBufferReal, (useLP) ? NULL : analysBufferImag, in calculateSbrEnvelope()
1676 rescaleSubbandSamples(analysBufferReal, (useLP) ? NULL : analysBufferImag, in calculateSbrEnvelope()
1986 FIXP_DBL **analysBufferImag, /*!< Imaginary part of subband samples */ in calcNrgPerSubband() argument
2012 if (analysBufferImag != NULL) { in calcNrgPerSubband()
2016 bufferImag[l] = analysBufferImag[l][k]; in calcNrgPerSubband()
2053 if (analysBufferImag != NULL) { in calcNrgPerSubband()
2069 if (analysBufferImag != NULL) { in calcNrgPerSubband()
2092 if (analysBufferImag != NULL) in calcNrgPerSubband()
2114 FIXP_DBL **analysBufferImag, /*!< Imaginary part of subband samples */ in calcNrgPerSfb() argument
2143 FIXP_DBL maxVal = maxSubbandSample(analysBufferReal, analysBufferImag, li, in calcNrgPerSfb()
2162 if (analysBufferImag != NULL) { in calcNrgPerSfb()
2167 temp = analysBufferImag[l][k] << (int)preShift; in calcNrgPerSfb()
2174 temp = analysBufferImag[l][k] >> -(int)preShift; in calcNrgPerSfb()
2209 if (analysBufferImag != NULL) in calcNrgPerSfb()