/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
isf_extrapolation.cpp | 122 int16 coeff, mean, tmp, tmp2, tmp3; local 161 tmp2 = sub_int16(IsfDiff[i], mean); 163 L_tmp = mul_16by16_to_int32(tmp2, tmp3); 171 tmp2 = sub_int16(IsfDiff[i], mean); 173 L_tmp = mul_16by16_to_int32(tmp2, tmp3); 181 tmp2 = sub_int16(IsfDiff[i], mean); 183 L_tmp = mul_16by16_to_int32(tmp2, tmp3); 224 tmp2 = sub_int16(HfIsf[M16k - 2], HfIsf[M - 2]); 226 exp2 = norm_s(tmp2); 230 tmp2 <<= exp2 [all...] |
band_pass_6k_7k.cpp | 194 int16 tmp2 = x[(i<<2)+j+1]; local 198 L_tmp2 = fxp_mac_16by16(tmp2, fir_6k_7k[j ], L_tmp2); 199 L_tmp1 = fxp_mac_16by16(tmp2, fir_6k_7k[j+1], L_tmp1); 205 tmp2 = x[(i<<2)+j+4]; 211 L_tmp2 = fxp_mac_16by16(tmp2, fir_6k_7k[j+3], L_tmp2); 212 L_tmp4 = fxp_mac_16by16(tmp2, fir_6k_7k[j+1], L_tmp4); 213 L_tmp3 = fxp_mac_16by16(tmp2, fir_6k_7k[j+2], L_tmp3); 216 tmp2 = x[(i<<2)+j+6]; 220 L_tmp4 = fxp_mac_16by16(tmp2, fir_6k_7k[j+3], L_tmp4);
|
low_pass_filt_7k.cpp | 174 int16 tmp2 = x[(i<<2)+j+1]; local 178 L_tmp2 = fxp_mac_16by16(tmp2, fir_7k[j ], L_tmp2); 179 L_tmp1 = fxp_mac_16by16(tmp2, fir_7k[j+1], L_tmp1); 185 tmp2 = x[(i<<2)+j+4]; 191 L_tmp2 = fxp_mac_16by16(tmp2, fir_7k[j+3], L_tmp2); 192 L_tmp4 = fxp_mac_16by16(tmp2, fir_7k[j+1], L_tmp4); 193 L_tmp3 = fxp_mac_16by16(tmp2, fir_7k[j+2], L_tmp3); 196 tmp2 = x[(i<<2)+j+6]; 200 L_tmp4 = fxp_mac_16by16(tmp2, fir_7k[j+3], L_tmp4);
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
isf_extrapolation.cpp | 122 int16 coeff, mean, tmp, tmp2, tmp3; local 161 tmp2 = sub_int16(IsfDiff[i], mean); 163 L_tmp = mul_16by16_to_int32(tmp2, tmp3); 171 tmp2 = sub_int16(IsfDiff[i], mean); 173 L_tmp = mul_16by16_to_int32(tmp2, tmp3); 181 tmp2 = sub_int16(IsfDiff[i], mean); 183 L_tmp = mul_16by16_to_int32(tmp2, tmp3); 224 tmp2 = sub_int16(HfIsf[M16k - 2], HfIsf[M - 2]); 226 exp2 = norm_s(tmp2); 230 tmp2 <<= exp2 [all...] |
band_pass_6k_7k.cpp | 194 int16 tmp2 = x[(i<<2)+j+1]; local 198 L_tmp2 = fxp_mac_16by16(tmp2, fir_6k_7k[j ], L_tmp2); 199 L_tmp1 = fxp_mac_16by16(tmp2, fir_6k_7k[j+1], L_tmp1); 205 tmp2 = x[(i<<2)+j+4]; 211 L_tmp2 = fxp_mac_16by16(tmp2, fir_6k_7k[j+3], L_tmp2); 212 L_tmp4 = fxp_mac_16by16(tmp2, fir_6k_7k[j+1], L_tmp4); 213 L_tmp3 = fxp_mac_16by16(tmp2, fir_6k_7k[j+2], L_tmp3); 216 tmp2 = x[(i<<2)+j+6]; 220 L_tmp4 = fxp_mac_16by16(tmp2, fir_6k_7k[j+3], L_tmp4);
|
low_pass_filt_7k.cpp | 174 int16 tmp2 = x[(i<<2)+j+1]; local 178 L_tmp2 = fxp_mac_16by16(tmp2, fir_7k[j ], L_tmp2); 179 L_tmp1 = fxp_mac_16by16(tmp2, fir_7k[j+1], L_tmp1); 185 tmp2 = x[(i<<2)+j+4]; 191 L_tmp2 = fxp_mac_16by16(tmp2, fir_7k[j+3], L_tmp2); 192 L_tmp4 = fxp_mac_16by16(tmp2, fir_7k[j+1], L_tmp4); 193 L_tmp3 = fxp_mac_16by16(tmp2, fir_7k[j+2], L_tmp3); 196 tmp2 = x[(i<<2)+j+6]; 200 L_tmp4 = fxp_mac_16by16(tmp2, fir_7k[j+3], L_tmp4);
|
/external/jpeg/ |
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/opencore/codecs_v2/audio/aac/dec/src/ |
dst16.cpp | 120 Int32 tmp1, tmp2; local 135 tmp2 = *(pt_vec++); 138 *(pt_odd++) = tmp2 + tmp1; 139 *(pt_odd++) = tmp3 + tmp2; 161 tmp2 = *(pt_even--); 166 *(pt_vecN_1++) = tmp3 - tmp2; 167 *(pt_vec--) = tmp3 + tmp2;
|
idct8.cpp | 110 Int32 tmp2; local 131 tmp2 = fxp_mul32_by_16(vec[1] << 1, Qfmt15(0.50979557910416F)); /* (1/(2*cos( phi)));*/ 140 tmp7 = tmp2 + tmp8; 141 tmp5 = fxp_mul32_by_16((tmp2 - tmp8) << 1, Qfmt15(0.54119610014620F)); 146 tmp2 = fxp_mul32_by_16((tmp7 - tmp8) << 1, Qfmt15(0.70710678118655F)); 152 tmp6 = tmp1 + tmp2; 153 tmp7 = tmp2 + tmp3;
|
calc_sbr_envelope.cpp | 1500 UInt32 tmp2; local 2115 Int32 tmp2; local [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
dst16.cpp | 120 Int32 tmp1, tmp2; local 135 tmp2 = *(pt_vec++); 138 *(pt_odd++) = tmp2 + tmp1; 139 *(pt_odd++) = tmp3 + tmp2; 161 tmp2 = *(pt_even--); 166 *(pt_vecN_1++) = tmp3 - tmp2; 167 *(pt_vec--) = tmp3 + tmp2;
|
idct8.cpp | 110 Int32 tmp2; local 131 tmp2 = fxp_mul32_by_16(vec[1] << 1, Qfmt15(0.50979557910416F)); /* (1/(2*cos( phi)));*/ 140 tmp7 = tmp2 + tmp8; 141 tmp5 = fxp_mul32_by_16((tmp2 - tmp8) << 1, Qfmt15(0.54119610014620F)); 146 tmp2 = fxp_mul32_by_16((tmp7 - tmp8) << 1, Qfmt15(0.70710678118655F)); 152 tmp6 = tmp1 + tmp2; 153 tmp7 = tmp2 + tmp3;
|
calc_sbr_envelope.cpp | 1500 UInt32 tmp2; local 2115 Int32 tmp2; local [all...] |
/external/openssl/crypto/aes/asm/ |
aes-x86_64.pl | 233 my $tmp2=$acc2; 239 $tmp2=$s[3]; 249 $code.=" mov $s[3],$tmp2\n" if ($i!=3); 253 $code.=" shr \$24,$tmp2\n"; 257 $code.=" xor 1($sbox,$tmp2,8),$out\n"; 269 my $tmp2=$acc2; 275 $tmp2=$s[3]; 282 $code.=" mov $s[3],$tmp2\n" if ($i!=3); 287 $code.=" shr \$24,$tmp2\n"; 291 $code.=" mov 2($sbox,$tmp2,8),$tmp2\n" [all...] |
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
sad_inline.h | 28 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) 30 tmp = tmp - tmp2; 172 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) 176 rsbs tmp, tmp, tmp2 ; local 341 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) 343 __asm__ volatile("rsbs %1, %1, %2\n\trsbmi %1, %1, #0\n\tadd %0, %0, %1": "=r"(sad): "r"(tmp), "r"(tmp2));
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
sad_inline.h | 33 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) 35 tmp = tmp - tmp2; 177 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) 181 rsbs tmp, tmp, tmp2 ; local 346 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) 352 register int32 uu = tmp2;
|
fastidct.cpp | 1862 Int tmp, tmp2; local [all...] |
/frameworks/base/libs/utils/ |
CallStack.cpp | 292 char tmp2[32]; local 307 snprintf(tmp2, 32, ">+0x%p", offs); 310 res.append(tmp2);
|
/external/kernel-headers/original/asm-arm/ |
atomic.h | 103 unsigned long tmp, tmp2; local 111 : "=&r" (tmp), "=&r" (tmp2)
|
/frameworks/base/opengl/java/android/opengl/ |
Object3D.java | 190 byte tmp2 = tmp[i + 2]; 193 tmp[i + 1] = tmp2;
|
/external/skia/src/utils/ |
SkCamera.cpp | 90 Sk64 tmp1, tmp2; 93 tmp2.setMul(fY, fY); 94 tmp1.add(tmp2); 95 tmp2.setMul(fZ, fZ); 96 tmp1.add(tmp2);
|
/external/skia/src/core/ |
SkMatrix.cpp | 479 Sk64 tmp1, tmp2; local 481 tmp2.setMul(c, d); 482 tmp1.add(tmp2); 492 Sk64 tmp1, tmp2; local 494 tmp2.setMul(c, d); 495 tmp1.add(tmp2); 501 Sk64 tmp1, tmp2; local 504 tmp2.setMul(row[1], col[3]); // N * fixed 505 tmp1.add(tmp2); 507 tmp2.setMul(row[2], col[6]); // N * frac 684 Sk64 tmp1, tmp2; local [all...] |
/external/dbus/dbus/ |
dbus-auth.c | 491 DBusString tmp2; local 526 if (!_dbus_string_init (&tmp2)) 596 &tmp2, _dbus_string_get_length (&tmp2))) 599 if (!_dbus_string_append (&tmp2, " ")) 602 if (!_dbus_string_append_int (&tmp2, auth->cookie_id)) 605 if (!_dbus_string_append (&tmp2, " ")) 615 if (!_dbus_string_hex_encode (&tmp, 0, &tmp2, 616 _dbus_string_get_length (&tmp2))) 619 if (!send_data (auth, &tmp2)) [all...] |
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
pvmp3_dct_6.cpp | 119 Int32 tmp2; local 131 tmp2 = vec[3] + vec[2]; 134 vec[0] = tmp0 + tmp2 ; 135 vec[2] = fxp_mul32_Q30(tmp0 - tmp2, cos_pi_6);
|
pvmp3_reorder.cpp | 156 int32 tmp2 = xr[src_line+(sfb_lines)]; local 160 Scratch_mem[freq+1] = tmp2; 177 int32 tmp2 = xr[src_line+(sfb_lines)]; local 181 Scratch_mem[freq+1] = tmp2;
|