Searched refs:userPceAdditions (Results 1 – 1 of 1) sorted by relevance
171 UINT userPceAdditions; /*!< Configure additional bits in PCE. */ member501 if ( (extCfg->userPceAdditions&0x1) && (hAacConfig->epConfig==-1) in H_ALLOC_MEM()504 cc->matrixMixdownA = ((extCfg->userPceAdditions>>1)&0x3)+1; in H_ALLOC_MEM()505 cc->flags |= (extCfg->userPceAdditions>>3)&0x1 ? CC_PSEUDO_SURROUND : 0; in H_ALLOC_MEM()580 config->userPceAdditions = 0; /* no matrix mixdown coefficient */ in aacEncDefaultConfig()1564 if (hAacEncoder->extParam.userPceAdditions != pceValue) { in aacEncEncode()1565 hAacEncoder->extParam.userPceAdditions = pceValue; in aacEncEncode()