Searched refs:IS_SEPARATE_DC (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34.h38 #define IS_SEPARATE_DC(a) ((a) & MB_TYPE_SEPARATE_DC) macro
H A Drv40.c365 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
403 mb_strong[i] = IS_INTRA(mbtype[i]) || IS_SEPARATE_DC(mbtype[i]);
H A Drv30.c146 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34.h37 #define IS_SEPARATE_DC(a) ((a) & MB_TYPE_SEPARATE_DC) macro
H A Drv40.c371 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
410 mb_strong[i] = IS_INTRA(mbtype[i]) || IS_SEPARATE_DC(mbtype[i]);
H A Drv30.c159 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))

Completed in 45 milliseconds