Home
last modified time | relevance | path

Searched refs:IS_SKIP (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh263.c118 if (!IS_SKIP(s->current_picture.mb_type[xy])) { in ff_h263_loop_filter()
128 if (IS_SKIP(s->current_picture.mb_type[xy - s->mb_stride])) in ff_h263_loop_filter()
151 if (qp_tt || IS_SKIP(s->current_picture.mb_type[xy - 1 - s->mb_stride])) in ff_h263_loop_filter()
173 if (qp_c || IS_SKIP(s->current_picture.mb_type[xy - 1])) in ff_h263_loop_filter()
H A Dmpegutils.c223 else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type)) in ff_print_debug_info2()
227 else if (IS_GMC(mb_type) && IS_SKIP(mb_type)) in ff_print_debug_info2()
231 else if (IS_SKIP(mb_type)) in ff_print_debug_info2()
H A Dmpegutils.h74 #define IS_SKIP(a) ((a) & MB_TYPE_SKIP) macro
H A Dwmv2dec.c159 coded_mb_count += !IS_SKIP(mb_type[mb_y * s->mb_stride + mb_x]); in parse_mb_skip()
459 if (IS_SKIP(s->current_picture.mb_type[s->mb_y * s->mb_stride + s->mb_x])) { in ff_wmv2_decode_mb()
H A Dh264dec.h723 if (IS_SKIP(mb_type)) { in write_back_motion_list()
H A Dh264_cabac.c1363 if( h->slice_table[mba_xy] == sl->slice_num && !IS_SKIP(h->cur_pic.mb_type[mba_xy] )) in decode_cabac_mb_skip()
1365 if( h->slice_table[mbb_xy] == sl->slice_num && !IS_SKIP(h->cur_pic.mb_type[mbb_xy] )) in decode_cabac_mb_skip()
H A Dsvq3.c921 if (!IS_SKIP(mb_type) || s->pict_type == AV_PICTURE_TYPE_B) { in svq3_decode_mb()
926 (!IS_SKIP(mb_type) || s->pict_type == AV_PICTURE_TYPE_B)) { in svq3_decode_mb()
H A Dmpeg4videodec.c1014 } else if (IS_SKIP(s->current_picture.mb_type[xy])) { in mpeg4_decode_partition_b()
1408 if (IS_SKIP(mb_type)) { in mpeg4_decode_partitioned_mb()
1439 if (!IS_SKIP(mb_type)) { in mpeg4_decode_partitioned_mb()
1759 if (IS_SKIP(mb_type)) { in mpeg4_decode_mb()
H A Dh264_mvpred.h464 if (!IS_SKIP(mb_type)) { in fill_decode_caches()
H A Drv34.c889 if(IS_INTRA(next_bt) || IS_SKIP(next_bt)){ in rv34_decode_mv()

Completed in 20 milliseconds