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

  /external/aac/libFDK/include/
scale.h 154 return (FIXP_DBL)MINVAL_DBL;
common_fix.h 138 #define MINVAL_DBL ((signed)0x80000000) /* this has to be synchronized to DFRACT_BITS */
154 #define MINVAL_DBL_CONST MINVAL_DBL
fixpoint_math.h 430 sum = fMax(fMin((INT)sum, (INT)(MAXVAL_DBL>>1)), (INT)(MINVAL_DBL>>1));
  /external/aac/libSBRdec/src/
lpp_tran.cpp 561 k1 = (FIXP_DBL)(MINVAL_DBL+1) /*FL2FXCONST_SGL(-1.0f)*/;
    [all...]
  /external/aac/libSBRenc/src/
ps_encode.cpp 655 IID = fixMax( IID, (FIXP_DBL)(MINVAL_DBL>>(LD_DATA_SHIFT+1)) );
    [all...]

Completed in 46 milliseconds