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

  /external/aac/libFDK/src/
scale.cpp 356 maxVal |= (temp^(temp>>(SHORT_BITS-1)));
359 return fixmax_I((INT)0,(INT)(fixnormz_D((INT)maxVal) - (INT)1 - (INT)(DFRACT_BITS - SHORT_BITS)));
409 maxVal |= (temp^(temp>>(SHORT_BITS-1)));
412 return fixmax_I((INT)0,(INT)(fixnormz_D((INT)maxVal) - (INT)1 - (INT)(DFRACT_BITS - SHORT_BITS)));
  /external/aac/libSYS/include/
machine_type.h 142 /** \def SHORT_BITS
171 #define SHORT_BITS 16

Completed in 167 milliseconds