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

  /external/swiftshader/src/Renderer/
Plane.cpp 25 Plane::Plane(float p_A, float p_B, float p_C, float p_D)
27 A = p_A;
  /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 181 Word16 *p_A, *p_Aq; /* ptr to A(z) for the 4 subframes */
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);
    [all...]

Completed in 226 milliseconds