Searched refs:tmp11 (Results 1 - 14 of 14) sorted by relevance

/external/jpeg/
H A Djfdctflt.c62 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
84 tmp11 = tmp1 + tmp2;
87 dataptr[0] = tmp10 + tmp11; /* phase 3 */
88 dataptr[4] = tmp10 - tmp11;
97 tmp11 = tmp5 + tmp6;
104 z3 = tmp11 * ((FAST_FLOAT) 0.707106781); /* c4 */
134 tmp11 = tmp1 + tmp2;
137 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
138 dataptr[DCTSIZE*4] = tmp10 - tmp11;
147 tmp11
[all...]
H A Djfdctfst.c117 DCTELEM tmp10, tmp11, tmp12, tmp13; local
140 tmp11 = tmp1 + tmp2;
143 dataptr[0] = tmp10 + tmp11; /* phase 3 */
144 dataptr[4] = tmp10 - tmp11;
153 tmp11 = tmp5 + tmp6;
160 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
190 tmp11 = tmp1 + tmp2;
193 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
194 dataptr[DCTSIZE*4] = tmp10 - tmp11;
203 tmp11
[all...]
H A Djidctflt.c73 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
129 tmp11 = tmp0 - tmp2;
136 tmp1 = tmp11 + tmp12;
137 tmp2 = tmp11 - tmp12;
152 tmp11 = (z11 - z13) * ((FAST_FLOAT) 1.414213562); /* 2*c4 */
159 tmp5 = tmp11 - tmp6;
191 tmp11 = wsptr[0] - wsptr[4];
198 tmp1 = tmp11 + tmp12;
199 tmp2 = tmp11 - tmp12;
209 tmp11
[all...]
H A Djidctfst.c173 DCTELEM tmp10, tmp11, tmp12, tmp13; local
230 tmp11 = tmp0 - tmp2;
237 tmp1 = tmp11 + tmp12;
238 tmp2 = tmp11 - tmp12;
253 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */
260 tmp5 = tmp11 - tmp6;
316 tmp11 = ((DCTELEM) wsptr[0] - (DCTELEM) wsptr[4]);
324 tmp1 = tmp11 + tmp12;
325 tmp2 = tmp11 - tmp12;
335 tmp11
[all...]
H A Djfdctint.c143 INT32 tmp10, tmp11, tmp12, tmp13; local
170 tmp11 = tmp1 + tmp2;
173 dataptr[0] = (DCTELEM) ((tmp10 + tmp11) << PASS1_BITS);
174 dataptr[4] = (DCTELEM) ((tmp10 - tmp11) << PASS1_BITS);
235 tmp11 = tmp1 + tmp2;
238 dataptr[DCTSIZE*0] = (DCTELEM) DESCALE(tmp10 + tmp11, PASS1_BITS);
239 dataptr[DCTSIZE*4] = (DCTELEM) DESCALE(tmp10 - tmp11, PASS1_BITS);
H A Djidctint.c153 INT32 tmp10, tmp11, tmp12, tmp13; local
221 tmp11 = tmp1 + tmp2;
260 wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
261 wsptr[DCTSIZE*6] = (int) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS);
323 tmp11 = tmp1 + tmp2;
366 outptr[1] = range_limit[(int) DESCALE(tmp11 + tmp2,
369 outptr[6] = range_limit[(int) DESCALE(tmp11 - tmp2,
H A Dmips_idct_le.S151 subq.ph $s5, $t0, $t4 # tmp11
204 subq.ph $s5, $s5, $s7 # tmp11 ...
208 mulq_rs.ph $s5, $s5, $t8 # ... tmp11
401 subq.ph $s5, $t0, $t4 # tmp11
427 subq.ph $s5, $s5, $s7 # tmp11 ...
431 mulq_rs.ph $s5, $s5, $t8 # ... tmp11
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jfdctfst.c118 DCTELEM tmp10, tmp11, tmp12, tmp13; local
141 tmp11 = tmp1 + tmp2;
144 dataptr[0] = tmp10 + tmp11; /* phase 3 */
145 dataptr[4] = tmp10 - tmp11;
154 tmp11 = tmp5 + tmp6;
161 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
191 tmp11 = tmp1 + tmp2;
194 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
195 dataptr[DCTSIZE*4] = tmp10 - tmp11;
204 tmp11
[all...]
H A Dfpdfapi_jidctfst.c174 DCTELEM tmp10, tmp11, tmp12, tmp13; local
231 tmp11 = tmp0 - tmp2;
238 tmp1 = tmp11 + tmp12;
239 tmp2 = tmp11 - tmp12;
254 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */
261 tmp5 = tmp11 - tmp6;
317 tmp11 = ((DCTELEM) wsptr[0] - (DCTELEM) wsptr[4]);
325 tmp1 = tmp11 + tmp12;
326 tmp2 = tmp11 - tmp12;
336 tmp11
[all...]
H A Dfpdfapi_jfdctint.c144 INT32 tmp10, tmp11, tmp12, tmp13; local
171 tmp11 = tmp1 + tmp2;
174 dataptr[0] = (DCTELEM) ((tmp10 + tmp11) << PASS1_BITS);
175 dataptr[4] = (DCTELEM) ((tmp10 - tmp11) << PASS1_BITS);
236 tmp11 = tmp1 + tmp2;
239 dataptr[DCTSIZE*0] = (DCTELEM) DESCALE(tmp10 + tmp11, PASS1_BITS);
240 dataptr[DCTSIZE*4] = (DCTELEM) DESCALE(tmp10 - tmp11, PASS1_BITS);
H A Dfpdfapi_jidctint.c154 INT32 tmp10, tmp11, tmp12, tmp13; local
222 tmp11 = tmp1 + tmp2;
261 wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
262 wsptr[DCTSIZE*6] = (int) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS);
324 tmp11 = tmp1 + tmp2;
367 outptr[1] = range_limit[(int) DESCALE(tmp11 + tmp2,
370 outptr[6] = range_limit[(int) DESCALE(tmp11 - tmp2,
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dintrapred16_dspr2.c17 int32_t tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; local
30 "lb %[tmp11], 10(%[left]) \n\t"
47 "replv.qb %[tmp11], %[tmp11] \n\t"
114 "sw %[tmp11], (%[dst]) \n\t"
115 "sw %[tmp11], 4(%[dst]) \n\t"
116 "sw %[tmp11], 8(%[dst]) \n\t"
117 "sw %[tmp11], 12(%[dst]) \n\t"
154 [tmp11] "=&r" (tmp11), [tmp1
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 263 milliseconds