U8                 79 coders/cineon.c #define IS_UNDEFINED_U8(value) (value == ((U8) 0xFFU))
U8                102 coders/cineon.c   U8    designator_byte_0;         /* 0 = universal metric */
U8                103 coders/cineon.c   U8    designator_byte_1;         /* */
U8                104 coders/cineon.c   U8    bits_per_sample;           /* Bit depth */
U8                105 coders/cineon.c   U8    unused;
U8                116 coders/cineon.c   U8    orientation;               /* Image orientation */
U8                117 coders/cineon.c   U8    channels;                  /* Number of image channels (1-8) */
U8                118 coders/cineon.c   U8    pad[2];                    /* Unused (2 byte space for word allignment */
U8                127 coders/cineon.c   U8    data_interleave;           /* Data interleave */
U8                128 coders/cineon.c   U8    packing;                   /* Packing method */
U8                129 coders/cineon.c   U8    sign;                      /* Data sign: 0=unsigned, 1=signed */
U8                130 coders/cineon.c   U8    sense;                     /* Image sense: 0=positive, 1=negative */
U8                154 coders/cineon.c   U8    film_mfg_id_code;          /* Film mfg. ID code (2 digits from film edge code) */
U8                155 coders/cineon.c   U8    film_type;                 /* Film type (2 digits from film edge code) */
U8                156 coders/cineon.c   U8    perfs_offset;              /* Offset in perfs (2 digits from film edge code) */
U8                157 coders/cineon.c   U8    unused;                    /* Unused, for word allignment */
U8                880 coders/cineon.c     member=(U8) strtol(definition_value, (char **) NULL, 10); \
U8                882 coders/cineon.c     member=(U8) strtol(attribute->value, (char **) NULL, 10); \
U8                170 coders/dpx.c   #define IS_UNDEFINED_U8(value) (value == ((U8) 0xFFU))
U8                289 coders/dpx.c     U8    descriptor;                /* Descriptor */
U8                290 coders/dpx.c     U8    transfer_characteristic;   /* Transfer characteristic */
U8                291 coders/dpx.c     U8    colorimetric;              /* Colorimetric specification */
U8                292 coders/dpx.c     U8    bits_per_sample;           /* Bit depth */
U8                370 coders/dpx.c     U8    interlace;                 /* Interlace (0 = noninterlaced; 1 = 2:1 interlace */
U8                371 coders/dpx.c     U8    field_number;              /* Field number */
U8                372 coders/dpx.c     U8    video_signal;              /* Video signal standard */
U8                373 coders/dpx.c     U8    zero;                      /* Zero (for byte alignment) */
U8               3153 coders/dpx.c       member=(U8) strtol(definition_value_, (char **) NULL, 10); \
U8               3155 coders/dpx.c       member=(U8) strtol(attribute_->value, (char **) NULL, 10); \