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

1 2 3 4 5 6 7

  /external/stlport/test/compiler/
partial_spec.cpp 29 int tmp1 = 0; local
31 func(tmp1);
  /external/dropbear/libtomcrypt/src/pk/katja/
katja_make_key.c 30 void *p, *q, *tmp1, *tmp2; local
44 if ((err = mp_init_multi(&p, &q, &tmp1, &tmp2, NULL)) != CRYPT_OK) {
53 if ((err = mp_sub_d(q, 1, tmp1)) != CRYPT_OK) { goto done; }
58 if ((err = mp_gcd(p, tmp1, tmp2)) != CRYPT_OK) { goto done; }
70 if ((err = mp_mul(key->p, key->q, key->pq)) != CRYPT_OK) { goto error2; } /* tmp1 = pq */
72 if ((err = mp_sub_d( p, 1, tmp1)) != CRYPT_OK) { goto error2; } /* tmp1 = q-1 */
74 if ((err = mp_lcm(tmp1, tmp2, key->d)) != CRYPT_OK) { goto error2; } /* tmp1 = lcd(p-1,q-1) */
79 if ((err = mp_mod( key->d, tmp1, key->dP)) != CRYPT_OK) { goto error2; } /* dP = d mod p-1 *
    [all...]
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_make_key.c 31 void *p, *q, *tmp1, *tmp2, *tmp3; local
49 if ((err = mp_init_multi(&p, &q, &tmp1, &tmp2, &tmp3, NULL)) != CRYPT_OK) {
59 if ((err = mp_sub_d( p, 1, tmp1)) != CRYPT_OK) { goto errkey; } /* tmp1 = p-1 */
60 if ((err = mp_gcd( tmp1, tmp3, tmp2)) != CRYPT_OK) { goto errkey; } /* tmp2 = gcd(p-1, e) */
66 if ((err = mp_sub_d( q, 1, tmp1)) != CRYPT_OK) { goto errkey; } /* tmp1 = q-1 */
67 if ((err = mp_gcd( tmp1, tmp3, tmp2)) != CRYPT_OK) { goto errkey; } /* tmp2 = gcd(q-1, e) */
70 /* tmp1 = lcm(p-1, q-1) */
72 /* tmp1 = q-1 (previous do/while loop) *
    [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;
  /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/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...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_reorder.cpp 155 int32 tmp1 = xr[src_line]; local
159 Scratch_mem[freq ] = tmp1;
176 int32 tmp1 = xr[src_line]; local
180 Scratch_mem[freq ] = tmp1;
pvmp3_dct_6.cpp 118 Int32 tmp1; local
129 tmp1 = vec[4] + vec[1];
136 vec[4] = (vec[0] >> 1) - tmp1;
137 vec[0] += tmp1;
pvmp3_get_scale_factors.cpp 196 int32 tmp1 = slen[(i>>1)][gr_info->scalefac_compress]; local
198 if (tmp1)
200 int32 tmp2 = tmp1 * tmp4;
202 tmp4 = 32 - tmp1;
203 for (; tmp2 > 0; tmp2 -= tmp1)
  /external/aac/libAACdec/src/
ldfiltbank.cpp 134 FIXP_DBL z0, z2, tmp0, tmp1; local
142 tmp1 = ( fMultDiv2(z[N/2+i], fb[N+N/2-1-i]) + fMultDiv2(z[i], fb[N+N/2+i]) ) ;
147 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp1, -WTS1-1 + scale, SAMPLE_BITS);
151 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp1, WTS1+1 - scale, SAMPLE_BITS);
  /external/aac/libFDK/include/
fft.h 126 FIXP_DBL a00, a10, a20, a30, tmp0, tmp1; local
137 tmp1 = a20 - x[5]; /* Im A - Im B */
147 x[3] = tmp1 - a10; /* Im B' = Im A - Im B - Re C + Re D */
148 x[7] = tmp1 + a10; /* Im D' = Im A - Im B + Re C - Re D */
  /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/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 50 tmp1 .req r9 label
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
98 LDRSH tmp1, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
109 SMLABB tmp1, tmp1, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
113 MOV z1, tmp1, ASR #14 @ shift result to low word
ARM-E_interpolate_loop_gnu.s 46 tmp1 .req r5 label
86 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
89 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
95 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
    [all...]
ARM-E_interpolate_noloop_gnu.s 50 tmp1 .req r8 label
78 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
81 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
87 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 50 tmp1 .req r9 label
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
98 LDRSH tmp1, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
109 SMLABB tmp1, tmp1, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
113 MOV z1, tmp1, ASR #14 @ shift result to low word
ARM-E_interpolate_loop_gnu.s 46 tmp1 .req r5 label
86 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
89 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
95 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
    [all...]
ARM-E_interpolate_noloop_gnu.s 50 tmp1 .req r8 label
78 LDRSB tmp1, [pPhaseAccum, #1] @ tmp1 = x1
81 LDRSH tmp1, [pPhaseAccum, #2] @ tmp1 = x1
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
87 SMULBB tmp1, phaseFrac, tmp1 @ tmp1 = phaseFrac * tmp2
    [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...]
resample_fractional.c 153 WebRtc_Word32 tmp1 = 16384; local
158 tmp1 += coef * in1[0];
162 tmp1 += coef * in1[1];
166 tmp1 += coef * in1[2];
170 tmp1 += coef * in1[3];
174 tmp1 += coef * in1[4];
178 tmp1 += coef * in1[5];
182 tmp1 += coef * in1[6];
186 tmp1 += coef * in1[7];
190 *out1 = tmp1 + coef * in1[8]
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
c_g_aver.cpp 286 Word16 tmp[M], tmp1, tmp2, shift1, shift2, shift;
303 tmp1 = abs_s(sub(lspAver[i], lsp[i])); // Q15
304 shift1 = sub(norm_s(tmp1), 1); // Qn
305 tmp1 = shl(tmp1, shift1); // Q15+Qn
308 tmp[i] = div_s(tmp1, tmp2); // Q15+(Q15+Qn)-(Q15+Qm)
358 tmp1 = tmp_diff;
362 tmp1 = 0;
365 // min(0.25, tmp1)
366 if (sub(2048, tmp1) < 0
486 Word16 tmp1; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
band_pass_6k_7k.cpp 193 int16 tmp1 = x[(i<<2)+j ]; local
197 L_tmp1 = fxp_mac_16by16(tmp1, fir_6k_7k[j ], L_tmp1);
204 tmp1 = x[(i<<2)+j+3];
207 L_tmp2 = fxp_mac_16by16(tmp1, fir_6k_7k[j+2], L_tmp2);
208 L_tmp4 = fxp_mac_16by16(tmp1, fir_6k_7k[j ], L_tmp4);
209 L_tmp3 = fxp_mac_16by16(tmp1, fir_6k_7k[j+1], L_tmp3);
210 L_tmp1 = fxp_mac_16by16(tmp1, fir_6k_7k[j+3], L_tmp1);
215 tmp1 = x[(i<<2)+j+5];
218 L_tmp4 = fxp_mac_16by16(tmp1, fir_6k_7k[j+2], L_tmp4);
219 L_tmp3 = fxp_mac_16by16(tmp1, fir_6k_7k[j+3], L_tmp3)
    [all...]
low_pass_filt_7k.cpp 173 int16 tmp1 = x[(i<<2)+j ]; local
177 L_tmp1 = fxp_mac_16by16(tmp1, fir_7k[j ], L_tmp1);
184 tmp1 = x[(i<<2)+j+3];
187 L_tmp2 = fxp_mac_16by16(tmp1, fir_7k[j+2], L_tmp2);
188 L_tmp4 = fxp_mac_16by16(tmp1, fir_7k[j ], L_tmp4);
189 L_tmp3 = fxp_mac_16by16(tmp1, fir_7k[j+1], L_tmp3);
190 L_tmp1 = fxp_mac_16by16(tmp1, fir_7k[j+3], L_tmp1);
195 tmp1 = x[(i<<2)+j+5];
198 L_tmp4 = fxp_mac_16by16(tmp1, fir_7k[j+2], L_tmp4);
199 L_tmp3 = fxp_mac_16by16(tmp1, fir_7k[j+3], L_tmp3)
    [all...]
pred_lt4.cpp 200 int16 tmp1 = pt_exc[i ]; local
205 L_sum1 = fxp_mac_16by16(tmp1, pt_inter4_2[i ], L_sum1);
212 tmp1 = pt_exc[i+3];
215 L_sum4 = fxp_mac_16by16(tmp1, pt_inter4_2[i ], L_sum4);
216 L_sum3 = fxp_mac_16by16(tmp1, pt_inter4_2[i+1], L_sum3);
217 L_sum2 = fxp_mac_16by16(tmp1, pt_inter4_2[i+2], L_sum2);
218 L_sum1 = fxp_mac_16by16(tmp1, pt_inter4_2[i+3], L_sum1);
223 tmp1 = pt_exc[i+5];
226 L_sum4 = fxp_mac_16by16(tmp1, pt_inter4_2[i+2], L_sum4);
227 L_sum3 = fxp_mac_16by16(tmp1, pt_inter4_2[i+3], L_sum3)
249 int16 tmp1 = pt_exc[i ]; local
    [all...]

Completed in 1402 milliseconds

1 2 3 4 5 6 7