HomeSort by relevance Sort by last modified time
    Searched refs:sfbThreshold (Results 1 - 6 of 6) sorted by null

  /external/aac/libAACenc/src/
grp_data.h 100 SFB_THRESHOLD *sfbThreshold, /* in-out */
psy_data.h 98 * sfbEnergy.Long and sfbEnergyMS.Long and sfbThreshold.Long are used as a temporary storage for the regrouped
138 SFB_THRESHOLD sfbThreshold; /* adapt */
grp_data.cpp 103 SFB_THRESHOLD *sfbThreshold, /* in-out */
181 FIXP_DBL thresh = sfbThreshold->Short[wnd][sfb];
184 thresh = nrgAddSaturate(thresh, sfbThreshold->Short[wnd+j][sfb]);
186 sfbThreshold->Long[i++] = thresh;
pns_func.h 131 FIXP_DBL *sfbThreshold );
ms_stereo.cpp 110 FIXP_DBL *sfbThresholdLeft = psyData[0]->sfbThreshold.Long; /* modified where msMask==1 */
111 FIXP_DBL *sfbThresholdRight = psyData[1]->sfbThreshold.Long; /* modified where msMask==1 */
psy_main.cpp 574 pSfbThreshold[ch] = psyData[ch]->sfbThreshold.Short[0];
588 pSfbThreshold[ch] = psyData[ch]->sfbThreshold.Long;
    [all...]

Completed in 42 milliseconds