Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc312 Buffer<tran_low_t> ref_dqcoeff = in TEST_P() local
314 ASSERT_TRUE(ref_dqcoeff.Init()); in TEST_P()
337 ref_qcoeff.TopLeftPixel(), ref_dqcoeff.TopLeftPixel(), in TEST_P()
346 EXPECT_TRUE(dqcoeff_.CheckValues(ref_dqcoeff)); in TEST_P()
353 dqcoeff_.PrintDifference(ref_dqcoeff); in TEST_P()
367 Buffer<tran_low_t> ref_dqcoeff = in TEST_P() local
369 ASSERT_TRUE(ref_dqcoeff.Init()); in TEST_P()
396 ref_qcoeff.TopLeftPixel(), ref_dqcoeff.TopLeftPixel(), in TEST_P()
405 EXPECT_TRUE(dqcoeff_.CheckValues(ref_dqcoeff)); in TEST_P()
412 dqcoeff_.PrintDifference(ref_dqcoeff); in TEST_P()