Home
last modified time | relevance | path

Searched refs:sfbThreshold (Results 1 – 6 of 6) sorted by relevance

/external/aac/libAACenc/src/
Dgrp_data.cpp119 SFB_THRESHOLD *sfbThreshold, /* in-out */ in FDKaacEnc_groupShortData() argument
186 FIXP_DBL thresh = sfbThreshold->Short[wnd][sfb]; in FDKaacEnc_groupShortData()
188 thresh = nrgAddSaturate(thresh, sfbThreshold->Short[wnd + j][sfb]); in FDKaacEnc_groupShortData()
190 sfbThreshold->Long[i++] = thresh; in FDKaacEnc_groupShortData()
Dpsy_main.cpp534 pSfbThreshold[ch] = psyData[ch]->sfbThreshold.Short[0]; in FDKaacEnc_psyMain()
547 pSfbThreshold[ch] = psyData[ch]->sfbThreshold.Long; in FDKaacEnc_psyMain()
1048 psyData[ch]->mdctSpectrum, &psyData[ch]->sfbThreshold, in FDKaacEnc_psyMain()
1068 LdDataVector(&psyData[ch]->sfbThreshold.Long[sfbGrp], in FDKaacEnc_psyMain()
1121 LdDataVector(psyData[ch]->sfbThreshold.Long, in FDKaacEnc_psyMain()
1180 psyData[0]->sfbThreshold.Long, psyData[1]->sfbThreshold.Long, in FDKaacEnc_psyMain()
1205 psyData[0]->sfbThreshold.Long, psyData[1]->sfbThreshold.Long, in FDKaacEnc_psyMain()
Dgrp_data.h111 SFB_THRESHOLD *sfbThreshold, /* in-out */
Dms_stereo.cpp124 psyData[0]->sfbThreshold.Long; /* modified where msMask==1 */ in FDKaacEnc_MsStereoProcessing()
126 psyData[1]->sfbThreshold.Long; /* modified where msMask==1 */ in FDKaacEnc_MsStereoProcessing()
Dpsy_data.h155 SFB_THRESHOLD sfbThreshold; /* adapt */ member
Dpns_func.h124 FIXP_DBL *sfbThreshold);