HomeSort by relevance Sort by last modified time
    Searched refs:tmp5 (Results 26 - 50 of 55) sorted by null

12 3

  /external/jpeg/
jidctfst.c 172 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...]
jidctintelsse.c 106 __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...]
mips_idct_le.S 190 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/
fpdfapi_jidctfst.c 173 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/qemu/distrib/jpeg-6b/
jidctfst.c 172 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...]
jidctintelsse.c 106 __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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_ver_half.s 55 tmp5 RN 8 label
95 ADD tmp5, x0, partW ;// (x0+partWidth)
97 CMP tmp5, width
112 ADD tmp5, partH, #5 ;// r2 = partH + 5;
116 STR tmp5, [sp,#0xc] ;// sp+c partHeight+5
139 LDR tmp5, = 0x00010001
140 SSUB16 count, count, tmp5; ;// |partH-1|partW-1|
154 LDR tmp5, [ref], width ;// |r4|r3|r2|r1|
163 UXTAB16 tmpb, tmpb, tmp5 ;// |c3+r3|c1+r1|
180 UXTAB16 tmpb, tmpb, tmp5, ROR #8 ;// |c4+r4|c2+r2
    [all...]
h264bsd_interpolate_ver_quarter.s 54 tmp5 RN 8 label
94 ADD tmp5, x0, partW ;// (x0+partWidth)
96 CMP tmp5, width
111 ADD tmp5, partH, #5 ;// r2 = partH + 5;
115 STR tmp5, [sp,#0xc] ;// sp+c partHeight+5
138 LDR tmp5, = 0x00010100
139 RSB count, tmp5, count, LSL #8 ;// |xx|partH-1|partW-1|xx|
155 LDR tmp5, [ref], width ;// |r4|r3|r2|r1|
164 UXTAB16 tmpb, tmpb, tmp5 ;// |c3+r3|c1+r1|
181 UXTAB16 tmpb, tmpb, tmp5, ROR #8 ;// |c4+r4|c2+r2
    [all...]
h264bsd_interpolate_chroma_hor.s 63 tmp5 RN 11 label
183 PKHBT tmp5, tmp1, tmp3, LSL #16
189 SMLAD tmp5, tmp5, valX, c32 ;// multiply
198 MOV tmp5, tmp5, LSR #6 ;// scale down
199 STRB tmp5, [mb,#8] ;// store row 2 col 1
254 PKHBT tmp5, tmp1, tmp3, LSL #16
260 SMLAD tmp5, tmp5, valX, c32 ;// multipl
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_intrapred8_dspr2.c 19 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),
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred8_dspr2.c 19 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),
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_intrapred8_dspr2.c 19 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),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
FEBlendNEON.h 63 uint16x8_t tmp5 = vaddq_u16(tmp2, tmp4); local
64 return div255(tmp5, sixteenConst255, sixteenConstOne);
84 uint16x8_t tmp5 = vsubq_u16(sixteenConst255, alphaB); local
85 uint16x8_t tmp6 = vmulq_u16(tmp5, pixelA);
100 uint16x8_t tmp5 = vsubq_u16(sixteenConst255, alphaB); local
101 uint16x8_t tmp6 = vmulq_u16(tmp5, pixelA);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 348 M_LOAD_X pSrc, srcStep, tmp3, tmp4, tmp5, $offset
354 M_LOAD_X pSrc, srcStep, tmp3, tmp4, tmp5, $offset
386 M_UHADD8R tmp5, tmp1, tmp3, (1-$rndVal), mask
388 STRD tmp5, tmp6, [pDst], dstStep
413 M_LOAD_X pSrc, srcStep, tmp1, tmp2, tmp5, $offset ;// Pre-load
417 M_LOAD_X pSrc, srcStep, tmp3, tmp4, tmp5, $offset
422 M_LOAD_X pSrc, srcStep, tmp1, tmp2, tmp5, $offset
588 tmp5 RN 8 label
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_dct_9_gcc.s 146 @ vec[3] = fxp_mul32_Q32((tmp5 + tmp6 - tmp8)<<1, cos_pi_6)@
153 @ vec[5] = fxp_mul32_Q32(tmp5<<1, cos_17pi_18)@
165 @ vec[7] = fxp_mul32_Q32(tmp5<<1, cos_5pi_18)@
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
generatemip.h 207 T tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local
215 T::average(&tmp5, &tmp2, &tmp3);
217 T::average(dst, &tmp4, &tmp5);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 409 tmp5 = _mm_madd_epi16(hi_1, cst2); \
418 tmp5 = _mm_add_epi32(tmp5, rounding); \
427 tmp5 = _mm_srai_epi32(tmp5, DCT_CONST_BITS); \
433 res2 = _mm_packs_epi32(tmp4, tmp5); \
556 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
691 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1015 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1412 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
2558 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
3515 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
3800 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 409 tmp5 = _mm_madd_epi16(hi_1, cst2); \
418 tmp5 = _mm_add_epi32(tmp5, rounding); \
427 tmp5 = _mm_srai_epi32(tmp5, DCT_CONST_BITS); \
433 res2 = _mm_packs_epi32(tmp4, tmp5); \
556 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
691 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1015 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1412 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
2558 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
3515 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
3800 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 409 tmp5 = _mm_madd_epi16(hi_1, cst2); \
418 tmp5 = _mm_add_epi32(tmp5, rounding); \
427 tmp5 = _mm_srai_epi32(tmp5, DCT_CONST_BITS); \
433 res2 = _mm_packs_epi32(tmp4, tmp5); \
556 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
691 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1015 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1412 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
2558 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
3515 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
3800 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkXfermode_opts_SSE2.cpp 432 __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/skia/src/opts/
SkXfermode_opts_SSE2.cpp 432 __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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1899 LLVMValueRef tmp5 = NULL; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1899 LLVMValueRef tmp5 = NULL; local
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 3136 llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond"); local
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 4229 Register tmp5 = t2; local
    [all...]

Completed in 2610 milliseconds

12 3