Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/dsp/
H A Dintra_edge_test.cc442 using IntraEdgeUpsamplerTest8bpp = IntraEdgeUpsamplerTest<8, uint8_t>; typedef
462 TEST_P(IntraEdgeUpsamplerTest8bpp, Correctness) { in TEST_P() argument
467 TEST_P(IntraEdgeUpsamplerTest8bpp, DISABLED_Speed) { TestRandomValues(5e7); } in TEST_P() argument
521 INSTANTIATE_TEST_SUITE_P(C, IntraEdgeUpsamplerTest8bpp,
524 INSTANTIATE_TEST_SUITE_P(SSE41, IntraEdgeUpsamplerTest8bpp,
528 INSTANTIATE_TEST_SUITE_P(NEON, IntraEdgeUpsamplerTest8bpp,