Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegutils.c223 else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type)) in ff_print_debug_info2()
225 else if (IS_DIRECT(mb_type)) in ff_print_debug_info2()
H A Dh264_direct.c366 if (is_b8x8 && !IS_DIRECT(sl->sub_mb_type[i8])) in pred_spatial_direct_motion()
430 if (is_b8x8 && !IS_DIRECT(sl->sub_mb_type[i8])) in pred_spatial_direct_motion()
604 if (is_b8x8 && !IS_DIRECT(sl->sub_mb_type[i8])) in pred_temp_direct_motion()
672 if (is_b8x8 && !IS_DIRECT(sl->sub_mb_type[i8])) in pred_temp_direct_motion()
H A Dmpegutils.h77 #define IS_DIRECT(a) ((a) & MB_TYPE_DIRECT2) macro
H A Dh264_mvpred.h605 if (IS_INTER(mb_type) || (IS_DIRECT(mb_type) && sl->direct_spatial_mv_pred)) { in fill_decode_caches()
615 av_assert2(!(IS_DIRECT(mb_type) && !sl->direct_spatial_mv_pred)); in fill_decode_caches()
727 if (IS_DIRECT(top_type)) { in fill_decode_caches()
739 if (IS_DIRECT(left_type[LTOP])) in fill_decode_caches()
746 if (IS_DIRECT(left_type[LBOT])) in fill_decode_caches()
H A Dh264_cabac.c1972 if (!IS_DIRECT(sl->left_type[LTOP] - 1)) in ff_h264_decode_mb_cabac()
1974 if (!IS_DIRECT(sl->top_type - 1)) in ff_h264_decode_mb_cabac()
2122 if (IS_DIRECT(sl->sub_mb_type[0] | sl->sub_mb_type[1] | in ff_h264_decode_mb_cabac()
2142 if(IS_DIRECT(sl->sub_mb_type[i])) continue; in ff_h264_decode_mb_cabac()
2167 if(IS_DIRECT(sl->sub_mb_type[i])){ in ff_h264_decode_mb_cabac()
2172 if(IS_DIR(sl->sub_mb_type[i], 0, list) && !IS_DIRECT(sl->sub_mb_type[i])){ in ff_h264_decode_mb_cabac()
2220 } else if( IS_DIRECT(mb_type) ) { in ff_h264_decode_mb_cabac()
H A Dh264_cavlc.c854 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()
877 if(IS_DIRECT(sl->sub_mb_type[i])) continue; in ff_h264_decode_mb_cavlc()
904 if(IS_DIRECT(sl->sub_mb_type[i])) { in ff_h264_decode_mb_cavlc()
945 }else if(IS_DIRECT(mb_type)){ in ff_h264_decode_mb_cavlc()
H A Dmpeg4videodec.c1676 if ((!IS_DIRECT(mb_type)) && cbp) { in mpeg4_decode_mb()
1685 if (!IS_DIRECT(mb_type) && get_bits1(&s->gb)) { in mpeg4_decode_mb()
1729 } else if (!IS_DIRECT(mb_type)) { in mpeg4_decode_mb()
1758 if (IS_DIRECT(mb_type)) { in mpeg4_decode_mb()
H A Dituh263dec.c945 if(IS_DIRECT(mb_type)){ in ff_h263_decode_mb()
H A Dh264_slice.c2341 if (IS_INTER(mb_type) || IS_DIRECT(mb_type)) { in fill_filter_caches_inter()

Completed in 20 milliseconds