U32 80 coders/cineon.c #define IS_UNDEFINED_U32(value) (value == ((U32) 0xFFFFFFFFU)) U32 82 coders/cineon.c #define IS_UNDEFINED_R32(value) (value.u == ((U32) 0x7F800000U)) U32 87 coders/cineon.c U32 magic; /* Magick number (0x802A5FD7) */ U32 88 coders/cineon.c U32 image_data_offset; /* Offset to image data in bytes */ U32 89 coders/cineon.c U32 generic_section_length; /* Generic section header length in bytes */ U32 90 coders/cineon.c U32 industry_section_length; /* Industry specific header length in bytes */ U32 91 coders/cineon.c U32 user_defined_length; /* User defined header length in bytes */ U32 92 coders/cineon.c U32 file_size; /* Total image file size in bytes */ U32 106 coders/cineon.c U32 pixels_per_line; /* Pixels per line (columns) */ U32 107 coders/cineon.c U32 lines_per_image; /* Lines per image (rows) */ U32 131 coders/cineon.c U32 eol_pad; /* End of line padding */ U32 132 coders/cineon.c U32 eoc_pad; /* End of channel padding */ U32 158 coders/cineon.c U32 prefix; /* Prefix (6 digits from film edge code) */ U32 159 coders/cineon.c U32 count; /* Count (4 digits from film edge code) */ U32 161 coders/cineon.c U32 frame_position; /* Frame position in sequence */ U32 339 coders/cineon.c MagickSwabUInt32((U32 *) &image_info->x_offset); U32 340 coders/cineon.c MagickSwabUInt32((U32 *) &image_info->y_offset); U32 896 coders/cineon.c member=(U32) strtol(definition_value, (char **) NULL, 10); \ U32 898 coders/cineon.c member=(U32) strtol(attribute->value, (char **) NULL, 10); \ U32 172 coders/dpx.c #define IS_UNDEFINED_U32(value) (value == ((U32) 0xFFFFFFFFU)) U32 173 coders/dpx.c #define IS_UNDEFINED_R32(value) (value.u == ((U32) ~0U)) U32 265 coders/dpx.c U32 magic; /* Magick number (SDPX ASCII) */ U32 266 coders/dpx.c U32 image_data_offset; /* Offset to image data in bytes */ U32 268 coders/dpx.c U32 file_size; /* Total image file size in bytes */ U32 269 coders/dpx.c U32 ditto_key; /* (0 = same as previous frame; 1 = new) */ U32 270 coders/dpx.c U32 generic_section_length; /* Generic section header length in bytes */ U32 271 coders/dpx.c U32 industry_section_length; /* Industry specific header length in bytes */ U32 272 coders/dpx.c U32 user_defined_length; /* User defined header length in bytes */ U32 278 coders/dpx.c U32 encryption_key; /* Encryption key (FFFFFFFF unencrypted ) */ U32 284 coders/dpx.c U32 data_sign; /* Data sign (0 = unsigned; 1 = signed) */ U32 285 coders/dpx.c U32 reference_low_data_code; /* Reference low data code value */ U32 287 coders/dpx.c U32 reference_high_data_code; /* Reference high data code value */ U32 295 coders/dpx.c U32 data_offset; /* Offset to data */ U32 296 coders/dpx.c U32 eol_pad; /* End of line padding */ U32 297 coders/dpx.c U32 eoi_pad; /* End of image padding */ U32 305 coders/dpx.c U32 pixels_per_line; /* Pixels per line (columns) */ U32 306 coders/dpx.c U32 lines_per_image_element; /* Lines per image element (rows) */ U32 325 coders/dpx.c U32 horizontal; /* Horizontal */ U32 326 coders/dpx.c U32 vertical; /* Vertical */ U32 331 coders/dpx.c U32 x_offset; /* X offset */ U32 332 coders/dpx.c U32 y_offset; /* Y offset */ U32 335 coders/dpx.c U32 x_original_size; /* X original size */ U32 336 coders/dpx.c U32 y_original_size; /* Y original size */ U32 356 coders/dpx.c U32 frame_position; /* Frame position in sequence */ U32 357 coders/dpx.c U32 sequence_length; /* Sequence length (frames) */ U32 358 coders/dpx.c U32 held_count; /* Held count (1 = default) */ U32 368 coders/dpx.c U32 time_code; /* SMPTE time code */ U32 369 coders/dpx.c U32 user_bits; /* SMPTE user bits */ U32 620 coders/dpx.c STATIC void SMPTEBitsToString(const U32 value, char *str) U32 638 coders/dpx.c STATIC U32 SMPTEStringToBits(const char *str) U32 640 coders/dpx.c U32 U32 660 coders/dpx.c value |= (U32) ((strtol(buff,(char **)NULL,10)) << shift); U32 682 coders/dpx.c octets=rows*(((magick_int64_t) samples_per_row*bits_per_sample+31)/32)*sizeof(U32); U32 686 coders/dpx.c octets=rows*(((magick_int64_t) samples_per_row*bits_per_sample+31)/32)*sizeof(U32); U32 690 coders/dpx.c octets=samples_per_row*sizeof(U32)*rows; U32 697 coders/dpx.c octets=(((((magick_int64_t) (rows*samples_per_row+2)/3)*sizeof(U32)*8)+31)/32)*sizeof(U32); U32 702 coders/dpx.c octets=rows*(((magick_int64_t) samples_per_row*bits_per_sample+31)/32)*sizeof(U32); U32 715 coders/dpx.c octets=rows*(((magick_int64_t) samples_per_row*bits_per_sample+31)/32)*sizeof(U32); U32 2059 coders/dpx.c max_samples_per_pixel*sizeof(U32)); U32 3185 coders/dpx.c member=(U32) strtol(definition_value_, (char **) NULL, 10); \ U32 3187 coders/dpx.c member=(U32) strtol(attribute_->value, (char **) NULL, 10); \ U32 3662 coders/dpx.c (U32) (max_value_given_bits * (16.0/255.0) + 0.5); U32 3664 coders/dpx.c (U32) (max_value_given_bits * (235.0/255.0) + 0.5);