Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dpp_filter_test.cc72 uint8_t *pixel_ptr = src_image_ptr; in TEST_P() local
75 pixel_ptr[j] = 1; in TEST_P()
77 pixel_ptr += input_stride; in TEST_P()
91 pixel_ptr = dst_image_ptr; in TEST_P()
94 EXPECT_EQ(expected_data[i], pixel_ptr[j]) in TEST_P()
97 pixel_ptr += output_stride; in TEST_P()