Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h307 #define IS_INTER_16x16(type) ( (type)&MB_TYPE_16x16 ) macro
/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp341 …} else if (!is8x8 && (IS_INTER_16x16 (coloc_mbType) || IS_INTRA (coloc_mbType)/* || IS_SKIP(coloc_… in GetColocatedMb()
355 if (IS_INTER_16x16 (mbType)) { in GetColocatedMb()
571 if (IS_INTER_16x16 (mbType)) { in PredMvBDirectSpatial()
632 if (IS_INTER_16x16 (mbType)) { in PredBDirectTemporal()
Drec_mb.cpp708 if (IS_INTER_16x16 (iMBType)) { in GetInterBPred()
Ddeblocking.cpp1188 if (IS_INTER_16x16 (iCurMbType)) { in WelsDeblockingMb()
Dparse_mb_syn_cavlc.cpp1371 } else if (IS_INTER_16x16 (mbType)) { in ParseInterBInfo()
Dparse_mb_syn_cabac.cpp763 } else if (IS_INTER_16x16 (mbType)) { in ParseInterBMotionInfoCabac()
Ddecode_slice.cpp1191 …(((IS_INTER_16x16 (pCurDqLayer->pDec->pMbType[iMbXy]) || IS_DIRECT (pCurDqLayer->pDec->pMbType[iMb… in WelsDecodeMbCabacBSliceBaseMode0()