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

  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 334 void ref_x(const X &);
336 ref_x({1});
337 ref_x(X{1});
338 call<X>(ref_x); // ok
355 ref_x({1});
356 ref_x(X{1});
  /external/libvpx/libvpx/test/
convolve_test.cc 504 const int ref_x = local
508 ASSERT_EQ(in[ref_x], out[x]) << "x == " << x << "width = " << Width();
541 const int ref_x = local
546 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])

Completed in 434 milliseconds