Home
last modified time | relevance | path

Searched refs:CflIntraPredTest8bpp (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/src/dsp/
Dintrapred_cfl_test.cc459 using CflIntraPredTest8bpp = CflIntraPredTest<8, uint8_t>; typedef
512 TEST_P(CflIntraPredTest8bpp, DISABLED_Speed) { in TEST_P() argument
518 TEST_P(CflIntraPredTest8bpp, FixedInput) { in TEST_P() argument
522 TEST_P(CflIntraPredTest8bpp, Overflow) { TestSaturatedValues(); } in TEST_P() argument
524 TEST_P(CflIntraPredTest8bpp, Random) { TestRandomValues(); } in TEST_P() argument
1098 INSTANTIATE_TEST_SUITE_P(C, CflIntraPredTest8bpp,
1107 INSTANTIATE_TEST_SUITE_P(SSE41, CflIntraPredTest8bpp,
1115 INSTANTIATE_TEST_SUITE_P(NEON, CflIntraPredTest8bpp,