Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A 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()
127 if (IS_8X8(mb_type)) { in ff_print_debug_info2()
243 if (IS_8X8(mb_type)) in ff_print_debug_info2()
H A Dmpegutils.h82 #define IS_8X8(a) ((a) & MB_TYPE_8x8) macro
H A Dmpeg4video.c140 if (IS_8X8(colocated_mb_type)) { in ff_mpeg4_set_direct_mv()
H A Dh264_mc_template.c110 av_assert2(IS_8X8(mb_type)); in hl_motion()
H A Dh264_mvpred.h730 } else if (IS_8X8(top_type)) { in fill_decode_caches()
741 else if (IS_8X8(left_type[LTOP])) in fill_decode_caches()
748 else if (IS_8X8(left_type[LBOT])) in fill_decode_caches()
H A Dh264_direct.c208 const int is_b8x8 = IS_8X8(*mb_type); in pred_spatial_direct_motion()
495 const int is_b8x8 = IS_8X8(*mb_type); in pred_temp_direct_motion()
H A Dh264dec.h761 if (IS_8X8(mb_type)) { in write_back_motion()
H A Dh264_mb.c122 av_assert2(IS_8X8(mb_type)); in await_references()
H A Derror_resilience.c1161 if (IS_8X8(mb_type)) { in ff_er_frame_end()
H A Dituh263dec.c761 if (IS_8X8(colocated_mb_type)) { in set_direct_mv()
H A Dmotion_est.c1407 if (IS_8X8(s->next_picture.mb_type[mot_xy])) { in direct_search()
H A Drv34.c898 if(!(IS_16X8(next_bt) || IS_8X16(next_bt) || IS_8X8(next_bt))) //we can use whole macroblock MC in rv34_decode_mv()
H A Dmpeg4videodec.c1428 if (IS_8X8(mb_type)) { in mpeg4_decode_partitioned_mb()

Completed in 22 milliseconds