HomeSort by relevance Sort by last modified time
    Searched refs:tmp2 (Results 76 - 100 of 265) sorted by null

1 2 34 5 6 7 8 91011

  /frameworks/native/libs/utils/
LinearTransform.cpp 35 uint64_t tmp1, tmp2; local
51 // tmp2 = U32(val) * N (a 64 bit int)
54 // M = val * N = (tmp2 << 32) + tmp1
55 tmp2 = (val >> 32) * N;
59 // tmp2 = tmp2 + U32(tmp1)
62 tmp2 += tmp1 >> 32;
66 if ((tmp2 >> 32) >= D) {
72 // tmp2 = M[32, 95]
73 // U32(tmp2) <
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-mips.pl 120 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]);
129 andi $tmp2,@X[0],0xFF00
132 sll $tmp2,$tmp2,8
134 or $tmp1,$tmp2
139 dsll $tmp2,$tmp0,32
140 or $tmp0,$tmp2 # 0x000000FF000000FF
142 dsrl $tmp2,@X[0],24
144 and $tmp2,$tmp0
146 or $tmp1,$tmp2
    [all...]
sha1-sparcv9.pl 50 $tmp2="%i5";
63 sll $b,30,$tmp2
67 or $tmp2,$b,$b
123 sll $b,30,$tmp2
128 or $tmp2,$b,$b
147 sll $b,30,$tmp2
151 or $tmp2,$b,$b
170 sll $b,30,$tmp2
176 or $tmp2,$b,$b
224 subcc %g0,$tmp1,$tmp2 ! should be 64-$tmp1, but -$tmp1 works to
    [all...]
  /external/jpeg/
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
125 tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
128 tmp10 = tmp0 + tmp2; /* phase 3 */
129 tmp11 = tmp0 - tmp2;
137 tmp2 = tmp11 - tmp12;
166 wsptr[DCTSIZE*2] = tmp2 + tmp5;
167 wsptr[DCTSIZE*5] = tmp2 - tmp5;
199 tmp2 = tmp11 - tmp12;
229 outptr[2] = range_limit[(int) DESCALE((INT32) (tmp2 + tmp5), 3)
231 outptr[5] = range_limit[(int) DESCALE((INT32) (tmp2 - tmp5), 3
    [all...]
jidctred.c 122 INT32 tmp0, tmp2, tmp10, tmp12; local
164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
181 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
222 tmp2 = MULTIPLY((INT32) wsptr[2], FIX_1_847759065)
225 tmp10 = tmp0 + tmp2;
226 tmp12 = tmp0 - tmp2;
    [all...]
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
226 tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
229 tmp10 = tmp0 + tmp2; /* phase 3 */
230 tmp11 = tmp0 - tmp2;
238 tmp2 = tmp11 - tmp12;
267 wsptr[DCTSIZE*2] = (int) (tmp2 + tmp5);
268 wsptr[DCTSIZE*5] = (int) (tmp2 - tmp5);
325 tmp2 = tmp11 - tmp12;
355 outptr[2] = range_limit[IDESCALE(tmp2 + tmp5, PASS1_BITS+3)
357 outptr[5] = range_limit[IDESCALE(tmp2 - tmp5, PASS1_BITS+3
    [all...]
jidctintelsse.c 106 __m128i row0, tmp1, tmp2, tmp3, row2, tmp5, tmp6, tmp7; local
135 tmp2 = _mm_shuffle_epi32(row0, 0xAA); /*x6, x4, x6, x4, x6, x4, x6, x4*/ \
144 tmp2 = _mm_madd_epi16(tmp2, * ( __m128i*)(table1+8) ); /*x6*w15+x4*w14, x6*w11+x4*w10, x6*w7+x4*w6, x6*w3+x4*w2*/ \
151 tmp1 = _mm_add_epi32(tmp1, tmp2); /*a3, a2, a1, a0*/ \
154 tmp2 = tmp1; \
156 tmp2 = _mm_sub_epi32(tmp2, row0); /*for row0. y4= a3-b3, y5=a2-b2, y6=a1-b1, y7=a0-b0 */ \
160 tmp2 = _mm_srai_epi32(tmp2, SHIFT_INV_ROW);
    [all...]
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
159 tmp2 = dataptr[2] + dataptr[5];
170 tmp11 = tmp1 + tmp2;
171 tmp12 = tmp1 - tmp2;
224 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
235 tmp11 = tmp1 + tmp2;
236 tmp12 = tmp1 - tmp2;
  /external/qemu/distrib/jpeg-6b/
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
125 tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
128 tmp10 = tmp0 + tmp2; /* phase 3 */
129 tmp11 = tmp0 - tmp2;
137 tmp2 = tmp11 - tmp12;
166 wsptr[DCTSIZE*2] = tmp2 + tmp5;
167 wsptr[DCTSIZE*5] = tmp2 - tmp5;
199 tmp2 = tmp11 - tmp12;
229 outptr[2] = range_limit[(int) DESCALE((INT32) (tmp2 + tmp5), 3)
231 outptr[5] = range_limit[(int) DESCALE((INT32) (tmp2 - tmp5), 3
    [all...]
jidctred.c 122 INT32 tmp0, tmp2, tmp10, tmp12; local
164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
181 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
222 tmp2 = MULTIPLY((INT32) wsptr[2], FIX_1_847759065)
225 tmp10 = tmp0 + tmp2;
226 tmp12 = tmp0 - tmp2;
    [all...]
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
226 tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
229 tmp10 = tmp0 + tmp2; /* phase 3 */
230 tmp11 = tmp0 - tmp2;
238 tmp2 = tmp11 - tmp12;
267 wsptr[DCTSIZE*2] = (int) (tmp2 + tmp5);
268 wsptr[DCTSIZE*5] = (int) (tmp2 - tmp5);
325 tmp2 = tmp11 - tmp12;
355 outptr[2] = range_limit[IDESCALE(tmp2 + tmp5, PASS1_BITS+3)
357 outptr[5] = range_limit[IDESCALE(tmp2 - tmp5, PASS1_BITS+3
    [all...]
jidctintelsse.c 106 __m128i row0, tmp1, tmp2, tmp3, row2, tmp5, tmp6, tmp7; local
135 tmp2 = _mm_shuffle_epi32(row0, 0xAA); /*x6, x4, x6, x4, x6, x4, x6, x4*/ \
144 tmp2 = _mm_madd_epi16(tmp2, * ( __m128i*)(table1+8) ); /*x6*w15+x4*w14, x6*w11+x4*w10, x6*w7+x4*w6, x6*w3+x4*w2*/ \
151 tmp1 = _mm_add_epi32(tmp1, tmp2); /*a3, a2, a1, a0*/ \
154 tmp2 = tmp1; \
156 tmp2 = _mm_sub_epi32(tmp2, row0); /*for row0. y4= a3-b3, y5=a2-b2, y6=a1-b1, y7=a0-b0 */ \
160 tmp2 = _mm_srai_epi32(tmp2, SHIFT_INV_ROW);
    [all...]
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
159 tmp2 = dataptr[2] + dataptr[5];
170 tmp11 = tmp1 + tmp2;
171 tmp12 = tmp1 - tmp2;
224 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
235 tmp11 = tmp1 + tmp2;
236 tmp12 = tmp1 - tmp2;
  /external/webrtc/src/common_audio/signal_processing/
resample_fractional.c 154 WebRtc_Word32 tmp2 = 16384; local
159 tmp2 += coef * in2[-0];
163 tmp2 += coef * in2[-1];
167 tmp2 += coef * in2[-2];
171 tmp2 += coef * in2[-3];
175 tmp2 += coef * in2[-4];
179 tmp2 += coef * in2[-5];
183 tmp2 += coef * in2[-6];
187 tmp2 += coef * in2[-7];
191 *out2 = tmp2 + coef * in2[-8]
    [all...]
  /external/openssl/crypto/bn/asm/
bn-586.pl 435 $tmp2="edx";
453 &mov($tmp2,&DWP($i*4,$b,"",0)); # *b
457 &add($tmp1,$tmp2);
478 &mov($tmp2,&DWP($i*4,$b,"",0));# *b
482 &add($tmp1,$tmp2);
507 $tmp2="edx";
525 &mov($tmp2,&DWP($i*4,$b,"",0)); # *b
529 &sub($tmp1,$tmp2);
550 &mov($tmp2,&DWP($i*4,$b,"",0));# *b
554 &sub($tmp1,$tmp2);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
calc_en.cpp 286 Word16 tmp2; /* temporal storage */ local
307 tmp2 = exc[i];
310 s2 = amrnb_fxp_mac_16_by_16bb((Word32) tmp2, (Word32) tmp2, s2); /* Compute ltp excitation energy */
311 s3 = amrnb_fxp_mac_16_by_16bb((Word32) tmp2, (Word32) code[i], s3);/* Compute scalar product */
314 L_temp = L_mult(tmp2, gain_pit, pOverflow);
316 tmp2 = sub(tmp1, pv_round(L_temp, pOverflow), pOverflow);
318 s4 = L_mac(s4, tmp2, tmp2, pOverflow);
cor_h.cpp 282 Word16 tmp2; local
398 tmp2 = ((Word32) * (p_sign1) * *(p_sign2--)) >> 15;
401 *rr2 = ((Word32) tmp1 * tmp2) >> 15;
416 tmp2 = ((Word32) * (p_sign1) * *(p_sign2)) >> 15;
417 *rr1 = ((Word32) tmp1 * tmp2) >> 15;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_ver_quarter.s 45 tmp2 RN 5 label
140 LDR tmp2, [sp, #0x228] ;// verOffset
141 ADD count, count, tmp2 ;// |xx|partH-1|partW-1|verOffset|
152 LDR tmp2, [ref], width ;// |c4|c3|c2|c1|
161 UXTB16 tmpb, tmp2 ;// |c3|c1|
179 UXTB16 tmpb, tmp2, ROR #8 ;// |c4|c2|
204 ;// tmp2 = |a4|a3|a2|a1|
218 UXTAB16 tmpa, tmpa, tmp2 ;// 16+20(G+M)+A
234 UXTAB16 tmpa, tmpa, tmp2, ROR #8 ;// 16+20(G+M)+A
242 MVNEQ tmp2, tmp4 ;// select verOffset=
    [all...]
h264bsd_interpolate_ver_half.s 46 tmp2 RN 5 label
151 LDR tmp2, [ref], width ;// |c4|c3|c2|c1|
160 UXTB16 tmpb, tmp2 ;// |c3|c1|
178 UXTB16 tmpb, tmp2, ROR #8 ;// |c4|c2|
195 ;// tmp2 = |a4|a3|a2|a1|
209 UXTAB16 tmpa, tmpa, tmp2 ;// 16+20(G+M)+A
225 UXTAB16 tmpa, tmpa, tmp2, ROR #8 ;// 16+20(G+M)+A
232 LDR tmp2, [ref], width
244 ;// tmp2 = |t4|t3|t2|t1|
254 UXTAB16 tmpa, tmpa, tmp2 ;// 16+20(G+M)+A+
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 170 signed tmp2 = y2 * 298; local
171 signed b2 = (tmp2 + u_b) / 256;
172 signed g2 = (tmp2 + v_g + u_g) / 256;
173 signed r2 = (tmp2 + v_r) / 256;
258 signed tmp2 = y2 * 298; local
259 signed b2 = (tmp2 + u_b) / 256;
260 signed g2 = (tmp2 + v_g + u_g) / 256;
261 signed r2 = (tmp2 + v_r) / 256;
331 signed tmp2 = y2 * 298; local
332 signed b2 = (tmp2 + u_b) / 256
405 signed tmp2 = y2 * 298; local
475 signed tmp2 = y2 * 298; local
    [all...]
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_sbc.c 149 UINT32 idx, tmp, tmp2; local
175 tmp2 = (idx<<1);
177 p_pkt[idx] = p_pkt[tmp2];
178 p_pkt[tmp2] = tmp;
180 printf("tmp2: %02d, len: %d, idx: %d\n",
181 tmp2, len, a2d_sbc_ds_cb.fr[a2d_sbc_ds_cb.index].idx);
186 tmp2 = p_pkt[idx];
187 tmp = (tmp2>>3)+(tmp2<<5);
191 (UINT8)tmp2, len, a2d_sbc_ds_cb.fr[a2d_sbc_ds_cb.index].idx
    [all...]
  /system/core/include/private/pixelflinger/
ggl_fixed.h 198 GGLfixed result,tmp,tmp1,tmp2; local
238 : [res]"=&r"(result),[tmp]"=&r"(tmp),[tmp1]"=&r"(tmp1),[tmp2]"=&r"(tmp2)
249 "sra %[tmp2],%[tmp],0x1f \t\n"
252 "addu %[tmp],%[tmp],%[tmp2] \t\n"
254 "srl %[tmp2],%[res],%[rshift] \t\n"
258 "or %[tmp],%[tmp],%[tmp2] \t\n"
260 : [res]"=&r"(result),[tmp]"=&r"(tmp),[tmp1]"=&r"(tmp1),[tmp2]"=&r"(tmp2)
272 "sra %[tmp2],%[tmp],0x1f \t\n
294 GGLfixed result,t,tmp1,tmp2; local
366 GGLfixed result,t,tmp1,tmp2; local
    [all...]
  /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...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
lagconceal.cpp 149 int16 i, tmp, tmp2; local
254 tmp2 = *T0 - lastLag;
260 else if ((lastGain > 8192) && (secLastGain > 8192) && ((tmp2 + 10) > 0 && tmp2 < 10))
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 333 i32 tmp1, tmp2; local
337 tmp2 = mb1->totalCoeff[ind2];
343 if (tmp1 || tmp2)
368 i32 tmp1, tmp2, tmp3, tmp4; local
371 tmp2 = mb1->mv[ind2].hor;
375 if ( (ABS(tmp1 - tmp2) >= 4) || (ABS(tmp3 - tmp4) >= 4) ||
427 u32 tmp1, tmp2, tmp3, tmp4; local
430 tmp2 = mb2->totalCoeff[10];
433 if (tmp1 || tmp2)
444 tmp2 = mb2->totalCoeff[14]
494 u32 tmp1, tmp2, tmp3, tmp4; local
1891 u32 tmp1, tmp2, isIntraMb; local
    [all...]

Completed in 349 milliseconds

1 2 34 5 6 7 8 91011