Searched refs:qcoeff_ (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 78 qcoeff_(Buffer<tran_low_t>(max_size_, max_size_, 0, 32)), in VP9QuantizeBase() 136 Buffer<tran_low_t> qcoeff_; member in __anonc1120ab10111::VP9QuantizeBase 161 q_ptr_, quant_shift_ptr_, qcoeff_.TopLeftPixel(), in Run() 307 ASSERT_TRUE(qcoeff_.Init()); in TEST_P() 342 quant_shift_ptr_, qcoeff_.TopLeftPixel(), dqcoeff_.TopLeftPixel(), in TEST_P() 345 EXPECT_TRUE(qcoeff_.CheckValues(ref_qcoeff)); in TEST_P() 352 qcoeff_.PrintDifference(ref_qcoeff); in TEST_P() 362 ASSERT_TRUE(qcoeff_.Init()); in TEST_P() 401 quant_shift_ptr_, qcoeff_.TopLeftPixel(), dqcoeff_.TopLeftPixel(), in TEST_P() 404 EXPECT_TRUE(qcoeff_.CheckValues(ref_qcoeff)); in TEST_P() [all …]
|