Searched refs:IS_INTRA4x4 (Results 1 – 13 of 13) sorted by relevance
75 #define IS_INTRA4x4(a) ((a) & MB_TYPE_INTRA4x4) macro
511 if (IS_INTRA4x4(mb_type)) { in fill_decode_caches()512 if (IS_INTRA4x4(top_type)) { in fill_decode_caches()521 if (IS_INTRA4x4(left_type[LEFT(i)])) { in fill_decode_caches()
802 if(IS_INTRA4x4(mb_type)){ in ff_h264_decode_mb_cavlc()1072 if (IS_INTRA4x4(mb_type)) in ff_h264_decode_mb_cavlc()1081 if(IS_INTRA4x4(mb_type)) cbp= golomb_to_intra4x4_cbp_gray[cbp]; in ff_h264_decode_mb_cavlc()
220 else if (IS_INTRA4x4(mb_type)) in ff_print_debug_info2()
619 if (!IS_INTRA4x4(mb_type)) { in hl_decode_mb_idct_luma()638 if (IS_INTRA4x4(mb_type)) { in hl_decode_mb_predict_luma()924 if (!IS_INTRA4x4(mb_type)) { in svq3_decode_mb()962 const int type = ((s->qscale < 24 && IS_INTRA4x4(mb_type)) ? 2 : 1); in svq3_decode_mb()
627 if (IS_INTRA4x4(mb_type)) { in hl_decode_mb_predict_luma()738 if (!IS_INTRA4x4(mb_type)) { in hl_decode_mb_idct_luma()
402 s->mb_intra = IS_INTRA4x4(h->mtype); in h261_decode_mb()
2067 if( IS_INTRA4x4( mb_type ) ) { in ff_h264_decode_mb_cabac()
301 #define IS_INTRA4x4(type) ( MB_TYPE_INTRA4x4 == (type) ) macro
62 if ((uiNeighborAvail & LEFT_MB_POS) && !IS_INTRA4x4 (pLeftMb->uiMbType)) in WelsCabacMbType()64 if ((uiNeighborAvail & TOP_MB_POS) && !IS_INTRA4x4 (pTopMb->uiMbType)) //TOP MB in WelsCabacMbType()
284 if (IS_INTRA4x4 (pCurMb->uiMbType)) { in WelsSpatialWriteMbSyn()
69 if (IS_INTRA4x4 ((pCurMb - 1)->uiMbType)) { in FillNeighborCacheIntra()106 if (IS_INTRA4x4 (pTopMb->uiMbType)) { in FillNeighborCacheIntra()
298 } else if (IS_INTRA4x4 (pCurDqLayer->pDec->pMbType[iMbXy])) { in WelsMbIntraPredictionConstruction()