Home
last modified time | relevance | path

Searched refs:IS_INTRA4x4 (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegutils.h68 #define IS_INTRA4x4(a) ((a) & MB_TYPE_INTRA4x4) macro
H A Dmpegutils.c219 else if (IS_INTRA4x4(mb_type)) in ff_print_debug_info2()
H A Dh264_mvpred.h509 if (IS_INTRA4x4(mb_type)) { in fill_decode_caches()
510 if (IS_INTRA4x4(top_type)) { in fill_decode_caches()
519 if (IS_INTRA4x4(left_type[LEFT(i)])) { in fill_decode_caches()
H A Dh264_cavlc.c800 if(IS_INTRA4x4(mb_type)){ in ff_h264_decode_mb_cavlc()
1070 if (IS_INTRA4x4(mb_type)) in ff_h264_decode_mb_cavlc()
1079 if(IS_INTRA4x4(mb_type)) cbp= golomb_to_intra4x4_cbp_gray[cbp]; in ff_h264_decode_mb_cavlc()
H A 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()
918 if (!IS_INTRA4x4(mb_type)) { in svq3_decode_mb()
956 const int type = ((s->qscale < 24 && IS_INTRA4x4(mb_type)) ? 2 : 1); in svq3_decode_mb()
H A 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()
H A Dh261dec.c419 s->mb_intra = IS_INTRA4x4(com->mtype); in h261_decode_mb()
H A Dh264_cabac.c1394 /* No need to test for IS_INTRA4x4 and IS_INTRA16x16, as we set chroma_pred_mode_table to 0 */ in decode_cabac_mb_chroma_pre_mode()
2076 if( IS_INTRA4x4( mb_type ) ) { in ff_h264_decode_mb_cabac()

Completed in 13 milliseconds