Searched refs:SBRDEC_USAC_HARMONICSBR (Results 1 – 4 of 4) sorted by relevance
303 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 …]
217 #define SBRDEC_USAC_HARMONICSBR \ macro
655 if (flags & SBRDEC_USAC_HARMONICSBR) { in sbrGetChannelElement()
595 self->flags |= (harmonicSBR == 1) ? SBRDEC_USAC_HARMONICSBR : 0; in sbrDecoder_InitElement()