Searched refs:s3 (Results 1 – 15 of 15) sorted by relevance
/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/base/wifi/java/android/net/wifi/ |
D | WifiManager.java | 1735 String s1, s2, s3; in toString() local 1740 s3 = "refcounted: refcount = " + mRefCount; in toString() 1742 s3 = "not refcounted"; in toString() 1744 return "WifiLock{ " + s1 + "; " + s2 + s3 + " }"; in toString() 1955 String s1, s2, s3; in toString() local 1960 s3 = "refcounted: refcount = " + mRefCount; in toString() 1962 s3 = "not refcounted"; in toString() 1964 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/native/cmds/installd/ |
D | installd.h | 188 char *build_string3(char *s1, char *s2, char *s3);
|
D | utils.c | 977 char *build_string3(char *s1, char *s2, char *s3) { in build_string3() argument 978 if (s1 == NULL || s2 == NULL || s3 == NULL) return NULL; in build_string3() 982 int len_s3 = strlen(s3); in build_string3() 989 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/base/docs/html/guide/topics/graphics/ |
D | hardware-accel.jd | 266 …background-color:#d9d9d9;color:#000000;text-align:center;} .tblGenFixed td.s3 {background-color:wh… 284 <td class="s3">16</td> 286 <td class="s3">18</td> 544 <td class="s3">17</td>
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 22 volatile short3 s3;
|
D | math.rs | 22 volatile short3 s3;
|
D | math.rs.orig | 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_CompatLib/src/com/android/rs/test/ |
D | math.rs | 22 volatile short3 s3;
|