Searched refs:pScratchTns (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dpsy_main.h38 Word32* pScratchTns; member in struct:__anon541
66 Word32 *pScratchTns,
H A Dtns_func.h47 Word32* pScratchTns,
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpsy_main.c51 Word32 *pScratchTns,
62 Word32 *pScratchTns,
106 hPsy->pScratchTns = scratchTNS;
136 if(hPsy->pScratchTns)
138 mem_free(pMemOP, hPsy->pScratchTns, VO_INDEX_ENC_AAC);
139 hPsy->pScratchTns = NULL;
251 Word32 *pScratchTns,
313 pScratchTns,
338 pScratchTns,
355 pScratchTns,
242 psyMain(Word16 nChannels, ELEMENT_INFO *elemInfo, Word16 *timeSignal, PSY_DATA psyData[MAX_CHANNELS], TNS_DATA tnsData[MAX_CHANNELS], PSY_CONFIGURATION_LONG *hPsyConfLong, PSY_CONFIGURATION_SHORT *hPsyConfShort, PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], PSY_OUT_ELEMENT *psyOutElement, Word32 *pScratchTns, Word32 sampleRate) argument
470 advancePsychLong(PSY_DATA* psyData, TNS_DATA* tnsData, PSY_CONFIGURATION_LONG *hPsyConfLong, PSY_OUT_CHANNEL* psyOutChannel, Word32 *pScratchTns, const TNS_DATA* tnsData2, const Word16 ch) argument
649 advancePsychShort(PSY_DATA* psyData, TNS_DATA* tnsData, const PSY_CONFIGURATION_SHORT *hPsyConfShort, PSY_OUT_CHANNEL* psyOutChannel, Word32 *pScratchTns, const TNS_DATA *tnsData2, const Word16 ch) argument
[all...]
H A Daacenc_core.c171 aacEnc->psyKernel.pScratchTns,
H A Dtns.c268 Word32* pScratchTns, /*!< pointer to scratch space */
278 Word32* pWork32 = &pScratchTns[subBlockNumber >> 8];
279 Word16* pWeightedSpectrum = (Word16 *)&pScratchTns[subBlockNumber >> 8];
266 TnsDetect(TNS_DATA* tnsData, TNS_CONFIG tC, Word32* pScratchTns, const Word16 sfbOffset[], Word32* spectrum, Word16 subBlockNumber, Word16 blockType, Word32 * sfbEnergy) argument

Completed in 1396 milliseconds