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 | 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 | psy_main.cpp | 576 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()
|
D | psy_data.h | 138 …SFB_THRESHOLD sfbThreshold; /* adapt … member
|
D | pns_func.h | 131 FIXP_DBL *sfbThreshold );
|