Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dselfguided_filter_test.cc167 int test_h = max_h - (i % 9); in RunCorrectnessTest() local
169 for (k = 0; k < test_h; k += pu_height) in RunCorrectnessTest()
172 int h = AOMMIN(pu_height, test_h - k); in RunCorrectnessTest()
182 for (j = 0; j < test_h; ++j) in RunCorrectnessTest()
353 int test_h = max_h - (i % 9); in RunCorrectnessTest() local
355 for (k = 0; k < test_h; k += pu_height) in RunCorrectnessTest()
358 int h = AOMMIN(pu_height, test_h - k); in RunCorrectnessTest()
370 for (j = 0; j < test_h; ++j) in RunCorrectnessTest()
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
Dp12.cpp23 void test_h() { in test_h() function
/external/clang/test/SemaCXX/
Doverload-call.cpp33 void test_h(float fv, unsigned char cv) { in test_h() function
/external/python/cpython2/Lib/test/
Dtest_getargs2.py216 def test_h(self): member in Signed_TestCase
/external/python/cpython3/Lib/test/
Dtest_getargs2.py232 def test_h(self): member in Signed_TestCase