Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dlevinson.cpp660 Word16 *p_Ah; in Levinson() local
722 p_Ah = &Ah[i-1]; in Levinson()
727 t0 += (((Word32) * (p_Rl++)* *(p_Ah)) >> 15); in Levinson()
728 t0 += ((Word32) * (p_Rh++)* *(p_Ah--)); in Levinson()
766 p_Ah = &Ah[i-1]; in Levinson()
773 t0 += (((Word32)Kl* *(p_Ah)) >> 15); in Levinson()
774 t0 += ((Word32)Kh* *(p_Ah--)); in Levinson()
814 p_Ah = &Ah[1]; in Levinson()
819 t0 = ((Word32) * (p_Ah++) << 15) + *(p_Al++); in Levinson()