Searched refs:IS_INTRA16x16 (Results 1 – 12 of 12) sorted by relevance
286 } else if (!IS_INTRA16x16 (pCurMb->uiMbType)) { in WelsSpatialWriteMbSyn()291 if (pCurMb->uiCbp > 0 || IS_INTRA16x16 (pCurMb->uiMbType)) { in WelsSpatialWriteMbSyn()318 if (IS_INTRA16x16 (uiMbType)) { in WelsWriteMbResidual()
1842 if (IS_INTRA16x16 (pCurMb->uiMbType)) { in WelsMdFirstIntraMode()2029 if (IS_INTRA16x16 (pCurMb->uiMbType)) { in WelsMdIntraSecondaryModesEnc()
76 #define IS_INTRA16x16(a) ((a) & MB_TYPE_INTRA16x16) macro
634 if(IS_INTRA16x16(mb_type)){ in decode_luma_residual()1064 if(!IS_INTRA16x16(mb_type)){ in ff_h264_decode_mb_cavlc()1098 if(cbp || IS_INTRA16x16(mb_type)){ in ff_h264_decode_mb_cavlc()
222 else if (IS_INTRA16x16(mb_type)) in ff_print_debug_info2()
931 if (!IS_INTRA16x16(mb_type) && in svq3_decode_mb()941 if (IS_INTRA16x16(mb_type) || in svq3_decode_mb()950 if (IS_INTRA16x16(mb_type)) { in svq3_decode_mb()961 const int index = IS_INTRA16x16(mb_type) ? 1 : 0; in svq3_decode_mb()
1869 if( IS_INTRA16x16( mb_type ) ) { in decode_cabac_luma_residual()2325 if( !IS_INTRA16x16( mb_type ) ) { in ff_h264_decode_mb_cabac()2385 if( cbp || IS_INTRA16x16( mb_type ) ) { in ff_h264_decode_mb_cabac()
739 if (IS_INTRA16x16(mb_type)) { in hl_decode_mb_idct_luma()
399 r->is16 = !!IS_INTRA16x16(s->current_picture_ptr->mb_type[mb_pos]); in rv34_decode_inter_mb_header()
304 #define IS_INTRA16x16(type) ( MB_TYPE_INTRA16x16 == (type) ) macro
176 if (IS_INTRA16x16 (pNeighAvail->iTopType) || (MB_TYPE_INTRA_PCM == pNeighAvail->iTopType)) in WelsFillCacheConstrain1IntraNxN()190 if (IS_INTRA16x16 (pNeighAvail->iLeftType) || (MB_TYPE_INTRA_PCM == pNeighAvail->iLeftType)) in WelsFillCacheConstrain1IntraNxN()
294 if (IS_INTRA16x16 (pCurDqLayer->pDec->pMbType[iMbXy])) { in WelsMbIntraPredictionConstruction()2298 if (pCurDqLayer->pCbp[iMbXy] == 0 && !IS_INTRA16x16 (pCurDqLayer->pDec->pMbType[iMbXy]) in WelsActualDecodeMbCavlcPSlice()2845 if (pCurDqLayer->pCbp[iMbXy] == 0 && !IS_INTRA16x16 (pCurDqLayer->pDec->pMbType[iMbXy]) in WelsActualDecodeMbCavlcBSlice()