/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | s10_8pf.cpp | 568 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i9; in search_10and8i40() local 704 for (i5 = ipos[5]; i5 < L_CODE; i5 += step) in search_10and8i40() 706 p_temp2 = &rr[i5][0]; in search_10and8i40() 707 s = (Word32) * (p_temp2 + i5) >> 1; in search_10and8i40() 713 *(p_temp1++) = ps + dn[i5]; in search_10and8i40() 747 for (i5 = ipos[5]; i5 < L_CODE; i5 += step) in search_10and8i40() 751 alp2 = alp1 + ((Word32) * (p_temp2 + i5) << 12); in search_10and8i40() 762 ib = i5; in search_10and8i40() 768 i5 = ib; in search_10and8i40() 788 s += (Word32) rr[i5][i7]; in search_10and8i40() [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_instance.java | 79 int i5[] = new int[1]; in run() local 85 ai5.copyTo(i5); in run() 91 assertEquals(5, i5[0]); in run() 96 assertEquals(5, i5[0]); in run()
|
D | foreach_multi.rs | 25 uint32_t i5; 67 retval.i5 = in0 + in1; 166 _RS_ASSERT(result->i5 == sum);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_instance.java | 81 int i5[] = new int[1]; in run() local 87 ai5.copyTo(i5); in run() 93 assertEquals(5, i5[0]); in run() 98 assertEquals(5, i5[0]); in run()
|
D | foreach_multi.rs | 27 uint32_t i5; 69 retval.i5 = in0 + in1; 168 _RS_ASSERT(result->i5 == sum);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_instance.java | 82 int i5[] = new int[1]; in run() local 88 ai5.copyTo(i5); in run() 94 assertEquals(5, i5[0]); in run() 99 assertEquals(5, i5[0]); in run()
|
/frameworks/ml/nn/tools/test_generator/tests/P_conv/ |
D | conv_1_h3_w2_SAME.mod.py | 2 i5 = Int32Scalar("b5", 1) variable 10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
/frameworks/ml/nn/tools/test_generator/tests/P_quantized_conv/ |
D | quantized.mod.py | 2 i5 = Int32Scalar("b5", 2) variable 10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
/frameworks/ml/nn/tools/test_generator/tests/P_depthwise_conv/ |
D | depthwise_conv.bin.mod.py | 3 i5 = Int32Scalar("b5", 1) variable 11 model = model.DepthWiseConv(i2, i0, i1, i4, i5, i6, i7, i8).To(i3)
|
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | conv_1_h3_w2_VALID.mod.py | 3 i5 = Int32Scalar("b5", 1) variable 10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | conv_1_h3_w2_SAME.mod.py | 3 i5 = Int32Scalar("b5", 1) variable 10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | conv_3_h3_w2_VALID.mod.py | 3 i5 = Int32Scalar("b5", 1) variable 10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | conv_3_h3_w2_SAME.mod.py | 3 i5 = Int32Scalar("b5", 1) variable 10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | depthwise_conv.mod.py | 3 i5 = Int32Scalar("b5", 1) variable 11 model = model.DepthWiseConv(i2, i0, i1, i4, i5, i6, i7, i8).To(i3)
|
D | mobilenet_224_gender_basic_fixed.mod.py | 142 i5 = Parameter("op5", "TENSOR_FLOAT32", "{1, 3, 3, 128}", [-0.371999, -0.346798, 0.0479857, 0.35729… variable 241 model = model.DepthWiseConv(i78, i5, i4, i172, i173, i174, i175, i176).To(i3)
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | depthwise_conv_relaxed.mod.py | 19 i5 = Int32Scalar("b5", 1) variable 27 model = model.DepthWiseConv(i2, i0, i1, i4, i5, i6, i7, i8).To(i3)
|
D | conv_3_h3_w2_SAME_relaxed.mod.py | 19 i5 = Int32Scalar("b5", 1) variable 26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | conv_1_h3_w2_VALID_relaxed.mod.py | 19 i5 = Int32Scalar("b5", 1) variable 26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | conv_1_h3_w2_SAME_relaxed.mod.py | 19 i5 = Int32Scalar("b5", 1) variable 26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | conv_3_h3_w2_VALID_relaxed.mod.py | 19 i5 = Int32Scalar("b5", 1) variable 26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | mobilenet_224_gender_basic_fixed_relaxed.mod.py | 158 i5 = Parameter("op5", "TENSOR_FLOAT32", "{1, 3, 3, 128}", [-0.371999, -0.346798, 0.0479857, 0.35729… variable 257 model = model.DepthWiseConv(i78, i5, i4, i172, i173, i174, i175, i176).To(i3)
|
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | setelementat.rs | 48 int5 i5 = {5, 5, 5, 5, 5}; 50 rsSetElementAt(A, &i5, 0, 0);
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_no_password | 155 �i5�?��C?�A�^�Ҡ�E�+r�VO}�3:+_}���o2N÷칭a��J������=��3��)+!�fqr1��Z�7�:�k����Nw���?��{��I�#…
|