Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h324 #define IS_SUB_4x4(sub_type) (((sub_type)&SUB_MB_TYPE_4x4) != 0) macro
/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp602 if (IS_SUB_4x4 (subMbType)) { in PredMvBDirectSpatial()
694 if (IS_SUB_4x4 (subMbType)) { in PredBDirectTemporal()
Dparse_mb_syn_cabac.cpp935 if (IS_SUB_4x4 (pCurDqLayer->pSubMbType[iMbXy][i])) { in ParseInterBMotionInfoCabac()
1052 } else if (IS_SUB_4x4 (subMbType)) { //MB_TYPE_4x4 in ParseInterBMotionInfoCabac()
Drec_mb.cpp996 } else if (IS_SUB_4x4 (iSubMBType)) { in GetInterBPred()
Dparse_mb_syn_cavlc.cpp1583 if (IS_SUB_4x4 (pCurDqLayer->pSubMbType[iMbXy][i])) { in ParseInterBInfo()