Searched refs:alp_l (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | levinson.c | 118 Word16 alp_h, alp_l, alp_exp; /* Prediction gain; hi lo and exponent */ in Levinson() local 159 alp_l = (t0 & 0xffff)>>1; in Levinson() 177 t2 = Div_32(t1, alp_h, alp_l); /* abs(t0)/Alpha */ in Levinson() 220 t0 = Mpy_32(alp_h, alp_l, hi, lo); /* Alpha in Q31 */ in Levinson() 226 alp_l = (t0 & 0xffff)>>1; in Levinson()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | levinson.cpp | 648 Word16 alp_l; in Levinson() local 709 alp_l = (Word16)((t0 >> 1) - ((Word32)(alp_h) << 15)); in Levinson() 739 t2 = Div_32(t1, alp_h, alp_l, pOverflow); /* abs(t0)/Alpha */ in Levinson() 795 t0 += (((Word32)alp_l * hi) >> 15); in Levinson() 804 alp_l = (Word16)((t0 >> 1) - ((Word32)(alp_h) << 15)); in Levinson()
|