Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/test/
H A Dselfguided_filter_test.cc175 int test_h = max_h - (i % 9); in RunCorrectnessTest() local
177 for (k = 0; k < test_h; k += pu_height) in RunCorrectnessTest()
180 int h = AOMMIN(pu_height, test_h - k); in RunCorrectnessTest()
193 for (j = 0; j < test_h; ++j) in RunCorrectnessTest()
374 int test_h = max_h - (i % 9); in RunCorrectnessTest() local
376 for (k = 0; k < test_h; k += pu_height) in RunCorrectnessTest()
379 int h = AOMMIN(pu_height, test_h - k); in RunCorrectnessTest()
391 for (j = 0; j < test_h; ++j) in RunCorrectnessTest()
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp23 void test_h() { in test_h() function
/aosp_15_r20/external/clang/test/SemaCXX/
H A Doverload-call.cpp33 void test_h(float fv, unsigned char cv) { in test_h() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_getargs2.py216 def test_h(self): member in Signed_TestCase
/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/
Dtest_getargs.py281 def test_h(self): member in Signed_TestCase