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

  /external/aac/libAACdec/src/
block.h 241 freeBits = fNormz (value) ;
  /external/aac/libFDK/include/
common_fix.h 239 FDK_INLINE INT fNormz(FIXP_DBL x)
241 FDK_INLINE INT fNormz(FIXP_SGL x)
  /external/aac/libFDK/src/
mdct.cpp 118 log2_tl = DFRACT_BITS-1-fNormz((FIXP_DBL)tl);
fixpoint_math.cpp 398 *shift = fNormz(val) - 1; /* CountLeadingBits() is not necessary here since test value is always > 0 */
801 b_norm = fNormz(x_m)-1;
dct.cpp 275 ld2_length = DFRACT_BITS-1-fNormz((FIXP_DBL)length) - 1;
FDK_tools_rom.cpp     [all...]
  /external/aac/libAACenc/src/
metadata_compressor.cpp 370 const int headroom1 = fNormz(fixp_abs(value1))-1;
371 const int headroom2 = fNormz(fixp_abs(*pValue2))-1;
    [all...]

Completed in 107 milliseconds