Home
last modified time | relevance | path

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

/external/aac/libSACenc/src/
Dsacenc_paramextract.cpp141 UCHAR bUseCoarseQuantCld; member
360 hTtoBox->bUseCoarseQuantCld = ttoBoxConfig->bUseCoarseQuantCld; in fdk_sacenc_initTtoBox()
378 hTtoBox->pCldQuantTableDec__FDK = hTtoBox->bUseCoarseQuantCld in fdk_sacenc_initTtoBox()
381 hTtoBox->pCldQuantTableEnc__FDK = hTtoBox->bUseCoarseQuantCld in fdk_sacenc_initTtoBox()
386 fdk_sacenc_getNumberCldQuantLevels(hTtoBox->bUseCoarseQuantCld); in fdk_sacenc_initTtoBox()
388 fdk_sacenc_getCldQuantOffset(hTtoBox->bUseCoarseQuantCld); in fdk_sacenc_initTtoBox()
692 *pbCldQuantCoarse = hTtoBox->bUseCoarseQuantCld; in fdk_sacenc_applyTtoBox()
Dsacenc_paramextract.h156 UCHAR bUseCoarseQuantCld; member
Dsacenc_tree.cpp290 boxConfig.bUseCoarseQuantCld = hST->bUseCoarseQuantTtoCld; in fdk_sacenc_spaceTree_Init()