Home
last modified time | relevance | path

Searched refs:SBRDEC_LOW_POWER (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSBRdec/src/
Dsbr_dec.cpp357 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()
[all …]
Denv_extr.h210 #define SBRDEC_LOW_POWER \ macro
Dsbrdecoder.cpp302 if (self->flags & SBRDEC_LOW_POWER) qmfFlags |= QMF_FLAG_LP; in sbrDecoder_ResetElement()
910 self->flags |= SBRDEC_LOW_POWER; in sbrDecoder_SetParam()
912 self->flags &= ~SBRDEC_LOW_POWER; in sbrDecoder_SetParam()
1860 if (((self->flags & SBRDEC_LOW_POWER) ? 1 : 0) != in sbrDecoder_Apply()
1862 if (self->flags & SBRDEC_LOW_POWER) { in sbrDecoder_Apply()