Home
last modified time | relevance | path

Searched refs:HAS_CBP (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegutils.h101 #define HAS_CBP(a) ((a) & MB_TYPE_CBP) macro
Dh261dec.c428 if (HAS_CBP(h->mtype)) in h261_decode_mb()
452 if (s->mb_intra || HAS_CBP(h->mtype)) { in h261_decode_mb()
Dh261enc.c310 if (HAS_CBP(h->mtype)) { in ff_h261_encode_mb()
Dituh263dec.c827 if(HAS_CBP(mb_type)){ in ff_h263_decode_mb()
Dmpeg12dec.c823 if (s->picture_structure == PICT_FRAME && HAS_CBP(mb_type)) in mpeg_decode_mb()
977 if (HAS_CBP(mb_type)) { in mpeg_decode_mb()