Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dlevinson.cpp661 Word16 *p_Al; in Levinson() local
723 p_Al = &Al[i-1]; in Levinson()
726 t0 += (((Word32) * (p_Rh)* *(p_Al--)) >> 15); in Levinson()
767 p_Al = &Al[i-1]; in Levinson()
772 t0 = (((Word32)Kh* *(p_Al--)) >> 15); in Levinson()
815 p_Al = &Al[1]; in Levinson()
819 t0 = ((Word32) * (p_Ah++) << 15) + *(p_Al++); in Levinson()