Home
last modified time | relevance | path

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

/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/decoder/core/inc/
H A Dslice.h77 uint32_t uiMmcoType; member
93 uint32_t uiMmcoType; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/decoder/core/inc/
H A Dslice.h77 uint32_t uiMmcoType; member
93 uint32_t uiMmcoType; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/decoder/core/inc/
H A Dslice.h77 uint32_t uiMmcoType; member
93 uint32_t uiMmcoType; member
/dports/multimedia/openh264/openh264-2.1.1/codec/decoder/core/inc/
H A Dslice.h77 uint32_t uiMmcoType; member
93 uint32_t uiMmcoType; member
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/decoder/core/src/
H A Dmanage_dec_ref.cpp54 static int32_t MMCOProcess (PWelsDecoderContext pCtx, uint32_t uiMmcoType,
605 for (i = 0; i < MAX_MMCO_COUNT && pRefPicMarking->sMmcoRef[i].uiMmcoType != MMCO_END; i++) { in MMCO()
606 uint32_t uiMmcoType = pRefPicMarking->sMmcoRef[i].uiMmcoType; in MMCO() local
612 if (uiMmcoType > MMCO_LONG) { in MMCO()
615 …iRet = MMCOProcess (pCtx, uiMmcoType, iShortFrameNum, uiLongTermPicNum, iLongTermFrameIdx, iMaxLon… in MMCO()
626 static int32_t MMCOProcess (PWelsDecoderContext pCtx, uint32_t uiMmcoType, in MMCOProcess() argument
633 switch (uiMmcoType) { in MMCOProcess()
H A Ddecoder_core.cpp496 kpRefMarking->sMmcoRef[iIdx].uiMmcoType = kuiMmco; in ParseDecRefPicMarking()
1396 if (pRefBasePicMarking->mmco_base[iIdx].uiMmcoType == MMCO_END) in PrefetchNalHeaderExtSyntax()
1398 if (pRefBasePicMarking->mmco_base[iIdx].uiMmcoType == MMCO_SHORT2UNUSED) in PrefetchNalHeaderExtSyntax()
H A Dau_parser.cpp666 pRefBasePicMarking->mmco_base[iIdx].uiMmcoType = kuiMmco; in ParseRefBasePicMarking()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/decoder/core/src/
H A Dmanage_dec_ref.cpp55 static int32_t MMCOProcess (PWelsDecoderContext pCtx, PRefPic pRefPic, uint32_t uiMmcoType,
663 for (i = 0; i < MAX_MMCO_COUNT && pRefPicMarking->sMmcoRef[i].uiMmcoType != MMCO_END; i++) { in MMCO()
664 uint32_t uiMmcoType = pRefPicMarking->sMmcoRef[i].uiMmcoType; in MMCO() local
670 if (uiMmcoType > MMCO_LONG) { in MMCO()
673 …iRet = MMCOProcess (pCtx, pRefPic, uiMmcoType, iShortFrameNum, uiLongTermPicNum, iLongTermFrameIdx, in MMCO()
685 static int32_t MMCOProcess (PWelsDecoderContext pCtx, PRefPic pRefPic, uint32_t uiMmcoType, in MMCOProcess() argument
691 switch (uiMmcoType) { in MMCOProcess()
H A Ddecoder_core.cpp520 kpRefMarking->sMmcoRef[iIdx].uiMmcoType = kuiMmco; in ParseDecRefPicMarking()
1423 if (pRefBasePicMarking->mmco_base[iIdx].uiMmcoType == MMCO_END) in PrefetchNalHeaderExtSyntax()
1425 if (pRefBasePicMarking->mmco_base[iIdx].uiMmcoType == MMCO_SHORT2UNUSED) in PrefetchNalHeaderExtSyntax()
H A Dau_parser.cpp669 pRefBasePicMarking->mmco_base[iIdx].uiMmcoType = kuiMmco; in ParseRefBasePicMarking()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/decoder/core/src/
H A Dmanage_dec_ref.cpp55 static int32_t MMCOProcess (PWelsDecoderContext pCtx, PRefPic pRefPic, uint32_t uiMmcoType,
663 for (i = 0; i < MAX_MMCO_COUNT && pRefPicMarking->sMmcoRef[i].uiMmcoType != MMCO_END; i++) { in MMCO()
664 uint32_t uiMmcoType = pRefPicMarking->sMmcoRef[i].uiMmcoType; in MMCO() local
670 if (uiMmcoType > MMCO_LONG) { in MMCO()
673 …iRet = MMCOProcess (pCtx, pRefPic, uiMmcoType, iShortFrameNum, uiLongTermPicNum, iLongTermFrameIdx, in MMCO()
685 static int32_t MMCOProcess (PWelsDecoderContext pCtx, PRefPic pRefPic, uint32_t uiMmcoType, in MMCOProcess() argument
691 switch (uiMmcoType) { in MMCOProcess()
H A Ddecoder_core.cpp520 kpRefMarking->sMmcoRef[iIdx].uiMmcoType = kuiMmco; in ParseDecRefPicMarking()
1423 if (pRefBasePicMarking->mmco_base[iIdx].uiMmcoType == MMCO_END) in PrefetchNalHeaderExtSyntax()
1425 if (pRefBasePicMarking->mmco_base[iIdx].uiMmcoType == MMCO_SHORT2UNUSED) in PrefetchNalHeaderExtSyntax()
H A Dau_parser.cpp669 pRefBasePicMarking->mmco_base[iIdx].uiMmcoType = kuiMmco; in ParseRefBasePicMarking()
/dports/multimedia/openh264/openh264-2.1.1/codec/decoder/core/src/
H A Dmanage_dec_ref.cpp55 static int32_t MMCOProcess (PWelsDecoderContext pCtx, PRefPic pRefPic, uint32_t uiMmcoType,
660 for (i = 0; i < MAX_MMCO_COUNT && pRefPicMarking->sMmcoRef[i].uiMmcoType != MMCO_END; i++) { in MMCO()
661 uint32_t uiMmcoType = pRefPicMarking->sMmcoRef[i].uiMmcoType; in MMCO() local
667 if (uiMmcoType > MMCO_LONG) { in MMCO()
670 …iRet = MMCOProcess (pCtx, pRefPic, uiMmcoType, iShortFrameNum, uiLongTermPicNum, iLongTermFrameIdx, in MMCO()
682 static int32_t MMCOProcess (PWelsDecoderContext pCtx, PRefPic pRefPic, uint32_t uiMmcoType, in MMCOProcess() argument
688 switch (uiMmcoType) { in MMCOProcess()
H A Ddecoder_core.cpp520 kpRefMarking->sMmcoRef[iIdx].uiMmcoType = kuiMmco; in ParseDecRefPicMarking()
1423 if (pRefBasePicMarking->mmco_base[iIdx].uiMmcoType == MMCO_END) in PrefetchNalHeaderExtSyntax()
1425 if (pRefBasePicMarking->mmco_base[iIdx].uiMmcoType == MMCO_SHORT2UNUSED) in PrefetchNalHeaderExtSyntax()
H A Dau_parser.cpp669 pRefBasePicMarking->mmco_base[iIdx].uiMmcoType = kuiMmco; in ParseRefBasePicMarking()