Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_lib.cpp198 UINT userPceAdditions; /*!< Configure additional bits in PCE. */ member
565 if ((extCfg->userPceAdditions & 0x1) && (hAacConfig->epConfig == -1) && in H_ALLOC_MEM()
567 cc->matrixMixdownA = ((extCfg->userPceAdditions >> 1) & 0x3) + 1; in H_ALLOC_MEM()
568 cc->flags |= (extCfg->userPceAdditions >> 3) & 0x1 ? CC_PSEUDO_SURROUND : 0; in H_ALLOC_MEM()
670 config->userPceAdditions = 0; /* no matrix mixdown coefficient */ in aacEncDefaultConfig()
1871 if (hAacEncoder->extParam.userPceAdditions != pceValue) { in aacEncEncode()
1872 hAacEncoder->extParam.userPceAdditions = pceValue; in aacEncEncode()