Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dslice_multi_threading.cpp110 …ppSliceInLayer[iSliceIdx]->iSliceComplexRatio = WELS_DIV_ROUND (INT_MULTIPLY * iAvI[iSliceIdx], iS… in CalcSliceComplexRatio()
214 …igning = WELS_DIV_ROUND (kiCountNumMb * ppSliceInLayer[iSliceIdx]->iSliceComplexRatio, INT_MULTIPL… in DynamicAdjustSlicing()
237 iSliceIdx, ppSliceInLayer[iSliceIdx]->iSliceComplexRatio * 1.0f / INT_MULTIPLY, in DynamicAdjustSlicing()
246 iSliceIdx, ppSliceInLayer[iSliceIdx]->iSliceComplexRatio * 1.0f / INT_MULTIPLY, in DynamicAdjustSlicing()
585 ppSliceInLayer[iSliceIdx]->iSliceComplexRatio, iCurDid, iSliceIdx); in TrackSliceComplexities()
/third_party/openh264/codec/encoder/core/inc/
Dslice.h205 int32_t iSliceComplexRatio; member