Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegutils.h95 #define IS_QUANT(a) ((a) & MB_TYPE_QUANT) macro
Dh261enc.c296 if (IS_QUANT(h->mtype)) { in ff_h261_encode_mb()
Dh261dec.c399 if (IS_QUANT(h->mtype)) in h261_decode_mb()
Dituh263dec.c831 dquant = IS_QUANT(mb_type); in ff_h263_decode_mb()
851 if(IS_QUANT(mb_type)){ in ff_h263_decode_mb()
Dmpeg12dec.c738 if (IS_QUANT(mb_type)) in mpeg_decode_mb()
806 if (IS_QUANT(mb_type)) in mpeg_decode_mb()
827 if (IS_QUANT(mb_type)) in mpeg_decode_mb()