/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
D | pv_mp3dec_fxd_op_msc_evc.h | 57 __inline int32 fxp_mul32_Q30(const int32 a, const int32 b) in fxp_mul32_Q30() 63 __inline int32 fxp_mac32_Q30(const int32 a, const int32 b, int32 L_add) in fxp_mac32_Q30() 69 #define Qfmt_31(a) (int32)(a*0x7FFFFFFF + (a>=0?0.5F:-0.5F)) argument 73 #define fxp_mul32_Q32( a, b) _MulHigh( b, a) argument 77 __inline int32 fxp_mul32_Q28(const int32 a, const int32 b) in fxp_mul32_Q28() 83 __inline int32 fxp_mul32_Q27(const int32 a, const int32 b) in fxp_mul32_Q27() 90 __inline int32 fxp_mul32_Q26(const int32 a, const int32 b) in fxp_mul32_Q26() 96 __inline int32 fxp_mac32_Q32(int32 L_add, const int32 a, const int32 b) in fxp_mac32_Q32() 102 __inline int32 fxp_msb32_Q32(int32 L_sub, const int32 a, const int32 b) in fxp_msb32_Q32() 109 __inline int32 fxp_mul32_Q29(const int32 a, const int32 b) in fxp_mul32_Q29() [all …]
|
D | pv_mp3dec_fxd_op_c_equivalent.h | 47 #define Qfmt_31(a) (Int32)((float)a*0x7FFFFFFF) argument 53 __inline int32 pv_abs(int32 a) in pv_abs() 62 __inline Int32 fxp_mul32_Q30(const Int32 a, const Int32 b) in fxp_mul32_Q30() 67 __inline Int32 fxp_mac32_Q30(const Int32 a, const Int32 b, Int32 L_add) in fxp_mac32_Q30() 72 __inline Int32 fxp_mul32_Q32(const Int32 a, const Int32 b) in fxp_mul32_Q32() 78 __inline Int32 fxp_mul32_Q28(const Int32 a, const Int32 b) in fxp_mul32_Q28() 83 __inline Int32 fxp_mul32_Q27(const Int32 a, const Int32 b) in fxp_mul32_Q27() 88 __inline Int32 fxp_mul32_Q26(const Int32 a, const Int32 b) in fxp_mul32_Q26() 94 __inline Int32 fxp_mac32_Q32(Int32 L_add, const Int32 a, const Int32 b) in fxp_mac32_Q32() 99 __inline Int32 fxp_msb32_Q32(Int32 L_sub, const Int32 a, const Int32 b) in fxp_msb32_Q32() [all …]
|
D | pvmp3_mdct_6.h | 62 #define Qfmt(a) (Int32)(a*((Int32)1<<28) ) argument 63 #define Qfmt1(a) (Int32)(a*((Int32)0x7FFFFFFF)) argument 64 #define Qfmt2(a) (Int32)(a*((Int32)1<<27)) argument
|
D | pvmp3_mdct_18.h | 62 #define Qfmt(a) (Int32)(a*((Int32)1<<28) ) argument 63 #define Qfmt1(a) (Int32)(a*((Int32)0x7FFFFFFF)) argument 64 #define Qfmt2(a) (Int32)(a*((Int32)1<<27)) argument
|
D | pv_mp3dec_fxd_op_arm_gcc.h | 54 #define Qfmt_31(a) (int32)(a*0x7FFFFFFF + (a>=0?0.5F:-0.5F)) argument 58 static inline int32 fxp_mul32_Q30(const int32 a, const int32 b) in fxp_mul32_Q30() 75 static inline int32 fxp_mac32_Q30(const int32 a, const int32 b, int32 L_add) in fxp_mac32_Q30() 97 static inline int32 fxp_mul32_Q32(const int32 a, const int32 b) in fxp_mul32_Q32() 114 static inline int32 fxp_mul32_Q29(const int32 a, const int32 b) in fxp_mul32_Q29() 131 static inline int32 fxp_mul32_Q28(const int32 a, const int32 b) in fxp_mul32_Q28() 150 static inline int32 fxp_mul32_Q27(const int32 a, const int32 b) in fxp_mul32_Q27() 168 static inline int32 fxp_mul32_Q26(const int32 a, const int32 b) in fxp_mul32_Q26() 187 static inline int32 fxp_mac32_Q32(int32 L_add, const int32 a, const int32 b) in fxp_mac32_Q32() 207 static inline int32 fxp_msb32_Q32(int32 L_sub, const int32 a, const int32 b) in fxp_msb32_Q32()
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
D | fxp_mul32_c_msc_evc_armv5.h | 50 #define preload_cache( a) argument 56 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) argument 66 #define fxp_mac_16_by_16_bb(a, b, c) fxp_mac_16_by_16( a, b, c) argument 83 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) argument 96 #define fxp_mul32_Q31( a, b) _MulHigh( b, a) argument 99 __inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) in fxp_mac32_Q31() 105 __inline Int32 fxp_msu32_Q31(Int32 L_sub, const Int32 a, const Int32 b) in fxp_msu32_Q31() 111 __inline Int32 fxp_mul32_Q30(const Int32 a, const Int32 b) in fxp_mul32_Q30() 116 __inline Int32 fxp_mac32_Q30(const Int32 a, const Int32 b, Int32 L_add) in fxp_mac32_Q30() 122 __inline Int32 fxp_mul32_Q29(const Int32 a, const Int32 b) in fxp_mul32_Q29() [all …]
|
D | fxp_mul32_c_equivalent.h | 48 #define preload_cache( a) argument 74 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) argument 172 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) argument 201 __inline Int32 fxp_mul32_Q31(const Int32 a, const Int32 b) in fxp_mul32_Q31() 206 __inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) in fxp_mac32_Q31() 211 __inline Int32 fxp_msu32_Q31(Int32 L_sub, const Int32 a, const Int32 b) in fxp_msu32_Q31() 217 __inline Int32 fxp_mul32_Q30(const Int32 a, const Int32 b) in fxp_mul32_Q30() 222 __inline Int32 fxp_mac32_Q30(const Int32 a, const Int32 b, Int32 L_add) in fxp_mac32_Q30() 228 __inline Int32 fxp_mul32_Q29(const Int32 a, const Int32 b) in fxp_mul32_Q29() 233 __inline Int32 fxp_mac32_Q29(const Int32 a, const Int32 b, Int32 L_add) in fxp_mac32_Q29() [all …]
|
D | fxp_mul32_c_msc_evc.h | 50 #define preload_cache( a) argument 72 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) argument 149 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) argument 174 #define fxp_mul32_Q31( a, b) _MulHigh( b, a) argument 176 __inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) in fxp_mac32_Q31() 181 __inline Int32 fxp_msu32_Q31(Int32 L_sub, const Int32 a, const Int32 b) in fxp_msu32_Q31() 187 __inline Int32 fxp_mul32_Q30(const Int32 a, const Int32 b) in fxp_mul32_Q30() 192 __inline Int32 fxp_mac32_Q30(const Int32 a, const Int32 b, Int32 L_add) in fxp_mac32_Q30() 198 __inline Int32 fxp_mul32_Q29(const Int32 a, const Int32 b) in fxp_mul32_Q29() 203 __inline Int32 fxp_mac32_Q29(const Int32 a, const Int32 b, Int32 L_add) in fxp_mac32_Q29() [all …]
|
D | fxp_mul32_arm_gcc.h | 50 #define preload_cache( a) argument 84 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) argument 225 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) argument 274 static inline Int32 fxp_mac32_Q30(const Int32 a, const Int32 b, Int32 L_add) in fxp_mac32_Q30() 295 static inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) in fxp_mac32_Q31() 317 static inline Int32 fxp_msu32_Q31(Int32 L_sub, const Int32 a, const Int32 b) in fxp_msu32_Q31() 338 static inline Int32 fxp_mul32_Q31(const Int32 a, const Int32 b) in fxp_mul32_Q31() 355 static inline Int32 fxp_mul32_Q30(const Int32 a, const Int32 b) in fxp_mul32_Q30() 373 static inline Int32 fxp_mac32_Q29(const Int32 a, const Int32 b, Int32 L_add) in fxp_mac32_Q29() 394 static inline Int32 fxp_msu32_Q29(const Int32 a, const Int32 b, Int32 L_sub) in fxp_msu32_Q29() [all …]
|
D | fxp_mul32_arm_v4_gcc.h | 51 #define preload_cache( a) argument 94 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) argument 296 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) argument 356 static inline Int32 fxp_mac32_Q30(const Int32 a, const Int32 b, Int32 L_add) in fxp_mac32_Q30() 377 static inline Int32 fxp_mac32_Q31(Int32 L_add, const Int32 a, const Int32 b) in fxp_mac32_Q31() 399 static inline Int32 fxp_msu32_Q31(Int32 L_sub, const Int32 a, const Int32 b) in fxp_msu32_Q31() 420 static inline Int32 fxp_mul32_Q31(const Int32 a, const Int32 b) in fxp_mul32_Q31() 437 static inline Int32 fxp_mul32_Q30(const Int32 a, const Int32 b) in fxp_mul32_Q30() 455 static inline Int32 fxp_mac32_Q29(const Int32 a, const Int32 b, Int32 L_add) in fxp_mac32_Q29() 476 static inline Int32 fxp_msu32_Q29(const Int32 a, const Int32 b, Int32 L_sub) in fxp_msu32_Q29() [all …]
|
D | calc_sbr_synfilterbank.cpp | 120 #define saturate2( a, b, c, d) *c = sat( a); \ argument 145 #define saturate2( a, b, c, d) *c = sat( a); \ argument 168 #define saturate2( a, b, c, d) *c = sat( a); \ argument 178 #define saturate2( a, b, c, d) *c = _DAddSatInt( a, a)>>16; \ argument 186 #define saturate2( a, b, c, d) a -= (a>>2); \ argument
|
D | mdst.cpp | 85 #define Qfmt1(a) (Int32)(a*0x7FFFFFFF + (a>=0?0.5F:-0.5F)) argument 86 #define Qfmt(a) (Int32)(a*((Int32)1<<27) + (a>=0?0.5F:-0.5F)) argument
|
/frameworks/base/tests/CoreTests/android/core/ |
D | IOUtil.java | 36 public static String read(InputStream a) throws IOException { in read() 54 public static String read(Reader a) throws IOException { in read() 73 public static String read(InputStream a, int x) throws IOException { in read() 90 public static String read(Reader a, int x) throws IOException { in read() 107 public static String skipRead(InputStream a) throws IOException { in skipRead() 126 public static String skipRead(Reader a) throws IOException { in skipRead() 148 public static String markRead(InputStream a, int x, int y) throws IOException { in markRead() 176 public static String markRead(Reader a, int x, int y) throws IOException { in markRead()
|
/frameworks/base/core/java/android/util/ |
D | MathUtils.java | 46 public static float log(float a) { in log() 50 public static float exp(float a) { in exp() 54 public static float pow(float a, float b) { in pow() 58 public static float max(float a, float b) { in max() 62 public static float max(int a, int b) { in max() 66 public static float max(float a, float b, float c) { in max() 70 public static float max(int a, int b, int c) { in max() 74 public static float min(float a, float b) { in min() 78 public static float min(int a, int b) { in min() 82 public static float min(float a, float b, float c) { in min() [all …]
|
/frameworks/base/tools/layoutlib/create/tests/mock_android/dummy/ |
D | InnerTest.java | 65 int a = 1; in MyGenerics1() local 69 public <X> void genericMethod1(X a, X[] a) { in genericMethod1() 72 public <X, Y> void genericMethod2(X a, List<Y> b) { in genericMethod2() 75 public <X, Y> void genericMethod3(X a, List<Y extends InnerTest> b) { in genericMethod3() 78 public <T extends InnerTest> void genericMethod4(T[] a, Collection<T> b, Collection<?> c) { in genericMethod4()
|
/frameworks/base/libs/rs/ |
D | rsAdapter.cpp | 31 Adapter1D::Adapter1D(Context *rsc, Allocation *a) : ObjectBase(rsc) in Adapter1D() 78 Adapter1D *a = new Adapter1D(rsc); in rsi_Adapter1DCreate() local 85 Adapter1D * a = static_cast<Adapter1D *>(va); in rsi_Adapter1DBindAllocation() local 92 Adapter1D * a = static_cast<Adapter1D *>(va); in rsi_Adapter1DSetConstraint() local 117 Adapter1D * a = static_cast<Adapter1D *>(va); in rsi_Adapter1DSubData() local 123 Adapter1D * a = static_cast<Adapter1D *>(va); in rsi_Adapter1DData() local 139 Adapter2D::Adapter2D(Context *rsc, Allocation *a) : ObjectBase(rsc) in Adapter2D() 195 Adapter2D *a = new Adapter2D(rsc); in rsi_Adapter2DCreate() local 202 Adapter2D * a = static_cast<Adapter2D *>(va); in rsi_Adapter2DBindAllocation() local 209 Adapter2D * a = static_cast<Adapter2D *>(va); in rsi_Adapter2DSetConstraint() local [all …]
|
D | rsShaderCache.h | 43 int32_t vtxAttribSlot(uint32_t a) const {return mCurrent->mVtxAttribSlots[a];} in vtxAttribSlot() 44 int32_t vtxUniformSlot(uint32_t a) const {return mCurrent->mVtxUniformSlots[a];} in vtxUniformSlot() 45 int32_t fragAttribSlot(uint32_t a) const {return mCurrent->mFragAttribSlots[a];} in fragAttribSlot() 46 int32_t fragUniformSlot(uint32_t a) const {return mCurrent->mFragUniformSlots[a];} in fragUniformSlot()
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/ |
D | ClassWithNative.java | 32 public int add(int a, int b) { in add() 39 public int callNativeInstance(int a, double d, Object[] o) { in callNativeInstance() 43 private native int native_instance(int a, double d, Object[] o); in native_instance()
|
D | OuterClass.java | 34 public int get(int a, long b) { in get() 43 public int get(int a, long b) { in get()
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/ |
D | basic_op.h | 48 #define extract_h(a) ((Word16)(a >> 16)) argument 50 #define add1(a,b) (a + b) argument 51 #define vo_L_msu(a,b,c) ( a - (( b * c ) << 1) ) argument 52 #define vo_mult32(a, b) ((a) * (b)) argument 53 #define vo_mult(a,b) (( a * b ) >> 15 ) argument 54 #define vo_L_mult(a,b) (((a) * (b)) << 1) argument 56 #define vo_sub(a,b) (a - b) argument 57 #define vo_L_deposit_h(a) ((Word32)((a) << 16)) argument 58 #define vo_round(a) ((a + 0x00008000) >> 16) argument 59 #define vo_extract_l(a) ((Word16)(a)) argument [all …]
|
/frameworks/base/services/surfaceflinger/ |
D | Transform.cpp | 32 static inline T min(T a, T b) { in min() 36 static inline T min(T a, T b, T c) { in min() 40 static inline T min(T a, T b, T c, T d) { in min() 45 static inline T max(T a, T b) { in max() 49 static inline T max(T a, T b, T c) { in max() 53 static inline T max(T a, T b, T c, T d) { in max() 59 void swap(T& a, T& b) { in swap() 159 void Transform::set(float a, float b, float c, float d) in set() 288 const float a = M[0][0]; in type() local
|
/frameworks/base/core/java/android/view/animation/ |
D | AnimationSet.java | 64 TypedArray a = in AnimationSet() local 158 public void addAnimation(Animation a) { in addAnimation() 193 Animation a = animations.get(i); in setStartTime() local 206 Animation a = animations.get(i); in getStartTime() local 282 final Animation a = animations.get(i); in initializeInvalidateRegion() local 312 final Animation a = animations.get(i); in getTransformation() local 392 Animation a = children.get(i); in initialize() local
|
D | AnticipateOvershootInterpolator.java | 59 TypedArray a = context.obtainStyledAttributes(attrs, AnticipateOvershootInterpolator); in AnticipateOvershootInterpolator() local 67 private static float a(float t, float s) { in a() method in AnticipateOvershootInterpolator
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 259 sort_numeric: function(a,b) { argument 266 sort_alpha: function(a,b) { argument 271 sort_ddmm: function(a,b) { argument 286 sort_mmdd: function(a,b) { argument
|
/frameworks/base/tests/backup/ |
D | test_backup_common.sh | 20 function a { $DRY_RUN adb $ADB_OPTS "$@"; } function
|