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

  /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;
  /external/eigen/test/eigen2/
eigen2_triangular.cpp 127 Matrix2i ref2; local
128 ref2 << 1, 2,
130 VERIFY(m2 == ref2);
  /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;
  /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;
  /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/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 117 T &ref2 = ref; // expected-error{{drops qualifiers}} local
  /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/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/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...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RawConverter.java 188 int ref2 = staticMetadata.get(CameraCharacteristics.SENSOR_REFERENCE_ILLUMINANT2); local
213 rawImageInput, ref1, ref2, calib1, calib2, color1, color2,
    [all...]
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 384 extern constexpr int &ref2 = ref; member in namespace:UnemittedTemporaryDecl
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 130 uint8 *ref2; local
180 ref2 = ref + (y_pos + (dy / 2)) * picpitch + x_pos;
184 eDiagonalInterpMC(ref2, ref, picpitch, pred, pred_pitch, blkwidth, blkheight);
    [all...]
  /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...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 1218 uint16_t ref2 = entry2.data.u8[0]; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 230 File ref2 = new File("/lib/content-types.properties"); local
232 assertEquals("wrong result 5", ref2.getPath(), file5.getPath());
254 File ref2 = new File("/lib/content-types.properties"); local
256 assertEquals("wrong result 5", ref2.getPath(), file5.getPath());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 

Completed in 569 milliseconds