Searched refs:ttoBoxConfig (Results 1 – 2 of 2) sorted by relevance
350 const TTO_BOX_CONFIG *const ttoBoxConfig, in fdk_sacenc_initTtoBox() argument354 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()
175 const TTO_BOX_CONFIG *const ttoBoxConfig,