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

1 2 3 4 5 6 7 8 9

  /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...]
complex_fft_mips.c 32 int32_t tmp3 = 0; local
58 "sllv %[tmp3], %[m], %[k] \n\t"
59 "addiu %[tmp2], %[tmp3], 512 \n\t"
61 "lhx %[wi], %[tmp3](%[kSinTable1024]) \n\t"
64 "sllv %[tmp3], %[m], %[k] \n\t"
65 "addu %[ptr_j], %[tmp3], %[kSinTable1024] \n\t"
77 "lh %[tmp3], 0(%[ptr_j]) \n\t"
81 "mult %[wr], %[tmp3] \n\t"
84 "msub $ac1, %[wi], %[tmp3] \n\t"
101 "mul %[tmp1], %[wr], %[tmp3] \n\t
156 int32_t tmp1 = 0, tmp2 = 0, tmp3 = 0, tmp4 = 0; local
    [all...]
  /external/aac/libFDK/src/arm/
scale_arm.cpp 124 FIXP_DBL tmp3 = mySpec[3]; local
128 tmp3 = fMultDiv2(tmp3, factor);
132 tmp3 <<= shift;
136 *mySpec++ = tmp3;
150 FIXP_DBL tmp3 = mySpec[3]; local
154 tmp3 = fMultDiv2(tmp3, factor);
158 tmp3 >>= shift;
162 *mySpec++ = tmp3;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model_mips.c 36 int32_t tmp2, tmp3; local
51 "mflo %[tmp3], $ac0 \n\t"
55 : [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3), [tmp32] "=&r" (tmp32),
67 "addsc %[sum64_lo], %[sum64_lo], %[tmp3] \n\t"
71 : [tmp2] "r" (tmp2), [tmp3] "r" (tmp3)
84 "prepend %[tmp3], %[tmp2], 1 \n\t"
86 "addsc %[sum64_lo], %[sum64_lo], %[tmp3] \n\t"
89 : [tmp2] "+r" (tmp2), [tmp3] "+r" (tmp3)
119 int32_t tmp2, tmp3; local
    [all...]
pitch_estimator_mips.c 34 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
43 "lh %[tmp3], 4(%[tmp_in]) \n\t"
53 "mul %[tmp7], %[tmp3], %[tmp7] \n\t"
54 "mul %[tmp3], %[tmp3], %[tmp3] \n\t"
63 "srav %[tmp3], %[tmp3], %[scaling] \n\t"
70 "addu %[ysum32], %[ysum32], %[tmp3] \n\t"
78 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3)
105 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
    [all...]
  /external/aac/libAACdec/src/arm/
block_arm.cpp 124 FIXP_DBL tmp0, tmp1, tmp2, tmp3; local
128 tmp3 = pSpectrum[3];
132 tmp3 >>= scale;
136 *pSpectrum++ = tmp3;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
oversamp_12k8_to_16k.cpp 284 int16 tmp1, tmp2, tmp3, tmp4; local
290 tmp3 = *(pt_x++);
294 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
298 tmp3 = *(pt_x++);
302 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
306 tmp3 = *(pt_x++);
310 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
314 tmp3 = *(pt_x++);
318 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
322 tmp3 = *(pt_x++)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
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_mdct_18.cpp 139 int32 tmp3; local
166 tmp3 = vec[16]; //
184 vec[13] = vec[15] - tmp3;
185 vec[15] = vec[17] - tmp3;
191 tmp3 = vec[9];
197 vec[i+10] = tmp3 + tmp4;
200 tmp3 = tmp4;
207 vec[16] = tmp3 + tmp4;
238 tmp3 = history[10];
242 vec[10] = fxp_mac32_Q32(tmp3, tmp4 << 1, window[10])
    [all...]
pvmp3_dct_9.cpp 132 int32 tmp3 = vec[5] + vec[3]; local
135 vec[0] = (tmp0 + tmp2 + tmp3) + (tmp1 + vec[4]);
136 vec[6] = ((tmp0 + tmp2 + tmp3) >> 1) - (tmp1 + vec[4]);
146 vec[8] = fxp_mac32_Q32(vec[8], tmp3 << 1, cos_8pi_9);
147 vec[4] = fxp_mac32_Q32(vec[4], tmp3 << 1, cos_4pi_9);
148 vec[2] = fxp_mac32_Q32(vec[2], tmp3 << 1, cos_7pi_9);
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;
  /external/eigen/unsupported/test/
NumericalDiff.cpp 39 double tmp1, tmp2, tmp3; local
47 tmp3 = (i>=8)? tmp2 : tmp1;
48 fvec[i] = y[i] - (x[0] + tmp1/(x[1]*tmp2 + x[2]*tmp3));
55 double tmp1, tmp2, tmp3, tmp4; local
60 tmp3 = (i>=8)? tmp2 : tmp1;
61 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4;
64 fjac(i,2) = tmp1*tmp3/tmp4;
  /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++;
  /bionic/libc/arch-arm64/generic/bionic/
