HomeSort by relevance Sort by last modified time
    Searched defs:tmp0 (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp 17 Sk64 tmp0, tmp1; local
19 tmp0.setMul(v.fX, dy);
21 tmp0.sub(tmp1);
22 return tmp0.isNeg() != 0;
  /external/jpeg/
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
127 tmp0 = dataptr[0] + dataptr[7];
138 tmp10 = tmp0 + tmp3; /* phase 2 */
139 tmp13 = tmp0 - tmp3;
177 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
188 tmp10 = tmp0 + tmp3; /* phase 2 */
189 tmp13 = tmp0 - tmp3;
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
155 tmp0 = dataptr[0] + dataptr[7];
168 tmp10 = tmp0 + tmp3;
169 tmp13 = tmp0 - tmp3;
220 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
233 tmp10 = tmp0 + tmp3;
234 tmp13 = tmp0 - tmp3;
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
224 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
229 tmp10 = tmp0 + tmp2; /* phase 3 */
230 tmp11 = tmp0 - tmp2;
235 tmp0 = tmp10 + tmp13; /* phase 2 */
263 wsptr[DCTSIZE*0] = (int) (tmp0 + tmp7);
264 wsptr[DCTSIZE*7] = (int) (tmp0 - tmp7);
322 tmp0 = tmp10 + tmp13;
347 outptr[0] = range_limit[IDESCALE(tmp0 + tmp7, PASS1_BITS+3)
349 outptr[7] = range_limit[IDESCALE(tmp0 - tmp7, PASS1_BITS+3
    [all...]
jidctint.c 152 INT32 tmp0, tmp1, tmp2, tmp3; local
216 tmp0 = (z2 + z3) << CONST_BITS;
219 tmp10 = tmp0 + tmp3;
220 tmp13 = tmp0 - tmp3;
228 tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
233 z1 = tmp0 + tmp3;
235 z3 = tmp0 + tmp2;
239 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
251 tmp0 += z1 + z3
    [all...]
jidctred.c 122 INT32 tmp0, tmp2, tmp10, tmp12; local
158 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
159 tmp0 <<= (CONST_BITS+1);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
220 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1);
225 tmp10 = tmp0 + tmp2
275 INT32 tmp0, tmp10, z1; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_tri.c 117 c->reg.tmp0 = brw_vec4_grf(i, 0);
139 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */ local
143 brw_AND(p, tmp0, get_element_ud(c->reg.R0, 2), brw_imm_ud(PRIM_MASK));
147 tmp0,
179 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */ local
181 brw_AND(p, tmp0, get_element_ud(c->reg.R0, 2), brw_imm_ud(PRIM_MASK));
185 tmp0,
199 tmp0,
485 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */ local
510 brw_OR(p, tmp0, get_element(t, 0), get_element(t, 1))
    [all...]
brw_clip_unfilled.c 53 struct brw_reg e = c->reg.tmp0;
220 struct brw_reg tmp0 = get_element_ud(c->reg.tmp0, 0); local
222 brw_AND(p, tmp0, get_element_ud(c->reg.R0, 2), brw_imm_ud(PRIM_MASK));
226 tmp0,
  /external/qemu/distrib/jpeg-6b/
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
127 tmp0 = dataptr[0] + dataptr[7];
138 tmp10 = tmp0 + tmp3; /* phase 2 */
139 tmp13 = tmp0 - tmp3;
177 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
188 tmp10 = tmp0 + tmp3; /* phase 2 */
189 tmp13 = tmp0 - tmp3;
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
155 tmp0 = dataptr[0] + dataptr[7];
168 tmp10 = tmp0 + tmp3;
169 tmp13 = tmp0 - tmp3;
220 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
233 tmp10 = tmp0 + tmp3;
234 tmp13 = tmp0 - tmp3;
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
224 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
229 tmp10 = tmp0 + tmp2; /* phase 3 */
230 tmp11 = tmp0 - tmp2;
235 tmp0 = tmp10 + tmp13; /* phase 2 */
263 wsptr[DCTSIZE*0] = (int) (tmp0 + tmp7);
264 wsptr[DCTSIZE*7] = (int) (tmp0 - tmp7);
322 tmp0 = tmp10 + tmp13;
347 outptr[0] = range_limit[IDESCALE(tmp0 + tmp7, PASS1_BITS+3)
349 outptr[7] = range_limit[IDESCALE(tmp0 - tmp7, PASS1_BITS+3
    [all...]
jidctint.c 152 INT32 tmp0, tmp1, tmp2, tmp3; local
216 tmp0 = (z2 + z3) << CONST_BITS;
219 tmp10 = tmp0 + tmp3;
220 tmp13 = tmp0 - tmp3;
228 tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
233 z1 = tmp0 + tmp3;
235 z3 = tmp0 + tmp2;
239 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
251 tmp0 += z1 + z3
    [all...]
jidctred.c 122 INT32 tmp0, tmp2, tmp10, tmp12; local
158 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
159 tmp0 <<= (CONST_BITS+1);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
220 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1);
225 tmp10 = tmp0 + tmp2
275 INT32 tmp0, tmp10, z1; local
    [all...]
  /external/skia/src/utils/
SkCullPoints.cpp 17 Sk64 tmp0, tmp1; local
19 tmp0.setMul(v.fX, dy);
21 tmp0.sub(tmp1);
22 return tmp0.isNeg() != 0;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 80 EAS_I32 tmp0; local
109 tmp0 = *pInputBuffer++;
115 tmp2 *= tmp0;
127 tmp0 = tmp2 * gainLeft;
129 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS;
130 tmp1 += tmp0;
137 tmp0 = tmp2 * gainRight;
139 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS
422 EAS_I32 tmp0; local
566 EAS_I32 tmp0; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 80 EAS_I32 tmp0; local
109 tmp0 = *pInputBuffer++;
115 tmp2 *= tmp0;
127 tmp0 = tmp2 * gainLeft;
129 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS;
130 tmp1 += tmp0;
137 tmp0 = tmp2 * gainRight;
139 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS
422 EAS_I32 tmp0; local
566 EAS_I32 tmp0; local
    [all...]
  /external/srtp/crypto/cipher/
aes.c 1714 uint32_t tmp0, tmp1, tmp2, tmp3; local
1749 uint32_t tmp0, tmp1, tmp2, tmp3; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_16.cpp 154 int32 tmp0; local
177 tmp0 = vec[ 0] + vec[15];
182 itmp_e0 = fxp_mul32_Q32((tmp0 - tmp7), Qfmt_31(0.50979557910416F));
183 tmp7 = (tmp0 + tmp7);
216 tmp0 = (tmp7 + tmp1);
222 vec[ 0] = (tmp0 + tmp7) >> 1;
223 vec[ 8] = fxp_mul32_Q32((tmp0 - tmp7), Qfmt_31(0.70710678118655F));
224 tmp0 = fxp_mul32_Q32((tmp1 - tmp3) << 1, Qfmt_31(0.70710678118655F));
225 vec[ 4] = tmp1 + tmp3 + tmp0;
226 vec[12] = tmp0;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_conceal.c 591 i32 tmp0, tmp1; local
601 tmp0 = data[0];
603 data[0] = tmp0 + tmp1;
604 data[1] = tmp0 + (tmp1>>1);
605 data[2] = tmp0 - (tmp1>>1);
606 data[3] = tmp0 - tmp1;
608 tmp0 = data[4];
609 data[5] = tmp0;
610 data[6] = tmp0;
611 data[7] = tmp0;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 123 int tmp0, colorTemp; /**< temp registers */ member in struct:aa_transform_context
180 int tmp0; local
187 if (aactx->tmp0 < 0)
188 aactx->tmp0 = i;
196 assert(aactx->colorTemp != aactx->tmp0);
198 tmp0 = aactx->tmp0;
217 decl.Range.Last = tmp0;
244 newInst.Dst[0].Register.Index = tmp0;
258 newInst.Dst[0].Register.Index = tmp0;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 461 LLVMValueRef tmp0, tmp1; local
504 tmp0 = lp_build_emit_llvm_unary(&bld->bld_base, TGSI_OPCODE_ABS, src0);
505 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0);
553 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_LESS, src0, src1);
554 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
561 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_GEQUAL, src0, src1);
562 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
570 tmp0 = lp_build_mul(&bld->bld_base.base, src0, src1);
571 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2);
584 tmp0 = lp_build_sub(&bld->bld_base.base, src1, src2)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip.h 96 struct brw_reg tmp0, tmp1; member in struct:brw_clip_compile::__anon15057
  /external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.cc 453 Register tmp0 = EnsureTempRegister(); local
454 Register tmp1 = GetFreeRegisterNot(tmp0);
459 __ mov(tmp0, dst);
460 __ xor_(tmp0, src);
461 __ xor_(src, tmp0);
462 __ xor_(tmp0, src);
463 __ mov(dst, tmp0);
465 __ mov(tmp0, dst);
468 __ mov(src, tmp0);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 123 int tmp0, colorTemp; /**< temp registers */ member in struct:aa_transform_context
180 int tmp0; local
187 if (aactx->tmp0 < 0)
188 aactx->tmp0 = i;
196 assert(aactx->colorTemp != aactx->tmp0);
198 tmp0 = aactx->tmp0;
217 decl.Range.Last = tmp0;
244 newInst.Dst[0].Register.Index = tmp0;
258 newInst.Dst[0].Register.Index = tmp0;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 461 LLVMValueRef tmp0, tmp1; local
504 tmp0 = lp_build_emit_llvm_unary(&bld->bld_base, TGSI_OPCODE_ABS, src0);
505 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0);
553 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_LESS, src0, src1);
554 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
561 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_GEQUAL, src0, src1);
562 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero);
570 tmp0 = lp_build_mul(&bld->bld_base.base, src0, src1);
571 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2);
584 tmp0 = lp_build_sub(&bld->bld_base.base, src1, src2)
    [all...]

Completed in 515 milliseconds

12 3 4