Searched refs:IS_QUANT (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h91 #define IS_QUANT(a) ((a) & MB_TYPE_QUANT) macro
H A Dh261enc.c291 if (IS_QUANT(h->mtype)) {
H A Dh261dec.c392 if (IS_QUANT(h->mtype))
H A Dituh263dec.c711 dquant = IS_QUANT(mb_type);
731 if(IS_QUANT(mb_type)){
H A Dmpeg12dec.c814 if (IS_QUANT(mb_type))
871 if (IS_QUANT(mb_type))
892 if (IS_QUANT(mb_type))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261enc.c207 if(IS_QUANT(h->mtype)){
H A Dh261dec.c292 if ( IS_QUANT ( h->mtype ) ){
H A Dmpegvideo.h115 #define IS_QUANT(a) ((a)&MB_TYPE_QUANT) macro
H A Dituh263dec.c731 dquant = IS_QUANT(mb_type);
751 if(IS_QUANT(mb_type)){
H A Dmpeg12.c815 if (IS_QUANT(mb_type))
872 if (IS_QUANT(mb_type))
893 if (IS_QUANT(mb_type))

Completed in 95 milliseconds