Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dgrp_data.cpp103 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()
Dgrp_data.h100 SFB_THRESHOLD *sfbThreshold, /* in-out */
Dms_stereo.cpp110 …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()
Dpsy_main.cpp576 pSfbThreshold[ch] = psyData[ch]->sfbThreshold.Short[0]; in FDKaacEnc_psyMain()
590 pSfbThreshold[ch] = psyData[ch]->sfbThreshold.Long; in FDKaacEnc_psyMain()
1062 &psyData[ch]->sfbThreshold, in FDKaacEnc_psyMain()
1085 …LdDataVector(&psyData[ch]->sfbThreshold.Long[sfbGrp], &psyOutChannel[ch]->sfbThresholdLdData[sfbGr… in FDKaacEnc_psyMain()
1123 …LdDataVector(psyData[ch]->sfbThreshold.Long, psyOutChannel[ch]->sfbThresholdLdData, psyData[ch]->s… in FDKaacEnc_psyMain()
1197 psyData[0]->sfbThreshold.Long, in FDKaacEnc_psyMain()
1198 psyData[1]->sfbThreshold.Long, in FDKaacEnc_psyMain()
1240 psyData[0]->sfbThreshold.Long, in FDKaacEnc_psyMain()
1241 psyData[1]->sfbThreshold.Long, in FDKaacEnc_psyMain()
Dpsy_data.h138 …SFB_THRESHOLD sfbThreshold; /* adapt … member
Dpns_func.h131 FIXP_DBL *sfbThreshold );