Searched refs:IS_SKIP (Results 1 – 19 of 19) sorted by relevance
118 if (!IS_SKIP(s->current_picture.mb_type[xy])) { in ff_h263_loop_filter()128 if (IS_SKIP(s->current_picture.mb_type[xy - s->mb_stride])) in ff_h263_loop_filter()151 if (qp_tt || IS_SKIP(s->current_picture.mb_type[xy - 1 - s->mb_stride])) in ff_h263_loop_filter()173 if (qp_c || IS_SKIP(s->current_picture.mb_type[xy - 1])) in ff_h263_loop_filter()
223 else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type)) in ff_print_debug_info2()227 else if (IS_GMC(mb_type) && IS_SKIP(mb_type)) in ff_print_debug_info2()231 else if (IS_SKIP(mb_type)) in ff_print_debug_info2()
74 #define IS_SKIP(a) ((a) & MB_TYPE_SKIP) macro
159 coded_mb_count += !IS_SKIP(mb_type[mb_y * s->mb_stride + mb_x]); in parse_mb_skip()459 if (IS_SKIP(s->current_picture.mb_type[s->mb_y * s->mb_stride + s->mb_x])) { in ff_wmv2_decode_mb()
723 if (IS_SKIP(mb_type)) { in write_back_motion_list()
1363 if( h->slice_table[mba_xy] == sl->slice_num && !IS_SKIP(h->cur_pic.mb_type[mba_xy] )) in decode_cabac_mb_skip()1365 if( h->slice_table[mbb_xy] == sl->slice_num && !IS_SKIP(h->cur_pic.mb_type[mbb_xy] )) in decode_cabac_mb_skip()
921 if (!IS_SKIP(mb_type) || s->pict_type == AV_PICTURE_TYPE_B) { in svq3_decode_mb()926 (!IS_SKIP(mb_type) || s->pict_type == AV_PICTURE_TYPE_B)) { in svq3_decode_mb()
1014 } else if (IS_SKIP(s->current_picture.mb_type[xy])) { in mpeg4_decode_partition_b()1408 if (IS_SKIP(mb_type)) { in mpeg4_decode_partitioned_mb()1439 if (!IS_SKIP(mb_type)) { in mpeg4_decode_partitioned_mb()1759 if (IS_SKIP(mb_type)) { in mpeg4_decode_mb()
464 if (!IS_SKIP(mb_type)) { in fill_decode_caches()
889 if(IS_INTRA(next_bt) || IS_SKIP(next_bt)){ in rv34_decode_mv()
237 …if (IS_SKIP (pPrevMb->uiMbType) || ((pPrevMb->uiMbType != MB_TYPE_INTRA16x16) && (!pPrevMb->uiCbp)) in WelsCabacMbDeltaQp()266 if (!IS_SKIP ((pCurMb - 1)->uiMbType)) in WelsMbSkipCabac()270 if (!IS_SKIP ((pCurMb - iMbWidth)->uiMbType)) in WelsMbSkipCabac()651 if (IS_SKIP (pCurMb->uiMbType)) { in WelsSpatialWriteMbSynCabac()
61 …const bool kbMbLeftAvailPskip = ((kuiNeighborAvail & LEFT_MB_POS) ? IS_SKIP ((pCurMb - 1)->uiMbTyp… in WelsMdSpatialelInterMbIlfmdNoilp()62 …const bool kbMbTopAvailPskip = ((kuiNeighborAvail & TOP_MB_POS) ? IS_SKIP (kpTopMb->uiMbType) : f… in WelsMdSpatialelInterMbIlfmdNoilp()63 …const bool kbMbTopLeftAvailPskip = ((kuiNeighborAvail & TOPLEFT_MB_POS) ? IS_SKIP ((kpTopMb - 1)-… in WelsMdSpatialelInterMbIlfmdNoilp()64 …const bool kbMbTopRightAvailPskip = ((kuiNeighborAvail & TOPRIGHT_MB_POS) ? IS_SKIP ((kpTopMb + 1)… in WelsMdSpatialelInterMbIlfmdNoilp()
265 if (IS_SKIP (pCurMb->uiMbType)) { in WelsSpatialWriteMbSyn()
1864 …const bool bMbLeftAvailPskip = ((kuiNeighborAvail & LEFT_MB_POS) ? IS_SKIP ((pCurMb - 1)->uiM… in WelsMdInterMb()1865 …const bool bMbTopAvailPskip = ((kuiNeighborAvail & TOP_MB_POS) ? IS_SKIP (top_mb->uiMbType) … in WelsMdInterMb()1866 …const bool bMbTopLeftAvailPskip = ((kuiNeighborAvail & TOPLEFT_MB_POS) ? IS_SKIP ((top_mb - 1)->… in WelsMdInterMb()1867 …const bool bMbTopRightAvailPskip = ((kuiNeighborAvail & TOPRIGHT_MB_POS) ? IS_SKIP ((top_mb + 1)->… in WelsMdInterMb()
495 if ((IS_INTER (pMb->uiMbType) && !IS_SKIP (pMb->uiMbType)) in OutputPMbWithoutConstructCsRsNoCopy()
315 #define IS_SKIP(type) ( ((type)&MB_TYPE_SKIP) != 0 ) macro
398 …bool bSkipOrDirect = (IS_SKIP (GetMbType (pCurDqLayer)[iMbXy]) || IS_DIRECT (GetMbType (pCurDqLaye… in PredMvBDirectSpatial()618 …bool bSkipOrDirect = (IS_SKIP (GetMbType (pCurDqLayer)[iMbXy]) || IS_DIRECT (GetMbType (pCurDqLaye… in PredBDirectTemporal()
233 …iCtxInc += (pNeighAvail->iLeftAvail && !IS_SKIP (pNeighAvail->iLeftType)) + (pNeighAvail->iTopAvail in ParseSkipFlagCabac()234 && !IS_SKIP (pNeighAvail->iTopType)); in ParseSkipFlagCabac()
1184 if (IS_SKIP (iCurMbType)) { in WelsDeblockingMb()