Home
last modified time | relevance | path

Searched refs:Anl (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
208 Anl[j] = (t0 & 0xffff)>>1; in Levinson()
212 VO_L_Extract(t2, &Anh[i], &Anl[i]); /* An[i] in Q27 */ in Levinson()
233 Al[j] = Anl[j]; in Levinson()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dlevinson.cpp653 Word16 Anl[M + 1]; /* double prec. */ in Levinson() local
769 p_Anl = &Anl[1]; in Levinson()
809 memcpy(&Al[1], &Anl[1], sizeof(Word16)*i); in Levinson()