Searched refs:tmp (Results 101 - 125 of 318) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder.cpp327 int16 i, j, i_subfr, index, ind[8], tmp; local
534 tmp = sub_int16(isf[i], st->isfold[i]);
535 L_tmp = mac_16by16_to_int32(L_tmp, tmp, tmp);
537 tmp = extract_h(shl_int32(L_tmp, 8));
538 tmp = mult_int16(tmp, 26214); /* tmp = L_tmp*0.8/256 */
540 tmp = 20480 - tmp; /* 1.2
[all...]
H A Dpvamrwbdecoder_basic_op_gcc_armv5.h260 register int32 tmp; local
267 : "=&r*i"(tmp)
271 return (tmp);
276 register int32 tmp; local
282 : "=&r*i"(tmp)
285 return (tmp);
294 register int32 tmp; local
300 : "=&r*i"(tmp)
303 return (tmp);
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
H A DGenImage.java151 int tmp;
153 tmp = key % 2;
155 if (tmp != 0) {
163 tmp = key % 2;
165 if (tmp != 0) {
173 tmp = key % 3;
175 switch(tmp) {
190 tmp = key % 3;
192 switch(tmp) {
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java227 int tmp = a;
229 b = tmp;
236 int tmp = ca;
238 cb = tmp;
384 int tmp = a;
386 b = tmp;
393 int tmp = ca;
395 cb = tmp;
462 int tmp = a;
464 b = tmp;
[all...]
/frameworks/av/media/libmedia/
H A DVisualizer.cpp317 short tmp = workspace[i >> 1] >> 21; local
318 while (tmp > 127 || tmp < -128) tmp >>= 1;
319 fft[i] = tmp;
320 tmp = workspace[i >> 1];
321 tmp >>= 5;
322 while (tmp > 127 || tmp < -128) tmp >>
[all...]
/frameworks/base/core/java/android/util/
H A DTimeUtils.java128 int tmp = 0;
129 while (amt != 0 && tmp < sTmpFormatStr.length) {
131 sTmpFormatStr[tmp] = (char)(dig + '0');
132 tmp++;
135 tmp--;
136 while (tmp >= 0) {
137 formatStr[pos] = sTmpFormatStr[tmp];
139 tmp--;
/frameworks/multidex/library/test/src/androidx/multidex/
H A DZipUtilTest.java119 File tmp = File.createTempFile("ZipUtilTest", ".fakezip");
121 OutputStream out = new FileOutputStream(tmp);
129 RandomAccessFile raf = new RandomAccessFile(tmp, "r");
136 tmp.delete();
149 File tmp = File.createTempFile("ZipUtilTest", ".fakezip");
151 OutputStream out = new FileOutputStream(tmp);
159 RandomAccessFile raf = new RandomAccessFile(tmp, "r");
166 tmp.delete();
/frameworks/native/cmds/flatland/
H A DAndroid.mk1 local_target_dir := $(TARGET_OUT_DATA)/local/tmp
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_inline.h33 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
35 tmp = tmp - tmp2;
36 if (tmp > 0) sad += tmp;
37 else sad -= tmp;
177 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
181 rsbs tmp, tmp, tmp2 ; local
182 rsbmi tmp, tm local
183 add sad, sad, tmp ; local
346 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
[all...]
H A Dmotion_est.cpp676 void* tmp = (void*)(video->currYMB); local
677 ULong *htfmMB = (ULong*)tmp;
741 void* tmp = (void*)(video->currYMB); local
742 ULong *currYMB = (ULong*)tmp;
1649 Int tmp[9]; local
1650 tmp[0] = dn[0];
1651 tmp[1] = dn[1];
1652 tmp[2] = dn[2];
1653 tmp[3] = dn[3];
1654 tmp[
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dc1035pf.cpp158 Word16 tmp;
160 tmp = *ind;
164 *ind = (tmp & 0x8) | gray[tmp & 0x7];
168 *ind = gray[tmp & 0x7];
204 Word16 tmp; local
206 tmp = *pInd;
210 *pInd = (tmp & 0x8) | gray[tmp & 0x7];
214 *pInd = gray[tmp
[all...]
H A Dcalc_en.cpp158 Word16 i, exp, tmp;
204 tmp = sub(res[i], pv_round(L_temp)); // LTP residual, Q0
205 s = L_mac (s, tmp, tmp);
614 Word16 tmp; /* temporal storage */ local
639 tmp = (Y2[i] >> 3);
640 scaled_y2[i] = tmp;
643 s1 = L_mac(s1, tmp, tmp, pOverflow);
646 s2 = L_mac(s2, xn[i], tmp, pOverflo
[all...]
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2CCDecoder.cpp64 char tmp[128]; local
76 snprintf(tmp, sizeof(tmp), "[%d]Basic: %c %c", cc->mType, cc->mData1, cc->mData2);
80 snprintf(tmp, sizeof(tmp), "[%d]Special: %02x %02x", cc->mType, cc->mData1, cc->mData2);
84 snprintf(tmp, sizeof(tmp), "[%d]Spanish: %02x %02x", cc->mType, cc->mData1, cc->mData2);
88 snprintf(tmp, sizeof(tmp), "[%d]German: %02x %02x", cc->mType, cc->mData1, cc->mData2);
92 snprintf(tmp, sizeo
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp63 char tmp[128]; local
75 snprintf(tmp, sizeof(tmp), "[%d]Basic: %c %c", cc->mType, cc->mData1, cc->mData2);
79 snprintf(tmp, sizeof(tmp), "[%d]Special: %02x %02x", cc->mType, cc->mData1, cc->mData2);
83 snprintf(tmp, sizeof(tmp), "[%d]Spanish: %02x %02x", cc->mType, cc->mData1, cc->mData2);
87 snprintf(tmp, sizeof(tmp), "[%d]German: %02x %02x", cc->mType, cc->mData1, cc->mData2);
91 snprintf(tmp, sizeo
[all...]
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java180 File tmp = null;
190 tmp = File.createTempFile("journal", "", dir);
191 // mark tmp -rw-r--r--
192 tmp.setReadable(true, false);
194 out = new FileOutputStream(tmp);
199 if (!tmp.renameTo(file)) {
203 if (tmp != null) {
204 tmp.delete();
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_stereo_proc.cpp232 int32 tmp = fxp_mul32_Q32((*pt_xr) << 1, TmpFac); local
233 *(pt_xl++) = (*pt_xr) - tmp;
234 *(pt_xr++) = tmp;
235 tmp = fxp_mul32_Q32((*pt_xr) << 1, TmpFac);
236 *(pt_xl++) = (*pt_xr) - tmp;
237 *(pt_xr++) = tmp;
242 int32 tmp = fxp_mul32_Q32((*pt_xr) << 1, TmpFac); local
243 *(pt_xl) = (*pt_xr) - tmp;
244 *(pt_xr) = tmp;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DUtils.java250 long tmp = time / 1000L;
251 long ms = time - tmp * 1000L;
253 time = tmp;
254 tmp /= 60L;
255 long s = time - tmp * 60L;
257 time = tmp;
258 tmp /= 60L;
259 long m = time - tmp * 60L;
261 return String.format("%s%d:%02d:%02d.%03d", millis < 0 ? "-" : "", tmp, m, s, ms);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dqpisf_2s.c235 Word16 ref_isf[M], tmp; local
264 tmp = isf_q[i];
265 isf_q[i] = add1(tmp, mean_isf[i]);
267 past_isfq[i] = tmp;
302 tmp = add1(ref_isf[i], vo_mult(past_isfq[i], MU)); /* predicted ISF */
303 past_isfq[i] = vo_sub(isf_q[i], tmp);
328 Word16 ref_isf[M], tmp; local
357 tmp = isf_q[i];
358 isf_q[i] = add1(tmp, mean_isf[i]);
360 past_isfq[i] = tmp;
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DMatrix4f.java357 Matrix4f tmp = new Matrix4f();
358 tmp.loadMultiply(this, rhs);
359 load(tmp);
371 Matrix4f tmp = new Matrix4f();
372 tmp.loadRotate(rot, x, y, z);
373 multiply(tmp);
385 Matrix4f tmp = new Matrix4f();
386 tmp.loadScale(x, y, z);
387 multiply(tmp);
399 Matrix4f tmp
[all...]
/frameworks/rs/
H A DrsStream.cpp36 uint64_t tmp; local
39 tmp = reinterpret_cast<const uint64_t *>(&mData[mPos])[0];
41 return tmp;
/frameworks/rs/rsov/compiler/spirit/
H A Dinstructions.h122 T tmp; local
123 if (!DeserializeExactlyOne(IS, &tmp)) {
126 operands->push_back(tmp);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DMatrix4f.java358 Matrix4f tmp = new Matrix4f();
359 tmp.loadMultiply(this, rhs);
360 load(tmp);
372 Matrix4f tmp = new Matrix4f();
373 tmp.loadRotate(rot, x, y, z);
374 multiply(tmp);
386 Matrix4f tmp = new Matrix4f();
387 tmp.loadScale(x, y, z);
388 multiply(tmp);
400 Matrix4f tmp
[all...]
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A Dhealing.rs112 rs_allocation tmp = rsCreateAllocation_float3(width, height);
113 rsForEach(convert_to_f, in, tmp);
114 return tmp;
120 rs_allocation tmp = rsCreateAllocation_float3(width, height);
121 rsForEach(copy, in, tmp);
122 return tmp;
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DRsBrickedBitMask.java74 Allocation tmp = Allocation.createTyped(state.mRs, b.create(), Allocation.USAGE_SCRIPT);
76 scriptC_bricked.forEach_dilate(mBrick_allocation, tmp);
79 mBrick_allocation = tmp;
/frameworks/av/media/libstagefright/rtsp/
H A DUDPPusher.cpp130 struct sockaddr_in tmp = mRemoteAddr; local
131 tmp.sin_port = htons(ntohs(mRemoteAddr.sin_port) | 1);
135 (const struct sockaddr *)&tmp,
136 sizeof(tmp));

Completed in 745 milliseconds

1234567891011>>