HomeSort by relevance Sort by last modified time
    Searched full:p_ah (Results 1 - 1 of 1) sorted by null

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

Completed in 25 milliseconds