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.cpp303 if ((flags & SBRDEC_USAC_HARMONICSBR)) { in sbr_dec()
339 if (!(flags & SBRDEC_USAC_HARMONICSBR)) /* stereoCfgIndex3 w/o HBE */ in sbr_dec()
353 if (!((flags & SBRDEC_USAC_HARMONICSBR) && in sbr_dec()
393 if ((flags & SBRDEC_USAC_HARMONICSBR)) { in sbr_dec()
442 ((flags & SBRDEC_USAC_HARMONICSBR) && in sbr_dec()
447 if (flags & SBRDEC_USAC_HARMONICSBR) { in sbr_dec()
494 if ((flags & SBRDEC_USAC_HARMONICSBR) && in sbr_dec()
506 if (flags & SBRDEC_USAC_HARMONICSBR) { in sbr_dec()
551 (flags & SBRDEC_USAC_HARMONICSBR) && in sbr_dec()
630 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.cpp595 self->flags |= (harmonicSBR == 1) ? SBRDEC_USAC_HARMONICSBR : 0; in sbrDecoder_InitElement()