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

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

Completed in 186 milliseconds