Home
last modified time | relevance | path

Searched refs:psyOutElement (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dpsy_main.c254 PSY_OUT_ELEMENT *psyOutElement, in psyMain() argument
367 psyOutElement->groupedSfbOffset[ch], in psyMain()
369 psyOutElement->groupedSfbMinSnr[ch], in psyMain()
381 psyOutElement->toolsInfo.msDigest = MS_NONE; in psyMain()
396 (Word16*)&psyOutElement->toolsInfo.msDigest, in psyMain()
397 (Word16*)psyOutElement->toolsInfo.msMask, in psyMain()
413 (Word16*)&psyOutElement->toolsInfo.msDigest, in psyMain()
414 (Word16*)psyOutElement->toolsInfo.msMask, in psyMain()
418 (const Word16*)psyOutElement->groupedSfbOffset[0]); in psyMain()
456 psyOutElement->groupedSfbOffset[ch], in psyMain()
[all …]
Dstat_bits.c180 PSY_OUT_ELEMENT *psyOutElement, in countStaticBitdemand() argument
217 &psyOutElement->toolsInfo); in countStaticBitdemand()
Dadj_thr.c166 PSY_OUT_ELEMENT* psyOutElement, in initAvoidHoleFlag() argument
263 if (psyOutElement->toolsInfo.msMask[sfb]) { in initAvoidHoleFlag()
579 PSY_OUT_ELEMENT *psyOutElement, in allowMoreHoles() argument
600 if (psyOutElement->toolsInfo.msMask[sfb]) { in allowMoreHoles()
734 PSY_OUT_ELEMENT *psyOutElement, in adaptThresholdsToPe() argument
753 initAvoidHoleFlag(peData->ahFlag, psyOutChannel, psyOutElement, nChannels, ahParam); in adaptThresholdsToPe()
812 allowMoreHoles(psyOutChannel, psyOutElement, peData, peData->ahFlag, in adaptThresholdsToPe()
1127 PSY_OUT_ELEMENT *psyOutElement, in AdjustThresholds() argument
1188 psyOutElement, in AdjustThresholds()
Daacenc_core.c169 &aacEnc->psyOut.psyOutElement, in AacEncEncode()
183 &aacEnc->psyOut.psyOutElement, in AacEncEncode()
Dqc_main.c259 PSY_OUT_ELEMENT* psyOutElement, in QCMain() argument
278 psyOutElement, in QCMain()
299 psyOutElement, in QCMain()
Dbitenc.c641 Word16 *msFlags = psyOut->psyOutElement.toolsInfo.msMask; in WriteBitstream()
642 msDigest = psyOut->psyOutElement.toolsInfo.msDigest; in WriteBitstream()
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
Dstat_bits.h30 PSY_OUT_ELEMENT *psyOutElement,
Dadj_thr.h44 PSY_OUT_ELEMENT *psyOutElement,
Dqc_main.h48 PSY_OUT_ELEMENT* psyOutElement,
Dpsy_main.h65 PSY_OUT_ELEMENT *psyOutElement,
Dinterface.h84 PSY_OUT_ELEMENT psyOutElement; member