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

  /frameworks/base/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/base/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/base/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/base/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/
RotationVectorSensor.cpp 74 float Ax, Ay, Az;
78 Az = mAZ.init(event.acceleration.z);
84 Az = mAZ(event.acceleration.z);
90 float Hx = Ey*Az - Ez*Ay;
91 float Hy = Ez*Ax - Ex*Az;
100 const float invA = 1.0f / sqrtf(Ax*Ax + Ay*Ay + Az*Az);
106 Az *= invA;
107 const float Mx = Ay*Hz - Az*Hy;
108 const float My = Az*Hx - Ax*Hz
    [all...]
  /frameworks/base/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     [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
acelp.h 89 Word16 Az[] /* output: LP coefficients in 4 subframes */
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 

Completed in 443 milliseconds