HomeSort by relevance Sort by last modified time
    Searched refs:tmp2 (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /external/compiler-rt/lib/tsan/output_tests/
simple_stack2.cc 13 int tmp2 = tmp; local
14 (void)tmp2;
20 int tmp2 = tmp; local
21 (void)tmp2;
26 int tmp2 = tmp; local
27 (void)tmp2;
  /external/aac/libFDK/include/arm/
cplx_mul.h 110 LONG tmp1,tmp2; local
118 : "=&r"(tmp1), "=&r"(tmp2)
123 *c_Im = tmp2;
135 LONG tmp1, tmp2; local
141 "smlawb %1, %3, %4, %1;\n" /* tmp2 = a_Im * b_Re + a_Re * b_Im */
142 : "=&r"(tmp1), "=&r"(tmp2)
147 *c_Im = tmp2;
159 LONG tmp1, tmp2; local
166 : "=&r"(tmp1), "=&r"(tmp2)
171 *c_Im += tmp2;
184 LONG tmp1, tmp2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad.cpp 97 int saddata[16], tmp, tmp2; /* used when collecting flag (global) is on */ local
115 tmp2 = (cur_word >> 24) & 0xFF;
116 sad = SUB_SAD(sad, tmp, tmp2);
118 tmp2 = (cur_word >> 16) & 0xFF;
119 sad = SUB_SAD(sad, tmp, tmp2);
121 tmp2 = (cur_word >> 8) & 0xFF;
122 sad = SUB_SAD(sad, tmp, tmp2);
125 tmp2 = (cur_word & 0xFF);
126 sad = SUB_SAD(sad, tmp, tmp2);
130 tmp2 = (cur_word >> 24) & 0xFF
201 int tmp, tmp2; local
    [all...]
sad_halfpel_inline.h 31 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
33 tmp = (tmp2 >> 1) - tmp;
40 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
42 tmp = (tmp >> 2) - tmp2;
51 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
55 rsbs tmp, tmp, tmp2, asr #1 ; local
63 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
67 rsbs tmp, tmp2, tmp, asr #2 ; local
77 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
84 : "r"(tmp2)
    [all...]
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...]
  /external/stlport/test/compiler/
partial_spec.cpp 30 template_struct<int> tmp2; local
32 func(tmp2);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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...]
sad_halfpel_inline.h 34 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
36 tmp = (tmp2 >> 1) - tmp;
43 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
45 tmp = (tmp >> 2) - tmp2;
54 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
58 rsbs tmp, tmp, tmp2, asr #1 ; local
66 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
70 rsbs tmp, tmp2, tmp, asr #2 ; local
81 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
87 register int32 uu = tmp2;
    [all...]
sad_halfpel.cpp 343 Int difmad, tmp, tmp2; local
364 tmp2 = p1[13] + p2[13];
365 tmp += tmp2;
366 tmp2 = (cur_word >> 24) & 0xFF;
368 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
370 tmp2 = p1[9] + p2[9];
371 tmp += tmp2;
372 tmp2 = (cur_word >> 16) & 0xFF;
374 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
376 tmp2 = p1[5] + p2[5]
422 Int difmad, tmp, tmp2; local
500 Int difmad, tmp, tmp2; local
572 Int sad = 0, tmp, tmp2; local
640 Int sad = 0, tmp, tmp2; local
706 Int sad = 0, tmp, tmp2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
gmed_n.cpp 134 Word16 tmp2[NMAX];
138 tmp2[i] = ind[i];
146 if (sub (tmp2[j], max) >= 0)
148 max = tmp2[j];
152 tmp2[ix] = -32768;
192 Word16 tmp2[NMAX]; local
196 *(tmp2 + i) = *(ind + i);
204 if (*(tmp2 + j) >= max)
206 max = *(tmp2 + j);
210 *(tmp2 + ix) = -32768
    [all...]
  /external/clang/test/CodeGen/
vla-3.c 8 char tmp2[size+16]; local
  /external/openssl/crypto/bf/asm/
