Home
last modified time | relevance | path

Searched refs:SBRDEC_USAC_HARMONICSBR (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSBRdec/src/
Dsbr_dec.cpp304 if ((flags & SBRDEC_USAC_HARMONICSBR)) { in sbr_dec()
340 if (!(flags & SBRDEC_USAC_HARMONICSBR)) /* stereoCfgIndex3 w/o HBE */ in sbr_dec()
354 if (!((flags & SBRDEC_USAC_HARMONICSBR) && in sbr_dec()
394 if ((flags & SBRDEC_USAC_HARMONICSBR)) { in sbr_dec()
443 ((flags & SBRDEC_USAC_HARMONICSBR) && in sbr_dec()
448 if (flags & SBRDEC_USAC_HARMONICSBR) { in sbr_dec()
495 if ((flags & SBRDEC_USAC_HARMONICSBR) && in sbr_dec()
507 if (flags & SBRDEC_USAC_HARMONICSBR) { in sbr_dec()
552 (flags & SBRDEC_USAC_HARMONICSBR) && in sbr_dec()
631 if (!(flags & SBRDEC_USAC_HARMONICSBR)) { in sbr_dec()
[all …]
Denv_extr.h217 #define SBRDEC_USAC_HARMONICSBR \ macro
Denv_extr.cpp655 if (flags & SBRDEC_USAC_HARMONICSBR) { in sbrGetChannelElement()
Dsbrdecoder.cpp593 self->flags |= (harmonicSBR == 1) ? SBRDEC_USAC_HARMONICSBR : 0; in sbrDecoder_InitElement()