Searched refs:p_A (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dlevinson.cpp664 Word16 *p_A; local
812 p_A = &A[0];
813 *(p_A++) = 4096;
820 st->old_A[i] = *(p_A++) = (Word16)((t0 + 0x00002000) >> 14);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c181 Word16 *p_A, *p_Aq; /* ptr to A(z) for the 4 subframes */ local
428 p_A = A;
432 Weight_a(p_A, Ap, GAMMA1, M);
440 p_A += (M + 1);
718 p_A = A;
768 Weight_a(p_A, Ap, GAMMA1, M);
785 Weight_a(p_A, Ap, GAMMA1, M);
802 Weight_a(p_A, error + M, GAMMA1, M);
1314 p_A += (M + 1);

Completed in 76 milliseconds