Home
last modified time | relevance | path

Searched refs:IS_16X16 (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh261enc.c301 if (IS_16X16(h->mtype)) { in ff_h261_encode_mb()
320 if (!IS_16X16(h->mtype)) { in ff_h261_encode_mb()
Dmpegutils.h86 #define IS_16X16(a) ((a) & MB_TYPE_16x16) macro
Dh264_mb_template.c79 if (IS_16X16(mb_type)) { in FUNC()
289 if (IS_16X16(mb_type)) { in FUNC()
Dh264_mc_template.c84 if (IS_16X16(mb_type)) { in MCFUNC()
Dmpegutils.c250 else if (IS_INTRA(mb_type) || IS_16X16(mb_type)) in ff_print_debug_info2()
Dh264_direct.c401 } else if (IS_16X16(*mb_type)) { in pred_spatial_direct_motion()
645 if (IS_16X16(*mb_type)) { in pred_temp_direct_motion()
Dh261dec.c405 if (IS_16X16(h->mtype)) { in h261_decode_mb()
Dh264_mb.c106 if (IS_16X16(mb_type)) { in await_references()
Dh264_cavlc.c953 if(IS_16X16(mb_type)){ in ff_h264_decode_mb_cavlc()
Dh264_cabac.c2218 if(IS_16X16(mb_type)){ in ff_h264_decode_mb_cabac()