Home
last modified time | relevance | path

Searched refs:IS_INTRA16x16 (Results 1 – 12 of 12) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dsvc_set_mb_syn_cavlc.cpp286 } 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()
Dsvc_base_layer_md.cpp1842 if (IS_INTRA16x16 (pCurMb->uiMbType)) { in WelsMdFirstIntraMode()
2029 if (IS_INTRA16x16 (pCurMb->uiMbType)) { in WelsMdIntraSecondaryModesEnc()
/third_party/ffmpeg/libavcodec/
Dmpegutils.h76 #define IS_INTRA16x16(a) ((a) & MB_TYPE_INTRA16x16) macro
Dh264_cavlc.c634 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()
Dmpegutils.c222 else if (IS_INTRA16x16(mb_type)) in ff_print_debug_info2()
Dsvq3.c931 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()
Dh264_cabac.c1869 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()
Dh264_mb.c739 if (IS_INTRA16x16(mb_type)) { in hl_decode_mb_idct_luma()
Drv34.c399 r->is16 = !!IS_INTRA16x16(s->current_picture_ptr->mb_type[mb_pos]); in rv34_decode_inter_mb_header()
/third_party/openh264/codec/common/inc/
Dwels_common_defs.h304 #define IS_INTRA16x16(type) ( MB_TYPE_INTRA16x16 == (type) ) macro
/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cavlc.cpp176 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()
Ddecode_slice.cpp294 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()