OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Anh
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/
levinson.c
120
Word16
Anh
[M + 1], Anl[M + 1]; /* LPC coef.for next iteration in double prec. */
207
Anh
[j] = t0 >> 16;
212
VO_L_Extract(t2, &
Anh
[i], &Anl[i]); /* An[i] in Q27 */
232
Ah[j] =
Anh
[j];
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp
480
Word16
Anh
[M + 1], Anl[M + 1];// LPC coef.for next iteration in double
569
L_Extract (t0, &
Anh
[j], &Anl[j]);
572
L_Extract (t2, &
Anh
[i], &Anl[i]);
594
Ah[j] =
Anh
[j];
652
Word16
Anh
[M + 1]; /* LPC coef.for next iteration in */
768
p_Anh = &
Anh
[1];
783
*(p_Anl) = (Word16)((t2 >> 5) - ((Word32)(*(
Anh
+ i)) << 15));
808
memcpy(&Ah[1], &
Anh
[1], sizeof(Word16)*i);
Completed in 50 milliseconds