Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dlevinson.c118 Word16 alp_h, alp_l, alp_exp; /* Prediction gain; hi lo and exponent */ in Levinson() local
155 alp_exp = norm_l(t0); in Levinson()
156 t0 = (t0 << alp_exp); in Levinson()
180 t2 = (t2 << alp_exp); /* denormalize; compare to Alpha */ in Levinson()
227 alp_exp += j; /* Add normalization to alp_exp */ in Levinson()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dlevinson.cpp649 Word16 alp_exp; in Levinson() local
704 alp_exp = norm_l(t0); in Levinson()
705 t0 = t0 << alp_exp; in Levinson()
746 t2 = L_shl(t2, alp_exp, pOverflow); /* denormalize; compare to Alpha */ in Levinson()
805 alp_exp += j; /* Add normalization to alp_exp */ in Levinson()