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

  /external/aac/libFDK/include/
fixpoint_math.h 176 INT tmp_exp ; local
177 FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp) ;
178 FDK_ASSERT((31-(2*tmp_exp+1))>=0) ;
179 return ( fPow2Div2( (FIXP_DBL)tmp_inv ) >> (31-(2*tmp_exp+1)) ) ;
  /external/aac/libFDK/src/
fixpoint_math.cpp 430 INT tmp_exp = 0; local
431 FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp);
433 FDK_ASSERT(tmp_exp > 0) ;
434 return( (FIXP_DBL) ( fMultDiv2( (op<<(tmp_exp-1)), tmp_inv ) << 2 ));

Completed in 1429 milliseconds