Searched defs:thresholds (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
H A Dtran_det.h97 FIXP_DBL thresholds[QMF_CHANNELS]; member in struct:__anon269
H A Dtran_det.cpp372 FIXP_DBL *RESTRICT thresholds,
440 ? fMult(FL2FXCONST_DBL(0.66f), thresholds[i]) + (fMult(FL2FXCONST_DBL(0.34f), std_val) >> commonScale)
443 thresholds[i] = fixMax(ABS_THRES,temp);
455 FIXP_DBL *RESTRICT thresholds,
494 FIXP_DBL thres = thresholds[i];
496 if((LONG)thresholds[i]>=256)
497 i_thres = (LONG)( (LONG)MAXVAL_DBL / ((((LONG)thresholds[i]))+1) )<<(32-24);
580 h_sbrTran->thresholds,
589 h_sbrTran->thresholds,
370 calculateThresholds(FIXP_DBL **RESTRICT Energies, INT *RESTRICT scaleEnergies, FIXP_DBL *RESTRICT thresholds, int YBufferWriteOffset, int YBufferSzShift, int noCols, int noRows, int tran_off) argument
453 extractTransientCandidates(FIXP_DBL **RESTRICT Energies, INT *RESTRICT scaleEnergies, FIXP_DBL *RESTRICT thresholds, FIXP_DBL *RESTRICT transients, int YBufferWriteOffset, int YBufferSzShift, int noCols, int start_band, int stop_band, int tran_off, int addPrevSamples) argument

Completed in 112 milliseconds