Searched refs:SBRDEC_LOW_POWER (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 358 if (!(flags & SBRDEC_LOW_POWER)) { in sbr_dec() 380 maxVal = maxSubbandSample(pReal, (flags & SBRDEC_LOW_POWER) ? NULL : pImag, 0, in sbr_dec() 388 rescaleSubbandSamples(pReal, (flags & SBRDEC_LOW_POWER) ? NULL : pImag, 0, in sbr_dec() 430 if (flags & SBRDEC_LOW_POWER) in sbr_dec() 531 pLowBandImag, flags & SBRDEC_LOW_POWER, in sbr_dec() 565 flags & SBRDEC_LOW_POWER, in sbr_dec() 618 if (!(flags & SBRDEC_LOW_POWER)) { in sbr_dec() 642 if (!(flags & SBRDEC_LOW_POWER)) { in sbr_dec() 669 (flags & SBRDEC_LOW_POWER) ? NULL : pLowBandImag, in sbr_dec() 698 (flags & SBRDEC_LOW_POWER) ? NULL : pLowBandImag, in sbr_dec() [all …]
|
D | env_extr.h | 210 #define SBRDEC_LOW_POWER \ macro
|
D | sbrdecoder.cpp | 300 if (self->flags & SBRDEC_LOW_POWER) qmfFlags |= QMF_FLAG_LP; in sbrDecoder_ResetElement() 908 self->flags |= SBRDEC_LOW_POWER; in sbrDecoder_SetParam() 910 self->flags &= ~SBRDEC_LOW_POWER; in sbrDecoder_SetParam() 1847 if (((self->flags & SBRDEC_LOW_POWER) ? 1 : 0) != in sbrDecoder_Apply() 1849 if (self->flags & SBRDEC_LOW_POWER) { in sbrDecoder_Apply()
|