HomeSort by relevance Sort by last modified time
    Searched full:ref_x (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 330 void ref_x(const X &);
332 ref_x({1});
333 ref_x(X{1});
334 call<X>(ref_x); // ok
351 ref_x({1});
352 ref_x(X{1});
  /external/libvpx/libvpx/test/
convolve_test.cc 503 const int ref_x = local
507 ASSERT_EQ(in[ref_x], out[x]) << "x == " << x << "width = " << Width();
540 const int ref_x = local
545 ASSERT_EQ(in[ref_y * kInputStride + ref_x], out[y * kOutputStride + x])
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc 503 const int ref_x = local
507 ASSERT_EQ(in[ref_x], out[x]) << "x == " << x << "width = " << Width();
540 const int ref_x = local
545 ASSERT_EQ(in[ref_y * kInputStride + ref_x], out[y * kOutputStride + x])
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
convolve_test.cc 888 const int ref_x = local
892 ASSERT_EQ(lookup(in, ref_x), lookup(out, x))
927 const int ref_x = local
    [all...]

Completed in 1299 milliseconds