Searched refs:IS_I_BL (Results 1 – 3 of 3) sorted by relevance
318 #define IS_I_BL(type) ( (type) == MB_TYPE_INTRA_BL ) macro319 #define IS_SVC_INTRA(type) ( IS_I_BL(type) || IS_INTRA(type) )
2299 && !IS_I_BL (pCurDqLayer->pDec->pMbType[iMbXy])) { in WelsActualDecodeMbCavlcPSlice()2846 && !IS_I_BL (pCurDqLayer->pDec->pMbType[iMbXy])) { in WelsActualDecodeMbCavlcBSlice()
496 || IS_I_BL (pMb->uiMbType)) { //intra have been reconstructed, NO COPY from CS to pDecPic-- in OutputPMbWithoutConstructCsRsNoCopy()