Searched refs:alp_exp (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dlevinson.c118 Word16 alp_h, alp_l, alp_exp; /* Prediction gain; hi lo and exponent */ local
155 alp_exp = norm_l(t0);
156 t0 = (t0 << alp_exp);
180 t2 = (t2 << alp_exp); /* denormalize; compare to Alpha */
227 alp_exp += j; /* Add normalization to alp_exp */
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dlevinson.cpp478 Word16 alp_h, alp_l, alp_exp; // Prediction gain; hi lo and exponent
508 alp_exp = norm_l (t0);
509 t0 = L_shl (t0, alp_exp);
536 t2 = L_shl (t2, alp_exp); // denormalize; compare to Alpha
587 alp_exp = add (alp_exp, j); // Add normalization to
588 alp_exp
649 Word16 alp_exp; local
704 alp_exp = norm_l(t0);
705 t0 = t0 << alp_exp;
[all...]

Completed in 384 milliseconds