Searched refs:CflIntraPredTest10bpp (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | intrapred_cfl_test.cc | 658 using CflIntraPredTest10bpp = CflIntraPredTest<10, uint16_t>; typedef 711 TEST_P(CflIntraPredTest10bpp, DISABLED_Speed) { in TEST_P() argument 717 TEST_P(CflIntraPredTest10bpp, FixedInput) { in TEST_P() argument 721 TEST_P(CflIntraPredTest10bpp, Overflow) { TestSaturatedValues(); } in TEST_P() argument 723 TEST_P(CflIntraPredTest10bpp, Random) { TestRandomValues(); } in TEST_P() argument 1122 INSTANTIATE_TEST_SUITE_P(C, CflIntraPredTest10bpp, 1131 INSTANTIATE_TEST_SUITE_P(SSE41, CflIntraPredTest10bpp, 1139 INSTANTIATE_TEST_SUITE_P(NEON, CflIntraPredTest10bpp,
|