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

1234567891011>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_byte_stream.c86 u32 i, tmp; local
195 tmp = pStrmData->strmBuffSize;
198 for (i = tmp; i--;)
H A Dh264bsd_cavlc.c757 u32 i, tmp, totalCoeff, trailingOnes, suffixLength, levelPrefix; local
780 tmp = DecodeCoeffToken(bit, (u32)nc);
781 if (!tmp)
783 BUFFER_FLUSH(bufferValue, bufferBits, LENGTH_TC(tmp));
785 totalCoeff = TOTAL_COEFF(tmp);
788 trailingOnes = TRAILING_ONES(tmp);
797 tmp = 1 << (trailingOnes - 1);
798 for (; tmp; i++)
800 level[i] = bit & tmp ? -1 : 1;
801 tmp >>
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp47 tmp = *rec + tmp; \
48 if((UInt)tmp > mask) tmp = mask&(~(tmp>>31)); \
49 *rec++ = tmp; \
53 if((UInt)tmp > mask) tmp = mask&(~(tmp>>31)); \
54 *rec++ = tmp; \
326 int tmp; local
848 int32 tmp; local
1321 int tmp; local
1861 Int tmp, tmp2; local
[all...]
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...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwb_math_op.cpp328 int16 i, a, tmp; local
352 tmp = table_isqrt[i] - table_isqrt[i + 1]; /* table[i] - table[i+1]) */
354 *frac = msu_16by16_from_int32(*frac, tmp, a); /* frac -= tmp*a*2 */
389 int16 exp, i, a, tmp; local
398 tmp = table_pow2[i] - table_pow2[i + 1]; /* table[i] - table[i+1] */
399 L_x -= ((int32)tmp * a); /* L_x -= tmp*a*2 */
496 int16 i, a, tmp; local
517 tmp
[all...]
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/base/services/java/com/android/server/
H A DCertBlacklister.java86 File tmp = File.createTempFile("journal", "", mTmpDir);
88 tmp.setReadable(true, false);
90 out = new FileOutputStream(tmp);
95 tmp.renameTo(new File(mPath));
H A DDiskStatsService.java53 File tmp = new File(Environment.getDataDirectory(), "system/perftest.tmp");
59 fos = new FileOutputStream(tmp);
68 if (tmp.exists()) tmp.delete();
/frameworks/base/media/java/android/media/videoeditor/
H A DTransitionAlpha.java130 int tmp = 0;
131 while (tmp < mHeight) {
132 imageBitmap.getPixels(framingBuffer, 0, mWidth, 0, tmp,mWidth, 1);
140 tmp += 1;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c203 Word16 tmp, gain1, gain2, exp, Q_new, mu, shift, max; local
297 tmp = extract_h(L_max);
298 if (tmp == 0)
303 shift = norm_s(tmp) - 1;
328 tmp = new_speech[L_FRAME - 1];
343 st->mem_preemph = tmp;
447 tmp = abs_s(wsp[i]);
448 if(tmp > max)
450 max = tmp;
453 tmp
1337 Word16 fac, tmp, exp; local
[all...]
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/av/media/libmedia/
H A DVisualizer.cpp249 short tmp = workspace[i >> 1] >> 21; local
250 while (tmp > 127 || tmp < -128) tmp >>= 1;
251 fft[i] = tmp;
252 tmp = workspace[i >> 1];
253 tmp >>= 5;
254 while (tmp > 127 || tmp < -128) tmp >>
[all...]
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c693 int tmp[10]; local
696 tmp, tmp+1, tmp+2, tmp+3, tmp+4, tmp+5, tmp+6, tmp+7, tmp
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.c215 Word32 tmp; local
218 tmp = (value << iLog4);
219 tmp16 = round16(tmp);
220 tmp = L_mult(tmp16, tmp16);
221 tmp16 = round16(tmp);
222 tmp = L_mult(tmp16, tmp16);
223 tmp16 = round16(tmp);
350 Word32 tmp, tmp2; local
/frameworks/base/tests/CoreTests/
H A Drun_core_test.sh5 -Djava.io.tmpdir=/sdcard/tmp \
/frameworks/native/libs/utils/tests/
H A DString8_test.cpp35 String8 tmp("Hello, world!");
37 EXPECT_STREQ(tmp.string(), "Hello, world!");
/frameworks/testing/uiautomator/cmds/uiautomator/
H A Duiautomator34 export run_base=/data/local/tmp
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_inline.h30 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
32 tmp = tmp - tmp2;
33 if (tmp > 0) sad += tmp;
34 else sad -= tmp;
174 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
178 rsbs tmp, tmp, tmp2 ; local
179 rsbmi tmp, tm local
180 add sad, sad, tmp ; local
343 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
[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/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java219 int tmp = a;
221 b = tmp;
228 int tmp = ca;
230 cb = tmp;
292 int tmp = a;
294 b = tmp;
319 int tmp = a;
321 b = tmp;
350 int tmp = a;
352 b = tmp;
[all...]
/frameworks/base/services/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java228 File tmp = null;
231 tmp = File.createTempFile("journal", "", dir);
239 // mark tmp -rw-r--r--
240 tmp.setReadable(true, false);
242 out = new FileOutputStream(tmp);
247 if (!tmp.renameTo(file)) {
251 if (tmp != null) {
252 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/av/media/libstagefright/
H A DMediaExtractor.cpp58 String8 tmp; local
61 if (!source->sniff(&tmp, &confidence, &meta)) {
67 mime = tmp.string();

Completed in 376 milliseconds

1234567891011>>