Home
last modified time | relevance | path

Searched defs:TransWHT (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libvpx/test/
H A Ddct_test.cc742 class TransWHT : public TransTestBase { class
744 TransWHT() { fwd_txfm_ref = fwht_ref; } in TransWHT() function in __anon78430b080111::TransWHT
747 TEST_P(TransWHT, AccuracyCheck) { RunAccuracyCheck(0); } in TEST_P() argument
749 TEST_P(TransWHT, CoeffCheck) { RunCoeffCheck(); } in TEST_P() argument
751 TEST_P(TransWHT, MemCheck) { RunMemCheck(); } in TEST_P() argument
753 TEST_P(TransWHT, InvAccuracyCheck) { RunInvAccuracyCheck(0); } in TEST_P() argument