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

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
quantize.c 45 return mTab_3_4[(x >> (INT_BITS-2-MANT_DIGITS)) & (MANT_SIZE-1)];
67 /* calculate the final fractional exponent times 16 (was 3*(4*e + gain) + (INT_BITS-1)*16) */
70 minusFinalExp = minusFinalExp + ((INT_BITS-1) << 4);
75 if (finalShift < INT_BITS) {
78 x += XROUND >> (INT_BITS - finalShift);
253 specExp = INT_BITS-1 - ex;
255 tabIndex = (accu >> (INT_BITS-2-MANT_DIGITS)) & (~MANT_SIZE);
sf_estim.c 68 preshift = norm_l(x) - (INT_BITS-1-FF_SQRT_BITS);
122 avgFormFactor = fixmul(rsqrt(psyOutChan->sfbEnergy[i],INT_BITS), iSfbWidth);
123 avgFormFactor = rsqrt((Word32)avgFormFactor,INT_BITS) >> 10;
tns.c 514 #define INT_BITS_SCAL 1<<(INT_BITS/2)
525 /* calc 1.0*2^-INT_BITS/2/sqrt(en) */
530 tmp = rsqrt(sfbEnergy[sfb], INT_BITS);
adj_thr.c 82 *pthrExp = rsqrt(rsqrt(*psfbThre,INT_BITS),INT_BITS);
    [all...]
aac_rom.c     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
aac_rom.h 105 extern const Word32 m_log2_table[INT_BITS];
  /external/bison/lib/
quotearg.c 53 #define INT_BITS (sizeof (int) * CHAR_BIT)
65 unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1];
142 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
143 int shift = uc % INT_BITS;
624 && quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS)))
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h 53 #define INT_BITS 32
oper_32b.c 230 iLog4 = -128; /* -(INT_BITS*4); */
358 iPart = min(iPart,INT_BITS-1);

Completed in 226 milliseconds