HomeSort by relevance Sort by last modified time
    Searched refs:tmp4 (Results 26 - 37 of 37) sorted by null

12

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_ver.s 59 tmp4 RN 10 label
182 LDRB tmp4, [ptrA],#1 ;// 1 row, 2 col
186 PKHBT tmp4, tmp4, tmp5, LSL #16 ;// |B|A|
192 SMLAD tmp5, tmp4, valY, c32 ;// multiply
249 LDRB tmp4, [ptrA],#1 ;// 1 row, 2 col
253 PKHBT tmp4, tmp4, tmp5, LSL #16 ;// |B|A|
259 SMLAD tmp5, tmp4, valY, c32 ;// multiply
h264bsd_interpolate_chroma_hor.s 61 tmp4 RN 10 label
181 LDRB tmp4, [ptrA], #1
184 PKHBT tmp6, tmp2, tmp4, LSL #16
193 PKHBT tmp8, tmp4, tmp2, LSL #16
252 LDRB tmp4, [ptrA], #1
255 PKHBT tmp6, tmp2, tmp4, LSL #16
264 PKHBT tmp8, tmp4, tmp2, LSL #16
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 368 i32 tmp1, tmp2, tmp3, tmp4; local
373 tmp4 = mb1->mv[ind2].ver;
375 if ( (ABS(tmp1 - tmp2) >= 4) || (ABS(tmp3 - tmp4) >= 4) ||
427 u32 tmp1, tmp2, tmp3, tmp4; local
432 tmp4 = mb2->totalCoeff[11];
445 if (tmp3 || tmp4)
456 tmp4 = mb2->totalCoeff[15];
467 if (tmp3 || tmp4)
494 u32 tmp1, tmp2, tmp3, tmp4; local
499 tmp4 = mb2->totalCoeff[7]
1990 u32 tmp3, tmp4; local
2054 u32 tmp3, tmp4; local
2104 u32 tmp3, tmp4; local
    [all...]
h264bsd_intra_prediction.c 930 i32 tmp1, tmp2, tmp3, tmp4; local
    [all...]
  /external/webp/src/dec/
io_sse2.c 45 const __m128i tmp4 = _mm_and_si128(tmp3, one); /* & 1 -> lsb_correction */ \
46 (out) = _mm_sub_epi8(tmp0, tmp4); /* (k + in + 1) / 2 - lsb_correction */ \
  /external/qemu/elff/
dwarf_defs.h 848 Dwarf_At tmp4; local
854 abbr_at = abbr_at->process(&tmp4, &tmp3);
859 (abbr_at->process(&tmp4, &tmp3));
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 848 Dwarf_At tmp4; local
854 abbr_at = abbr_at->process(&tmp4, &tmp3);
859 (abbr_at->process(&tmp4, &tmp3));
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 1862 ULong tmp4; local
    [all...]
  /external/qemu/target-arm/
translate.c 4428 TCGv tmp, tmp2, tmp3, tmp4, tmp5; local
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 2760 Register tmp4 = input.is(r4) ? r0 : r4; local
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 2558 llvm::Value *tmp4 = Builder.CreateAnd(LHSTmp, tmp); local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 697 IRAtom* tmp4 = assignNew('V', mce, Ity_I64, binop(Iop_Or64, tmp2, tmp3)); local
699 unop(Iop_CmpNEZ64, tmp4));
    [all...]

Completed in 1891 milliseconds

12