Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/dsp/
H A Dcdef_test.cc96 void TestRandomValues(int num_runs);
107 void CdefDirectionTest<bitdepth, Pixel>::TestRandomValues(int num_runs) { in TestRandomValues() function in libgav1::dsp::__anon31afbc4e0111::CdefDirectionTest
136 TEST_P(CdefDirectionTest8bpp, Correctness) { TestRandomValues(1); } in TEST_P()
139 TestRandomValues(kNumSpeedTests / 100); in TEST_P()
159 TEST_P(CdefDirectionTest10bpp, Correctness) { TestRandomValues(1); } in TEST_P()
162 TestRandomValues(kNumSpeedTests / 100); in TEST_P()
175 TEST_P(CdefDirectionTest12bpp, Correctness) { TestRandomValues(1); } in TEST_P()
178 TestRandomValues(kNumSpeedTests / 100); in TEST_P()
290 void TestRandomValues(int num_runs);
304 void CdefFilteringTest<bitdepth, Pixel>::TestRandomValues(int num_runs) { in TestRandomValues() function in libgav1::dsp::__anon31afbc4e0111::CdefFilteringTest
[all …]
H A Dintra_edge_test.cc118 void TestRandomValues(int num_runs);
145 void IntraEdgeFilterTest<bitdepth, Pixel>::TestRandomValues(int num_runs) { in TestRandomValues() function in libgav1::dsp::__anonb6535dce0111::IntraEdgeFilterTest
245 TestRandomValues(1); in TEST_P()
248 TEST_P(IntraEdgeFilterTest8bpp, DISABLED_Speed) { TestRandomValues(1e7); } in TEST_P()
314 TestRandomValues(1); in TEST_P()
317 TEST_P(IntraEdgeFilterTest10bpp, DISABLED_Speed) { TestRandomValues(1e7); } in TEST_P()
329 TestRandomValues(1); in TEST_P()
332 TEST_P(IntraEdgeFilterTest12bpp, DISABLED_Speed) { TestRandomValues(1e7); } in TEST_P()
375 void TestRandomValues(int num_runs);
402 void IntraEdgeUpsamplerTest<bitdepth, Pixel>::TestRandomValues(int num_runs) { in TestRandomValues() function in libgav1::dsp::__anonb6535dce0111::IntraEdgeUpsamplerTest
[all …]
H A Dloop_restoration_test.cc102 void TestRandomValues(bool speed);
216 void SelfGuidedFilterTest<bitdepth, Pixel>::TestRandomValues(bool speed) { in TestRandomValues() function in libgav1::dsp::__anonce77d44f0111::SelfGuidedFilterTest
293 TestRandomValues(false); in TEST_P()
296 TEST_P(SelfGuidedFilterTest8bpp, DISABLED_Speed) { TestRandomValues(true); } in TEST_P()
321 TestRandomValues(false); in TEST_P()
324 TEST_P(SelfGuidedFilterTest10bpp, DISABLED_Speed) { TestRandomValues(true); } in TEST_P()
352 TestRandomValues(false); in TEST_P()
355 TEST_P(SelfGuidedFilterTest12bpp, DISABLED_Speed) { TestRandomValues(true); } in TEST_P()
419 void TestRandomValues(bool speed);
508 void WienerFilterTest<bitdepth, Pixel>::TestRandomValues(bool speed) { in TestRandomValues() function in libgav1::dsp::__anonce77d44f0111::WienerFilterTest
[all …]
H A Dintrapred_cfl_test.cc176 void TestRandomValues();
244 void CflIntraPredTest<bitdepth, Pixel>::TestRandomValues() { in TestRandomValues() function in libgav1::dsp::__anon0712f7390111::CflIntraPredTest
318 void TestRandomValues();
416 void CflSubsamplerTest<bitdepth, Pixel, subsampling_type>::TestRandomValues() { in TestRandomValues() function in libgav1::dsp::__anon0712f7390111::CflSubsamplerTest
522 TEST_P(CflIntraPredTest8bpp, Random) { TestRandomValues(); } in TEST_P()
625 TEST_P(CflSubsamplerTest8bpp444, Random) { TestRandomValues(); } in TEST_P()
639 TEST_P(CflSubsamplerTest8bpp422, Random) { TestRandomValues(); } in TEST_P()
653 TEST_P(CflSubsamplerTest8bpp420, Random) { TestRandomValues(); } in TEST_P()
723 TEST_P(CflIntraPredTest10bpp, Random) { TestRandomValues(); } in TEST_P()
826 TEST_P(CflSubsamplerTest10bpp444, Random) { TestRandomValues(); } in TEST_P()
[all …]
H A Dloop_filter_test.cc156 void TestRandomValues(const char* const digests[kNumLoopFilterTypes],
166 void LoopFilterTest<bitdepth, Pixel>::TestRandomValues( in TestRandomValues() function in libgav1::dsp::__anon13a25ffb0111::LoopFilterTest
266 TestRandomValues(nullptr, kNumSpeedTests); in TEST_P()
270 TestRandomValues(GetDigests8bpp(size_), kNumTests); in TEST_P()
328 TestRandomValues(nullptr, kNumSpeedTests); in TEST_P()
332 TestRandomValues(GetDigests10bpp(size_), kNumTests); in TEST_P()
389 TestRandomValues(nullptr, kNumSpeedTests); in TEST_P()
393 TestRandomValues(GetDigests12bpp(size_), kNumTests); in TEST_P()
H A Dinverse_transform_test.cc218 void TestRandomValues(int num_tests);
281 void InverseTransformTest<bitdepth, Pixel, DstPixel>::TestRandomValues( in TestRandomValues() function in libgav1::dsp::__anon6944daf30111::InverseTransformTest
493 TEST_P(InverseTransformTest8bpp, Random) { TestRandomValues(1); } in TEST_P()
495 TEST_P(InverseTransformTest8bpp, DISABLED_Speed) { TestRandomValues(10000); } in TEST_P()
522 TEST_P(InverseTransformTest10bpp, Random) { TestRandomValues(1); } in TEST_P()
524 TEST_P(InverseTransformTest10bpp, DISABLED_Speed) { TestRandomValues(10000); } in TEST_P()
540 TEST_P(InverseTransformTest12bpp, Random) { TestRandomValues(1); } in TEST_P()
542 TEST_P(InverseTransformTest12bpp, DISABLED_Speed) { TestRandomValues(12000); } in TEST_P()
H A Dmotion_vector_search_test.cc75 void TestRandomValues(bool speed);
121 void MotionVectorSearchTest::TestRandomValues(bool speed) { in TestRandomValues() function in libgav1::dsp::__anon4a2999390111::MotionVectorSearchTest
180 TEST_P(MotionVectorSearchTest, Correctness) { TestRandomValues(false); } in TEST_P()
182 TEST_P(MotionVectorSearchTest, DISABLED_Speed) { TestRandomValues(true); } in TEST_P()
H A Dmotion_field_projection_test.cc79 void TestRandomValues(bool speed);
140 void MotionFieldProjectionTest::TestRandomValues(bool speed) { in TestRandomValues() function in libgav1::dsp::__anon86509c310111::MotionFieldProjectionTest
196 TEST_P(MotionFieldProjectionTest, Correctness) { TestRandomValues(false); } in TEST_P()
198 TEST_P(MotionFieldProjectionTest, DISABLED_Speed) { TestRandomValues(true); } in TEST_P()
H A Dintrapred_test.cc183 void TestRandomValues();
243 void IntraPredTest<bitdepth, Pixel>::TestRandomValues() { in TestRandomValues() function in libgav1::dsp::__anon9cc6df850111::IntraPredTest
469 TEST_P(IntraPredTest8bpp, Random) { TestRandomValues(); } in TEST_P()
667 TEST_P(IntraPredTest10bpp, Random) { TestRandomValues(); } in TEST_P()
864 TEST_P(IntraPredTest12bpp, Random) { TestRandomValues(); } in TEST_P()
H A Dwarp_test.cc294 void TestRandomValues();
457 void WarpTest<is_compound, bitdepth, Pixel>::TestRandomValues() { in TestRandomValues() function in libgav1::dsp::__anon3602b0d60111::WarpTest
647 TEST_P(WarpTest8bpp, RandomValues) { TestRandomValues(); } in TEST_P()
678 TEST_P(WarpTest10bpp, RandomValues) { TestRandomValues(); } in TEST_P()
698 TEST_P(WarpTest12bpp, RandomValues) { TestRandomValues(); } in TEST_P()
H A Dintrapred_directional_test.cc259 void TestRandomValues();
468 void DirectionalIntraPredTest<bitdepth, Pixel>::TestRandomValues() { in TestRandomValues() function in libgav1::dsp::__anonab1825120111::DirectionalIntraPredTest
738 TEST_P(DirectionalIntraPredTest8bpp, Random) { TestRandomValues(); } in TEST_P()
907 TEST_P(DirectionalIntraPredTest10bpp, Random) { TestRandomValues(); } in TEST_P()
1077 TEST_P(DirectionalIntraPredTest12bpp, Random) { TestRandomValues(); } in TEST_P()
H A Dintrapred_filter_test.cc179 void TestRandomValues();
241 void FilterIntraPredTest<bitdepth, Pixel>::TestRandomValues() { in TestRandomValues() function in libgav1::dsp::__anon57e180ca0111::FilterIntraPredTest
397 TEST_P(FilterIntraPredTest8bpp, Random) { TestRandomValues(); } in TEST_P()