Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h308 #define IS_INTER_16x8(type) ( (type)&MB_TYPE_16x8 ) macro
/third_party/openh264/codec/decoder/core/src/
Drec_mb.cpp737 } else if (IS_INTER_16x8 (iMBType)) { in GetInterBPred()
Dparse_mb_syn_cavlc.cpp1419 } else if (IS_INTER_16x8 (mbType)) { in ParseInterBInfo()
Dparse_mb_syn_cabac.cpp800 } else if (IS_INTER_16x8 (mbType)) { in ParseInterBMotionInfoCabac()
Ddecode_slice.cpp1192 …|| IS_INTER_16x8 (pCurDqLayer->pDec->pMbType[iMbXy]) || IS_INTER_8x16 (pCurDqLayer->pDec->pMbType[… in WelsDecodeMbCabacBSliceBaseMode0()