Searched refs:IS_GMC (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h81 #define IS_GMC(a) ((a) & MB_TYPE_GMC) macro
H A Dmpegvideo.c2152 else if (IS_GMC(mb_type) && IS_SKIP(mb_type))
2154 else if (IS_GMC(mb_type))
2331 } else if (IS_GMC(mb_type) && IS_SKIP(mb_type)) {
2333 } else if (IS_GMC(mb_type)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.h105 #define IS_GMC(a) ((a)&MB_TYPE_GMC) macro
H A Dmpegvideo.c1569 else if (IS_GMC(mb_type) && IS_SKIP(mb_type))
1571 else if (IS_GMC(mb_type))
1752 } else if (IS_GMC(mb_type) && IS_SKIP(mb_type)) {
1754 } else if (IS_GMC(mb_type)) {

Completed in 86 milliseconds