HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 126 - 150 of 3257) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/utils/git-svn/
git-svnup 10 OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD)
  /external/opencv3/3rdparty/libwebp/dsp/
enc_neon.c 29 // for subtraction to *ref. See the comments there for algorithmic explanations.
30 static void ITransformOne(const uint8_t* ref,
107 "vld1.32 d6[0], [%[ref]], %[kBPS] \n"
108 "vld1.32 d6[1], [%[ref]], %[kBPS] \n"
109 "vld1.32 d7[0], [%[ref]], %[kBPS] \n"
110 "vld1.32 d7[1], [%[ref]], %[kBPS] \n"
112 "sub %[ref], %[ref], %[kBPS], lsl #2 \n"
139 : [kBPS] "r"(kBPS), [kC1C2] "r"(kC1C2), [ref] "r"(ref) // constant
    [all...]
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
App.xaml.cpp 60 Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending);
61 Resuming += ref new Windows::Foundation::EventHandler<Platform::Object ^>(this, &video_capture_xaml::App::OnResuming);
87 rootFrame = ref new Frame();
108 _transitions = ref new TransitionCollection();
116 _firstNavigatedToken = rootFrame->Navigated += ref new NavigatedEventHandler(this, &App::RootFrame_FirstNavigated);
124 throw ref new FailureException("Failed to create initial page");
143 newTransitions = ref new TransitionCollection();
144 newTransitions->Append(ref new NavigationThemeTransition());
172 // throw ref new Platform::NotImplementedException();
  /external/skia/src/views/
SkViewPriv.h 21 layout->ref();
36 artist->ref();
  /external/libvpx/libvpx/vpx_dsp/x86/
variance_sse2.c 19 const unsigned char *ref, int ref_stride,
42 const uint8_t *ref, int ref_stride,
47 const __m128i ref0 = _mm_unpacklo_epi8(READ64(ref, ref_stride, 0), zero);
48 const __m128i ref1 = _mm_unpacklo_epi8(READ64(ref, ref_stride, 2), zero);
68 const uint8_t *ref, int ref_stride,
79 (const __m128i *)(ref + i * ref_stride)), zero);
85 (const __m128i *)(ref + (i + 1) * ref_stride)), zero);
107 const uint8_t *ref, int ref_stride,
116 const __m128i r = _mm_loadu_si128((const __m128i *)ref);
132 ref += ref_stride
    [all...]
