Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc309 Buffer<tran_low_t> ref_qcoeff = in TEST_P() local
311 ASSERT_TRUE(ref_qcoeff.Init()); in TEST_P()
337 ref_qcoeff.TopLeftPixel(), ref_dqcoeff.TopLeftPixel(), in TEST_P()
345 EXPECT_TRUE(qcoeff_.CheckValues(ref_qcoeff)); in TEST_P()
352 qcoeff_.PrintDifference(ref_qcoeff); in TEST_P()
364 Buffer<tran_low_t> ref_qcoeff = in TEST_P() local
366 ASSERT_TRUE(ref_qcoeff.Init()); in TEST_P()
396 ref_qcoeff.TopLeftPixel(), ref_dqcoeff.TopLeftPixel(), in TEST_P()
404 EXPECT_TRUE(qcoeff_.CheckValues(ref_qcoeff)); in TEST_P()
411 qcoeff_.PrintDifference(ref_qcoeff); in TEST_P()