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.cpp362 …if ( ((flags & SBRDEC_LOW_POWER ) ? 1 : 0) != ((hSbrDec->SynthesisQMF.flags & QMF_FLAG_LP) ? 1 : 0… in sbr_dec()
363 …imeSlots( hSbrDec, hHeaderData->numberTimeSlots * hHeaderData->timeStep, flags & SBRDEC_LOW_POWER); in sbr_dec()
423 if (! (flags & SBRDEC_LOW_POWER)) { in sbr_dec()
440 (flags & SBRDEC_LOW_POWER) ? NULL : QmfBufferImag, in sbr_dec()
451 (flags & SBRDEC_LOW_POWER) ? NULL : QmfBufferImag, in sbr_dec()
475 if (flags & SBRDEC_LOW_POWER) in sbr_dec()
487 flags & SBRDEC_LOW_POWER, in sbr_dec()
509 flags & SBRDEC_LOW_POWER, in sbr_dec()
536 if (! (flags & SBRDEC_LOW_POWER)) { in sbr_dec()
559 (flags & SBRDEC_LOW_POWER) ? NULL : QmfBufferImag, in sbr_dec()
[all …]
Denv_extr.h180 #define SBRDEC_LOW_POWER 16 /* Flag indicating that Low Power QMF mode shall be used. */ macro
Dsbrdecoder.cpp267 if (self->flags & SBRDEC_LOW_POWER) in sbrDecoder_ResetElement()
752 self->flags |= SBRDEC_LOW_POWER; in sbrDecoder_SetParam()
754 self->flags &= ~SBRDEC_LOW_POWER; in sbrDecoder_SetParam()
1407 self->flags & SBRDEC_LOW_POWER, in sbrDecoder_DecodeElement()