HomeSort by relevance Sort by last modified time
    Searched refs:p_A (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp 664 Word16 *p_A;
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/
voAMRWBEnc.c 179 Word16 *p_A, *p_Aq; /* ptr to A(z) for the 4 subframes */
426 p_A = A;
430 Weight_a(p_A, Ap, GAMMA1, M);
438 p_A += (M + 1);
714 p_A = A;
764 Weight_a(p_A, Ap, GAMMA1, M);
781 Weight_a(p_A, Ap, GAMMA1, M);
798 Weight_a(p_A, error + M, GAMMA1, M);
    [all...]

Completed in 461 milliseconds