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

1 2 3 4 5 6 7 8

  /external/aac/libFDK/include/arm/
cplx_mul.h 110 LONG tmp1,tmp2; local
118 : "=&r"(tmp1), "=&r"(tmp2)
122 *c_Re = tmp1;
135 LONG tmp1, tmp2; local
139 "smlawb %0, %2, %4, %1;\n" /* tmp1 = a_Re * b_Re - a_Im * b_Im */
142 : "=&r"(tmp1), "=&r"(tmp2)
146 *c_Re = tmp1;
159 LONG tmp1, tmp2; local
166 : "=&r"(tmp1), "=&r"(tmp2)
170 *c_Re += tmp1;
184 LONG tmp1, tmp2; local
    [all...]
  /external/stlport/test/compiler/
partial_spec.cpp 29 int tmp1 = 0; local
31 func(tmp1);
  /frameworks/av/media/libstagefright/codecs/aacdec/
q_normalize.cpp 311 Int tmp1, tmp2; local
312 tmp1 = *(pWinSfbTop++);
314 sfbWidth = tmp1 - stop_idx;
327 Int32 tmp1, tmp2; local
328 tmp1 = *(pCoef++);
336 max |= (tmp1 >> 31) ^ tmp1;
338 tmp1 = *(pCoef++);
341 max |= (tmp1 >> 31) ^ tmp1;
349 Int32 tmp1, tmp2; local
    [all...]
calc_sbr_anafilterbank.cpp 149 Int32 tmp1; local
179 tmp1 = *(pt_X_1--);
182 realAccu1 = fxp_mul32_by_16(*(pt_C), tmp1);
184 tmp1 = pt_X_1[ -63];
186 realAccu1 = fxp_mac32_by_16(*(pt_C), tmp1, realAccu1);
188 tmp1 = pt_X_1[ -127];
190 realAccu1 = fxp_mac32_by_16(*(pt_C), tmp1, realAccu1);
192 tmp1 = pt_X_1[ -191];
194 realAccu1 = fxp_mac32_by_16(*(pt_C), tmp1, realAccu1);
196 tmp1 = pt_X_1[ -255]
289 Int32 tmp1; local
    [all...]
idct32.cpp 117 Int32 tmp1, tmp2; local
126 tmp1 = *(pt_vec++);
131 *(pt_odd++) = tmp2 + tmp1;
135 *(pt_odd++) = tmp2 + tmp1;
136 tmp1 = *(pt_vec++);
139 *(pt_odd++) = tmp2 + tmp1;
142 *(pt_odd++) = tmp2 + tmp1;
156 tmp1 = *(pt_even--);
161 *(pt_vecN_1++) = tmp1 - tmp3;
162 *(pt_vec--) = tmp1 + tmp3
    [all...]
dst32.cpp 126 Int32 tmp1, tmp2; local
134 tmp1 = 0;
143 *(pt_odd++) = tmp2 + tmp1;
145 tmp1 = *(pt_vec++);
146 *(pt_odd++) = tmp1 + tmp3;
150 *(pt_odd) = *(pt_vec) + tmp1;
159 tmp1 = temp_even[15];
163 *(pt_vecN_1++) = tmp3 - tmp1;
164 vec[15] = tmp3 + tmp1;
165 tmp1 = temp_even[13]
    [all...]
idct16.cpp 124 Int32 tmp1, tmp2; local
134 tmp1 = *(pt_vec++);
135 *(pt_odd++) = tmp1;
143 *(pt_odd++) = tmp2 + tmp1;
145 tmp1 = tmp3;
152 *(pt_odd++) = tmp2 + tmp1;
171 tmp1 = *(pt_even--);
177 *(pt_vecN_1++) = tmp1 - tmp3;
178 *(pt_vec--) = tmp1 + tmp3;
180 tmp1 = *(pt_even--)
    [all...]
dst16.cpp 120 Int32 tmp1, tmp2; local
129 tmp1 = *(pt_vec++);
130 *(pt_odd++) = tmp1;
138 *(pt_odd++) = tmp2 + tmp1;
140 tmp1 = tmp3;
145 *(pt_odd++) = *(pt_vec) + tmp1;
156 tmp1 = *(pt_even--);
162 *(pt_vec--) = tmp3 + tmp1;
163 *(pt_vecN_1++) = tmp3 - tmp1;
165 tmp1 = *(pt_even--)
    [all...]
