/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | residu.cpp | 209 Word32 s4; in Residu() local 223 s4 = 0x0000800L; in Residu() 235 s4 += ((Word32) * (p_coef--) * *(p_input4++)); in Residu() 239 s4 += ((Word32) * (p_coef--) * *(p_input4++)); in Residu() 245 s4 += (((Word32) * (p_coef)) * *(p_input4)); in Residu() 250 *(p_residual_ptr--) = (Word16)(s4 >> 12); in Residu()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | calc_en.cpp | 280 Word32 s4; /* Intermediate energy accumulator */ in calc_unfilt_energies() local 295 s4 = 0; in calc_unfilt_energies() 318 s4 = L_mac(s4, tmp2, tmp2, pOverflow); in calc_unfilt_energies() 359 exp = norm_l(s4); in calc_unfilt_energies() 360 ltp_res_en = (Word16)(L_shl(s4, exp, pOverflow) >> 16); in calc_unfilt_energies()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rscript | 41 volatile short4 s4; 196 s4 = rsGetElementAt_short4(aShort4, 0); 197 rsSetElementAt_short4(aShort4, s4, 0); 198 s4 = rsGetElementAt_short4(aShort4, 0, 0); 199 rsSetElementAt_short4(aShort4, s4, 0, 0); 200 s4 = rsGetElementAt_short4(aShort4, 0, 0, 0); 201 rsSetElementAt_short4(aShort4, s4, 0, 0, 0); 432 c4 = convert_char4(s4); 454 uc4 = convert_uchar4(s4); 474 s4 = convert_short4(c4); [all …]
|
D | math.rscript | 23 volatile short4 s4;
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 59 volatile short4 s4; 216 s4 = rsGetElementAt_short4(aShort4, 0); 217 rsSetElementAt_short4(aShort4, s4, 0); 218 s4 = rsGetElementAt_short4(aShort4, 0, 0); 219 rsSetElementAt_short4(aShort4, s4, 0, 0); 220 s4 = rsGetElementAt_short4(aShort4, 0, 0, 0); 221 rsSetElementAt_short4(aShort4, s4, 0, 0, 0); 452 c4 = convert_char4(s4); 474 uc4 = convert_uchar4(s4); 494 s4 = convert_short4(c4); [all …]
|
D | math.rscript | 41 volatile short4 s4;
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 57 volatile short4 s4; 214 s4 = rsGetElementAt_short4(aShort4, 0); 215 rsSetElementAt_short4(aShort4, s4, 0); 216 s4 = rsGetElementAt_short4(aShort4, 0, 0); 217 rsSetElementAt_short4(aShort4, s4, 0, 0); 218 s4 = rsGetElementAt_short4(aShort4, 0, 0, 0); 219 rsSetElementAt_short4(aShort4, s4, 0, 0, 0); 450 c4 = convert_char4(s4); 472 uc4 = convert_uchar4(s4); 492 s4 = convert_short4(c4); [all …]
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | transpose_conv2d.mod.py | 130 s4 = Int32Vector("shape", [1, 6, 6, 1]) # output shape variable 132 Model().Operation("TRANSPOSE_CONV_2D", i4, w4, b4, s4, 2, 1, 1, 0, layout).To(o4) 151 }).AddNchw(i4, o4, s4, layout).AddVariations("relaxed", quant8, "float16")
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AnimatorSetActivityTest.java | 130 AnimatorSet s4 = new AnimatorSet(); in testGetChildAnimations() local 131 s4.playSequentially(s3Children); in testGetChildAnimations() 132 ArrayList<Animator> s4Children = s4.getChildAnimations(); in testGetChildAnimations() 181 AnimatorSet s4 = new AnimatorSet(); in testTotalDuration() local 182 s4.play(a1).after(a2); in testTotalDuration() 183 s4.play(a2).after(a1); in testTotalDuration() 184 assertEquals(AnimatorSet.DURATION_INFINITE, s4.getTotalDuration()); in testTotalDuration()
|
/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | transpose_conv2d_quant8_signed.mod.py | 165 s4 = Int32Vector("shape", [1, 6, 6, 1]) # output shape variable 167 Model().Operation("TRANSPOSE_CONV_2D", i4, w4, b4, s4, 2, 1, 1, 0, layout).To(o4) 186 }).AddNchw(i4, o4, s4, layout).AddVariations(quant8_signed, includeDefault=False)
|
D | transpose_quant8_signed.mod.py | 166 s4 = Int32Vector("shape", [1, 6, 6, 1]) # output shape variable 168 Model().Operation("TRANSPOSE_CONV_2D", i4, w4, b4, s4, 2, 1, 1, 0, layout).To(o4) 187 }).AddNchw(i4, o4, s4, layout).AddVariations(quant8_signed, includeDefault=False)
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rscript | 27 short4 s4;
|
/frameworks/rs/tests/cpp_api/typecheck/ |
D | kernels.rscript | 46 short4 s4;
|
/frameworks/native/libs/vr/libbufferhubqueue/tests/ |
D | buffer_hub_queue-test.cpp | 1004 auto s4 = consumer_queue_->Dequeue(kTimeoutMs, &slot, &consumer_meta, &fence); in TEST_F() local 1005 EXPECT_TRUE(s4.ok()) << s4.GetErrorMessage(); in TEST_F() 1008 auto consumer = s4.take(); in TEST_F()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | DistortionMapper.cpp | 482 float s4 = (x - x4) * (y1 - y4) - (y - y4) * (x1 - x4); in findEnclosingQuad() local 483 if (s4 > 0) continue; in findEnclosingQuad()
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rscript | 23 volatile short4 s4;
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 23 volatile short4 s4;
|
D | math.rs.orig | 23 volatile short4 s4;
|
D | math.rscript | 23 volatile short4 s4;
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rscript | 23 volatile short4 s4;
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math.rscript | 39 volatile short4 s4;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 1089 ShortcutInfo s4 = makeShortcutBuilder() in testUpdateShortcuts() 1094 mManager.updateShortcuts(list(s2, s4)); in testUpdateShortcuts() 1103 ShortcutInfo s4 = makeShortcutBuilder() in testUpdateShortcuts() 1108 mManager.updateShortcuts(list(s2, s4)); in testUpdateShortcuts()
|