Home
last modified time | relevance | path

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

/external/aac/libSACenc/src/
Dsacenc_paramextract.cpp350 const TTO_BOX_CONFIG *const ttoBoxConfig, in fdk_sacenc_initTtoBox() argument
354 if ((hTtoBox == NULL) || (ttoBoxConfig == NULL) || in fdk_sacenc_initTtoBox()
360 hTtoBox->bUseCoarseQuantCld = ttoBoxConfig->bUseCoarseQuantCld; in fdk_sacenc_initTtoBox()
361 hTtoBox->bUseCoarseQuantIcc = ttoBoxConfig->bUseCoarseQuantIcc; in fdk_sacenc_initTtoBox()
362 hTtoBox->boxQuantMode = ttoBoxConfig->boxQuantMode; in fdk_sacenc_initTtoBox()
364 ttoBoxConfig->subbandConfig, ttoBoxConfig->bUseCoherenceIccOnly); in fdk_sacenc_initTtoBox()
365 hTtoBox->nHybridBandsMax = ttoBoxConfig->nHybridBandsMax; in fdk_sacenc_initTtoBox()
367 getNumberParameterBands(ttoBoxConfig->subbandConfig); in fdk_sacenc_initTtoBox()
368 hTtoBox->bFrameKeep = ttoBoxConfig->bFrameKeep; in fdk_sacenc_initTtoBox()
Dsacenc_paramextract.h175 const TTO_BOX_CONFIG *const ttoBoxConfig,