calc_sbr_synfilterbank.cpp 253 Int16 tmp1; local
272 tmp1 = V[ 704];
274 realAccu1 = fxp_mac_16_by_16(tmp1, Qfmt(0.853738560F), ROUND_SYNFIL);
276 tmp1 = -V[ 512];
278 realAccu1 = fxp_mac_16_by_16(tmp1, Qfmt(-0.361158990F), realAccu1);
280 tmp1 = V[ 448];
282 realAccu1 = fxp_mac_16_by_16(tmp1, Qfmt(0.070353307F), realAccu1);
284 tmp1 = -V[ 256];
286 realAccu1 = fxp_mac_16_by_16(tmp1, Qfmt(-0.013271822F), realAccu1);
290 tmp1 = V[ 32]
459 Int16 tmp1; local
    [all...]
  /external/openssl/crypto/bn/asm/x86/
add.pl 15 $tmp1="ecx";
33 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
35 &add($tmp1,$c);
38 &add($tmp1,$tmp2);
40 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
58 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
60 &add($tmp1,$c);
63 &add($tmp1,$tmp2);
66 &mov(&DWP($i*4,$r,"",0),$tmp1); # *a
sub.pl 15 $tmp1="ecx";
33 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
35 &sub($tmp1,$c);
38 &sub($tmp1,$tmp2);
40 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
58 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
60 &sub($tmp1,$c);
63 &sub($tmp1,$tmp2);
66 &mov(&DWP($i*4,$r,"",0),$tmp1); # *a
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 89 u32 tmp1, tmp2; local
113 tmp1 = *ptr++;
115 *lum++ = tmp1;
117 tmp1 = *ptr++;
119 *lum++ = tmp1;
127 tmp1 = *ptr++;
129 *cb++ = tmp1;
136 tmp1 = *ptr++;
138 *cr++ = tmp1;
186 i32 tmp1, tmp2, tmp3, tmp4 local
    [all...]
