Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegutils.h88 #define IS_QUANT(a) ((a) & MB_TYPE_QUANT) macro
Dh261enc.c308 if (IS_QUANT(com->mtype)) { in ff_h261_encode_mb()
Dh261dec.c416 if (IS_QUANT(com->mtype)) in h261_decode_mb()
Dituh263dec.c921 dquant = IS_QUANT(mb_type); in ff_h263_decode_mb()
941 if(IS_QUANT(mb_type)){ in ff_h263_decode_mb()
Dmpeg12dec.c746 if (IS_QUANT(mb_type)) in mpeg_decode_mb()
811 if (IS_QUANT(mb_type)) in mpeg_decode_mb()
832 if (IS_QUANT(mb_type)) in mpeg_decode_mb()