Searched refs:sfbThreshold (Results 1 – 6 of 6) sorted by relevance
/external/aac/libAACenc/src/ |
D | grp_data.cpp | 103 SFB_THRESHOLD *sfbThreshold, /* in-out */ in FDKaacEnc_groupShortData() argument 181 FIXP_DBL thresh = sfbThreshold->Short[wnd][sfb]; in FDKaacEnc_groupShortData() 184 thresh = nrgAddSaturate(thresh, sfbThreshold->Short[wnd+j][sfb]); in FDKaacEnc_groupShortData() 186 sfbThreshold->Long[i++] = thresh; in FDKaacEnc_groupShortData()
|
D | grp_data.h | 100 SFB_THRESHOLD *sfbThreshold, /* in-out */
|
D | psy_data.h | 138 …SFB_THRESHOLD sfbThreshold; /* adapt … member
|
D | ms_stereo.cpp | 110 …FIXP_DBL *sfbThresholdLeft = psyData[0]->sfbThreshold.Long; /* modified whe… in FDKaacEnc_MsStereoProcessing() 111 …FIXP_DBL *sfbThresholdRight = psyData[1]->sfbThreshold.Long; /* modified whe… in FDKaacEnc_MsStereoProcessing()
|
D | pns_func.h | 131 FIXP_DBL *sfbThreshold );
|
D | psy_main.cpp | 579 pSfbThreshold[ch] = psyData[ch]->sfbThreshold.Short[0]; in FDKaacEnc_psyMain() 593 pSfbThreshold[ch] = psyData[ch]->sfbThreshold.Long; in FDKaacEnc_psyMain() 1060 &psyData[ch]->sfbThreshold, in FDKaacEnc_psyMain() 1083 …LdDataVector(&psyData[ch]->sfbThreshold.Long[sfbGrp], &psyOutChannel[ch]->sfbThresholdLdData[sfbGr… in FDKaacEnc_psyMain() 1121 …LdDataVector(psyData[ch]->sfbThreshold.Long, psyOutChannel[ch]->sfbThresholdLdData, psyData[ch]->s… in FDKaacEnc_psyMain() 1195 psyData[0]->sfbThreshold.Long, in FDKaacEnc_psyMain() 1196 psyData[1]->sfbThreshold.Long, in FDKaacEnc_psyMain() 1238 psyData[0]->sfbThreshold.Long, in FDKaacEnc_psyMain() 1239 psyData[1]->sfbThreshold.Long, in FDKaacEnc_psyMain()
|