h264bsd_transform.c 99 i32 tmp0, tmp1, tmp2, tmp3; local
108 tmp1 = levelScale[qpMod6[qp]][0] << qpDiv;
113 data[0] = (data[0] * tmp1);
131 data[2] = (d2 * tmp1);
138 data[8] = (d2 * tmp1);
152 data[10] = (d2 * tmp1);
159 tmp1 = ptr[0] - ptr[2];
163 ptr[1] = tmp1 + tmp2;
164 ptr[2] = tmp1 - tmp2;
173 tmp1 = data[0] - data[8]
257 i32 tmp0, tmp1, tmp2, tmp3; local
361 i32 tmp0, tmp1, tmp2, tmp3; local
    [all...]
  /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) {
83 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
86 if ((res = mp_add(&tmp1, &a1, &tmp1)) != MP_OKAY) {
89 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {
92 if ((res = mp_add(&tmp1, &a2, &tmp1)) != MP_OKAY) {
109 if ((res = mp_mul(&tmp1, &tmp2, &w1)) != MP_OKAY)
    [all...]
bn_mp_toom_sqr.c 22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
60 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
63 if ((res = mp_add(&tmp1, &a1, &tmp1)) != MP_OKAY) {
66 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {
69 if ((res = mp_add(&tmp1, &a2, &tmp1)) != MP_OKAY) {
73 if ((res = mp_sqr(&tmp1, &w1)) != MP_OKAY)
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2_internal.c 34 WebRtc_Word32 tmp0, tmp1, diff; local
46 tmp1 = state[0] + diff * kResampleAllpass[1][0];
48 diff = tmp1 - state[2];
54 state[1] = tmp1;
76 tmp1 = state[4] + diff * kResampleAllpass[0][0];
78 diff = tmp1 - state[6];
84 state[5] = tmp1;
104 tmp1 = (in[(i << 1) + 2] + in[(i << 1) + 3]) >> 15;
110 if (tmp1 > (WebRtc_Word32)0x00007FFF)
111 tmp1 = 0x00007FFF
129 WebRtc_Word32 tmp0, tmp1, diff; local
203 WebRtc_Word32 tmp0, tmp1, diff; local
273 WebRtc_Word32 tmp0, tmp1, diff; local
343 WebRtc_Word32 tmp0, tmp1, diff; local
422 WebRtc_Word32 tmp0, tmp1, diff; local
555 WebRtc_Word32 tmp0, tmp1, diff; local
    [all...]
  /external/aac/libFDK/src/arm/
scale_arm.cpp 117 FIXP_DBL tmp1 = mySpec[1]; local
121 tmp1 = fMultDiv2(tmp1, factor);
125 tmp1 <<= shift;
129 *mySpec++ = tmp1;
147 FIXP_DBL tmp1 = mySpec[1]; local
151 tmp1 = fMultDiv2(tmp1, factor);
155 tmp1 >>= shift;
159 *mySpec++ = tmp1;
    [all...]
  /external/openssl/crypto/bf/asm/
bf-586.pl 15 $tmp1="eax";
44 &xor( $tmp1, $tmp1);
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);
64 # &mov($tmp1,&wparam(0)); In last loop
77 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
80 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
82 # &mov($tmp1,&wparam(0)); In last loop
87 &mov(&DWP(4,$tmp1,"",0),$L)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_mdct_18.cpp 136 int32 tmp1; local
153 tmp1 = *(pt_vec_o);
155 tmp1 = fxp_mul32_Q27(tmp1, *(pt_cos_x--));
156 *(pt_vec++) = tmp + tmp1 ;
157 *(pt_vec_o--) = fxp_mul32_Q28((tmp - tmp1), *(pt_cos_split++));
197 tmp1 = vec[i+1];
200 history[i ] = -(tmp2 + tmp1);
201 tmp2 = tmp1;
207 tmp1 = vec[7]
    [all...]
pvmp3_dct_16.cpp 155 int32 tmp1; local
186 tmp1 = vec[ 1] + vec[14];
193 itmp_e1 = (tmp1 + tmp6);
194 tmp6 = fxp_mul32_Q32((tmp1 - tmp6), Qfmt_31(0.60134488693505F));
211 tmp1 = (tmp3 + tmp4);
216 tmp0 = (tmp7 + tmp1);
217 tmp1 = fxp_mul32_Q32((tmp7 - tmp1), Qfmt_31(0.54119610014620F));
224 tmp0 = fxp_mul32_Q32((tmp1 - tmp3) << 1, Qfmt_31(0.70710678118655F));
225 vec[ 4] = tmp1 + tmp3 + tmp0
380 int32 tmp1 = *(pt_vect_2); local
396 int32 tmp1 = *(pt_vect_2); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_half.s 54 tmp1 RN 7 label
154 AND tmp1, count, #0x000F0000 ;// partHeight-1
156 ADD count, count, tmp1, LSL #8
168 SMLAD tmp1, x_2_0, mult_20_01, plus16
173 SMLAD tmp1, x_3_1, mult_20_m5, tmp1
179 SMLABB tmp1, x_6_4, mult_20_m5, tmp1
184 SMLABB tmp1, x_7_5, mult_20_01, tmp1
    [all...]
h264bsd_interpolate_chroma_hor_ver.s 52 tmp1 RN 6 label
100 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
101 ADD tmp1, tmp1, #1 ;// tmp1 = x0+ chromaPartWidth+1
102 CMP tmp1, width ;// x0+chromaPartWidth+1 > width
109 ADD tmp1, y0, chrPH ;// tmp1 = y0 + chromaPartHeight
110 ADD tmp1, tmp1, #1 ;// tmp1 = y0 + chromaPartHeight +
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h.cpp 281 Word16 tmp1; local
305 tmp1 = *(p_h++);
306 s = amrnb_fxp_mac_16_by_16bb((Word32) tmp1, (Word32) tmp1, s);
307 tmp1 = *(p_h++);
308 s = amrnb_fxp_mac_16_by_16bb((Word32) tmp1, (Word32) tmp1, s);
361 tmp1 = *(p_h2++);
362 s = amrnb_fxp_mac_16_by_16bb((Word32) tmp1, (Word32) tmp1, s)
    [all...]
  /external/wpa_supplicant_8/src/crypto/
milenage.c 39 u8 tmp1[16], tmp2[16], tmp3[16]; local
42 /* tmp1 = TEMP = E_K(RAND XOR OP_C) */
44 tmp1[i] = _rand[i] ^ opc[i];
45 if (aes_128_encrypt_block(k, tmp1, tmp1))
60 tmp3[i] ^= tmp1[i];
64 if (aes_128_encrypt_block(k, tmp3, tmp1))
67 tmp1[i] ^= opc[i];
69 os_memcpy(mac_a, tmp1, 8); /* f1 */
71 os_memcpy(mac_s, tmp1 + 8, 8); /* f1* *
91 u8 tmp1[16], tmp2[16], tmp3[16]; local
    [all...]
  /external/aac/libAACdec/src/arm/
block_arm.cpp 120 FIXP_DBL tmp0, tmp1, tmp2, tmp3; local
122 tmp1 = pSpectrum[1];
126 tmp1 >>= scale;
130 *pSpectrum++ = tmp1;

Completed in 868 milliseconds

1 2 3 4 5 6 7 8