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

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
int_lpc.h 129 Word16 Az[], /* o : interpolated LP parameters in all subfr.
139 * function but we do not recompute Az() for subframe 2 and
151 Word16 Az[], /* o :interpolated LP parameters
180 Word16 Az[], /* o : interpolated LP parameters in all SFs (AZ_SIZE) */
189 * function but we do not recompute Az() for subframe 4
198 Word16 Az[], /* o :interpolated LP parameters in SFs 1, 2, 3
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
int_lpc.c 36 Word16 Az[] /* output: LP coefficients in 4 subframes */
55 Isp_Az(isp, Az, M, 0);
56 Az += MP1;
60 Isp_Az(isp_new, Az, M, 0);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
int_lpc.cpp 107 Az -- array of type Word16 -- interpolated LP parameters in all subfr.
180 Word16 Az[], /* o : interpolated LP parameters in all subfr.
202 Az,
205 Az += MP1;
209 Az,
212 Az += MP1;
225 Az,
228 Az += MP1;
232 Az,
254 Az -- array of type Word16 -- interpolated LP parameters in
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
interpolate_isp.cpp 50 int16 Az[] output: LP coefficients in 4 subframes
119 int16 Az[] /* output: LP coefficients in 4 subframes */
137 Isp_Az(isp, Az, M, 0);
138 Az += MP1;
143 Isp_Az(isp_new, Az, M, 0);
pvamrwbdecoder_acelp.h 112 int16 Az[] /* output: LP coefficients in 4 subframes */
  /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/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/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...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
acelp.h 89 Word16 Az[] /* output: LP coefficients in 4 subframes */
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 

Completed in 345 milliseconds