Home
last modified time | relevance | path

Searched refs:IS_8X8 (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegutils.c37 mb->w = IS_8X8(mb_type) || IS_8X16(mb_type) ? 8 : 16; in add_mb()
38 mb->h = IS_8X8(mb_type) || IS_16X8(mb_type) ? 8 : 16; in add_mb()
128 if (IS_8X8(mb_type)) { in ff_print_debug_info2()
244 if (IS_8X8(mb_type)) in ff_print_debug_info2()
Dmpegutils.h89 #define IS_8X8(a) ((a) & MB_TYPE_8x8) macro
Dh264_mc_template.c110 av_assert2(IS_8X8(mb_type)); in MCFUNC()
Dmpeg4video.c128 if (IS_8X8(colocated_mb_type)) { in ff_mpeg4_set_direct_mv()
Dh264_mvpred.h732 } else if (IS_8X8(top_type)) { in fill_decode_caches()
743 else if (IS_8X8(left_type[LTOP])) in fill_decode_caches()
750 else if (IS_8X8(left_type[LBOT])) in fill_decode_caches()
Dh264_direct.c209 const int is_b8x8 = IS_8X8(*mb_type); in pred_spatial_direct_motion()
496 const int is_b8x8 = IS_8X8(*mb_type); in pred_temp_direct_motion()
Dh264dec.h802 if (IS_8X8(mb_type)) { in write_back_motion()
Dh264_mb.c122 av_assert2(IS_8X8(mb_type)); in await_references()
Dituh263dec.c671 if (IS_8X8(colocated_mb_type)) { in set_direct_mv()
Derror_resilience.c1168 if (IS_8X8(mb_type)) { in ff_er_frame_end()
Drv34.c896 … if(!(IS_16X8(next_bt) || IS_8X16(next_bt) || IS_8X8(next_bt))) //we can use whole macroblock MC in rv34_decode_mv()
Dmotion_est.c1405 if (IS_8X8(s->next_picture.mb_type[mot_xy])) { in direct_search()
Dmpeg4videodec.c1356 if (IS_8X8(mb_type)) { in mpeg4_decode_partitioned_mb()