Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_Cavlc.cpp66 const int endIdxes[] = { 3, 14, 15 }; in TestCavlcParamCal() local
68 for (std::size_t i = 0; i < sizeof endIdxes / sizeof * endIdxes; i++) { in TestCavlcParamCal()
70 TestCavlcParamCalWithEndIdx (func, endIdxes[i], count == 0, count == 1); in TestCavlcParamCal()