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

1 2 3 4 5 6 7

  /external/llvm/test/MC/X86/AlignedBundling/
labeloffset.s 78 tmp3: label
84 # CHECK: tmp3:
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_mips.c 51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; local
59 "sub %[tmp3], %[value], %[tmp1] \n\t"
62 "movz %[value], %[tmp3], %[tmp2] \n\t"
69 "subu %[tmp3], %[value], %[tmp1] \n\t"
71 "movz %[value], %[tmp3], %[tmp2] \n\t"
78 "subu %[tmp3], %[value], %[tmp1] \n\t"
80 "movz %[value], %[tmp3], %[tmp2] \n\t"
87 "subu %[tmp3], %[value], %[tmp1] \n\t"
89 "movz %[value], %[tmp3], %[tmp2] \n\t"
96 "subu %[tmp3], %[value], %[tmp1] \n\t
    [all...]
complex_bit_reverse_mips.c 67 int32_t tmp1, tmp2, tmp3, tmp4; local
82 "lh %[tmp3], 4(%[pcoeftable_8]) \n\t"
86 "addu %[tr], %[frfi], %[tmp3] \n\t"
90 "ulw %[tmp3], 0(%[tr]) \n\t"
95 "usw %[tmp3], 0(%[ti]) \n\t"
106 "ulw %[tmp3], 0(%[tr]) \n\t"
111 "usw %[tmp3], 0(%[ti]) \n\t"
118 [tmp3] "=&r" (tmp3), [pcoeftable_8] "+r" (pcoeftable_8),
134 "lh %[tmp3], 4(%[pcoeftable_7]) \n\t
    [all...]
downsample_fast_mips.c 28 int32_t tmp1, tmp2, tmp3, tmp4, factor_2; local
59 "lwl %[tmp3], -3(%[p_data_in]) \n\t"
63 "lwr %[tmp3], -6(%[p_data_in]) \n\t"
66 "packrl.ph %[tmp3], %[tmp3], %[tmp3] \n\t"
68 "dpa.w.ph $ac0, %[tmp3], %[tmp4] \n\t"
94 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3),
120 "lh %[tmp3], -2(%[p_data_in]) \n\t
    [all...]
  /external/aac/libAACdec/src/arm/
block_arm.cpp 120 FIXP_DBL tmp0, tmp1, tmp2, tmp3; local
124 tmp3 = pSpectrum[3];
128 tmp3 >>= scale;
132 *pSpectrum++ = tmp3;
  /external/aac/libFDK/src/arm/
