Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/dsp/
H A Dintrapred_directional_test.cc743 using DirectionalIntraPredTest10bpp = DirectionalIntraPredTest<10, uint16_t>; typedef
887 TEST_P(DirectionalIntraPredTest10bpp, DISABLED_Speed) { in TEST_P() argument
899 TEST_P(DirectionalIntraPredTest10bpp, FixedInput) { in TEST_P() argument
906 TEST_P(DirectionalIntraPredTest10bpp, Overflow) { TestSaturatedValues(); } in TEST_P() argument
907 TEST_P(DirectionalIntraPredTest10bpp, Random) { TestRandomValues(); } in TEST_P() argument
1101 INSTANTIATE_TEST_SUITE_P(C, DirectionalIntraPredTest10bpp,
1104 INSTANTIATE_TEST_SUITE_P(SSE41, DirectionalIntraPredTest10bpp,
1108 INSTANTIATE_TEST_SUITE_P(NEON, DirectionalIntraPredTest10bpp,