Searched refs:toolsInfo (Results 1 – 6 of 6) sorted by relevance
/external/aac/libAACenc/src/ |
D | psy_main.cpp | 1172 psyOutElement->toolsInfo.msDigest = MS_NONE; in FDKaacEnc_psyMain() 1204 &psyOutElement->toolsInfo.msDigest, in FDKaacEnc_psyMain() 1205 psyOutElement->toolsInfo.msMask, in FDKaacEnc_psyMain() 1219 &psyOutElement->toolsInfo.msDigest, in FDKaacEnc_psyMain() 1220 psyOutElement->toolsInfo.msMask, in FDKaacEnc_psyMain() 1231 psyOutElement->toolsInfo.msMask, in FDKaacEnc_psyMain() 1232 &psyOutElement->toolsInfo.msDigest); in FDKaacEnc_psyMain() 1247 &psyOutElement->toolsInfo.msDigest, in FDKaacEnc_psyMain() 1248 psyOutElement->toolsInfo.msMask, in FDKaacEnc_psyMain() 1262 &psyOutElement->toolsInfo.msDigest, in FDKaacEnc_psyMain() [all …]
|
D | interface.h | 153 struct TOOLSINFO toolsInfo; member
|
D | adj_thr.h | 105 struct TOOLSINFO *toolsInfo,
|
D | adj_thr.cpp | 459 struct TOOLSINFO *toolsInfo, in FDKaacEnc_initAvoidHoleFlag() argument 541 if (toolsInfo->msMask[sfbGrp+sfb]) { in FDKaacEnc_initAvoidHoleFlag() 655 struct TOOLSINFO *toolsInfo, in FDKaacEnc_calcWeighting() argument 719 if ((ch == 1) && (toolsInfo->msMask[sfbGrp+sfb])) { in FDKaacEnc_calcWeighting() 795 struct TOOLSINFO *toolsInfo, in FDKaacEnc_peCalculation() argument 803 …FDKaacEnc_calcWeighting(peData, psyOutChannel, qcOutChannel, toolsInfo, adjThrStateElement, nChann… in FDKaacEnc_peCalculation() 1485 if (psyOutElement[elementId]->toolsInfo.msMask[sfbGrp+sfb]) { in FDKaacEnc_allowMoreHoles() 1715 …ementId]->psyOutChannel, pAhFlag[elementId], &psyOutElement[elementId]->toolsInfo, nChannels, peDa… in FDKaacEnc_adaptThresholdsToPe() 1923 struct TOOLSINFO *toolsInfo, in FDKaacEnc_AdaptThresholdsVBR() argument 1944 FDKaacEnc_initAvoidHoleFlag(qcOutChannel, psyOutChannel, pAhFlag, toolsInfo, in FDKaacEnc_AdaptThresholdsVBR() [all …]
|
D | bitenc.cpp | 1123 … (minCnt==0) ? psyOutElement->toolsInfo.msDigest : MS_NONE, in FDKaacEnc_ChannelElementWrite() 1124 psyOutElement->toolsInfo.msMask, in FDKaacEnc_ChannelElementWrite()
|
D | qc_main.cpp | 460 …ent->peData, psyOutChannel, qcOutElement->qcOutChannel, &psyOutElement->toolsInfo, adjThrStateElem… in FDKaacEnc_QCMainPrepare() 1563 FDKmemclear(&psyOutElement->toolsInfo, sizeof(TOOLSINFO)); in FDKaacEnc_crashRecovery()
|