Searched refs:p_A (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | levinson.cpp | 664 Word16 *p_A; in Levinson() local 812 p_A = &A[0]; in Levinson() 813 *(p_A++) = 4096; in Levinson() 820 st->old_A[i] = *(p_A++) = (Word16)((t0 + 0x00002000) >> 14); in Levinson()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | voAMRWBEnc.c | 181 Word16 *p_A, *p_Aq; /* ptr to A(z) for the 4 subframes */ in coder() local 428 p_A = A; in coder() 432 Weight_a(p_A, Ap, GAMMA1, M); in coder() 440 p_A += (M + 1); in coder() 718 p_A = A; in coder() 768 Weight_a(p_A, Ap, GAMMA1, M); in coder() 785 Weight_a(p_A, Ap, GAMMA1, M); in coder() 802 Weight_a(p_A, error + M, GAMMA1, M); in coder() 1314 p_A += (M + 1); in coder()
|