HomeSort by relevance Sort by last modified time
    Searched defs:Az (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
pstfilt.cpp 323 Word16 *Az; // pointer to Az_4:
340 Az = Az_4;
348 Weight_Ai (Az, gamma3_MR122, Ap3);
349 Weight_Ai (Az, gamma4_MR122, Ap4);
353 Weight_Ai (Az, gamma3, Ap3);
354 Weight_Ai (Az, gamma4, Ap4);
406 Az += MP1;
449 Word16 *Az; /* pointer to Az_4: */
468 Az = Az_4;
476 Weight_Ai(Az, gamma3_MR122, Ap3)
    [all...]
dec_amr.cpp 548 Word16 *Az; // Pointer on A_t
715 Az = A_t;
    [all...]
  /frameworks/base/services/sensorservice/
quat.h 70 const float Az = R[2].z;
71 q.x = sqrtf( clamp( Hx - My - Az + 1) * 0.25f );
72 q.y = sqrtf( clamp(-Hx + My - Az + 1) * 0.25f );
73 q.z = sqrtf( clamp(-Hx - My + Az + 1) * 0.25f );
74 q.w = sqrtf( clamp( Hx + My + Az + 1) * 0.25f );
  /frameworks/base/core/java/android/hardware/
SensorManager.java 791 float Az = gravity[2];
795 float Hx = Ey*Az - Ez*Ay;
796 float Hy = Ez*Ax - Ex*Az;
808 final float invA = 1.0f / (float)Math.sqrt(Ax*Ax + Ay*Ay + Az*Az);
811 Az *= invA;
812 final float Mx = Ay*Hz - Az*Hy;
813 final float My = Az*Hx - Ax*Hz;
819 R[6] = Ax; R[7] = Ay; R[8] = Az;
823 R[8] = Ax; R[9] = Ay; R[10] = Az; R[11] = 0
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 

Completed in 358 milliseconds