HomeSort by relevance Sort by last modified time
    Searched refs:ref2 (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_sad4d_intrin_avx2.c 22 uint8_t *ref0, *ref1, *ref2, *ref3; local
26 ref2 = ref[2];
37 ref2_reg = _mm256_loadu_si256((__m256i *) (ref2));
53 ref2+= ref_stride;
94 uint8_t *ref0, *ref1, *ref2, *ref3; local
98 ref2 = ref[2];
112 ref2_reg = _mm256_loadu_si256((__m256i *) (ref2));
113 ref2next_reg = _mm256_loadu_si256((__m256i *) (ref2 + 32));
138 ref2+= ref_stride;
vp9_sad4d_sse2.asm 177 res, ref2, ref3, ref4
180 ref2, ref3, ref4
  /external/eigen/test/
product_mmtr.cpp 13 ref2 = ref1 = DEST; \
16 ref2.template triangularView<TRI>() = ref1; \
17 VERIFY_IS_APPROX(DEST,ref2); \
29 MatrixColMaj ref1(size, size), ref2(size, size);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_sad4d_intrin_avx2.c 22 uint8_t *ref0, *ref1, *ref2, *ref3; local
26 ref2 = ref[2];
37 ref2_reg = _mm256_loadu_si256((__m256i *) (ref2));
53 ref2+= ref_stride;
94 uint8_t *ref0, *ref1, *ref2, *ref3; local
98 ref2 = ref[2];
112 ref2_reg = _mm256_loadu_si256((__m256i *) (ref2));
113 ref2next_reg = _mm256_loadu_si256((__m256i *) (ref2 + 32));
138 ref2+= ref_stride;
vp9_sad4d_sse2.asm 177 res, ref2, ref3, ref4
180 ref2, ref3, ref4
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_sad4d_intrin_avx2.c 22 uint8_t *ref0, *ref1, *ref2, *ref3; local
26 ref2 = ref[2];
37 ref2_reg = _mm256_loadu_si256((__m256i *) (ref2));
53 ref2+= ref_stride;
94 uint8_t *ref0, *ref1, *ref2, *ref3; local
98 ref2 = ref[2];
112 ref2_reg = _mm256_loadu_si256((__m256i *) (ref2));
113 ref2next_reg = _mm256_loadu_si256((__m256i *) (ref2 + 32));
138 ref2+= ref_stride;
vp9_sad4d_sse2.asm 177 res, ref2, ref3, ref4
180 ref2, ref3, ref4
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorResolver.java 148 private static boolean methodReferenceEquals(@Nonnull MethodReference ref1, @Nonnull MethodReference ref2) {
150 return ref1.getName().equals(ref2.getName()) &&
151 ref1.getReturnType().equals(ref2.getReturnType()) &&
152 ref1.getParameterTypes().equals(ref2.getParameterTypes());
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_norm.c 198 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; local
271 ref2->data = r2;
272 ref2->start = (GLfloat *) r2;
273 ref2->count = TEST_COUNT;
274 ref2->stride = sizeof(float[4]);
275 ref2->flags = 0;
281 ref_norm_transform_normalize( mat, scale, source, length, ref2 );
  /external/mesa3d/src/mesa/math/
m_debug_norm.c 198 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; local
271 ref2->data = r2;
272 ref2->start = (GLfloat *) r2;
273 ref2->count = TEST_COUNT;
274 ref2->stride = sizeof(float[4]);
275 ref2->flags = 0;
281 ref_norm_transform_normalize( mat, scale, source, length, ref2 );
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 147 const FragmentRef* ref2 = KEY2.symbol()->fragRef(); local
148 if ((ref1->offset() == ref2->offset()) &&
149 (ref1->frag()->getOffset() == ref2->frag()->getOffset())) {
  /external/eigen/test/eigen2/
eigen2_triangular.cpp 127 Matrix2i ref2; local
128 ref2 << 1, 2,
130 VERIFY(m2 == ref2);
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 277 __m128i ref0, ref1, ref2, ref3; local
282 ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]);
288 ref2 = _mm_cvtsi32_si128(*(int*)&ref[2 * BPS]);
294 ref2 = _mm_unpacklo_epi8(ref2, zero);
299 ref2 = _mm_add_epi16(ref2, T2);
304 ref2 = _mm_packus_epi16(ref2, ref2);
357 const __m128i ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]); local
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 277 __m128i ref0, ref1, ref2, ref3; local
282 ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]);
288 ref2 = _mm_cvtsi32_si128(*(int*)&ref[2 * BPS]);
294 ref2 = _mm_unpacklo_epi8(ref2, zero);
299 ref2 = _mm_add_epi16(ref2, T2);
304 ref2 = _mm_packus_epi16(ref2, ref2);
357 const __m128i ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 92 ref2 = weakref.ref(o, self.callback)
96 self.assertTrue(ref2() is None,
123 ref2 = weakref.proxy(o, self.callback)
130 self.assertRaises(weakref.ReferenceError, check, ref2)
151 "ref2 should be dead after deleting object reference")
159 ref2 = weakref.ref(o)
160 self.assertTrue(ref1 is ref2,
166 ref2 = weakref.ref(o)
167 self.assertTrue(ref1 is ref2,
339 ref2 = weakref.ref(o, self.callback
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 92 ref2 = weakref.ref(o, self.callback)
96 self.assertTrue(ref2() is None,
123 ref2 = weakref.proxy(o, self.callback)
130 self.assertRaises(weakref.ReferenceError, check, ref2)
151 "ref2 should be dead after deleting object reference")
159 ref2 = weakref.ref(o)
160 self.assertTrue(ref1 is ref2,
166 ref2 = weakref.ref(o)
167 self.assertTrue(ref1 is ref2,
339 ref2 = weakref.ref(o, self.callback
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 817 const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); local
819 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0);
827 const int diff2 = de::abs((int)ref2 - (int)res2);
915 const float ref2 = de::clamp(float(in2) / 127.f, -1.0f, 1.0f); local
924 const deUint32 diff2 = getUlpDiff(ref2, res2);
933 << "vec4(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ", " << HexFloat(ref2) << ", " << HexFloat(ref3) << ")"
1026 const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); local
1124 const float ref2 = de::clamp(float(in2) \/ 255.f, 0.0f, 1.0f); local
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 117 T &ref2 = ref; // expected-error{{drops qualifiers}} local
  /external/chromium_org/base/win/
scoped_variant_unittest.cc 215 ScopedVariant ref2(static_cast<const VARIANT&>(ref1));
218 ref3 = static_cast<const VARIANT&>(ref2);
  /frameworks/webview/chromium/tools/
merge_to_android.py 142 def _IsAncestor(ref1, ref2, cwd):
143 """Checks whether ref1 is a ancestor of ref2 in the given Git repo."""
144 cmd = ['git', 'merge-base', '--is-ancestor', ref1, ref2]
  /external/chromium_org/gpu/command_buffer/service/
texture_manager_unittest.cc 2244 scoped_refptr<TextureRef> ref2 = local
2276 scoped_refptr<TextureRef> ref2 = local
2358 scoped_refptr<TextureRef> ref2 = local
2428 scoped_refptr<TextureRef> ref2 = local
2454 scoped_refptr<TextureRef> ref2 = local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 1088 /* `p2' to get hinted coordinates, using `ref1' and `ref2' as the */
1098 AF_Point ref2 )
1103 FT_Pos v2 = ref2->v;
1105 FT_Pos d2 = ref2->u - v2;
1138 u = ref1->u + FT_MulDiv( u - v1, ref2->u - ref1->u, v2 - v1 );
1154 u = ref1->u + FT_MulDiv( u - v1, ref2->u - ref1->u, v2 - v1 );
    [all...]
  /external/freetype/src/autofit/
afhints.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftmac.c 201 FSRef ref2; local
206 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) )
208 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) )
    [all...]
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 384 extern constexpr int &ref2 = ref; member in namespace:UnemittedTemporaryDecl

Completed in 951 milliseconds

1 2 3 4 5