Searched refs:CflIntraPredTest8bpp (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | intrapred_cfl_test.cc | 457 using CflIntraPredTest8bpp = CflIntraPredTest<8, uint8_t>; typedef 510 TEST_P(CflIntraPredTest8bpp, DISABLED_Speed) { in TEST_P() argument 516 TEST_P(CflIntraPredTest8bpp, FixedInput) { in TEST_P() argument 520 TEST_P(CflIntraPredTest8bpp, Overflow) { TestSaturatedValues(); } in TEST_P() argument 522 TEST_P(CflIntraPredTest8bpp, Random) { TestRandomValues(); } in TEST_P() argument 1096 INSTANTIATE_TEST_SUITE_P(C, CflIntraPredTest8bpp, 1105 INSTANTIATE_TEST_SUITE_P(SSE41, CflIntraPredTest8bpp, 1113 INSTANTIATE_TEST_SUITE_P(NEON, CflIntraPredTest8bpp,
|