Home
last modified time | relevance | path

Searched refs:s3 (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dcalc_en.cpp279 Word32 s3; /* Intermediate energy accumulator */ in calc_unfilt_energies() local
294 s3 = 0; in calc_unfilt_energies()
311s3 = 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/
Dresidu.cpp208 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/
DWifiManager.java1735 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/
DSocketTest.java99 ServerSocket s3 = new ServerSocket(23456); in testServerSocketClose() local
100 s3.close(); in testServerSocketClose()
/frameworks/base/core/tests/coretests/src/android/text/
DTextUtilsTest.java272 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/
Dmath_int.rs26 short3 s3;
/frameworks/native/cmds/installd/
Dinstalld.h188 char *build_string3(char *s1, char *s2, char *s3);
Dutils.c977 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/
Dmath.rs22 volatile short3 s3;
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd266 …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/
Dmath.rs.bak22 volatile short3 s3;
Dmath.rs22 volatile short3 s3;
Dmath.rs.orig22 volatile short3 s3;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs22 volatile short3 s3;
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dmath.rs22 volatile short3 s3;