Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp374 const int8_t kiActualLayerNum = WELS_MIN (pSvcParam.iSpatialLayerNum, iLayerCount); in ParseConfig() local
376 kiActualLayerNum) { // fixed number of dependency layer due to parameter error in settings in ParseConfig()
377 pSvcParam.iSpatialLayerNum = kiActualLayerNum; in ParseConfig()
380 assert (kiActualLayerNum <= MAX_DEPENDENCY_LAYER); in ParseConfig()
382 for (int8_t iLayer = 0; iLayer < kiActualLayerNum; ++ iLayer) { in ParseConfig()