Lines Matching refs:qcoeff
40 const int16_t *quant_shift, tran_low_t *qcoeff,
51 const int16_t *quant, tran_low_t *qcoeff,
60 tran_low_t *qcoeff, tran_low_t *dqcoeff, in QuantFPWrapper() argument
66 fn(coeff, count, skip_block, round, quant, qcoeff, dqcoeff, dequant, eob, in QuantFPWrapper()
241 Buffer<tran_low_t> qcoeff = Buffer<tran_low_t>(max_size_, max_size_, 0, 32); in TEST_P() local
242 ASSERT_TRUE(qcoeff.Init()); in TEST_P()
279 quant_shift_ptr_, qcoeff.TopLeftPixel(), dqcoeff.TopLeftPixel(), in TEST_P()
282 EXPECT_TRUE(qcoeff.CheckValues(ref_qcoeff)); in TEST_P()
289 qcoeff.PrintDifference(ref_qcoeff); in TEST_P()
300 Buffer<tran_low_t> qcoeff = Buffer<tran_low_t>(max_size_, max_size_, 0, 32); in TEST_P() local
301 ASSERT_TRUE(qcoeff.Init()); in TEST_P()
341 quant_shift_ptr_, qcoeff.TopLeftPixel(), dqcoeff.TopLeftPixel(), in TEST_P()
344 EXPECT_TRUE(qcoeff.CheckValues(ref_qcoeff)); in TEST_P()
351 qcoeff.PrintDifference(ref_qcoeff); in TEST_P()
362 Buffer<tran_low_t> qcoeff = Buffer<tran_low_t>(max_size_, max_size_, 0, 32); in TEST_P() local
363 ASSERT_TRUE(qcoeff.Init()); in TEST_P()
412 q_ptr, quant_shift_ptr_, qcoeff.TopLeftPixel(), in TEST_P()