Lines Matching refs:SBRDEC_LOW_POWER
357 if (!(flags & SBRDEC_LOW_POWER)) { in sbr_dec()
379 maxVal = maxSubbandSample(pReal, (flags & SBRDEC_LOW_POWER) ? NULL : pImag, 0, in sbr_dec()
387 rescaleSubbandSamples(pReal, (flags & SBRDEC_LOW_POWER) ? NULL : pImag, 0, in sbr_dec()
429 if (flags & SBRDEC_LOW_POWER) in sbr_dec()
530 pLowBandImag, flags & SBRDEC_LOW_POWER, in sbr_dec()
564 flags & SBRDEC_LOW_POWER, in sbr_dec()
617 if (!(flags & SBRDEC_LOW_POWER)) { in sbr_dec()
641 if (!(flags & SBRDEC_LOW_POWER)) { in sbr_dec()
668 (flags & SBRDEC_LOW_POWER) ? NULL : pLowBandImag, in sbr_dec()
697 (flags & SBRDEC_LOW_POWER) ? NULL : pLowBandImag, in sbr_dec()
1031 int useLP = flags & SBRDEC_LOW_POWER; in resetSbrDec()