Home
last modified time | relevance | path

Searched refs:ref_y (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dconvolve_test.cc517 const int ref_y = in TEST_P() local
521 ASSERT_EQ(in[ref_y * kInputStride], out[y * kInputStride]) << "y == " << y; in TEST_P()
534 const int ref_y = in TEST_P() local
545 ASSERT_EQ(in[ref_y * kInputStride + ref_x], out[y * kOutputStride + x]) in TEST_P()