Searched refs:CflIntraPredTest10bpp (Results 1 – 1 of 1) sorted by relevance
/external/libgav1/src/dsp/ |
D | intrapred_cfl_test.cc | 660 using CflIntraPredTest10bpp = CflIntraPredTest<10, uint16_t>; typedef 713 TEST_P(CflIntraPredTest10bpp, DISABLED_Speed) { in TEST_P() argument 719 TEST_P(CflIntraPredTest10bpp, FixedInput) { in TEST_P() argument 723 TEST_P(CflIntraPredTest10bpp, Overflow) { TestSaturatedValues(); } in TEST_P() argument 725 TEST_P(CflIntraPredTest10bpp, Random) { TestRandomValues(); } in TEST_P() argument 1124 INSTANTIATE_TEST_SUITE_P(C, CflIntraPredTest10bpp, 1133 INSTANTIATE_TEST_SUITE_P(SSE41, CflIntraPredTest10bpp, 1141 INSTANTIATE_TEST_SUITE_P(NEON, CflIntraPredTest10bpp,
|