Home
last modified time | relevance | path

Searched refs:IS_DIRECT (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegutils.c224 else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type)) in ff_print_debug_info2()
226 else if (IS_DIRECT(mb_type)) in ff_print_debug_info2()
323 } else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type)) { in ff_print_debug_info2()
325 } else if (IS_DIRECT(mb_type)) { in ff_print_debug_info2()
Dmpegutils.h84 #define IS_DIRECT(a) ((a) & MB_TYPE_DIRECT2) macro
Dh264_mvpred.h606 if (IS_INTER(mb_type) || (IS_DIRECT(mb_type) && sl->direct_spatial_mv_pred)) { in fill_decode_caches()
616 av_assert2(!(IS_DIRECT(mb_type) && !sl->direct_spatial_mv_pred)); in fill_decode_caches()
728 if (IS_DIRECT(top_type)) { in fill_decode_caches()
740 if (IS_DIRECT(left_type[LTOP])) in fill_decode_caches()
747 if (IS_DIRECT(left_type[LBOT])) in fill_decode_caches()
Dh264_cabac.c1963 if (!IS_DIRECT(sl->left_type[LTOP] - 1)) in ff_h264_decode_mb_cabac()
1965 if (!IS_DIRECT(sl->top_type - 1)) in ff_h264_decode_mb_cabac()
2113 if (IS_DIRECT(sl->sub_mb_type[0] | sl->sub_mb_type[1] | in ff_h264_decode_mb_cabac()
2133 if(IS_DIRECT(sl->sub_mb_type[i])) continue; in ff_h264_decode_mb_cabac()
2158 if(IS_DIRECT(sl->sub_mb_type[i])){ in ff_h264_decode_mb_cabac()
2163 if(IS_DIR(sl->sub_mb_type[i], 0, list) && !IS_DIRECT(sl->sub_mb_type[i])){ in ff_h264_decode_mb_cabac()
2211 } else if( IS_DIRECT(mb_type) ) { in ff_h264_decode_mb_cabac()
Dh264_direct.c367 if (is_b8x8 && !IS_DIRECT(sl->sub_mb_type[i8])) in pred_spatial_direct_motion()
431 if (is_b8x8 && !IS_DIRECT(sl->sub_mb_type[i8])) in pred_spatial_direct_motion()
605 if (is_b8x8 && !IS_DIRECT(sl->sub_mb_type[i8])) in pred_temp_direct_motion()
673 if (is_b8x8 && !IS_DIRECT(sl->sub_mb_type[i8])) in pred_temp_direct_motion()
Dh264_cavlc.c861 … if( IS_DIRECT(sl->sub_mb_type[0]|sl->sub_mb_type[1]|sl->sub_mb_type[2]|sl->sub_mb_type[3])) { in ff_h264_decode_mb_cavlc()
884 if(IS_DIRECT(sl->sub_mb_type[i])) continue; in ff_h264_decode_mb_cavlc()
911 if(IS_DIRECT(sl->sub_mb_type[i])) { in ff_h264_decode_mb_cavlc()
952 }else if(IS_DIRECT(mb_type)){ in ff_h264_decode_mb_cavlc()
Dmpeg4videodec.c1605 if ((!IS_DIRECT(mb_type)) && cbp) { in mpeg4_decode_mb()
1614 if (!IS_DIRECT(mb_type) && get_bits1(&s->gb)) { in mpeg4_decode_mb()
1658 } else if (!IS_DIRECT(mb_type)) { in mpeg4_decode_mb()
1687 if (IS_DIRECT(mb_type)) { in mpeg4_decode_mb()
Dituh263dec.c856 if(IS_DIRECT(mb_type)){ in ff_h263_decode_mb()
Dh264_slice.c2230 if (IS_INTER(mb_type) || IS_DIRECT(mb_type)) { in fill_filter_caches_inter()