bf-586.pl 16 $tmp2="ebx";
35 &mov($tmp2,&wparam(0));
41 &mov($L,&DWP(0,$tmp2,"",0));
42 &mov($R,&DWP(4,$tmp2,"",0));
50 &mov($tmp2,&DWP(0,$P,"",0));
53 &xor($L,$tmp2);
58 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
62 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
69 &mov($tmp2,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
72 &xor($L,$tmp2);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdFillRow7.s 29 tmp2 RN 2 label
71 ASR tmp2,center,#2
72 CMP tmp2,#9
73 ADDCC pc,pc,tmp2,LSL #2
85 ; LDR tmp2, [ref], #4
87 ; STR tmp2, [fill], #4
89 ; LDR tmp2, [ref], #4
91 ; STR tmp2, [fill], #4
93 ; LDR tmp2, [ref], #4
95 ; STR tmp2, [fill],#
    [all...]
  /external/aac/libFDK/src/arm/
scale_arm.cpp 118 FIXP_DBL tmp2 = mySpec[2]; local
122 tmp2 = fMultDiv2(tmp2, factor);
126 tmp2 <<= shift;
130 *mySpec++ = tmp2;
148 FIXP_DBL tmp2 = mySpec[2]; local
152 tmp2 = fMultDiv2(tmp2, factor);
156 tmp2 >>= shift;
160 *mySpec++ = tmp2;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_transform.c 99 i32 tmp0, tmp1, tmp2, tmp3; local
109 tmp2 = levelScale[qpMod6[qp]][1] << qpDiv;
123 data[1] = (d1 * tmp2);
124 data[14] = (d2 * tmp2);
130 data[4] = (d1 * tmp2);
137 tmp0 = (d1 * tmp2);
139 data[3] = (d3 * tmp2);
143 data[6] = (d1 * tmp2);
145 data[12] = (d3 * tmp2);
153 data[11] = (d3 * tmp2);
257 i32 tmp0, tmp1, tmp2, tmp3; local
361 i32 tmp0, tmp1, tmp2, tmp3; local
    [all...]
h264bsd_image.c 89 u32 tmp1, tmp2; local
114 tmp2 = *ptr++;
116 *lum++ = tmp2;
118 tmp2 = *ptr++;
120 *lum++ = tmp2;
128 tmp2 = *ptr++;
130 *cb++ = tmp2;
137 tmp2 = *ptr++;
139 *cr++ = tmp2;
186 i32 tmp1, tmp2, tmp3, tmp4 local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_half.s 56 tmp2 RN 8 label
103 ADD tmp2, y0, partH ;// (y0+partHeight)
105 CMP tmp2, height
133 MLA tmp2, width, y0, x0 ;// y0*width+x0
134 ADD ref, ref, tmp2 ;// ref += y0*width+x0
147 ADD tmp2, partH, partW, LSL #4
148 ADD count, count, tmp2, LSL #16
170 SMLATB tmp2, x_2_0, mult_20_m5, plus16
175 SMLAD tmp2, x_3_1, mult_20_01, tmp2
    [all...]
h264bsd_interpolate_hor_quarter.s 56 tmp2 RN 8 label
105 ADD tmp2, y0, partH ;// (y0+partHeight)
107 CMP tmp2, height
135 MLA tmp2, width, y0, x0 ;// y0*width+x0
136 ADD ref, ref, tmp2 ;// ref += y0*width+x0
149 ADD tmp2, partH, partW, LSL #4
150 ADD count, count, tmp2, LSL #16
172 SMLATB tmp2, x_2_0, mult_20_m5, plus16
177 SMLAD tmp2, x_3_1, mult_20_01, tmp2
    [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...]
  /external/aac/libAACdec/src/arm/
block_arm.cpp 120 FIXP_DBL tmp0, tmp1, tmp2, tmp3; local
123 tmp2 = pSpectrum[2];
127 tmp2 >>= scale;
131 *pSpectrum++ = tmp2;
  /external/dropbear/libtommath/
bn_mp_toom_mul.c 27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
33 &b2, &tmp1, &tmp2, NULL)) != MP_OKAY) {
96 if ((res = mp_mul_2(&b0, &tmp2)) != MP_OKAY) {
99 if ((res = mp_add(&tmp2, &b1, &tmp2)) != MP_OKAY) {
102 if ((res = mp_mul_2(&tmp2, &tmp2)) != MP_OKAY) {
105 if ((res = mp_add(&tmp2, &b2, &tmp2)) != MP_OKAY) {
109 if ((res = mp_mul(&tmp1, &tmp2, &w1)) != MP_OKAY)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_mdct_18.cpp 137 int32 tmp2; local
171 tmp2 = vec[10]; // vec[10]
177 vec[ 1] = vec[ 9] - tmp2; // vec[9] + vec[10]
178 vec[ 3] = vec[11] - tmp2;
189 tmp2 = vec[0];
200 history[i ] = -(tmp2 + tmp1);
201 tmp2 = tmp1;
210 history[6] = -(tmp2 + tmp1);
221 tmp2 = history[16];
226 vec[16] = fxp_mac32_Q32(tmp2, vec[11] << 1, window[16])
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2.c 71 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; local
90 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1);
92 diff = tmp2 - state3;
94 state2 = tmp2;
102 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state5);
104 diff = tmp2 - state7;
106 state6 = tmp2;
128 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; local
147 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state1);
149 diff = tmp2 - state3
    [all...]
  /external/kernel-headers/original/asm-arm/
spinlock.h 162 unsigned long tmp, tmp2; local
173 : "=&r" (tmp), "=&r" (tmp2)
182 unsigned long tmp, tmp2; local
197 : "=&r" (tmp), "=&r" (tmp2)
204 unsigned long tmp, tmp2 = 1; local
210 : "=&r" (tmp), "+r" (tmp2)
215 return tmp2 == 0;
  /external/valgrind/main/none/tests/s390x/
mul.h 6 unsigned long tmp2 = m1; \
12 : "+d" (tmp1), "+d" (tmp2) \
15 printf(#insn " %16.16lX * %16.16lX = %16.16lX%16.16lX\n", m1, m2, tmp1, tmp2); \
21 unsigned long tmp2 = m1; \
27 : "+d" (tmp1), "+d" (tmp2) \
30 printf(#insn " %16.16lX * %16.16lX = %16.16lX%16.16lX\n", m1, m2, tmp1, tmp2); \
36 unsigned long tmp2 = m1; \
42 : "+d" (tmp1), "+d" (tmp2) \
44 printf(#insn " %16.16lX * %16.16lX = %16.16lX%16.16lX\n", m1, (unsigned long) m2, tmp1, tmp2); \
50 unsigned long tmp2 = m1;
    [all...]

Completed in 416 milliseconds

1 2 3 4 5 6 7 8 910