Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp77 #define TEST_POS (5) in TEST_F() macro
78 const int32_t kiPositionToCheck[TEST_POS][2] = {{0, 0}, {0, 1}, {1, 0}, {0, -1}, { -1, 0}}; in TEST_F()
95 for (i = 0; i < TEST_POS; i++) { in TEST_F()