/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | int_lpc.cpp | 180 Word16 Az[], /* o : interpolated LP parameters in all subfr. in Int_lpc_1and3() argument 202 Az, in Int_lpc_1and3() 205 Az += MP1; in Int_lpc_1and3() 209 Az, in Int_lpc_1and3() 212 Az += MP1; in Int_lpc_1and3() 225 Az, in Int_lpc_1and3() 228 Az += MP1; in Int_lpc_1and3() 232 Az, in Int_lpc_1and3() 317 Word16 Az[], /* o :interpolated LP parameters in Int_lpc_1and3_2() argument 336 Lsp_Az(lsp, Az, pOverflow); /* Subframe 1 */ in Int_lpc_1and3_2() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
D | int_lpc.h | 129 Word16 Az[], /* o : interpolated LP parameters in all subfr. 151 Word16 Az[], /* o :interpolated LP parameters 180 Word16 Az[], /* o : interpolated LP parameters in all SFs (AZ_SIZE) */ 198 Word16 Az[], /* o :interpolated LP parameters in SFs 1, 2, 3
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
D | pstfilt.cpp | 449 Word16 *Az; /* pointer to Az_4: */ in Post_Filter() local 468 Az = Az_4; in Post_Filter() 476 Weight_Ai(Az, gamma3_MR122, Ap3); in Post_Filter() 477 Weight_Ai(Az, gamma4_MR122, Ap4); in Post_Filter() 481 Weight_Ai(Az, gamma3, Ap3); in Post_Filter() 482 Weight_Ai(Az, gamma4, Ap4); in Post_Filter() 570 Az += MP1; in Post_Filter()
|
D | dec_amr.cpp | 1346 Word16 *Az; /* Pointer on A_t */ in Decoder_amr() local 1559 Az = A_t; in Decoder_amr() 2281 Syn_filt(Az, excp, &synth[i_subfr], L_SUBFR, in Decoder_amr() 2287 Syn_filt(Az, exc_enhanced, &synth[i_subfr], L_SUBFR, in Decoder_amr() 2317 Syn_filt(Az, exc_enhanced, &synth[i_subfr], L_SUBFR, st->mem_syn, 1); in Decoder_amr() 2332 Az += MP1; in Decoder_amr()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | int_lpc.c | 36 Word16 Az[] /* output: LP coefficients in 4 subframes */ in Int_isp() argument 55 Isp_Az(isp, Az, M, 0); in Int_isp() 56 Az += MP1; in Int_isp() 60 Isp_Az(isp_new, Az, M, 0); in Int_isp()
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | interpolate_isp.cpp | 119 int16 Az[] /* output: LP coefficients in 4 subframes */ in interpolate_isp() argument 137 Isp_Az(isp, Az, M, 0); in interpolate_isp() 138 Az += MP1; in interpolate_isp() 143 Isp_Az(isp_new, Az, M, 0); in interpolate_isp()
|
D | pvamrwbdecoder_acelp.h | 112 int16 Az[] /* output: LP coefficients in 4 subframes */
|
/frameworks/native/services/sensorservice/ |
D | quat.h | 70 const float Az = R[2].z; in matrixToQuat() local 71 q.x = sqrtf( clamp( Hx - My - Az + 1) * 0.25f ); in matrixToQuat() 72 q.y = sqrtf( clamp(-Hx + My - Az + 1) * 0.25f ); in matrixToQuat() 73 q.z = sqrtf( clamp(-Hx - My + Az + 1) * 0.25f ); in matrixToQuat() 74 q.w = sqrtf( clamp( Hx + My + Az + 1) * 0.25f ); in matrixToQuat()
|
/frameworks/base/core/java/android/hardware/ |
D | SensorManager.java | 1185 float Az = gravity[2]; in getRotationMatrix() local 1187 final float normsqA = (Ax * Ax + Ay * Ay + Az * Az); in getRotationMatrix() 1198 float Hx = Ey * Az - Ez * Ay; in getRotationMatrix() 1199 float Hy = Ez * Ax - Ex * Az; in getRotationMatrix() 1212 final float invA = 1.0f / (float) Math.sqrt(Ax * Ax + Ay * Ay + Az * Az); in getRotationMatrix() 1215 Az *= invA; in getRotationMatrix() 1216 final float Mx = Ay * Hz - Az * Hy; in getRotationMatrix() 1217 final float My = Az * Hx - Ax * Hz; in getRotationMatrix() 1223 R[6] = Ax; R[7] = Ay; R[8] = Az; in getRotationMatrix() 1227 R[8] = Ax; R[9] = Ay; R[10] = Az; R[11] = 0; in getRotationMatrix() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | acelp.h | 89 Word16 Az[] /* output: LP coefficients in 4 subframes */
|