Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dparaset_strategy.cpp609 const bool kbEntropyCodingFlag, const int32_t iPpsNumInUse, in FindExistingPps() argument
625 assert (iPpsNumInUse <= MAX_PPS_COUNT); in FindExistingPps()
626 for (int32_t iId = 0; iId < iPpsNumInUse; iId++) { in FindExistingPps()