Searched refs:sfbThreshold (Results 1 – 6 of 6) sorted by relevance
/external/aac/libAACenc/src/ |
D | grp_data.cpp | 119 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()
|
D | psy_main.cpp | 534 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()
|
D | grp_data.h | 111 SFB_THRESHOLD *sfbThreshold, /* in-out */
|
D | ms_stereo.cpp | 124 psyData[0]->sfbThreshold.Long; /* modified where msMask==1 */ in FDKaacEnc_MsStereoProcessing() 126 psyData[1]->sfbThreshold.Long; /* modified where msMask==1 */ in FDKaacEnc_MsStereoProcessing()
|
D | psy_data.h | 155 SFB_THRESHOLD sfbThreshold; /* adapt */ member
|
D | pns_func.h | 124 FIXP_DBL *sfbThreshold);
|