Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h320 #define IS_Inter_8x8(type) ( ((type)&MB_TYPE_8x8) != 0) macro
/third_party/openh264/codec/encoder/core/src/
Dsvc_set_mb_syn_cavlc.cpp277 if (IS_Inter_8x8 (pCurMb->uiMbType)) { in WelsSpatialWriteMbSyn()
/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp314 uint32_t is8x8 = IS_Inter_8x8 (GetMbType (pCurDqLayer)[iMbXy]); in GetColocatedMb()
338 if (IS_Inter_8x8 (coloc_mbType) && !pCtx->pSps->bDirect8x8InferenceFlag) { in GetColocatedMb()
Drec_mb.cpp828 } else if (IS_Inter_8x8 (iMBType)) { in GetInterBPred()
Dparse_mb_syn_cavlc.cpp1536 } else if (IS_Inter_8x8 (mbType)) { in ParseInterBInfo()
Dparse_mb_syn_cabac.cpp890 } else if (IS_Inter_8x8 (mbType)) { in ParseInterBMotionInfoCabac()