Searched defs:exponant (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dmath_op.c53 | 2- call Isqrt_n(L_x, exponant) |
54 | 3- L_y = L_x << exponant |
83 | 1- If exponant is odd then shift fraction right once. |
84 | 2- exponant = -((exponant-1)>>1) |
114 if((*exp & 1) == 1) /*If exponant odd -> shift right */
136 | L_x = pow(2.0, exponant.fraction) (exponant = interger part) |
137 | = pow(2.0, 0.fraction) << exponant |
147 | 4- L_x = L_x >> (30-exponant) (wit
158 Pow2( Word16 exponant, Word16 fraction ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwb_math_op.cpp274 2- call Isqrt_n(L_x, exponant)
275 3- L_y = L_x << exponant
307 1- If exponant is odd then shift fraction right once.
308 2- exponant = -((exponant-1)>>1)
338 if ((*exp & 1) == 1) /* If exponant odd -> shift right */
363 L_x = pow(2.0, exponant.fraction) (exponant = interger part)
364 = pow(2.0, 0.fraction) << exponant
374 4- L_x = L_x >> (30-exponant) (wit
384 power_of_2( int16 exponant, int16 fraction ) argument
[all...]

Completed in 28 milliseconds