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.cpp344 …if ( ((flags & SBRDEC_LOW_POWER ) ? 1 : 0) != ((hSbrDec->SynthesisQMF.flags & QMF_FLAG_LP) ? 1 : 0… in sbr_dec()
345 …imeSlots( hSbrDec, hHeaderData->numberTimeSlots * hHeaderData->timeStep, flags & SBRDEC_LOW_POWER); in sbr_dec()
378 if (! (flags & SBRDEC_LOW_POWER)) { in sbr_dec()
395 (flags & SBRDEC_LOW_POWER) ? NULL : QmfBufferImag, in sbr_dec()
406 (flags & SBRDEC_LOW_POWER) ? NULL : QmfBufferImag, in sbr_dec()
430 if (flags & SBRDEC_LOW_POWER) in sbr_dec()
442 flags & SBRDEC_LOW_POWER, in sbr_dec()
464 flags & SBRDEC_LOW_POWER, in sbr_dec()
491 if (! (flags & SBRDEC_LOW_POWER)) { in sbr_dec()
514 (flags & SBRDEC_LOW_POWER) ? NULL : QmfBufferImag, in sbr_dec()
[all …]
Denv_extr.h179 #define SBRDEC_LOW_POWER 16 /* Flag indicating that Low Power QMF mode shall be used. */ macro
Dsbrdecoder.cpp234 if (self->flags & SBRDEC_LOW_POWER) in sbrDecoder_ResetElement()
718 self->flags |= SBRDEC_LOW_POWER; in sbrDecoder_SetParam()
720 self->flags &= ~SBRDEC_LOW_POWER; in sbrDecoder_SetParam()
1283 self->flags & SBRDEC_LOW_POWER, in sbrDecoder_DecodeElement()