Home
last modified time | relevance | path

Searched refs:IS_INTRA4x4 (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegutils.h75 #define IS_INTRA4x4(a) ((a) & MB_TYPE_INTRA4x4) macro
Dh264_mvpred.h511 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()
Dh264_cavlc.c802 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()
Dmpegutils.c220 else if (IS_INTRA4x4(mb_type)) in ff_print_debug_info2()
Dsvq3.c619 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()
Dh264_mb.c627 if (IS_INTRA4x4(mb_type)) { in hl_decode_mb_predict_luma()
738 if (!IS_INTRA4x4(mb_type)) { in hl_decode_mb_idct_luma()
Dh261dec.c402 s->mb_intra = IS_INTRA4x4(h->mtype); in h261_decode_mb()
Dh264_cabac.c2067 if( IS_INTRA4x4( mb_type ) ) { in ff_h264_decode_mb_cabac()
/third_party/openh264/codec/common/inc/
Dwels_common_defs.h301 #define IS_INTRA4x4(type) ( MB_TYPE_INTRA4x4 == (type) ) macro
/third_party/openh264/codec/encoder/core/src/
Dsvc_set_mb_syn_cabac.cpp62 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()
Dsvc_set_mb_syn_cavlc.cpp284 if (IS_INTRA4x4 (pCurMb->uiMbType)) { in WelsSpatialWriteMbSyn()
Dmd.cpp69 if (IS_INTRA4x4 ((pCurMb - 1)->uiMbType)) { in FillNeighborCacheIntra()
106 if (IS_INTRA4x4 (pTopMb->uiMbType)) { in FillNeighborCacheIntra()
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp298 } else if (IS_INTRA4x4 (pCurDqLayer->pDec->pMbType[iMbXy])) { in WelsMbIntraPredictionConstruction()