HomeSort by relevance Sort by last modified time
    Searched defs:tmp2 (Results 176 - 200 of 388) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_halfpel.cpp 189 int difmad, tmp, tmp2; local
213 tmp2 = p1[13] + p2[13];
214 tmp += tmp2;
215 tmp2 = (cur_word >> 24) & 0xFF;
217 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
219 tmp2 = p1[9] + p2[9];
220 tmp += tmp2;
221 tmp2 = (cur_word >> 16) & 0xFF;
223 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
225 tmp2 = p1[5] + p2[5]
271 int difmad, tmp, tmp2; local
352 int difmad, tmp, tmp2; local
427 int sad = 0, tmp, tmp2; local
495 int sad = 0, tmp, tmp2; local
561 int sad = 0, tmp, tmp2; local
    [all...]
sad_inline.h 30 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
32 tmp = tmp - tmp2;
174 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
178 rsbs tmp, tmp, tmp2 ; local
343 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
350 : "r"(tmp2)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 47 Int tmp, tmp2; local
60 tmp2 = *((Int*) pred); /* prediction 4 pixels */
61 k0 = tmp2 & 0xFF;
64 k1 = (tmp2 >> 8) & 0xFF;
67 k2 = (tmp2 >> 16) & 0xFF;
70 k3 = (tmp2 >> 24) & 0xFF;
74 tmp2 = *((Int*)(pred + 4));
75 k4 = tmp2 & 0xFF;
78 k5 = (tmp2 >> 8) & 0xFF;
81 k6 = (tmp2 >> 16) & 0xFF
275 Int tmp, tmp2; local
481 Int tmp, tmp2; local
    [all...]
me_utils.cpp 318 Int tmp, tmp2, mask = 0x00FF00FF; local
326 tmp2 = tmp & mask;
328 tmp += tmp2;
331 tmp2 = tmp & mask;
333 tmp += tmp2;
336 tmp2 = tmp & mask;
338 tmp += tmp2;
342 tmp2 = tmp & mask;
344 tmp += tmp2;
348 tmp2 = tmp & mask
    [all...]
sad.cpp 113 Int saddata[16], tmp, tmp2; /* used when collecting flag (global) is on */ local
128 tmp2 = (cur_word >> 24) & 0xFF;
129 sad = SUB_SAD(sad, tmp, tmp2);
131 tmp2 = (cur_word >> 16) & 0xFF;
132 sad = SUB_SAD(sad, tmp, tmp2);
134 tmp2 = (cur_word >> 8) & 0xFF;
135 sad = SUB_SAD(sad, tmp, tmp2);
138 tmp2 = (cur_word & 0xFF);
139 sad = SUB_SAD(sad, tmp, tmp2);
143 tmp2 = (cur_word >> 24) & 0xFF
214 Int tmp, tmp2; local
321 Int tmp, tmp2, tmp3, mask = 0xFF; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_16.cpp 156 int32 tmp2; local
199 tmp2 = vec[ 2] + vec[13];
203 itmp_e2 = (tmp2 + tmp5);
204 tmp5 = fxp_mul32_Q32((tmp2 - tmp5), Qfmt_31(0.89997622313642F));
274 tmp2 = fxp_mul32_Q32((tmp1 - tmp0) << 1, Qfmt_31(0.54119610014620F));
292 tmp6 = fxp_mul32_Q32((tmp2 - tmp5) << 1, Qfmt_31(0.70710678118655F));
293 tmp2 += tmp5 + tmp6;
294 tmp0 += tmp2;
298 tmp2 += tmp4;
299 vec[ 5] = tmp2 + vec[ 5]
379 int32 tmp2 = *(pt_vect); local
395 int32 tmp2 = *(pt_vect); local
    [all...]
pvmp3_framedecoder.cpp 595 int32 tmp2 = *(ptr++); local
597 fillDataBuf(&pVars->mainDataStream, tmp2);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 57 tmp2 RN 8 label
114 MOV tmp2, tmp8 ;// tmp2 = chromaPartWidth+1
115 STMIA sp,{width,height,tmp8,chrPH,tmp2}
122 STMIA sp,{width,height,tmp8,chrPH,tmp2}
156 SUB tmp2, chrPH, #1 ;// chromaPartHeight-1
158 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1
159 ADD count, count, tmp2, LSL #24 ;// loop_y
161 AND tmp2, count, #0x00F00000 ;// loop_x
175 ADD count, count, tmp2, LSL #
    [all...]
