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

  /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 114 milliseconds