Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dlevinson.c120 Word16 Anh[M + 1], Anl[M + 1]; /* LPC coef.for next iteration in double prec. */ in Levinson() local
207 Anh[j] = t0 >> 16; in Levinson()
212 VO_L_Extract(t2, &Anh[i], &Anl[i]); /* An[i] in Q27 */ in Levinson()
232 Ah[j] = Anh[j]; in Levinson()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dlevinson.cpp652 Word16 Anh[M + 1]; /* LPC coef.for next iteration in */ in Levinson() local
768 p_Anh = &Anh[1]; in Levinson()
783 *(p_Anl) = (Word16)((t2 >> 5) - ((Word32)(*(Anh + i)) << 15)); in Levinson()
808 memcpy(&Ah[1], &Anh[1], sizeof(Word16)*i); in Levinson()