Searched refs:SHORT_BITS (Results 1 – 2 of 2) sorted by relevance
356 maxVal |= (temp^(temp>>(SHORT_BITS-1))); in getScalefactorShort()359 return fixmax_I((INT)0,(INT)(fixnormz_D((INT)maxVal) - (INT)1 - (INT)(DFRACT_BITS - SHORT_BITS))); in getScalefactorShort()409 maxVal |= (temp^(temp>>(SHORT_BITS-1))); in getScalefactorShort()412 return fixmax_I((INT)0,(INT)(fixnormz_D((INT)maxVal) - (INT)1 - (INT)(DFRACT_BITS - SHORT_BITS))); in getScalefactorShort()
171 #define SHORT_BITS 16 macro