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