Home
last modified time | relevance | path

Searched refs:i (Results 1 – 25 of 4150) sorted by relevance

12345678910>>...166

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dqpisf_2s.cpp141 int16 i, j, tmp; in Dpisf_2s_46b() local
147 for (i = 0; i < 9; i++) in Dpisf_2s_46b()
149 isf_q[i] = dico1_isf[(indice[0] << 3) + indice[0] + i]; in Dpisf_2s_46b()
151 for (i = 0; i < 7; i++) in Dpisf_2s_46b()
153 isf_q[i + 9] = dico2_isf[(indice[1] << 3) - indice[1] + i]; in Dpisf_2s_46b()
156 for (i = 0; i < 3; i++) in Dpisf_2s_46b()
158 isf_q[i] += dico21_isf[indice[2] * 3 + i]; in Dpisf_2s_46b()
159 isf_q[i + 3] += dico22_isf[indice[3] * 3 + i]; in Dpisf_2s_46b()
160 isf_q[i + 6] += dico23_isf[indice[4] * 3 + i]; in Dpisf_2s_46b()
161 isf_q[i + 9] += dico24_isf[indice[5] * 3 + i]; in Dpisf_2s_46b()
[all …]
Disf_extrapolation.cpp124 int16 i, MaxCorr; in isf_extrapolation() local
129 for (i = 1; i < (M - 1); i++) in isf_extrapolation()
131 IsfDiff[i - 1] = sub_int16(HfIsf[i], HfIsf[i - 1]); in isf_extrapolation()
136 for (i = 3; i < (M - 1); i++) in isf_extrapolation()
138 L_tmp = mac_16by16_to_int32(L_tmp, IsfDiff[i - 1], INV_LENGTH); in isf_extrapolation()
146 for (i = 0; i < (M - 2); i++) in isf_extrapolation()
148 if (IsfDiff[i] > tmp) in isf_extrapolation()
150 tmp = IsfDiff[i]; in isf_extrapolation()
154 for (i = 0; i < (M - 2); i++) in isf_extrapolation()
156 IsfDiff[i] = shl_int16(IsfDiff[i], exp); in isf_extrapolation()
[all …]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dqpisf_2s.c66 Word32 i, k, temp, min_err, distance; in Qpisf_2s_46b() local
70 for (i = 0; i < ORDER; i++) in Qpisf_2s_46b()
72 isf[i] = vo_sub(isf1[i], mean_isf[i]); in Qpisf_2s_46b()
73 isf[i] = vo_sub(isf[i], vo_mult(MU, past_isfq[i])); in Qpisf_2s_46b()
82 for (i = 0; i < 9; i++) in Qpisf_2s_46b()
84 isf_stage2[i] = vo_sub(isf[i], dico1_isf[i + surv1[k] * 9]); in Qpisf_2s_46b()
97 for (i = 0; i < 3; i++) in Qpisf_2s_46b()
99 indice[i + 2] = tmp_ind[i]; in Qpisf_2s_46b()
111 for (i = 0; i < 7; i++) in Qpisf_2s_46b()
113 isf_stage2[i] = vo_sub(isf[9 + i], dico2_isf[i + surv1[k] * 7]); in Qpisf_2s_46b()
[all …]
Dqisf_ns.c41 Word16 i; in Qisf_ns() local
44 for (i = 0; i < ORDER; i++) in Qisf_ns()
46 isf_q[i] = sub(isf1[i], mean_isf_noise[i]); in Qisf_ns()
77 Word16 i; in Disf_ns() local
79 for (i = 0; i < 2; i++) in Disf_ns()
81 isf_q[i] = dico1_isf_noise[indice[0] * 2 + i]; in Disf_ns()
83 for (i = 0; i < 3; i++) in Disf_ns()
85 isf_q[i + 2] = dico2_isf_noise[indice[1] * 3 + i]; in Disf_ns()
87 for (i = 0; i < 3; i++) in Disf_ns()
89 isf_q[i + 5] = dico3_isf_noise[indice[2] * 3 + i]; in Disf_ns()
[all …]
Ddtx.c101 Word32 i; in dtx_enc_reset() local
112 for (i = 0; i < DTX_HIST_SIZE; i++) in dtx_enc_reset()
114 Copy(isf_init, &st->isf_hist[i * M], M); in dtx_enc_reset()
124 for (i = 0; i < 28; i++) in dtx_enc_reset()
126 st->D[i] = 0; in dtx_enc_reset()
129 for (i = 0; i < DTX_HIST_SIZE - 1; i++) in dtx_enc_reset()
131 st->sumD[i] = 0; in dtx_enc_reset()
165 Word32 i, j; in dtx_enc() local
175 for (i = 0; i < M; i++) in dtx_enc()
177 L_isf[i] = 0; in dtx_enc()
[all …]
Dhp6k.c60 Word32 i, L_tmp; in Filt_6k_7k() local
63 for (i = lg - 1; i >= 0; i--) in Filt_6k_7k()
65 x[i + L_FIR - 1] = signal[i] >> 2; /* gain of filter = 4 */ in Filt_6k_7k()
67 for (i = 0; i < lg; i++) in Filt_6k_7k()
69 L_tmp = (x[i] + x[i+ 30]) * fir_6k_7k[0]; in Filt_6k_7k()
70 L_tmp += (x[i+1] + x[i + 29]) * fir_6k_7k[1]; in Filt_6k_7k()
71 L_tmp += (x[i+2] + x[i + 28]) * fir_6k_7k[2]; in Filt_6k_7k()
72 L_tmp += (x[i+3] + x[i + 27]) * fir_6k_7k[3]; in Filt_6k_7k()
73 L_tmp += (x[i+4] + x[i + 26]) * fir_6k_7k[4]; in Filt_6k_7k()
74 L_tmp += (x[i+5] + x[i + 25]) * fir_6k_7k[5]; in Filt_6k_7k()
[all …]
/frameworks/base/core/tests/coretests/src/android/database/
DNewDatabasePerformanceTests.java116 for (int i = 0; i < SIZE; i++) { in setUp()
118 statements[i] = in setUp()
119 "INSERT INTO t1 VALUES(" + i + "," + r + ",'" in setUp()
128 for (int i = 0; i < SIZE; i++) { in testRun()
129 mDatabase.execSQL(statements[i]); in testRun()
148 for (int i = 0; i < SIZE; i++) { in setUp()
150 statements[i] = in setUp()
151 "INSERT INTO t1 VALUES(" + i + "," + r + ",'" in setUp()
161 for (int i = 0; i < SIZE; i++) { in testRun()
162 mDatabase.execSQL(statements[i]); in testRun()
[all …]
DDatabasePerformanceTests.java207 for (int i = 0; i < SIZE; i++) { in setUp()
209 statements[i] = in setUp()
210 "INSERT INTO t1 VALUES(" + i + "," + r + ",'" in setUp()
220 for (int i = 0; i < SIZE; i++) { in run()
221 mDatabase.execSQL(statements[i]); in run()
240 for (int i = 0; i < SIZE; i++) { in setUp()
242 statements[i] = in setUp()
243 "INSERT INTO t1 VALUES(" + i + "," + r + ",'" in setUp()
254 for (int i = 0; i < SIZE; i++) { in run()
255 mDatabase.execSQL(statements[i]); in run()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_SATD_4x4.c77 OMX_INT i, j; in omxVCM4P10_SATD_4x4() local
93 for (i = 0; i < 4; i++) in omxVCM4P10_SATD_4x4()
95 d [j][i] = pSrcOrg [j * iStepOrg + i] - pSrcRef [j * iStepRef + i]; in omxVCM4P10_SATD_4x4()
102 for (i = 0; i < 4; i++) in omxVCM4P10_SATD_4x4()
104 m1[i][0] = d[i][0] + d[i][2]; /* a+c */ in omxVCM4P10_SATD_4x4()
105 m1[i][1] = d[i][1] + d[i][3]; /* b+d */ in omxVCM4P10_SATD_4x4()
106 m1[i][2] = d[i][0] - d[i][2]; /* a-c */ in omxVCM4P10_SATD_4x4()
107 m1[i][3] = d[i][1] - d[i][3]; /* b-d */ in omxVCM4P10_SATD_4x4()
109 m2[i][0] = m1[i][0] + m1[i][1]; /* a+b+c+d */ in omxVCM4P10_SATD_4x4()
110 m2[i][1] = m1[i][2] + m1[i][3]; /* a+b-c-d */ in omxVCM4P10_SATD_4x4()
[all …]
DomxVCM4P10_TransformQuant_LumaDC.c71 OMX_INT i, j; in omxVCM4P10_TransformQuant_LumaDC() local
83 for (i = 0; i < 4; i++) in omxVCM4P10_TransformQuant_LumaDC()
85 j = i * 4; in omxVCM4P10_TransformQuant_LumaDC()
87 m1[i][0] = pSrcDst[j + 0] + pSrcDst[j + 2]; /* a+c */ in omxVCM4P10_TransformQuant_LumaDC()
88 m1[i][1] = pSrcDst[j + 1] + pSrcDst[j + 3]; /* b+d */ in omxVCM4P10_TransformQuant_LumaDC()
89 m1[i][2] = pSrcDst[j + 0] - pSrcDst[j + 2]; /* a-c */ in omxVCM4P10_TransformQuant_LumaDC()
90 m1[i][3] = pSrcDst[j + 1] - pSrcDst[j + 3]; /* b-d */ in omxVCM4P10_TransformQuant_LumaDC()
92 m2[i][0] = m1[i][0] + m1[i][1]; /* a+b+c+d */ in omxVCM4P10_TransformQuant_LumaDC()
93 m2[i][1] = m1[i][2] + m1[i][3]; /* a+b-c-d */ in omxVCM4P10_TransformQuant_LumaDC()
94 m2[i][2] = m1[i][2] - m1[i][3]; /* a-b-c+d */ in omxVCM4P10_TransformQuant_LumaDC()
[all …]
DomxVCM4P10_InvTransformDequant_LumaDC.c72 OMX_INT i, j; in omxVCM4P10_InvTransformDequant_LumaDC() local
85 for (i = 0; i < 4; i++) in omxVCM4P10_InvTransformDequant_LumaDC()
87 j = i * 4; in omxVCM4P10_InvTransformDequant_LumaDC()
89 m1[i][0] = pSrc[j + 0] + pSrc[j + 2]; /* a+c */ in omxVCM4P10_InvTransformDequant_LumaDC()
90 m1[i][1] = pSrc[j + 1] + pSrc[j + 3]; /* b+d */ in omxVCM4P10_InvTransformDequant_LumaDC()
91 m1[i][2] = pSrc[j + 0] - pSrc[j + 2]; /* a-c */ in omxVCM4P10_InvTransformDequant_LumaDC()
92 m1[i][3] = pSrc[j + 1] - pSrc[j + 3]; /* b-d */ in omxVCM4P10_InvTransformDequant_LumaDC()
94 m2[i][0] = m1[i][0] + m1[i][1]; /* a+b+c+d */ in omxVCM4P10_InvTransformDequant_LumaDC()
95 m2[i][1] = m1[i][2] + m1[i][3]; /* a+b-c-d */ in omxVCM4P10_InvTransformDequant_LumaDC()
96 m2[i][2] = m1[i][2] - m1[i][3]; /* a-b-c+d */ in omxVCM4P10_InvTransformDequant_LumaDC()
[all …]
/frameworks/base/core/java/android/text/util/
DRfc822Tokenizer.java50 int i = 0; in tokenize() local
53 while (i < cursor) { in tokenize()
54 char c = text.charAt(i); in tokenize()
57 i++; in tokenize()
59 while (i < cursor && text.charAt(i) == ' ') { in tokenize()
60 i++; in tokenize()
79 i++; in tokenize()
81 while (i < cursor) { in tokenize()
82 c = text.charAt(i); in tokenize()
85 i++; in tokenize()
[all …]
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_alloc_copyPadded.java99 for (int i = 0; i < arr_len; i++) { in testAllocation_Byte3_1D()
100 if (inArray[i] != outArray[i]) { in testAllocation_Byte3_1D()
102 … android.util.Log.v("Alloc Padding Test", "" + i + " " + inArray[i] + " " + outArray[i]); in testAllocation_Byte3_1D()
131 for (int i = 0; i < arr_len; i++) { in testAllocation_Byte3_2D()
132 if (inArray[i] != outArray[i]) { in testAllocation_Byte3_2D()
134 … android.util.Log.v("Alloc Padding Test", "" + i + " " + inArray[i] + " " + outArray[i]); in testAllocation_Byte3_2D()
164 for (int i = 0; i < arr_len; i++) { in testAllocation_Byte3_3D()
165 if (inArray[i] != outArray[i]) { in testAllocation_Byte3_3D()
167 … android.util.Log.v("Alloc Padding Test", "" + i + " " + inArray[i] + " " + outArray[i]); in testAllocation_Byte3_3D()
186 for (int i = 0; i < arr_len; i++) { in testAllocation_Short3_1D()
[all …]
DUT_alloc_copy.java75 for (int i = 0; i < count; i++) { in allocation_copy1DRangeTo_Byte()
76 if (inArray[i] != outArray[i]) { in allocation_copy1DRangeTo_Byte()
78 …ndroid.util.Log.v("Allocation CopyTo Test", "Failed: " + i + " " + inArray[i] + " " + outArray[i]); in allocation_copy1DRangeTo_Byte()
82 for (int i = count; i < arr_len; i++) { in allocation_copy1DRangeTo_Byte()
83 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Byte()
85 …ndroid.util.Log.v("Allocation CopyTo Test", "Failed: " + i + " " + inArray[i] + " " + outArray[i]); in allocation_copy1DRangeTo_Byte()
104 for (int i = 0; i < arr_len; i++) { in allocation_copy1DRangeTo_Short()
105 inArray[i] = (short)random.nextInt(); in allocation_copy1DRangeTo_Short()
117 for (int i = 0; i < count; i++) { in allocation_copy1DRangeTo_Short()
118 if (inArray[i] != outArray[i]) { in allocation_copy1DRangeTo_Short()
[all …]
Dfp_mad.rs13 for (int i=0; i < (1000); i++) {
14 data_f4[i] = (data_f4[i] * 0.02f +
15 data_f4[i+1] * 0.04f +
16 data_f4[i+2] * 0.05f +
17 data_f4[i+3] * 0.1f +
18 data_f4[i+4] * 0.2f +
19 data_f4[i+5] * 0.2f +
20 data_f4[i+6] * 0.1f +
21 data_f4[i+7] * 0.05f +
22 data_f4[i+8] * 0.04f +
[all …]
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_alloc_copyPadded.java99 for (int i = 0; i < arr_len; i++) { in testAllocation_Byte3_1D()
100 if (inArray[i] != outArray[i]) { in testAllocation_Byte3_1D()
102 … android.util.Log.v("Alloc Padding Test", "" + i + " " + inArray[i] + " " + outArray[i]); in testAllocation_Byte3_1D()
131 for (int i = 0; i < arr_len; i++) { in testAllocation_Byte3_2D()
132 if (inArray[i] != outArray[i]) { in testAllocation_Byte3_2D()
134 … android.util.Log.v("Alloc Padding Test", "" + i + " " + inArray[i] + " " + outArray[i]); in testAllocation_Byte3_2D()
164 for (int i = 0; i < arr_len; i++) { in testAllocation_Byte3_3D()
165 if (inArray[i] != outArray[i]) { in testAllocation_Byte3_3D()
167 … android.util.Log.v("Alloc Padding Test", "" + i + " " + inArray[i] + " " + outArray[i]); in testAllocation_Byte3_3D()
186 for (int i = 0; i < arr_len; i++) { in testAllocation_Short3_1D()
[all …]
DUT_alloc_copy.java75 for (int i = 0; i < count; i++) { in allocation_copy1DRangeTo_Byte()
76 if (inArray[i] != outArray[i]) { in allocation_copy1DRangeTo_Byte()
78 …ndroid.util.Log.v("Allocation CopyTo Test", "Failed: " + i + " " + inArray[i] + " " + outArray[i]); in allocation_copy1DRangeTo_Byte()
82 for (int i = count; i < arr_len; i++) { in allocation_copy1DRangeTo_Byte()
83 if (outArray[i] != 0) { in allocation_copy1DRangeTo_Byte()
85 …ndroid.util.Log.v("Allocation CopyTo Test", "Failed: " + i + " " + inArray[i] + " " + outArray[i]); in allocation_copy1DRangeTo_Byte()
104 for (int i = 0; i < arr_len; i++) { in allocation_copy1DRangeTo_Short()
105 inArray[i] = (short)random.nextInt(); in allocation_copy1DRangeTo_Short()
117 for (int i = 0; i < count; i++) { in allocation_copy1DRangeTo_Short()
118 if (inArray[i] != outArray[i]) { in allocation_copy1DRangeTo_Short()
[all …]
Dfp_mad.rs13 for (int i=0; i < (1000); i++) {
14 data_f4[i] = (data_f4[i] * 0.02f +
15 data_f4[i+1] * 0.04f +
16 data_f4[i+2] * 0.05f +
17 data_f4[i+3] * 0.1f +
18 data_f4[i+4] * 0.2f +
19 data_f4[i+5] * 0.2f +
20 data_f4[i+6] * 0.1f +
21 data_f4[i+7] * 0.05f +
22 data_f4[i+8] * 0.04f +
[all …]
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
DBitmapTest.java82 for (int i = 0; i < 100; i++) { in testGetPixelsWithAlpha()
83 colors[i] = (0xFF << 24) | (i << 16) | (i << 8) | i; in testGetPixelsWithAlpha()
91 for (int i = 0; i < 100; i++) { in testGetPixelsWithAlpha()
92 int p = bm.getPixel(i % 10, i / 10); in testGetPixelsWithAlpha()
93 assertEquals("getPixels", p, pixels[i]); in testGetPixelsWithAlpha()
96 for (int i = 0; i < 100; i++) { in testGetPixelsWithAlpha()
97 int p = bm.getPixel(i % 10, i / 10); in testGetPixelsWithAlpha()
98 assertEquals("getPixel", p, colors[i]); in testGetPixelsWithAlpha()
100 ((0xFF << 24) | (i << 16) | (i << 8) | i)); in testGetPixelsWithAlpha()
108 for (int i = 0; i < 100; i++) { in testGetPixelsWithoutAlpha()
[all …]
/frameworks/base/core/java/android/util/
DSpline.java99 for (int i = 1; i < x.length; i++) { in isStrictlyIncreasing()
100 float curr = x[i]; in isStrictlyIncreasing()
114 for (int i = 1; i < x.length; i++) { in isMonotonic()
115 float curr = x[i]; in isMonotonic()
140 for (int i = 0; i < n - 1; i++) { in MonotoneCubicSpline()
141 float h = x[i + 1] - x[i]; in MonotoneCubicSpline()
146 d[i] = (y[i + 1] - y[i]) / h; in MonotoneCubicSpline()
151 for (int i = 1; i < n - 1; i++) { in MonotoneCubicSpline()
152 m[i] = (d[i - 1] + d[i]) * 0.5f; in MonotoneCubicSpline()
157 for (int i = 0; i < n - 1; i++) { in MonotoneCubicSpline()
[all …]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dreflist.cpp26 int i, list0idx; in RefListInit() local
40 for (i = 0; i < dpb->num_fs; i++) in RefListInit()
42 if ((dpb->fs[i]->IsReference == 3) && (!dpb->fs[i]->IsLongTerm)) in RefListInit()
45 if (dpb->fs[i]->FrameNum > (int)sliceHdr->frame_num) in RefListInit()
47 dpb->fs[i]->FrameNumWrap = dpb->fs[i]->FrameNum - video->MaxFrameNum; in RefListInit()
51 dpb->fs[i]->FrameNumWrap = dpb->fs[i]->FrameNum; in RefListInit()
53 dpb->fs[i]->frame.PicNum = dpb->fs[i]->FrameNumWrap; in RefListInit()
64 for (i = 0; i < dpb->num_fs; i++) in RefListInit()
66 if ((dpb->fs[i]->IsReference == 3) && (!dpb->fs[i]->IsLongTerm)) in RefListInit()
69 if (dpb->fs[i]->FrameNum > (int)sliceHdr->frame_num) in RefListInit()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DTestBenchMultipleInstance.c64 i32 i; in main() local
104 for (i = 1; i < (argc-1); i++) in main()
106 if ( strncmp(argv[i], "-N", 2) == 0 ) in main()
108 maxNumPics = (u32)atoi(argv[i]+2); in main()
111 else if ( strncmp(argv[i], "-O", 2) == 0 ) in main()
113 strcpy(outFileName, argv[i]+2); in main()
116 else if ( strcmp(argv[i], "-C") == 0 ) in main()
121 else if ( strcmp(argv[i], "-R") == 0 ) in main()
144 for (i = 0; i < instCount; i++) in main()
146 decoder[i] = (Decoder *)calloc(1, sizeof(Decoder)); in main()
[all …]
/frameworks/base/core/java/android/transition/
DTransitionSet.java190 for (int i = 0; i < numTransitions; ++i) { in setDuration()
191 mTransitions.get(i).setDuration(duration); in setDuration()
209 for (int i = 0; i < mTransitions.size(); i++) { in addTarget()
210 mTransitions.get(i).addTarget(target); in addTarget()
217 for (int i = 0; i < mTransitions.size(); i++) { in addTarget()
218 mTransitions.get(i).addTarget(targetId); in addTarget()
225 for (int i = 0; i < mTransitions.size(); i++) { in addTarget()
226 mTransitions.get(i).addTarget(targetName); in addTarget()
233 for (int i = 0; i < mTransitions.size(); i++) { in addTarget()
234 mTransitions.get(i).addTarget(targetType); in addTarget()
[all …]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dint_lsf.cpp221 Word16 i; in Int_lsf() local
227 for (i = M - 1; i >= 0; i--) in Int_lsf()
229 if (*(lsf_old + i) < 0) in Int_lsf()
231 temp1 = ~(~(*(lsf_old + i)) >> 2); in Int_lsf()
235 temp1 = *(lsf_old + i) >> 2; in Int_lsf()
237 if (*(lsf_new + i) < 0) in Int_lsf()
239 temp2 = ~(~(*(lsf_new + i)) >> 2); in Int_lsf()
243 temp2 = *(lsf_new + i) >> 2; in Int_lsf()
245 *(lsf_out + i) = add((Word16)(*(lsf_old + i) - temp1), in Int_lsf()
253 for (i = M - 1; i >= 0; i--) in Int_lsf()
[all …]
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dfp_mad.rs13 for (int i=0; i < (1000); i++) {
14 data_f4[i] = (data_f4[i] * 0.02f +
15 data_f4[i+1] * 0.04f +
16 data_f4[i+2] * 0.05f +
17 data_f4[i+3] * 0.1f +
18 data_f4[i+4] * 0.2f +
19 data_f4[i+5] * 0.2f +
20 data_f4[i+6] * 0.1f +
21 data_f4[i+7] * 0.05f +
22 data_f4[i+8] * 0.04f +
[all …]

12345678910>>...166