Home
last modified time | relevance | path

Searched refs:IS_I_BL (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h318 #define IS_I_BL(type) ( (type) == MB_TYPE_INTRA_BL ) macro
319 #define IS_SVC_INTRA(type) ( IS_I_BL(type) || IS_INTRA(type) )
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp2299 && !IS_I_BL (pCurDqLayer->pDec->pMbType[iMbXy])) { in WelsActualDecodeMbCavlcPSlice()
2846 && !IS_I_BL (pCurDqLayer->pDec->pMbType[iMbXy])) { in WelsActualDecodeMbCavlcBSlice()
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_slice.cpp496 || IS_I_BL (pMb->uiMbType)) { //intra have been reconstructed, NO COPY from CS to pDecPic-- in OutputPMbWithoutConstructCsRsNoCopy()