variance_avx2.c 13 const uint8_t *ref, int ref_stride,
17 const uint8_t *ref, int ref_stride,
21 const uint8_t *ref, int ref_stride,
34 &ref[ref_stride * i + j], ref_stride, &sse0, &sum0);
43 const uint8_t *ref, int ref_stride,
46 variance_avx2(src, src_stride, ref, ref_stride, 16, 16,
52 const uint8_t *ref, int ref_stride,
55 vpx_get16x16var_avx2(src, src_stride, ref, ref_stride, sse, &sum);
60 const uint8_t *ref, int ref_stride,
63 variance_avx2(src, src_stride, ref, ref_stride, 32, 16
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
sad_msa.c 28 v16u8 ref = { 0 }; local
39 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref);
41 diff = __msa_asub_u_b(src, ref);
49 const uint8_t *ref, int32_t ref_stride,
58 LD_UB4(ref, ref_stride, ref0, ref1, ref2, ref3);
59 ref += (4 * ref_stride);
70 const uint8_t *ref, int32_t ref_stride,
79 LD_UB2(ref, ref_stride, ref0, ref1);
80 ref += (2 * ref_stride);
85 LD_UB2(ref, ref_stride, ref0, ref1)
167 v16u8 ref = { 0 }; local
241 v16u8 src, ref, ref0, ref1, diff; local
382 v16u8 ref = { 0 }; local
530 v16u8 src, ref0, ref1, ref; local
804 v16u8 ref = { 0 }; local
1079 v16u8 ref = { 0 }; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
sad4d_neon.c 31 // vec_src_32, vec_src_48 and ref. Accumulate partial sums in vec_sum_ref_lo
37 const uint8_t *ref,
40 const uint8x16_t vec_ref_00 = vld1q_u8(ref);
41 const uint8x16_t vec_ref_16 = vld1q_u8(ref + 16);
42 const uint8x16_t vec_ref_32 = vld1q_u8(ref + 32);
43 const uint8x16_t vec_ref_48 = vld1q_u8(ref + 48);
64 // and ref. Accumulate partial sums in vec_sum_ref_lo and vec_sum_ref_hi.
67 const uint8_t *ref,
70 const uint8x16_t vec_ref_00 = vld1q_u8(ref);
71 const uint8x16_t vec_ref_16 = vld1q_u8(ref + 16)
    [all...]
  /frameworks/base/tools/aapt2/link/
XmlReferenceLinker_test.cpp 103 Reference* ref = valueCast<Reference>(xmlAttr->compiledValue.get()); local
104 ASSERT_NE(ref, nullptr);
105 AAPT_ASSERT_TRUE(ref->name);
106 EXPECT_EQ(ref->name.value(), test::parseNameOrDie(u"@color/green")); // Make sure the name
108 AAPT_ASSERT_TRUE(ref->id);
109 EXPECT_EQ(ref->id.value(), ResourceId(0x7f020000));
187 Reference* ref = valueCast<Reference>(xmlAttr->compiledValue.get()); local
188 ASSERT_NE(ref, nullptr);
189 AAPT_ASSERT_TRUE(ref->name);
190 AAPT_ASSERT_TRUE(ref->id)
215 Reference* ref = valueCast<Reference>(xmlAttr->compiledValue.get()); local
254 Reference* ref = valueCast<Reference>(xmlAttr->compiledValue.get()); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.h 72 u8 * ref,
105 u8 *ref,
117 u8 *ref,
127 u8 *ref,
138 u8 *ref,
148 u8 *ref,
159 u8 *ref,
170 u8 *ref,
180 u8 *ref,
191 u8 *ref,
    [all...]
  /art/runtime/gc/collector/
semi_space-inl.h 64 auto slow_path = [this](const mirror::Object* ref) {
65 CHECK(!to_space_->HasAddress(ref)) << "Marking " << ref << " in to_space_";
67 CHECK_ALIGNED(ref, kPageSize);
  /art/runtime/
noop_compiler_callbacks.h 32 void ClassRejected(ClassReference ref ATTRIBUTE_UNUSED) OVERRIDE {}
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java 33 import java.lang.ref.Reference;
34 import java.lang.ref.ReferenceQueue;
107 Reference<?> ref = refQueue.remove(); local
108 refHandler.handleReference(ref);
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p6-0x.cpp 26 typedef T &ref; // expected-error-re 2{{reference to function type '{{.*}}' cannot have '{{&|&&}}' qualifier}} typedef in struct:wrap
37 using func_type_lvalue_ref = wrap<>::ref;
38 using func_type_lvalue_ref = wrap<func_type_lvalue>::ref;
39 using func_type_rvalue_ref = wrap<func_type_rvalue>::ref;
  /external/libchrome/base/strings/
sys_string_conversions.h 73 BASE_EXPORT std::string SysCFStringRefToUTF8(CFStringRef ref);
74 BASE_EXPORT string16 SysCFStringRefToUTF16(CFStringRef ref);
78 BASE_EXPORT std::string SysNSStringToUTF8(NSString* ref);
79 BASE_EXPORT string16 SysNSStringToUTF16(NSString* ref);
  /external/libdrm/tegra/
private.h 48 atomic_t ref; member in struct:drm_tegra_bo
  /external/libvpx/libvpx/test/
user_priv_test.cc 76 struct vp9_ref_frame ref; local
78 ref.idx = rnd.Rand8() % 3;
79 decoder.Control(VP9_GET_REFERENCE, &ref);
81 CheckUserPrivateData(ref.img.user_priv, NULL);
  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.h 25 const uint8_t *ref, int ref_stride,
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_avg_neon.c 53 void vp9_int_pro_row_neon(int16_t hbuf[16], uint8_t const *ref,
62 const uint8x16_t vec_row1 = vld1q_u8(ref);
63 const uint8x16_t vec_row2 = vld1q_u8(ref + ref_stride);
64 const uint8x16_t vec_row3 = vld1q_u8(ref + ref_stride * 2);
65 const uint8x16_t vec_row4 = vld1q_u8(ref + ref_stride * 3);
66 const uint8x16_t vec_row5 = vld1q_u8(ref + ref_stride * 4);
67 const uint8x16_t vec_row6 = vld1q_u8(ref + ref_stride * 5);
68 const uint8x16_t vec_row7 = vld1q_u8(ref + ref_stride * 6);
69 const uint8x16_t vec_row8 = vld1q_u8(ref + ref_stride * 7);
95 ref += ref_stride * 8
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_alpha.h 55 LLVMValueRef ref,
  /external/opencv3/samples/winrt/FaceDetection/FaceDetection/
App.xaml.h 15 ref class App sealed
  /external/opencv3/samples/winrt/ImageManipulations/
App.xaml.h 24 ref class App
  /external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
App.xaml.cpp 34 Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending);
53 rootFrame = ref new Frame();
69 throw ref new FailureException("Failed to create initial page");
86 throw ref new FailureException("Failed to create initial page");
App.xaml.h 15 ref class App sealed
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/
MainPage.xaml.h 15 public ref class MainPage sealed

Completed in 6713 milliseconds

1 2 3 4 56 7 8 91011>>