Searched refs:tmp5 (Results 1 - 23 of 23) sorted by relevance

/external/jpeg/
H A Djfdctint.c142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
160 tmp5 = dataptr[2] - dataptr[5];
188 z2 = tmp5 + tmp6;
190 z4 = tmp5 + tmp7;
194 tmp5 = MULTIPLY(tmp5, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */
206 dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS);
225 tmp5 = dataptr[DCTSIZE*2] - dataptr[DCTSIZE*5];
253 z2 = tmp5 + tmp6;
255 z4 = tmp5
[all...]
H A Djidctflt.c72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
142 tmp5 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
146 z13 = tmp6 + tmp5; /* phase 6 */
147 z10 = tmp6 - tmp5;
159 tmp5 = tmp11 - tmp6;
160 tmp4 = tmp10 + tmp5;
166 wsptr[DCTSIZE*2] = tmp2 + tmp5;
167 wsptr[DCTSIZE*5] = tmp2 - tmp5;
216 tmp5 = tmp11 - tmp6;
217 tmp4 = tmp10 + tmp5;
[all...]
H A Djfdctflt.c61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
76 tmp5 = dataptr[2] - dataptr[5];
96 tmp10 = tmp4 + tmp5; /* phase 2 */
97 tmp11 = tmp5 + tmp6;
126 tmp5 = dataptr[DCTSIZE*2] - dataptr[DCTSIZE*5];
146 tmp10 = tmp4 + tmp5; /* phase 2 */
147 tmp11 = tmp5 + tmp6;
H A Djfdctfst.c116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
132 tmp5 = dataptr[2] - dataptr[5];
152 tmp10 = tmp4 + tmp5; /* phase 2 */
153 tmp11 = tmp5 + tmp6;
182 tmp5 = dataptr[DCTSIZE*2] - dataptr[DCTSIZE*5];
202 tmp10 = tmp4 + tmp5; /* phase 2 */
203 tmp11 = tmp5 + tmp6;
H A Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
243 tmp5 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
247 z13 = tmp6 + tmp5; /* phase 6 */
248 z10 = tmp6 - tmp5;
260 tmp5 = tmp11 - tmp6;
261 tmp4 = tmp10 + tmp5;
267 wsptr[DCTSIZE*2] = (int) (tmp2 + tmp5);
268 wsptr[DCTSIZE*5] = (int) (tmp2 - tmp5);
342 tmp5 = tmp11 - tmp6;
343 tmp4 = tmp10 + tmp5;
[all...]
H A Djidctintelsse.c106 __m128i row0, tmp1, tmp2, tmp3, row2, tmp5, tmp6, tmp7; local
125 tmp5 = _mm_shuffle_epi32(row2, 0); \
133 tmp5 = _mm_madd_epi16(tmp5, * ( __m128i*)table2); \
148 tmp5 = _mm_add_epi32(tmp5, * ( __m128i*)M128_round_inv_row); \
152 tmp5 = _mm_add_epi32(tmp5, tmp6); \
155 tmp6 = tmp5; \
159 row2 = _mm_add_epi32(row2, tmp5); \
[all...]
H A Dmips_idct_le.S190 muleq_s.w.phl $v1, $t3, $s1 # tmp5 ...
191 muleq_s.w.phr $t3, $t3, $s1 # ... tmp5 ...
197 ins $t3, $v1, 16, 16 # ... tmp5
239 subq.ph $t3, $s5, $t5 # tmp5
465 subq.ph $t3, $s5, $t5 # tmp5
475 addq.ph $s2, $t4, $t3 # tmp2 + tmp5
476 subq.ph $s5, $t4, $t3 # tmp2 - tmp5
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jfdctint.c143 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
161 tmp5 = dataptr[2] - dataptr[5];
189 z2 = tmp5 + tmp6;
191 z4 = tmp5 + tmp7;
195 tmp5 = MULTIPLY(tmp5, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */
207 dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS);
226 tmp5 = dataptr[DCTSIZE*2] - dataptr[DCTSIZE*5];
254 z2 = tmp5 + tmp6;
256 z4 = tmp5
[all...]
H A Dfpdfapi_jfdctfst.c117 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
133 tmp5 = dataptr[2] - dataptr[5];
153 tmp10 = tmp4 + tmp5; /* phase 2 */
154 tmp11 = tmp5 + tmp6;
183 tmp5 = dataptr[DCTSIZE*2] - dataptr[DCTSIZE*5];
203 tmp10 = tmp4 + tmp5; /* phase 2 */
204 tmp11 = tmp5 + tmp6;
H A Dfpdfapi_jidctfst.c173 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
244 tmp5 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
248 z13 = tmp6 + tmp5; /* phase 6 */
249 z10 = tmp6 - tmp5;
261 tmp5 = tmp11 - tmp6;
262 tmp4 = tmp10 + tmp5;
268 wsptr[DCTSIZE*2] = (int) (tmp2 + tmp5);
269 wsptr[DCTSIZE*5] = (int) (tmp2 - tmp5);
343 tmp5 = tmp11 - tmp6;
344 tmp4 = tmp10 + tmp5;
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred16_dspr2.c19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
27 "lb %[tmp5], 4(%[left]) \n\t"
44 "replv.qb %[tmp5], %[tmp5] \n\t"
81 "sw %[tmp5], (%[dst]) \n\t"
82 "sw %[tmp5], 4(%[dst]) \n\t"
83 "sw %[tmp5], 8(%[dst]) \n\t"
84 "sw %[tmp5], 12(%[dst]) \n\t"
154 [tmp5] "=&r" (tmp5), [tmp
[all...]
H A Dvp9_intrapred8_dspr2.c19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
26 "lb %[tmp5], 4(%[left]) \n\t"
35 "replv.qb %[tmp5], %[tmp5] \n\t"
52 "sw %[tmp5], (%[dst]) \n\t"
53 "sw %[tmp5], 4(%[dst]) \n\t"
66 [tmp5] "=&r" (tmp5), [tmp7] "=&r" (tmp7),
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_ssse3.c552 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
592 tmp5 = _mm_madd_epi16(hi_10_13, stg4_6);
601 tmp5 = _mm_add_epi32(tmp5, rounding);
610 tmp5 = _mm_srai_epi32(tmp5, 14);
616 stp2_10 = _mm_packs_epi32(tmp4, tmp5);
H A Dvp9_idct_intrin_sse2.c395 tmp5 = _mm_madd_epi16(hi_1, cst2); \
404 tmp5 = _mm_add_epi32(tmp5, rounding); \
413 tmp5 = _mm_srai_epi32(tmp5, DCT_CONST_BITS); \
419 res2 = _mm_packs_epi32(tmp4, tmp5); \
532 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
620 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
944 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1341 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp local
2394 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
3351 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
3636 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
[all...]
/external/skia/src/opts/
H A DSkXfermode_opts_SSE2.cpp432 __m128i tmp5 = _mm_sub_epi32(da, SkMin32_SSE2(da, tmp4)); local
433 tmp5 = Multiply32_SSE2(sa, tmp5);
434 __m128i rc3 = _mm_add_epi32(tmp5, tmp2);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1899 LLVMValueRef tmp5 = NULL; local
1925 tmp5 = tmp1;
1957 emit_data->output[TGSI_CHAN_Y] = lp_build_mul( &bld->bld_base.base, tmp5, tmp1);
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp3295 llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond"); local
3297 tmp5 = Builder.CreateBitCast(tmp5, RHS->getType());
3299 return tmp5;
/external/v8/src/mips/
H A Dcode-stubs-mips.cc3683 Register tmp5 = t2; local
3696 __ And(tmp5, tmp3, Operand(kIsNotStringMask));
3697 __ Branch(&miss, ne, tmp5, Operand(zero_reg));
3717 __ And(tmp5, tmp3, Operand(kIsNotInternalizedMask));
3719 __ Branch(&is_symbol, ne, tmp5, Operand(zero_reg));
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc3720 Register tmp5 = a6; local
3733 __ And(tmp5, tmp3, Operand(kIsNotStringMask));
3734 __ Branch(&miss, ne, tmp5, Operand(zero_reg));
3754 __ And(tmp5, tmp3, Operand(kIsNotInternalizedMask));
3756 __ Branch(&is_symbol, ne, tmp5, Operand(zero_reg));
/external/valgrind/memcheck/
H A Dmc_translate.c561 IRAtom *tmp1, *tmp2, *tmp3, *tmp4, *tmp5, *tmp6; local
568 tmp5 = assignNew('V', mce, Ity_I64, binop(Iop_Or64, tmp1, tmp3));
571 return assignNew('V', mce, Ity_I128, binop(Iop_64HLto128, tmp6, tmp5));
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c1735 IRTemp t0, t1, t2, t3, tmp5, tmp6; local
1755 tmp5 = newTemp(Ity_F64);
1758 assign(tmp5, unop(Iop_F32toF64, getLoFromF64(Ity_F64,
1763 assign(ccIR, binop(Iop_CmpF64, mkexpr(tmp5), mkexpr(tmp6)));
/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 1607 milliseconds