scale_arm.cpp 119 FIXP_DBL tmp3 = mySpec[3]; local
123 tmp3 = fMultDiv2(tmp3, factor);
127 tmp3 <<= shift;
131 *mySpec++ = tmp3;
149 FIXP_DBL tmp3 = mySpec[3]; local
153 tmp3 = fMultDiv2(tmp3, factor);
157 tmp3 >>= shift;
161 *mySpec++ = tmp3;
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_reorder.cpp 157 int32 tmp3 = xr[src_line+(sfb_lines<<1)]; local
161 Scratch_mem[freq+2] = tmp3;
178 int32 tmp3 = xr[src_line+(sfb_lines<<1)]; local
182 Scratch_mem[freq+2] = tmp3;
pvmp3_dct_6.cpp 120 Int32 tmp3; local
132 tmp3 = vec[3] - vec[2];
139 tmp0 = fxp_mul32_Q30(tmp3, cos_7_pi_12);
143 vec[3] = fxp_mul32_Q30((tmp3 + tmp4 - tmp5), cos_3_pi_12);
144 tmp0 = fxp_mul32_Q30(tmp3, cos_11_pi_12);
pvmp3_get_scale_factors.cpp 201 uint32 tmp3 = getNbits(pMainData, tmp2); local
205 *(ptr++) = (tmp3 << (32 - tmp2)) >> tmp4;
pvmp3_mdct_18.cpp 138 int32 tmp3; local
165 tmp3 = vec[16]; //
183 vec[13] = vec[15] - tmp3;
184 vec[15] = vec[17] - tmp3;
190 tmp3 = vec[9];
196 vec[i+10] = tmp3 + tmp4;
199 tmp3 = tmp4;
206 vec[16] = tmp3 + tmp4;
237 tmp3 = history[10];
241 vec[10] = fxp_mac32_Q32(tmp3, tmp4 << 1, window[10])
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
state_construct.c 36 int16_t *tmp1, *tmp2, *tmp3; local
107 tmp3 = Out_fix;
109 (*tmp3) = (*tmp1) + (*tmp2);
112 tmp3++;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
band_pass_6k_7k.cpp 195 int16 tmp3 = x[(i<<2)+j+2]; local
200 L_tmp2 = fxp_mac_16by16(tmp3, fir_6k_7k[j+1], L_tmp2);
201 L_tmp3 = fxp_mac_16by16(tmp3, fir_6k_7k[j ], L_tmp3);
202 L_tmp1 = fxp_mac_16by16(tmp3, fir_6k_7k[j+2], L_tmp1);
isf_extrapolation.cpp 122 int16 coeff, mean, tmp, tmp2, tmp3; local
162 tmp3 = sub_int16(IsfDiff[i - 2], mean);
163 L_tmp = mul_16by16_to_int32(tmp2, tmp3);
172 tmp3 = sub_int16(IsfDiff[i - 3], mean);
173 L_tmp = mul_16by16_to_int32(tmp2, tmp3);
182 tmp3 = sub_int16(IsfDiff[i - 4], mean);
183 L_tmp = mul_16by16_to_int32(tmp2, tmp3);
low_pass_filt_7k.cpp 175 int16 tmp3 = x[(i<<2)+j+2]; local
180 L_tmp2 = fxp_mac_16by16(tmp3, fir_7k[j+1], L_tmp2);
181 L_tmp3 = fxp_mac_16by16(tmp3, fir_7k[j ], L_tmp3);
182 L_tmp1 = fxp_mac_16by16(tmp3, fir_7k[j+2], L_tmp1);
pred_lt4.cpp 202 int16 tmp3 = pt_exc[i+2]; local
208 L_sum2 = fxp_mac_16by16(tmp3, pt_inter4_2[i+1], L_sum2);
209 L_sum3 = fxp_mac_16by16(tmp3, pt_inter4_2[i ], L_sum3);
210 L_sum1 = fxp_mac_16by16(tmp3, pt_inter4_2[i+2], L_sum1);
  /art/runtime/arch/arm64/
memcmp16_arm64.S 43 #define tmp3 x10 define
  /bionic/libc/arch-arm64/generic/bionic/
memcmp.S 51 #define tmp3 x10 define
memcpy_base.S 42 #define tmp3 x5 define
memmove.S 45 #define tmp3 x5 define
strchr.S 49 #define tmp3 x5 define
108 mov tmp3, #~0
110 lsr tmp1, tmp3, tmp1
112 mov tmp3, vend1.d[0]
113 bic tmp1, tmp3, tmp1 // Mask padding bits.
strcmp.S 54 #define tmp3 x9 define
111 rev tmp3, data1
112 sub tmp1, tmp3, zeroones
113 orr tmp2, tmp3, #REP8_7f
strlen.S 48 #define tmp3 x9 define
75 sub tmp3, data2, zeroones
78 bics has_nul2, tmp3, tmp4
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 48 tmp3 .req r6 label
  /external/wpa_supplicant_8/src/crypto/
milenage.c 39 u8 tmp1[16], tmp2[16], tmp3[16]; local
57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i];
60 tmp3[i] ^= tmp1[i];
63 /* f1 || f1* = E_K(tmp3) XOR OP_c */
64 if (aes_128_encrypt_block(k, tmp3, tmp1))
91 u8 tmp1[16], tmp2[16], tmp3[16]; local
111 if (aes_128_encrypt_block(k, tmp1, tmp3))
114 tmp3[i] ^= opc[i];
116 os_memcpy(res, tmp3 + 8, 8); /* f2 */
118 os_memcpy(ak, tmp3, 6); /* f5 *
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_mid_hor.s 46 tmp3 RN 10 label
81 AND tmp3, count, #0x000F0000 ;// partWidth-1
84 ADD count, count, tmp3, LSL #12
95 SMULTB tmp3, x_2_0, mult_20_01
100 SMLATB tmp3, x_3_1, mult_20_m5, tmp3
106 SMLADX tmp3, x_6_4, mult_20_m5, tmp3
112 SMLADX tmp3, x_7_5, mult_20_01, tmp3
    [all...]

Completed in 718 milliseconds

1 2 3 4 5 6 7