/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | calc_en.cpp | 279 Word32 s3; /* Intermediate energy accumulator */ in calc_unfilt_energies() local 294 s3 = 0; in calc_unfilt_energies() 311 … s3 = amrnb_fxp_mac_16_by_16bb((Word32) tmp2, (Word32) code[i], s3);/* Compute scalar product */ in calc_unfilt_energies() 323 s3 = s3 << 1; in calc_unfilt_energies() 355 exp = norm_l(s3); in calc_unfilt_energies() 356 frac_en[2] = (Word16)(L_shl(s3, exp, pOverflow) >> 16); in calc_unfilt_energies() 609 Word32 s3; /* Intermediate energy accumulator */ in calc_filt_energies() local 627 s3 = 0L; in calc_filt_energies() 633 s3 = 1L; in calc_filt_energies() 649 s3 = L_mac(s3, y1[i], tmp, pOverflow); in calc_filt_energies() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | residu.cpp | 208 Word32 s3; in Residu() local 222 s3 = 0x0000800L; in Residu() 234 s3 += ((Word32) * (p_coef) * *(p_input3++)); in Residu() 238 s3 += ((Word32) * (p_coef) * *(p_input3++)); in Residu() 244 s3 += (((Word32) * (p_coef)) * *(p_input3)); in Residu() 249 *(p_residual_ptr--) = (Word16)(s3 >> 12); in Residu()
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 40 volatile short3 s3; 190 s3 = rsGetElementAt_short3(aShort3, 0); 191 rsSetElementAt_short3(aShort3, s3, 0); 192 s3 = rsGetElementAt_short3(aShort3, 0, 0); 193 rsSetElementAt_short3(aShort3, s3, 0, 0); 194 s3 = rsGetElementAt_short3(aShort3, 0, 0, 0); 195 rsSetElementAt_short3(aShort3, s3, 0, 0, 0); 425 c3 = convert_char3(s3); 447 uc3 = convert_uchar3(s3); 467 s3 = convert_short3(c3); [all …]
|
D | math.rs | 22 volatile short3 s3;
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiManager.java | 2208 String s1, s2, s3; in toString() local 2213 s3 = "refcounted: refcount = " + mRefCount; in toString() 2215 s3 = "not refcounted"; in toString() 2217 return "WifiLock{ " + s1 + "; " + s2 + s3 + " }"; in toString() 2428 String s1, s2, s3; in toString() local 2433 s3 = "refcounted: refcount = " + mRefCount; in toString() 2435 s3 = "not refcounted"; in toString() 2437 return "MulticastLock{ " + s1 + "; " + s2 + s3 + " }"; in toString()
|
/frameworks/base/tests/CoreTests/android/core/ |
D | SocketTest.java | 99 ServerSocket s3 = new ServerSocket(23456); in testServerSocketClose() local 100 s3.close(); in testServerSocketClose()
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | TextUtilsTest.java | 272 Spannable s3 = new SpannableString(s1); in testEllipsize() local 273 s3.setSpan(new StyleSpan(0), 5, 10, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); in testEllipsize() 297 String out3 = TextUtils.ellipsize(s3, p, i, kind).toString(); in testEllipsize() 301 String keep3 = TextUtils.ellipsize(s3, p, i, kind, true, null).toString(); in testEllipsize()
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 26 short3 s3;
|
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 44 short3 s3;
|
/frameworks/native/cmds/installd/ |
D | installd.h | 195 char *build_string3(char *s1, char *s2, char *s3);
|
D | utils.c | 1084 char *build_string3(char *s1, char *s2, char *s3) { in build_string3() argument 1085 if (s1 == NULL || s2 == NULL || s3 == NULL) return NULL; in build_string3() 1089 int len_s3 = strlen(s3); in build_string3() 1096 strcpy(result + len_s1 + len_s2, s3); in build_string3()
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 22 volatile short3 s3;
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 22 volatile short3 s3;
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | math.rs | 22 volatile short3 s3;
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | math.rs | 22 volatile short3 s3;
|
D | math.rs.bak | 22 volatile short3 s3;
|
D | math.rs.orig | 22 volatile short3 s3;
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | hardware-accel.jd | 266 …olor:#ffffff;text-align:center;border-top:1px solid #CCC;} .tblGenFixed td.s3 {background-color:wh…
|