Home
last modified time | relevance | path

Searched refs:IS_SUB_4x8 (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h323 #define IS_SUB_4x8(sub_type) (((sub_type)&SUB_MB_TYPE_4x8) != 0) macro
/third_party/openh264/codec/decoder/core/src/
Drec_mb.cpp946 } else if (IS_SUB_4x8 (iSubMBType)) { in GetInterBPred()
Dparse_mb_syn_cabac.cpp1057 } else if (IS_SUB_4x8 (subMbType)) { //MB_TYPE_4x8 5, 7, 9 in ParseInterBMotionInfoCabac()
Dparse_mb_syn_cavlc.cpp1714 } else if (IS_SUB_4x8 (subMbType)) { in ParseInterBInfo()