Home
last modified time | relevance | path

Searched refs:IS_GMC (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegutils.c228 else if (IS_GMC(mb_type) && IS_SKIP(mb_type)) in ff_print_debug_info2()
230 else if (IS_GMC(mb_type)) in ff_print_debug_info2()
Dmpegutils.h85 #define IS_GMC(a) ((a) & MB_TYPE_GMC) macro