Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp54 const int32_t kiTotalNumMbInCurLayer = pCurDq->iMbWidth * pCurDq->iMbHeight; in DecodeFrameConstruction() local
65 if (pCtx->iTotalNumMbRec == kiTotalNumMbInCurLayer) { in DecodeFrameConstruction()
170 if (pCtx->iTotalNumMbRec == kiTotalNumMbInCurLayer) { //frame complete in DecodeFrameConstruction()
192 if (pCtx->iTotalNumMbRec != kiTotalNumMbInCurLayer) { in DecodeFrameConstruction()
195 pCtx->iTotalNumMbRec, kiTotalNumMbInCurLayer, pCurDq->iMbWidth, pCurDq->iMbHeight); in DecodeFrameConstruction()
267 kiTotalNumMbInCurLayer - pCtx->iMbEcedNum, kiTotalNumMbInCurLayer); in DecodeFrameConstruction()