Home
last modified time | relevance | path

Searched refs:IS_INTRA16x16 (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegutils.h69 #define IS_INTRA16x16(a) ((a) & MB_TYPE_INTRA16x16) macro
H A Dmpegutils.c221 else if (IS_INTRA16x16(mb_type)) in ff_print_debug_info2()
H A Dh264_cavlc.c632 if(IS_INTRA16x16(mb_type)){ in decode_luma_residual()
1062 if(!IS_INTRA16x16(mb_type)){ in ff_h264_decode_mb_cavlc()
1096 if(cbp || IS_INTRA16x16(mb_type)){ in ff_h264_decode_mb_cavlc()
H A Dsvq3.c925 if (!IS_INTRA16x16(mb_type) && in svq3_decode_mb()
935 if (IS_INTRA16x16(mb_type) || in svq3_decode_mb()
944 if (IS_INTRA16x16(mb_type)) { in svq3_decode_mb()
955 const int index = IS_INTRA16x16(mb_type) ? 1 : 0; in svq3_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()
1878 if( IS_INTRA16x16( mb_type ) ) { in decode_cabac_luma_residual()
2334 if( !IS_INTRA16x16( mb_type ) ) { in ff_h264_decode_mb_cabac()
2394 if( cbp || IS_INTRA16x16( mb_type ) ) { in ff_h264_decode_mb_cabac()
H A Dh264_mb.c739 if (IS_INTRA16x16(mb_type)) { in hl_decode_mb_idct_luma()
H A Drv34.c401 r->is16 = !!IS_INTRA16x16(s->current_picture_ptr->mb_type[mb_pos]); in rv34_decode_inter_mb_header()

Completed in 15 milliseconds