h264bsd_interpolate_chroma_hor_ver.s 54 tmp2 RN 7 label
119 ADD tmp2, chrPH, #1 ;// tmp2 = chromaPartHeight+1
120 STMIA sp,{width,height,tmp1,tmp2,tmp3}
127 STMIA sp,{width,height,tmp1,tmp2,tmp3}
130 MLA block, tmp2, tmp1, block;// block + (chromaPW+1)*(chromaPH+1)
140 STR tmp2, [sp, #0xfc] ;// height
162 SUB tmp2, chrPH, #1 ;// chromaPartHeight-1
164 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1
165 ADD count, count, tmp2, LSL #24 ;// loop_
    [all...]
h264bsd_interpolate_chroma_ver.s 55 tmp2 RN 8 label
113 MOV tmp2, chrPW ;// tmp2 = chromaPartWidth
114 STMIA sp,{width,height,chrPW,tmp1,tmp2}
121 STMIA sp,{width,height,chrPW,tmp1,tmp2}
154 SUB tmp2, chrPH, #1 ;// chromaPartHeight-1
156 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1
157 ADD count, count, tmp2, LSL #24 ;// loop_y
159 AND tmp2, count, #0x00F00000 ;// loop_x
173 ADD count, count, tmp2, LSL #
    [all...]
h264bsd_interpolate_hor_ver_quarter.s 51 tmp2 RN 5 label
316 LDR tmp2, [ref], width ;// |c4|c3|c2|c1|
325 UXTB16 tmpb, tmp2 ;// |c3|c1|
343 UXTB16 tmpb, tmp2, ROR #8 ;// |c4|c2|
367 ;// tmp2 = |a4|a3|a2|a1|
381 UXTAB16 tmpa, tmpa, tmp2 ;// 16+20(G+M)+A
397 UXTAB16 tmpa, tmpa, tmp2, ROR #8 ;// 16+20(G+M)+A
404 LDR tmp2, [mb]
406 MVN tmp2, tmp2
    [all...]
  /frameworks/base/core/jni/
android_os_SELinux.cpp 390 char *tmp2 = const_cast<char *>(objectContext.c_str()); local
391 int accessGranted = selinux_check_access(tmp1, tmp2, objectClass.c_str(), permission.c_str(),
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
24 "lb %[tmp2], 1(%[left]) \n\t"
41 "replv.qb %[tmp2], %[tmp2] \n\t"
63 "sw %[tmp2], (%[dst]) \n\t"
64 "sw %[tmp2], 4(%[dst]) \n\t"
65 "sw %[tmp2], 8(%[dst]) \n\t"
66 "sw %[tmp2], 12(%[dst]) \n\t"
152 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2),
    [all...]
vp9_intrapred8_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
23 "lb %[tmp2], 1(%[left]) \n\t"
32 "replv.qb %[tmp2], %[tmp2] \n\t"
43 "sw %[tmp2], (%[dst]) \n\t"
44 "sw %[tmp2], 4(%[dst]) \n\t"
64 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2),
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestVLoad.java 199 byte tmp2[] = new byte[w];
201 verify(tmp, tmp2, "Data mismatch char: ");
207 byte tmp2[] = new byte[w];
209 verify(tmp, tmp2, "Data mismatch uchar: ");
215 byte tmp2[] = new byte[w];
217 verify(tmp, tmp2, "Data mismatch relaxed char: ");
223 byte tmp2[] = new byte[w];
225 verify(tmp, tmp2, "Data mismatch relaxed uchar: ");
231 short tmp2[] = new short[w]; local
233 verify(tmp, tmp2, "Data mismatch short: ")
239 short tmp2[] = new short[w]; local
247 short tmp2[] = new short[w]; local
255 short tmp2[] = new short[w]; local
263 int tmp2[] = new int[w]; local
271 int tmp2[] = new int[w]; local
279 int tmp2[] = new int[w]; local
287 int tmp2[] = new int[w]; local
295 long tmp2[] = new long[w]; local
303 long tmp2[] = new long[w]; local
310 long tmp2[] = new long[w]; local
317 long tmp2[] = new long[w]; local
325 float tmp2[] = new float[w]; local
337 float tmp2[] = new float[w]; local
349 double tmp2[] = new double[w]; local
361 double tmp2[] = new double[w]; local
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 975 int tmp2 = FDKreadBits(bs,6); local
    [all...]
  /external/aac/libPCMutils/src/
