Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/dsp/
H A Dwarp_test.cc606 using WarpTest8bpp = WarpTest</*is_compound=*/false, 8, uint8_t>; typedef
622 TEST(WarpTest8bpp, WarpedFilterCoefficientSums) { in TEST() argument
645 TEST_P(WarpTest8bpp, FixedValues) { TestFixedValues(); } in TEST_P() argument
647 TEST_P(WarpTest8bpp, RandomValues) { TestRandomValues(); } in TEST_P() argument
649 TEST_P(WarpTest8bpp, DISABLED_Speed) { TestSpeed(); } in TEST_P() argument