Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp310 int32_t GetColocatedMb (PWelsDecoderContext pCtx, MbType& mbType, SubMbType& subMbType) { in GetColocatedMb() argument
315 mbType = GetMbType (pCurDqLayer)[iMbXy]; in GetColocatedMb()
340 mbType |= MB_TYPE_8x8 | MB_TYPE_L0 | MB_TYPE_L1; in GetColocatedMb()
343 mbType |= MB_TYPE_16x16 | MB_TYPE_L0 | MB_TYPE_L1; in GetColocatedMb()
346 mbType |= MB_TYPE_8x8 | MB_TYPE_L0 | MB_TYPE_L1; in GetColocatedMb()
355 if (IS_INTER_16x16 (mbType)) { in GetColocatedMb()
400 MbType mbType; in PredMvBDirectSpatial() local
401 ret = GetColocatedMb (pCtx, mbType, subMbType); in PredMvBDirectSpatial()
559 mbType &= ~MB_TYPE_L1; in PredMvBDirectSpatial()
562 mbType &= ~MB_TYPE_L0; in PredMvBDirectSpatial()
[all …]
Dparse_mb_syn_cavlc.cpp1353 MbType mbType = pCurDqLayer->pDec->pMbType[iMbXy]; in ParseInterBInfo() local
1354 if (IS_DIRECT (mbType)) { in ParseInterBInfo()
1371 } else if (IS_INTER_16x16 (mbType)) { in ParseInterBInfo()
1374 if (IS_DIR (mbType, 0, listIdx)) { in ParseInterBInfo()
1381 if (IS_DIR (mbType, 0, listIdx)) { in ParseInterBInfo()
1407 if (IS_DIR (mbType, 0, listIdx)) { in ParseInterBInfo()
1419 } else if (IS_INTER_16x8 (mbType)) { in ParseInterBInfo()
1423 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBInfo()
1432 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBInfo()
1464 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBInfo()
[all …]
Dparse_mb_syn_cabac.cpp742 MbType mbType = pCurDqLayer->pDec->pMbType[iMbXy]; in ParseInterBMotionInfoCabac() local
746 if (IS_DIRECT (mbType)) { in ParseInterBMotionInfoCabac()
763 } else if (IS_INTER_16x16 (mbType)) { in ParseInterBMotionInfoCabac()
767 if (IS_DIR (mbType, 0, listIdx)) { in ParseInterBMotionInfoCabac()
787 if (IS_DIR (mbType, 0, listIdx)) { in ParseInterBMotionInfoCabac()
800 } else if (IS_INTER_16x8 (mbType)) { in ParseInterBMotionInfoCabac()
806 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBMotionInfoCabac()
831 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBMotionInfoCabac()
845 } else if (IS_INTER_8x16 (mbType)) { in ParseInterBMotionInfoCabac()
851 if (IS_DIR (mbType, i, listIdx)) { in ParseInterBMotionInfoCabac()
[all …]
/third_party/openh264/codec/decoder/core/inc/
Dmv_pred.h113 int32_t GetColocatedMb (PWelsDecoderContext pCtx, MbType& mbType, SubMbType& subMbType);
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
DnvEncodeAPI.h1163 uint8_t mbType; /**< 0 (I), 1 (P), 2 (IPCM), 3 (B) */ member