Searched refs:toolsInfo (Results 1 – 6 of 6) sorted by relevance
/external/aac/libAACenc/src/ |
D | psy_main.cpp | 1165 psyOutElement->toolsInfo.msDigest = MS_NONE; in FDKaacEnc_psyMain() 1197 &psyOutElement->toolsInfo.msDigest, in FDKaacEnc_psyMain() 1198 psyOutElement->toolsInfo.msMask, in FDKaacEnc_psyMain() 1212 &psyOutElement->toolsInfo.msDigest, in FDKaacEnc_psyMain() 1213 psyOutElement->toolsInfo.msMask, in FDKaacEnc_psyMain() 1224 psyOutElement->toolsInfo.msMask, in FDKaacEnc_psyMain() 1225 &psyOutElement->toolsInfo.msDigest); in FDKaacEnc_psyMain() 1240 &psyOutElement->toolsInfo.msDigest, in FDKaacEnc_psyMain() 1241 psyOutElement->toolsInfo.msMask, in FDKaacEnc_psyMain() 1255 &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 | 433 struct TOOLSINFO *toolsInfo, in FDKaacEnc_initAvoidHoleFlag() argument 515 if (toolsInfo->msMask[sfbGrp+sfb]) { in FDKaacEnc_initAvoidHoleFlag() 629 struct TOOLSINFO *toolsInfo, in FDKaacEnc_calcWeighting() argument 693 if ((ch == 1) && (toolsInfo->msMask[sfbGrp+sfb])) { in FDKaacEnc_calcWeighting() 769 struct TOOLSINFO *toolsInfo, in FDKaacEnc_peCalculation() argument 777 …FDKaacEnc_calcWeighting(peData, psyOutChannel, qcOutChannel, toolsInfo, adjThrStateElement, nChann… in FDKaacEnc_peCalculation() 1459 if (psyOutElement[elementId]->toolsInfo.msMask[sfbGrp+sfb]) { in FDKaacEnc_allowMoreHoles() 1688 …ementId]->psyOutChannel, pAhFlag[elementId], &psyOutElement[elementId]->toolsInfo, nChannels, peDa… in FDKaacEnc_adaptThresholdsToPe() 1896 struct TOOLSINFO *toolsInfo, in FDKaacEnc_AdaptThresholdsVBR() argument 1917 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 | 464 …ent->peData, psyOutChannel, qcOutElement->qcOutChannel, &psyOutElement->toolsInfo, adjThrStateElem… in FDKaacEnc_QCMainPrepare() 1560 FDKmemclear(&psyOutElement->toolsInfo, sizeof(TOOLSINFO)); in FDKaacEnc_crashRecovery()
|