Encoder  4.4
VC-5 Sample Encoder
Data Structures
Here are the data structures with brief descriptions:
[detail level 123]
 C_aspect_ratioData structure for the pixel or picture aspect ratio
 C_bandfileDeclaration of the band file data structure
 C_bitstreamDeclaration of the bitstream data structure
 C_channel_headerData structure for storing information in the channel header
 C_codebookDeclaration of a codebook
 C_codecFields that are common to the encoder and decoder
 C_codec_state
 C_picture_aspect_ratioPicture aspect ratio read from the encoded sample
 C_component_arrayData structure for an array that contains a single type of component
 C_component_permutationData structure for the component permutation
 C_component_transformData structure for the component transform (16 bit precision)
 C_encoderData structure for the buffers and information used by the encoder
 C_channel
 C_displayDimensions and format of the displayable image with padding removed
 C_encodedDimensions and format of the encoded image
 C_inputDimensions and format of the image that was input to the encoder
 C_timing
 C_file_infoData structure for information about a file
 C_filelistData structure for enumerating files from a list
 C_magnitude_tableTable of codewords for coefficient magnitudes
 C_metadataDeclaration of a data structure for metadata
 C_packed_imageData structure for an image input to the unpacking process
 C_packed_image_listOrdered set of packed images
 C_parametersDeclaration of a data structure for passing parameters to the encoder
 C_pathname_dataData structure for representing an image file and metadata about the image
 C_pathname_listData structure for representing a list of image files with image dimensions and format
 C_rlcEntry in the table for encoding runs of zeros
 C_rlvCodebook entries for arbitrary runs and values
 C_runStructure returned by the run length decoding routines
 C_runs_tableTable of codewords for runs of zeros
 C_streamDeclaration of the data structure for a byte stream
 C_locationUnion of parameters for different types of streams
 C_fileParameters for a binary file stream
 C_memoryParameters for a stream bound to a memory buffer
 C_transformData structure for the wavelet tree (one channel)
 C_unpacked_imageImage represented as an ordered set of component arrays
 C_unpacked_image_listOrdered set of unpacked images
 C_versionCodec version number (major, minor, revision, build)
 C_vlc
 C_vleEntry in the table for encoding coefficients magnitudes
 C_waveletData structure used for wavelets
 Cbandfile_infoPathname for the band file and masks that specify which subbands to write
 Ccodeset
 CDPX_file_infoData structure for information about a DPX file
 Ctagvalue< Bitstream tag and value pair
 Ctimer