Searched refs:i_thres (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRenc/src/
H A Dtran_det.cpp465 FIXP_DBL i_thres; local
497 i_thres = (LONG)( (LONG)MAXVAL_DBL / ((((LONG)thresholds[i]))+1) )<<(32-24);
499 i_thres = (LONG)MAXVAL_DBL;
542 tran += fMult(i_thres, delta);

Completed in 57 milliseconds