Home
last modified time | relevance | path

Searched refs:IS_2x2_DITHER (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/smpeg2/smpeg2-2.0.0/video/
H A Dvideo.h143 #define IS_2x2_DITHER(a) (0) macro
145 #define IS_2x2_DITHER(a) ((a) == Twox2_DITHER || (a) == FULL_COLOR2_DITHER || (a) == GRAY2_DITHER |… macro
/dports/multimedia/mpeg_play/mpeg_play/
H A Dvideo.h152 #define IS_2x2_DITHER(a) (0) macro
154 #define IS_2x2_DITHER(a) ((a) == Twox2_DITHER || (a) == FULL_COLOR2_DITHER || (a) == GRAY2_DITHER |… macro
H A Dgdith.c1051 if(IS_2x2_DITHER(xinfo->ditherType)) pixels_per_mb = 32;
H A Dmain.c892 if (IS_2x2_DITHER(xinfo[i].ditherType)) {
H A Dvideo.c937 int factor = 1 + IS_2x2_DITHER(ditherType);
1056 factor = 1 + IS_2x2_DITHER(ditherType); /* 1 or 2 */
/dports/multimedia/smpeg/smpeg-0.4.4/video/
H A Dvideo.h143 #define IS_2x2_DITHER(a) (0) macro
145 #define IS_2x2_DITHER(a) ((a) == Twox2_DITHER || (a) == FULL_COLOR2_DITHER || (a) == GRAY2_DITHER |… macro