MB_TYPE_ACPRED 103 libavcodec/h264.h #define MB_TYPE_REF0 MB_TYPE_ACPRED // dirty but it fits in 16 bit MB_TYPE_ACPRED 813 libavcodec/ituh263dec.c s->current_picture.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED; MB_TYPE_ACPRED 810 libavcodec/mpeg4videodec.c s->current_picture.mb_type[xy] |= ac_pred * MB_TYPE_ACPRED; MB_TYPE_ACPRED 842 libavcodec/mpeg4videodec.c s->current_picture.mb_type[xy] |= ac_pred * MB_TYPE_ACPRED; MB_TYPE_ACPRED 1605 libavcodec/mpeg4videodec.c s->current_picture.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED; MB_TYPE_ACPRED 90 libavcodec/mpegutils.h #define IS_ACPRED(a) ((a) & MB_TYPE_ACPRED)