Searched refs:INT_BITS (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dquantize.c45 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);
H A Dsf_estim.c68 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;
H A Dtns.c514 #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);
H A Dadj_thr.c82 *pthrExp = rsqrt(rsqrt(*psfbThre,INT_BITS),INT_BITS);
H A Daac_rom.c2262 const Word32 m_log2_table[INT_BITS] = {
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Daac_rom.h105 extern const Word32 m_log2_table[INT_BITS];
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dtypedefs.h53 #define INT_BITS 32 macro
H A Doper_32b.c230 iLog4 = -128; /* -(INT_BITS*4); */
358 iPart = min(iPart,INT_BITS-1);

Completed in 583 milliseconds