Searched refs:psyOutElement (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | psy_main.c | 254 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 …]
|
D | stat_bits.c | 180 PSY_OUT_ELEMENT *psyOutElement, in countStaticBitdemand() argument 217 &psyOutElement->toolsInfo); in countStaticBitdemand()
|
D | adj_thr.c | 166 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()
|
D | aacenc_core.c | 169 &aacEnc->psyOut.psyOutElement, in AacEncEncode() 183 &aacEnc->psyOut.psyOutElement, in AacEncEncode()
|
D | qc_main.c | 259 PSY_OUT_ELEMENT* psyOutElement, in QCMain() argument 278 psyOutElement, in QCMain() 299 psyOutElement, in QCMain()
|
D | bitenc.c | 641 Word16 *msFlags = psyOut->psyOutElement.toolsInfo.msMask; in WriteBitstream() 642 msDigest = psyOut->psyOutElement.toolsInfo.msDigest; in WriteBitstream()
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
D | stat_bits.h | 30 PSY_OUT_ELEMENT *psyOutElement,
|
D | adj_thr.h | 44 PSY_OUT_ELEMENT *psyOutElement,
|
D | qc_main.h | 48 PSY_OUT_ELEMENT* psyOutElement,
|
D | psy_main.h | 65 PSY_OUT_ELEMENT *psyOutElement,
|
D | interface.h | 84 PSY_OUT_ELEMENT psyOutElement; member
|