Home
last modified time | relevance | path

Searched defs:TestConvolve (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/test/
H A Dav1_convolve_test.cc350 void TestConvolve(const int sub_x, const InterpFilter filter) { in TestConvolve() function in __anon7488e5bf0111::AV1ConvolveXTest
556 void TestConvolve(const int sub_x, const InterpFilter filter) { in TestConvolve() function in __anon7488e5bf0111::AV1ConvolveXHighbdTest
764 void TestConvolve(const int sub_y, const InterpFilter filter) { in TestConvolve() function in __anon7488e5bf0111::AV1ConvolveYTest
951 void TestConvolve(const int sub_y, const InterpFilter filter) { in TestConvolve() function in __anon7488e5bf0111::AV1ConvolveYHighbdTest
1242 void TestConvolve(const InterpFilter h_f, const InterpFilter v_f, in TestConvolve() function in __anon7488e5bf0111::AV1Convolve2DTest
1474 void TestConvolve(const InterpFilter h_f, const InterpFilter v_f, in TestConvolve() function in __anon7488e5bf0111::AV1Convolve2DHighbdTest
1818 void TestConvolve(const int sub_pix, const InterpFilter filter, in TestConvolve() function in __anon7488e5bf0111::AV1ConvolveXCompoundTest
1921 void TestConvolve(const int sub_pix, const InterpFilter filter, in TestConvolve() function in __anon7488e5bf0111::AV1ConvolveXHighbdCompoundTest
2103 void TestConvolve(const CompoundParam &compound) { in TestConvolve() function in __anon7488e5bf0111::AV1Convolve2DCopyCompoundTest
2223 void TestConvolve(const CompoundParam &compound) { in TestConvolve() function in __anon7488e5bf0111::AV1Convolve2DCopyHighbdCompoundTest
[all …]
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_numeric.py2463 class TestConvolve(TestCase): class