limiter.cpp 225 FIXP_PCM tmp1, tmp2; local
281 tmp2 = (FIXP_PCM)samples[i * channels + j];
282 if (tmp2 == (FIXP_PCM)SAMPLE_MIN) /* protect fAbs from -1.0 value */
283 tmp2 = (FIXP_PCM)(SAMPLE_MIN+1);
284 tmp1 = fMax(tmp1, fAbs(tmp2));
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 319 String tmp2=encode(md5Helper.digest(EncodingUtils.getBytes(a1, charset))); local
320 StringBuilder tmp3 = new StringBuilder(tmp2.length() + nonce.length() + cnonce.length() + 2);
321 tmp3.append(tmp2);
345 StringBuilder tmp2 = new StringBuilder(md5a1.length() + nonce.length() + md5a2.length()); local
346 tmp2.append(md5a1);
347 tmp2.append(':');
348 tmp2.append(nonce);
349 tmp2.append(':');
350 tmp2.append(md5a2);
351 serverDigestValue = tmp2.toString()
356 StringBuilder tmp2 = new StringBuilder(md5a1.length() + nonce.length() local
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_encoder.c 108 if(idx > 0){if((idx&1)&&(pstrEncParams->u16PacketLength > (sbc_prtc_cb.base+(idx<<1)))) {tmp2=idx<<1; tmp=ar[idx];ar[idx]=ar[tmp2];ar[tmp2]=tmp;} \
109 else{tmp2=ar[idx]; tmp=(tmp2>>5)+(tmp2<<3);ar[idx]=(UINT8)tmp;}}}
134 UINT32 idx, tmp, tmp2; local
  /external/bzip2/
compress.c 463 UChar pos[BZ_N_GROUPS], ll_i, tmp2, tmp; local
471 tmp2 = tmp;
473 pos[j] = tmp2;
  /external/chromium_org/third_party/icu/source/test/intltest/
tfsmalls.cpp 351 UnicodeString tmp2; local
354 if ((fta.getType() == Formattable::kString) && (fta.getString(tmp2) == "ttt")) {
  /external/chromium_org/third_party/leveldatabase/src/db/
corruption_test.cc 349 std::string tmp1, tmp2; local
350 Status s = db_->Put(WriteOptions(), Key(5, &tmp1), Value(5, &tmp2));
360 std::string tmp1, tmp2; local
361 ASSERT_OK(db_->Put(WriteOptions(), Key(1000, &tmp1), Value(1000, &tmp2)));
364 ASSERT_EQ(Value(1000, &tmp2).ToString(), v);
367 ASSERT_EQ(Value(1000, &tmp2).ToString(), v);
  /external/chromium_org/third_party/libjpeg_turbo/
jidctint.c 174 INT32 tmp0, tmp1, tmp2, tmp3; local
232 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
243 tmp11 = tmp1 + tmp2;
244 tmp12 = tmp1 - tmp2;
252 tmp2 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
256 z2 = tmp1 + tmp2;
257 z3 = tmp0 + tmp2;
263 tmp2 = MULTIPLY(tmp2, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
275 tmp2 += z2 + z3
427 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12, tmp13; local
576 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12; local
812 INT32 tmp0, tmp2, tmp10, tmp12; local
902 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13, tmp14; local
2374 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
tokenize.c 210 int tmp1, tmp2; local
218 tmp2 = vp8_block2left[block];
221 l = (ENTROPY_CONTEXT *)xd->left_context + tmp2;
293 tmp2 = vp8_block2left[block];
296 l = (ENTROPY_CONTEXT *)xd->left_context + tmp2;
  /external/chromium_org/third_party/libwebp/dsp/
yuv_sse2.c 110 const __m128i tmp2 = _mm_packus_epi16(tmp1, tmp1); local
112 _mm_storel_epi64((__m128i*)rgb, tmp2);
119 const __m128i tmp2 = _mm_packs_epi32(tmp1, tmp1); local
120 const __m128i tmp3 = _mm_packus_epi16(tmp2, tmp2);
140 const __m128i tmp2 = _mm_packus_epi16(tmp1_1, tmp1_2); local
141 _mm_storeu_si128((__m128i*)dst, tmp2);
207 const __m128i tmp2 = _mm_packus_epi16(tmp1_1, tmp1_2); local
208 _mm_storeu_si128((__m128i*)dst, tmp2);

Completed in 650 milliseconds

1 2 3 4 5 6 78 91011>>