Searched refs:tmp13 (Results 1 - 15 of 15) sorted by relevance

/external/jpeg/
H A Djfdctflt.c62 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
83 tmp13 = tmp0 - tmp3;
90 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */
91 dataptr[2] = tmp13 + z1; /* phase 5 */
92 dataptr[6] = tmp13 - z1;
133 tmp13 = tmp0 - tmp3;
140 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */
141 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
142 dataptr[DCTSIZE*6] = tmp13 - z1;
H A Djfdctfst.c117 DCTELEM tmp10, tmp11, tmp12, tmp13; local
139 tmp13 = tmp0 - tmp3;
146 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
147 dataptr[2] = tmp13 + z1; /* phase 5 */
148 dataptr[6] = tmp13 - z1;
189 tmp13 = tmp0 - tmp3;
196 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
197 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
198 dataptr[DCTSIZE*6] = tmp13 - z1;
H A Djidctflt.c73 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; local
131 tmp13 = tmp1 + tmp3; /* phases 5-3 */
132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
134 tmp0 = tmp10 + tmp13; /* phase 2 */
135 tmp3 = tmp10 - tmp13;
193 tmp13 = wsptr[2] + wsptr[6];
194 tmp12 = (wsptr[2] - wsptr[6]) * ((FAST_FLOAT) 1.414213562) - tmp13;
196 tmp0 = tmp10 + tmp13;
197 tmp3 = tmp10 - tmp13;
H A Djfdctint.c143 INT32 tmp10, tmp11, tmp12, tmp13; local
169 tmp13 = tmp0 - tmp3;
176 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
177 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
234 tmp13 = tmp0 - tmp3;
241 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
242 dataptr[DCTSIZE*2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
H A Djidctfst.c173 DCTELEM tmp10, tmp11, tmp12, tmp13; local
232 tmp13 = tmp1 + tmp3; /* phases 5-3 */
233 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
235 tmp0 = tmp10 + tmp13; /* phase 2 */
236 tmp3 = tmp10 - tmp13;
318 tmp13 = ((DCTELEM) wsptr[2] + (DCTELEM) wsptr[6]);
320 - tmp13;
322 tmp0 = tmp10 + tmp13;
323 tmp3 = tmp10 - tmp13;
H A Djidctint.c153 INT32 tmp10, tmp11, tmp12, tmp13; local
220 tmp13 = tmp0 - tmp3;
256 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */
264 wsptr[DCTSIZE*3] = (int) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS);
265 wsptr[DCTSIZE*4] = (int) DESCALE(tmp13 - tmp0, CONST_BITS-PASS1_BITS);
322 tmp13 = tmp0 - tmp3;
358 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */
378 outptr[3] = range_limit[(int) DESCALE(tmp13 + tmp0,
381 outptr[4] = range_limit[(int) DESCALE(tmp13 - tmp0,
H A Dmips_idct_le.S156 addq.ph $s7, $t2, $t6 # tmp13
404 addq.ph $s7, $t2, $t6 # tmp13
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jfdctfst.c118 DCTELEM tmp10, tmp11, tmp12, tmp13; local
140 tmp13 = tmp0 - tmp3;
147 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
148 dataptr[2] = tmp13 + z1; /* phase 5 */
149 dataptr[6] = tmp13 - z1;
190 tmp13 = tmp0 - tmp3;
197 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
198 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
199 dataptr[DCTSIZE*6] = tmp13 - z1;
H A Dfpdfapi_jfdctint.c144 INT32 tmp10, tmp11, tmp12, tmp13; local
170 tmp13 = tmp0 - tmp3;
177 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
178 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
235 tmp13 = tmp0 - tmp3;
242 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
243 dataptr[DCTSIZE*2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
H A Dfpdfapi_jidctfst.c174 DCTELEM tmp10, tmp11, tmp12, tmp13; local
233 tmp13 = tmp1 + tmp3; /* phases 5-3 */
234 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
236 tmp0 = tmp10 + tmp13; /* phase 2 */
237 tmp3 = tmp10 - tmp13;
319 tmp13 = ((DCTELEM) wsptr[2] + (DCTELEM) wsptr[6]);
321 - tmp13;
323 tmp0 = tmp10 + tmp13;
324 tmp3 = tmp10 - tmp13;
H A Dfpdfapi_jidctint.c154 INT32 tmp10, tmp11, tmp12, tmp13; local
221 tmp13 = tmp0 - tmp3;
257 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */
265 wsptr[DCTSIZE*3] = (int) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS);
266 wsptr[DCTSIZE*4] = (int) DESCALE(tmp13 - tmp0, CONST_BITS-PASS1_BITS);
323 tmp13 = tmp0 - tmp3;
359 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */
379 outptr[3] = range_limit[(int) DESCALE(tmp13 + tmp0,
382 outptr[4] = range_limit[(int) DESCALE(tmp13 - tmp0,
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred16_dspr2.c20 int32_t tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; local
35 "lb %[tmp13], 12(%[left]) \n\t"
52 "replv.qb %[tmp13], %[tmp13] \n\t"
129 "sw %[tmp13], (%[dst]) \n\t"
130 "sw %[tmp13], 4(%[dst]) \n\t"
131 "sw %[tmp13], 8(%[dst]) \n\t"
132 "sw %[tmp13], 12(%[dst]) \n\t"
158 [tmp13] "=&r" (tmp13), [tmp1
[all...]
/external/webp/src/dsp/
H A Denc_neon.c276 const int32x2x2_t tmp13 = vtrn_s32(vreinterpret_s32_s16(AB.val[1]), local
280 vreinterpret_s64_s32(tmp13.val[0])));
282 vcombine_s64(vreinterpret_s64_s32(tmp13.val[1]),
/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 124 milliseconds