strlen.S 50 #define tmp3 x6 define
113 sub tmp3, data2, zeroones
116 bic has_nul2, tmp3, tmp4
140 sub tmp3, data2, zeroones
141 orr tmp2, tmp1, tmp3
146 sub tmp3, data2, zeroones
147 orr tmp2, tmp1, tmp3
156 bic has_nul2, tmp3, tmp4
187 sub tmp3, data2, zeroones
190 bic has_nul2, tmp3, tmp
    [all...]
strncmp.S 55 #define tmp3 x10 define
150 rev tmp3, data1
151 sub tmp1, tmp3, zeroones
152 orr tmp2, tmp3, #REP8_7f
179 neg tmp3, tmp1, lsl #3 /* 64 - bits(bytes beyond align). */
185 lsl tmp2, tmp2, tmp3 /* Shift (tmp1 & 63). */
188 lsr tmp2, tmp2, tmp3 /* Shift (tmp1 & 63). */
190 and tmp3, limit_wd, #7
194 add tmp3, tmp3, tmp
    [all...]
strnlen.S 49 #define tmp3 x10 define
95 sub tmp3, data2, zeroones
98 bic has_nul2, tmp3, tmp4
151 and tmp3, limit_wd, #15
157 add tmp3, tmp3, tmp1
166 add limit_wd, limit_wd, tmp3, lsr #4
  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred16_dspr2.c 16 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
23 "lb %[tmp3], 2(%[left]) \n\t"
40 "replv.qb %[tmp3], %[tmp3] \n\t"
67 "sw %[tmp3], (%[dst]) \n\t"
68 "sw %[tmp3], 4(%[dst]) \n\t"
69 "sw %[tmp3], 8(%[dst]) \n\t"
70 "sw %[tmp3], 12(%[dst]) \n\t"
150 : [tmp1] "=&r"(tmp1), [tmp2] "=&r"(tmp2), [tmp3] "=&r"(tmp3),
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
9s12x-exg-sex-tfr.s 29 ; exg tmp3,ccr
37 ; exg tmp3,tmp2
53 ; exg tmp3,x
61 ; exg tmp3,y
69 ; exg tmp3,sp
100 ; tfr tmp3,ccrw
108 ; tfr tmp3,tmp2
124 ; tfr tmp3,x
132 ; tfr tmp3,y
140 ; tfr tmp3,s
    [all...]
  /external/libjpeg-turbo/
jfdctflt.c 62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
78 tmp3 = dataptr[3] + dataptr[4];
83 tmp10 = tmp0 + tmp3; /* phase 2 */
84 tmp13 = tmp0 - tmp3;
128 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
133 tmp10 = tmp0 + tmp3; /* phase 2 */
134 tmp13 = tmp0 - tmp3;
jfdctfst.c 119 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
136 tmp3 = dataptr[3] + dataptr[4];
141 tmp10 = tmp0 + tmp3; /* phase 2 */
142 tmp13 = tmp0 - tmp3;
186 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
191 tmp10 = tmp0 + tmp3; /* phase 2 */
192 tmp13 = tmp0 - tmp3;
jidctflt.c 76 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
131 tmp3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6] * _0_125);
136 tmp13 = tmp1 + tmp3; /* phases 5-3 */
137 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
140 tmp3 = tmp10 - tmp13;
173 wsptr[DCTSIZE*3] = tmp3 + tmp4;
174 wsptr[DCTSIZE*4] = tmp3 - tmp4;
203 tmp3 = tmp10 - tmp13;
233 outptr[3] = range_limit[((int) (tmp3 + tmp4)) & RANGE_MASK];
234 outptr[4] = range_limit[((int) (tmp3 - tmp4)) & RANGE_MASK]
    [all...]
  /external/syslinux/com32/lib/jpeg/
jidctflt.c 125 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
177 tmp3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
182 tmp13 = tmp1 + tmp3; /* phases 5-3 */
183 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
186 tmp3 = tmp10 - tmp13;
219 wsptr[DCTSIZE*4] = tmp3 + tmp4;
220 wsptr[DCTSIZE*3] = tmp3 - tmp4;
248 tmp3 = tmp10 - tmp13;
278 outptr[4] = descale_and_clamp((int)(tmp3 + tmp4), 3);
279 outptr[3] = descale_and_clamp((int)(tmp3 - tmp4), 3)
    [all...]
  /external/capstone/bindings/ocaml/
ocaml.c 32 CAMLlocal4(arch_info, op_info_val, tmp2, tmp3);
150 tmp3 = caml_alloc(4, 0);
151 Store_field(tmp3, 0, Val_int(insn[j-1].detail->arm.operands[i].mem.base));
152 Store_field(tmp3, 1, Val_int(insn[j-1].detail->arm.operands[i].mem.index));
153 Store_field(tmp3, 2, Val_int(insn[j-1].detail->arm.operands[i].mem.scale));
154 Store_field(tmp3, 3, Val_int(insn[j-1].detail->arm.operands[i].mem.disp));
155 Store_field(tmp, 0, tmp3);
163 tmp3 = caml_alloc(2, 0);
164 Store_field(tmp3, 0, Val_int(insn[j-1].detail->arm.operands[i].shift.type));
165 Store_field(tmp3, 1, Val_int(insn[j-1].detail->arm.operands[i].shift.value))
    [all...]

Completed in 400 milliseconds

1 2 3 4 5 6 7 8 9