Home
last modified time | relevance | path

Searched refs:IS_ACPRED (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegutils.h94 #define IS_ACPRED(a) ((a) & MB_TYPE_ACPRED) macro
Dmpegutils.c218 else if (IS_INTRA(mb_type) && IS_ACPRED(mb_type)) in ff_print_debug_info2()
Dmpeg4videodec.c1351 s->ac_pred = IS_ACPRED(s->current_picture.mb_type[xy]); in mpeg4_decode_partitioned_mb()
1364 s->ac_pred = IS_ACPRED(s->current_picture.mb_type[xy]); in mpeg4_decode_partitioned_mb()