Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_inv_txfm2d_test.cc87 double ref_coeffs[64 * 64] = { 0 }; in RunRoundtripCheck() local
88 ASSERT_LE(txfm2d_size, NELEMENTS(ref_coeffs)); in RunRoundtripCheck()
90 libaom_test::reference_hybrid_2d(ref_input, ref_coeffs, tx_type_, in RunRoundtripCheck()
95 ref_coeffs_int[ni] = (int32_t)round(ref_coeffs[ni]); in RunRoundtripCheck()