Searched defs:sfbThreshold (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dpsy_data.h55 SFB_THRESHOLD sfbThreshold; /* adapt */ member in struct:__anon327
H A Dinterface.h61 Word32 *sfbThreshold; member in struct:__anon314
91 SFB_THRESHOLD *sfbThreshold,
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dgrp_data.c37 SFB_THRESHOLD *sfbThreshold,
110 Word32 thresh = sfbThreshold->sfbShort[wnd][sfb];
112 thresh = L_add(thresh, sfbThreshold->sfbShort[wnd+j][sfb]);
114 sfbThreshold->sfbLong[i] = thresh;
35 groupShortData(Word32 *mdctSpectrum, Word32 *tmpSpectrum, SFB_THRESHOLD *sfbThreshold, SFB_ENERGY *sfbEnergy, SFB_ENERGY *sfbEnergyMS, SFB_ENERGY *sfbSpreadedEnergy, const Word16 sfbCnt, const Word16 *sfbOffset, const Word16 *sfbMinSnr, Word16 *groupedSfbOffset, Word16 *maxSfbPerGroup, Word16 *groupedSfbMinSnr, const Word16 noOfGroups, const Word16 *groupLen) argument
H A Dline_pe.c88 const Word32 *sfbThreshold = psyOutChan->sfbThreshold; local
97 Word32 thres = sfbThreshold[sfbGrp+sfb];

Completed in 307 milliseconds