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

  /external/aac/libAACdec/src/
block.h 241 freeBits = fNormz (value) ;
  /external/aac/libFDK/include/
common_fix.h 238 FDK_INLINE INT fNormz(FIXP_DBL x)
240 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...]
  /external/aac/libSBRenc/src/
env_est.cpp 634 envNrg_scale = DFRACT_BITS-fNormz((FIXP_DBL)no_of_bands);
    [all...]

Completed in 296 milliseconds