Home
last modified time | relevance | path

Searched refs:IS_INTRA8x8 (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h302 #define IS_INTRA8x8(type) ( MB_TYPE_INTRA8x8 == (type) ) macro
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp296 } else if (IS_INTRA8x8 (pCurDqLayer->pDec->pMbType[iMbXy])) { in WelsMbIntraPredictionConstruction()