Searched defs:tmp4 (Results 1 - 25 of 55) sorted by relevance

123

/external/webrtc/webrtc/common_audio/signal_processing/
H A Dspl_sqrt_floor_mips.c51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; local
61 "or %[tmp4], %[root], %[tmp1] \n\t"
63 "movz %[root], %[tmp4], %[tmp2] \n\t"
70 "ori %[tmp4], %[root], 0x8000 \n\t"
72 "movz %[root], %[tmp4], %[tmp2] \n\t"
79 "ori %[tmp4], %[root], 0x4000 \n\t"
81 "movz %[root], %[tmp4], %[tmp2] \n\t"
88 "ori %[tmp4], %[root], 0x2000 \n\t"
90 "movz %[root], %[tmp4], %[tmp2] \n\t"
97 "ori %[tmp4],
[all...]
H A Dcomplex_bit_reverse_mips.c67 int32_t tmp1, tmp2, tmp3, tmp4; local
83 "lh %[tmp4], 6(%[pcoeftable_8]) \n\t"
87 "addu %[ti], %[frfi], %[tmp4] \n\t"
91 "ulw %[tmp4], 0(%[ti]) \n\t"
94 "usw %[tmp4], 0(%[tr]) \n\t"
107 "ulw %[tmp4], 0(%[ti]) \n\t"
110 "usw %[tmp4], 0(%[tr]) \n\t"
119 [ti] "=&r" (ti), [tmp4] "=&r" (tmp4)
135 "lh %[tmp4],
[all...]
H A Ddownsample_fast_mips.c28 int32_t tmp1, tmp2, tmp3, tmp4, factor_2; local
60 "lwl %[tmp4], 7(%[p_coefs]) \n\t"
64 "lwr %[tmp4], 4(%[p_coefs]) \n\t"
68 "dpa.w.ph $ac0, %[tmp3], %[tmp4] \n\t"
95 [tmp4] "=&r" (tmp4), [p_data_in] "=&r" (p_data_in),
121 "lh %[tmp4], 2(%[p_coefs]) \n\t"
124 "mul %[tmp3], %[tmp3], %[tmp4] \n\t"
155 [tmp4] "=&r" (tmp4), [p_data_i
[all...]
H A Dcomplex_fft_mips.c33 int32_t tmp4 = 0; local
78 "lh %[tmp4], 2(%[ptr_j]) \n\t"
82 "madd %[wi], %[tmp4] \n\t"
83 "mult $ac1, %[wr], %[tmp4] \n\t"
91 "subu %[tmp4], %[tmp6], %[tmp1] \n\t"
97 "shra_r.w %[tmp4], %[tmp4], 15 \n\t"
100 "mul %[tmp2], %[wr], %[tmp4] \n\t"
102 "mul %[tmp4], %[wi], %[tmp4] \
156 int32_t tmp1 = 0, tmp2 = 0, tmp3 = 0, tmp4 = 0; local
[all...]
/external/eigen/unsupported/test/
H A DNumericalDiff.cpp55 double tmp1, tmp2, tmp3, tmp4; local
61 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4;
63 fjac(i,1) = tmp1*tmp2/tmp4;
64 fjac(i,2) = tmp1*tmp3/tmp4;
H A Dlevenberg_marquardt.cpp44 double tmp1, tmp2, tmp3, tmp4; local
50 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4;
52 fjac(i,1) = tmp1*tmp2/tmp4;
53 fjac(i,2) = tmp1*tmp3/tmp4;
/external/libjpeg-turbo/
H A Djfdctflt.c61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
78 tmp4 = dataptr[3] - dataptr[4];
96 tmp10 = tmp4 + tmp5; /* phase 2 */
128 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
146 tmp10 = tmp4 + tmp5; /* phase 2 */
H A Djfdctfst.c116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
134 tmp4 = dataptr[3] - dataptr[4];
152 tmp10 = tmp4 + tmp5; /* phase 2 */
184 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
202 tmp10 = tmp4 + tmp5; /* phase 2 */
H A Djfdctint.c144 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
164 tmp4 = dataptr[3] - dataptr[4];
186 * i0..i3 in the paper are tmp4..tmp7 here.
189 z1 = tmp4 + tmp7;
191 z3 = tmp4 + tmp6;
195 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
207 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
229 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
251 * i0..i3 in the paper are tmp4
[all...]
H A Djidctflt.c75 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
145 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1] * _0_125);
152 z11 = tmp4 + tmp7;
153 z12 = tmp4 - tmp7;
164 tmp4 = tmp10 - tmp5;
172 wsptr[DCTSIZE*3] = tmp3 + tmp4;
173 wsptr[DCTSIZE*4] = tmp3 - tmp4;
222 tmp4 = tmp10 - tmp5;
232 outptr[3] = range_limit[((int) (tmp3 + tmp4)) & RANGE_MASK];
233 outptr[4] = range_limit[((int) (tmp3 - tmp4))
[all...]
H A Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
242 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
249 z11 = tmp4 + tmp7;
250 z12 = tmp4 - tmp7;
261 tmp4 = tmp10 + tmp5;
269 wsptr[DCTSIZE*4] = (int) (tmp3 + tmp4);
270 wsptr[DCTSIZE*3] = (int) (tmp3 - tmp4);
343 tmp4 = tmp10 + tmp5;
359 outptr[4] = range_limit[IDESCALE(tmp3 + tmp4, PASS1_BITS+3)
361 outptr[3] = range_limit[IDESCALE(tmp3 - tmp4, PASS1_BIT
[all...]
/external/opencv3/3rdparty/libjpeg/
H A Djfdctflt.c62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
83 tmp4 = (FAST_FLOAT) (GETJSAMPLE(elemptr[3]) - GETJSAMPLE(elemptr[4]));
102 tmp10 = tmp4 + tmp5; /* phase 2 */
134 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
152 tmp10 = tmp4 + tmp5; /* phase 2 */
H A Djfdctfst.c117 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
139 tmp4 = GETJSAMPLE(elemptr[3]) - GETJSAMPLE(elemptr[4]);
158 tmp10 = tmp4 + tmp5; /* phase 2 */
190 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
208 tmp10 = tmp4 + tmp5; /* phase 2 */
H A Djidctflt.c73 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
141 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
148 z11 = tmp4 + tmp7;
149 z12 = tmp4 - tmp7;
160 tmp4 = tmp10 - tmp5;
168 wsptr[DCTSIZE*3] = tmp3 + tmp4;
169 wsptr[DCTSIZE*4] = tmp3 - tmp4;
218 tmp4 = tmp10 - tmp5;
228 outptr[3] = range_limit[((int) (tmp3 + tmp4)) & RANGE_MASK];
229 outptr[4] = range_limit[((int) (tmp3 - tmp4))
[all...]
H A Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
242 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
249 z11 = tmp4 + tmp7;
250 z12 = tmp4 - tmp7;
261 tmp4 = tmp10 + tmp5;
269 wsptr[DCTSIZE*4] = (int) (tmp3 + tmp4);
270 wsptr[DCTSIZE*3] = (int) (tmp3 - tmp4);
343 tmp4 = tmp10 + tmp5;
359 outptr[4] = range_limit[IDESCALE(tmp3 + tmp4, PASS1_BITS+3)
361 outptr[3] = range_limit[IDESCALE(tmp3 - tmp4, PASS1_BIT
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator_mips.c34 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
44 "lh %[tmp4], 6(%[tmp_in]) \n\t"
55 "mul %[tmp8], %[tmp4], %[tmp8] \n\t"
56 "mul %[tmp4], %[tmp4], %[tmp4] \n\t"
65 "srav %[tmp4], %[tmp4], %[scaling] \n\t"
72 "addu %[ysum32], %[ysum32], %[tmp4] \n\t"
79 [tmp4] "
105 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
[all...]
/external/aac/libFDK/src/
H A Ddct.cpp170 FIXP_DBL tmp1, tmp2, tmp3, tmp4; local
174 tmp4 = *--pTmp_1;
178 *pDat++ = tmp4;
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dintrapred16_dspr2.c16 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
23 "lb %[tmp4], 3(%[left]) \n\t"
40 "replv.qb %[tmp4], %[tmp4] \n\t"
72 "sw %[tmp4], (%[dst]) \n\t"
73 "sw %[tmp4], 4(%[dst]) \n\t"
74 "sw %[tmp4], 8(%[dst]) \n\t"
75 "sw %[tmp4], 12(%[dst]) \n\t"
150 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4),
[all...]
H A Dintrapred4_dspr2.c16 int32_t tmp1, tmp2, tmp3, tmp4; local
22 "lb %[tmp4], 3(%[left]) \n\t"
26 "replv.qb %[tmp4], %[tmp4] \n\t"
33 "sw %[tmp4], (%[dst]) \n\t"
36 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)
H A Dintrapred8_dspr2.c16 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
22 "lb %[tmp4], 3(%[left]) \n\t"
31 "replv.qb %[tmp4], %[tmp4] \n\t"
46 "sw %[tmp4], (%[dst]) \n\t"
47 "sw %[tmp4], 4(%[dst]) \n\t"
62 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4),
H A Dfwd_txfm_msa.c15 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
36 ADD4(in4, in11, in5, in10, in6, in9, in7, in8, tmp4, tmp5, tmp6, tmp7);
37 FDCT8x16_EVEN(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7,
38 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7);
39 ST_SH8(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp_ptr, 32);
134 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
153 in12, in13, in14, in15, tmp0, tmp1, tmp2, tmp3, tmp4, tmp5,
156 FDCT8x16_EVEN(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7,
157 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7);
164 TRANSPOSE8x8_SH_SH(tmp4, in
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jfdctfst.c116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
134 tmp4 = dataptr[3] - dataptr[4];
152 tmp10 = tmp4 + tmp5; /* phase 2 */
184 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
202 tmp10 = tmp4 + tmp5; /* phase 2 */
H A Dfpdfapi_jfdctint.c142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
162 tmp4 = dataptr[3] - dataptr[4];
184 * i0..i3 in the paper are tmp4..tmp7 here.
187 z1 = tmp4 + tmp7;
189 z3 = tmp4 + tmp6;
193 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
227 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
249 * i0..i3 in the paper are tmp4
[all...]
H A Dfpdfapi_jidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
242 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
249 z11 = tmp4 + tmp7;
250 z12 = tmp4 - tmp7;
261 tmp4 = tmp10 + tmp5;
269 wsptr[DCTSIZE*4] = (int) (tmp3 + tmp4);
270 wsptr[DCTSIZE*3] = (int) (tmp3 - tmp4);
343 tmp4 = tmp10 + tmp5;
359 outptr[4] = range_limit[IDESCALE(tmp3 + tmp4, PASS1_BITS+3)
361 outptr[3] = range_limit[IDESCALE(tmp3 - tmp4, PASS1_BIT
[all...]
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h604 Scalar tmp4 = tmp3/(tmp2+tmp3); local
606 if (tmp4!=0)

Completed in 540 milliseconds

123