INTERNATIONAL TELECOMMUNICATION UNION TERMINAL EQUIPMENT AND PROTOCOLS FOR TELEMATIC SERVICES

Size: px
Start display at page:

Download "INTERNATIONAL TELECOMMUNICATION UNION TERMINAL EQUIPMENT AND PROTOCOLS FOR TELEMATIC SERVICES"

Transcription

1 INTERNATIONAL TELECOMMUNICATION UNION CCITT T.81 THE INTERNATIONAL (09/92) TELEGRAPH AND TELEPHONE CONSULTATIVE COMMITTEE TERMINAL EQUIPMENT AND PROTOCOLS FOR TELEMATIC SERVICES INFORMATION TECHNOLOGY DIGITAL COMPRESSION AND CODING OF CONTINUOUS-TONE STILL IMAGES REQUIREMENTS AND GUIDELINES Recommendation T.81

2 Foreword ITU (International Telecommunication Union) is the United Nations Specialized Agency in the field of telecommunications. The CCITT (the International Telegraph and Telephone Consultative Committee) is a permanent organ of the ITU. Some 166 member countries, 68 telecom operating entities, 163 scientific and industrial organizations and 39 international organizations participate in CCITT which is the body which sets world telecommunications standards (Recommendations). The approval of Recommendations by the members of CCITT is covered by the procedure laid down in CCITT Resolution. 2 (Melbourne, 1988). In addition, the Plenary Assembly of CCITT, which meets every four years, approves Recommendations submitted to it and establishes the study programme for the following period. In some areas of information technology, which fall within CCITT s purview, the necessary standards are prepared on a collaborative basis with ISO and IEC. The text of CCITT Recommendation T.81 was approved on 18th September The identical text is also published as ISO/IEC International Standard CCITT NOTE In this Recommendation, the expression Administration is used for conciseness to indicate both a telecommunication administration and a recognized private operating agency. ITU 1993 All rights reserved. part of this publication may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm, without permission in writing from the ITU.

3 Contents Page Introduction... iii 1 Scope rmative references Definitions, abbreviations and symbols General Interchange format requirements Encoder requirements Decoder requirements Annex A Mathematical definitions Annex B Compressed data formats Annex C Huffman table specification Annex D Arithmetic coding Annex E Encoder and decoder control procedures Annex F Sequential DCT-based mode of operation Annex G Progressive DCT-based mode of operation Annex H Lossless mode of operation Annex J Hierarchical mode of operation Annex K Examples and guidelines Annex L Patents Annex M Bibliography CCITT Rec. T.81 (1992 E) i

4 Introduction This CCITT Recommendation ISO/IEC International Standard was prepared by CCITT Study Group VIII and the Joint Photographic Experts Group (JPEG) of ISO/IEC JTC 1/SC 29/WG 10. This Experts Group was formed in 1986 to establish a standard for the sequential progressive encoding of continuous tone grayscale and colour images. Digital Compression and Coding of Continuous-tone Still images, is published in two parts: Requirements and guidelines; Compliance testing. This part, Part 1, sets out requirements and implementation guidelines for continuous-tone still image encoding and decoding processes, and for the coded representation of compressed image data for interchange between applications. These processes and representations are intended to be generic, that is, to be applicable to a broad range of applications for colour and grayscale still images within communications and computer systems. Part 2, sets out tests for determining whether implementations comply with the requirments for the various encoding and decoding processes specified in Part 1. The user s attention is called to the possibility that for some of the coding processes specified herein compliance with this Recommendation International Standard may require use of an invention covered by patent rights. See Annex L for further information. The requirements which these processes must satisfy to be useful for specific image communications applications such as facsimile, Videotex and audiographic conferencing are defined in CCITT Recommendation T.80. The intent is that the generic processes of Recommendation T.80 will be incorporated into the various CCITT Recommendations for terminal equipment for these applications. In addition to the applications addressed by the CCITT and ISO/IEC, the JPEG committee has developped a compression standard to meet the needs of other applications as well, including desktop publishing, graphic arts, medical imaging and scientific imaging. Annexes A, B, C, D, E, F, G, H and J are normative, and thus form an integral part of this Specification. Annexes K, L and M are informative and thus do not form an integral part of this Specification. This Specification aims to follow the guidelines of CCITT and ISO/IEC JTC 1 on Rules for presentation of CCITT ISO/IEC common text.

5 INTERNATIONAL STANDARD ISO/IEC : 1993(E) CCITT Rec. T.81 (1992 E) CCITT RECOMMENDATION INFORMATION TECHNOLOGY DIGITAL COMPRESSION AND CODING OF CONTINUOUS-TONE STILL IMAGES REQUIREMENTS AND GUIDELINES 1 Scope This CCITT Recommendation International Standard is applicable to continuous-tone grayscale or colour digital still image data. It is applicable to a wide range of applications which require use of compressed images. It is not applicable to bi-level image data. This Specification specifies processes for converting source image data to compressed image data; specifies processes for converting compressed image data to reconstructed image data; gives guidance on how to implement these processes in practice; specifies coded representations for compressed image data. NOTE This Specification does not specify a complete coded image representation. Such representations may include certain parameters, such as aspect ratio, component sample registration, and colour space designation, which are applicationdependent. 2 rmative references The following CCITT Recommendations and International Standards contain provisions which, through reference in this text, constitute provisions of this CCITT Recommendation International Standard. At the time of publication, the editions indicated were valid. All Recommendations and Standards are subject to revision, and parties to agreements based on this CCITT Recommendation International Standard are encouraged to investigate the possibility of applying the most recent edition of the Recommendations and Standards listed below. Members of IEC and ISO maintain registers of currently valid International Standards. The CCITT Secretariat maintains a list of currently valid CCITT Recommendations. CCITT Recommendation T.80 (1992), Common components for image compression and communication Basic principles. 3 Definitions, abbreviations and symbols 3.1 Definitions and abbreviations For the purposes of this Specification, the following definitions apply abbreviated format: A representation of compressed image data which is missing some or all of the table specifications required for decoding, or a representation of table-specification data without frame headers, scan headers, and entropy-coded segments AC coefficient: Any DCT coefficient for which the frequency is not zero in at least one dimension (adaptive) (binary) arithmetic decoding: An entropy decoding procedure which recovers the sequence of symbols from the sequence of bits produced by the arithmetic encoder (adaptive) (binary) arithmetic encoding: An entropy encoding procedure which codes by means of a recursive subdivision of the probability of the sequence of symbols coded up to that point application environment: The standards for data representation, communication, or storage which have been established for a particular application. CCITT Rec. T.81 (1992 E) 1

6 3.1.6 arithmetic decoder: An embodiment of arithmetic decoding procedure arithmetic encoder: An embodiment of arithmetic encoding procedure baseline (sequential): A particular sequential DCT-based encoding and decoding process specified in this Specification, and which is required for all DCT-based decoding processes binary decision: Choice between two alternatives bit stream: Partially encoded or decoded sequence of bits comprising an entropy-coded segment block: An 8 8 array of samples or an 8 8 array of DCT coefficient values of one component block-row: A sequence of eight contiguous component lines which are partitioned into 8 8 blocks byte: A group of 8 bits byte stuffing: A procedure in which either the Huffman coder or the arithmetic coder inserts a zero byte into the entropy-coded segment following the generation of an encoded hexadecimal X FF byte carry bit: A bit in the arithmetic encoder code register which is set if a carry-over in the code register overflows the eight bits reserved for the output byte ceiling function: The mathematical procedure in which the greatest integer value of a real number is obtained by selecting the smallest integer value which is greater than or equal to the real number class (of coding process): Lossy or lossless coding processes code register: The arithmetic encoder register containing the least significant bits of the partially completed entropy-coded segment. Alternatively, the arithmetic decoder register containing the most significant bits of a partially decoded entropy-coded segment coder: An embodiment of a coding process coding: Encoding or decoding coding model: A procedure used to convert input data into symbols to be coded (coding) process: A general term for referring to an encoding process, a decoding process, or both colour image: A continuous-tone image that has more than one component columns: Samples per line in a component component: One of the two-dimensional arrays which comprise an image compressed data: Either compressed image data or table specification data or both compressed image data: A coded representation of an image, as specified in this Specification compression: Reduction in the number of bits used to represent source image data conditional exchange: The interchange of MPS and LPS probability intervals whenever the size of the LPS interval is greater than the size of the MPS interval (in arithmetic coding) (conditional) probability estimate: The probability value assigned to the LPS by the probability estimation state machine (in arithmetic coding) conditioning table: The set of parameters which select one of the defined relationships between prior coding decisions and the conditional probability estimates used in arithmetic coding context: The set of previously coded binary decisions which is used to create the index to the probability estimation state machine (in arithmetic coding) continuous-tone image: An image whose components have more than one bit per sample data unit: An 8 8 block of samples of one component in DCT-based processes; a sample in lossless processes. 2 CCITT Rec. T.81 (1992 E)

7 DC coefficient: The DCT coefficient for which the frequency is zero in both dimensions. ISO/IEC : 1993(E) DC prediction: The procedure used by DCT-based encoders whereby the quantized DC coefficient from the previously encoded 8 8 block of the same component is subtracted from the current quantized DC coefficient (DCT) coefficient: The amplitude of a specific cosine basis function may refer to an original DCT coefficient, to a quantized DCT coefficient, or to a dequantized DCT coefficient decoder: An embodiment of a decoding process decoding process: A process which takes as its input compressed image data and outputs a continuous-tone image default conditioning: The values defined for the arithmetic coding conditioning tables at the beginning of coding of an image dequantization: The inverse procedure to quantization by which the decoder recovers a representation of the DCT coefficients differential component: The difference between an input component derived from the source image and the corresponding reference component derived from the preceding frame for that component (in hierarchical mode coding) differential frame: A frame in a hierarchical process in which differential components are either encoded or decoded (digital) reconstructed image (data): A continuous-tone image which is the output of any decoder defined in this Specification (digital) source image (data): A continuous-tone image used as input to any encoder defined in this Specification (digital) (still) image: A set of two-dimensional arrays of integer data discrete cosine transform; DCT: Either the forward discrete cosine transform or the inverse discrete cosine transform downsampling (filter): A procedure by which the spatial resolution of an image is reduced (in hierarchical mode coding) encoder: An embodiment of an encoding process encoding process: A process which takes as its input a continuous-tone image and outputs compressed image data entropy-coded (data) segment: An independently decodable sequence of entropy encoded bytes of compressed image data (entropy-coded segment) pointer: The variable which points to the most recently placed (or fetched) byte in the entropy encoded segment entropy decoder: An embodiment of an entropy decoding procedure entropy decoding: A lossless procedure which recovers the sequence of symbols from the sequence of bits produced by the entropy encoder entropy encoder: An embodiment of an entropy encoding procedure entropy encoding: A lossless procedure which converts a sequence of input symbols into a sequence of bits such that the average number of bits per symbol approaches the entropy of the input symbols extended (DCT-based) process: A descriptive term for DCT-based encoding and decoding processes in which additional capabilities are added to the baseline sequential process forward discrete cosine transform; FDCT: A mathematical transformation using cosine basis functions which converts a block of samples into a corresponding block of original DCT coefficients. CCITT Rec. T.81 (1992 E) 3

8 frame: A group of one or more scans (all using the same DCT-based or lossless process) through the data of one or more of the components in an image frame header: A marker segment that contains a start-of-frame marker and associated frame parameters that are coded at the beginning of a frame frequency: A two-dimensional index into the two-dimensional array of DCT coefficients (frequency) band: A contiguous group of coefficients from the zig-zag sequence (in progressive mode coding) full progression: A process which uses both spectral selection and successive approximation (in progressive mode coding) grayscale image: A continuous-tone image that has only one component hierarchical: A mode of operation for coding an image in which the first frame for a given component is followed by frames which code the differences between the source data and the reconstructed data from the previous frame for that component. Resolution changes are allowed between frames hierarchical decoder: A sequence of decoder processes in which the first frame for each component is followed by frames which decode an array of differences for each component and adds it to the reconstructed data from the preceding frame for that component hierarchical encoder: The mode of operation in which the first frame for each component is followed by frames which encode the array of differences between the source data and the reconstructed data from the preceding frame for that component horizontal sampling factor: The relative number of horizontal data units of a particular component with respect to the number of horizontal data units in the other components Huffman decoder: An embodiment of a Huffman decoding procedure Huffman decoding: An entropy decoding procedure which recovers the symbol from each variable length code produced by the Huffman encoder Huffman encoder: An embodiment of a Huffman encoding procedure Huffman encoding: An entropy encoding procedure which assigns a variable length code to each input symbol Huffman table: The set of variable length codes required in a Huffman encoder and Huffman decoder image data: Either source image data or reconstructed image data interchange format: The representation of compressed image data for exchange between application environments interleaved: The descriptive term applied to the repetitive multiplexing of small groups of data units from each component in a scan in a specific order inverse discrete cosine transform; IDCT: A mathematical transformation using cosine basis functions which converts a block of dequantized DCT coefficients into a corresponding block of samples Joint Photographic Experts Group; JPEG: The informal name of the committee which created this Specification. The joint comes from the CCITT and ISO/IEC collaboration latent output: Output of the arithmetic encoder which is held, pending resolution of carry-over (in arithmetic coding) less probable symbol; LPS: For a binary decision, the decision value which has the smaller probability level shift: A procedure used by DCT-based encoders and decoders whereby each input sample is either converted from an unsigned representation to a two s complement representation or from a two s complement representation to an unsigned representation. 4 CCITT Rec. T.81 (1992 E)

9 lossless: A descriptive term for encoding and decoding processes and procedures in which the output of the decoding procedure(s) is identical to the input to the encoding procedure(s) lossless coding: The mode of operation which refers to any one of the coding processes defined in this Specification in which all of the procedures are lossless (see Annex H) lossy: A descriptive term for encoding and decoding processes which are not lossless marker: A two-byte code in which the first byte is hexadecimal FF (X FF ) and the second byte is a value between 1 and hexadecimal FE (X FE ) marker segment: A marker and associated set of parameters MCU-row: The smallest sequence of MCU which contains at least one line of samples or one block-row from every component in the scan minimum coded unit; MCU: The smallest group of data units that is coded modes (of operation): The four main categories of image coding processes defined in this Specification more probable symbol; MPS: For a binary decision, the decision value which has the larger probability non-differential frame: The first frame for any components in a hierarchical encoder or decoder. The components are encoded or decoded without subtraction from reference components. The term refers also to any frame in modes other than the hierarchical mode non-interleaved: The descriptive term applied to the data unit processing sequence when the scan has only one component parameters: Fixed length integers 4, 8 or 16 bits in length, used in the compressed data formats point transform: Scaling of a sample or DCT coefficient precision: Number of bits allocated to a particular sample or DCT coefficient predictor: A linear combination of previously reconstructed values (in lossless mode coding) probability estimation state machine: An interlinked table of probability values and indices which is used to estimate the probability of the LPS (in arithmetic coding) probability interval: The probability of a particular sequence of binary decisions within the ordered set of all possible sequences (in arithmetic coding) (probability) sub-interval: A portion of a probability interval allocated to either of the two possible binary decision values (in arithmetic coding) procedure: A set of steps which accomplishes one of the tasks which comprise an encoding or decoding process process: See coding process progressive (coding): One of the DCT-based processes defined in this Specification in which each scan typically improves the quality of the reconstructed image progressive DCT-based: The mode of operation which refers to any one of the processes defined in Annex G quantization table: The set of 64 quantization values used to quantize the DCT coefficients quantization value: An integer value used in the quantization procedure quantize: The act of performing the quantization procedure for a DCT coefficient reference (reconstructed) component: Reconstructed component data which is used in a subsequent frame of a hierarchical encoder or decoder process (in hierarchical mode coding). CCITT Rec. T.81 (1992 E) 5

10 renormalization: The doubling of the probability interval and the code register value until the probability interval exceeds a fixed minimum value (in arithmetic coding) restart interval: The integer number of MCUs processed as an independent sequence within a scan restart marker: The marker that separates two restart intervals in a scan run (length): Number of consecutive symbols of the same value sample: One element in the two-dimensional array which comprises a component sample-interleaved: The descriptive term applied to the repetitive multiplexing of small groups of samples from each component in a scan in a specific order scan: A single pass through the data for one or more of the components in an image scan header: A marker segment that contains a start-of-scan marker and associated scan parameters that are coded at the beginning of a scan sequential (coding): One of the lossless or DCT-based coding processes defined in this Specification in which each component of the image is encoded within a single scan sequential DCT-based: The mode of operation which refers to any one of the processes defined in Annex F spectral selection: A progressive coding process in which the zig-zag sequence is divided into bands of one or more contiguous coefficients, and each band is coded in one scan stack counter: The count of X FF bytes which are held, pending resolution of carry-over in the arithmetic encoder statistical conditioning: The selection, based on prior coding decisions, of one estimate out of a set of conditional probability estimates (in arithmetic coding) statistical model: The assignment of a particular conditional probability estimate to each of the binary arithmetic coding decisions statistics area: The array of statistics bins required for a coding process which uses arithmetic coding statistics bin: The storage location where an index is stored which identifies the value of the conditional probability estimate used for a particular arithmetic coding binary decision successive approximation: A progressive coding process in which the coefficients are coded with reduced precision in the first scan, and precision is increased by one bit with each succeeding scan table specification data: The coded representation from which the tables used in the encoder and decoder are generated and their destinations specified transcoder: A procedure for converting compressed image data of one encoder process to compressed image data of another encoder process (uniform) quantization: The procedure by which DCT coefficients are linearly scaled in order to achieve compression upsampling (filter): A procedure by which the spatial resolution of an image is increased (in hierarchical mode coding) vertical sampling factor: The relative number of vertical data units of a particular component with respect to the number of vertical data units in the other components in the frame zero byte: The X 00 byte zig-zag sequence: A specific sequential ordering of the DCT coefficients from (approximately) lowest spatial frequency to highest sample predictor: A linear combination of the three nearest neighbor reconstructed samples to the left and above (in lossless mode coding). 6 CCITT Rec. T.81 (1992 E)

11 3.2 Symbols The symbols used in this Specification are listed below. A AC AC ji Ah Al Ap i APP n B B2 BE BITS BP BPST BR Bx C C i C u C v CE C-low Cm i CNT CODE CODESIZE(V) COM Cs Cs i CT Cx CX d ji d ji k D probability interval AC DCT coefficient AC coefficient predicted from DC values successive approximation bit position, high successive approximation bit position, low ith 8-bit parameter in APP n segment marker reserved for application segments current byte in compressed data next byte in compressed data when B = X FF counter for buffered correction bits for Huffman coding in the successive approximation process 16-byte list containing number of Huffman codes of each length pointer to compressed data pointer to byte before start of entropy-coded segment counter for buffered correction bits for Huffman coding in the successive approximation process byte modified by a carry-over value of bit stream in code register component identifier for frame horizontal frequency dependent scaling factor in DCT vertical frequency dependent scaling factor in DCT conditional exchange low order 16 bits of the arithmetic decoder code register ith 8-bit parameter in COM segment bit counter in NEXTBYTE procedure Huffman code value code size for symbol V comment marker conditioning table value component identifier for scan renormalization shift counter high order 16 bits of arithmetic decoder code register conditional exchange data unit from horizontal position i, vertical position j d ji for component k decision decoded CCITT Rec. T.81 (1992 E) 7

12 Da DAC Db DC DC i DC k DHP DHT DIFF DNL DQT DRI E EC ECS ECS i Eh EHUFCO EHUFSI EOB EOBn EOBx EOB0, EOB1,..., EOB14 EOI Ev EXP FREQ(V) H i H max HUFFCODE HUFFSIZE HUFFVAL i I Index(S) j J in DC coding, the DC difference coded for the previous block from the same component; in lossless coding, the difference coded for the sample immediately to the left define-arithmetic-coding-conditioning marker the difference coded for the sample immediately above DC DCT coefficient DC coefficient for ith block in component kth DC value used in prediction of AC coefficients define hierarchical progression marker define-huffman-tables marker difference between quantized DC and prediction define-number-of-lines marker define-quantization-tables marker define restart interval marker exponent in magnitude category upper bound event counter entropy-coded segment ith entropy-coded segment horizontal expansion parameter in EXP segment Huffman code table for encoder encoder table of Huffman code sizes end-of-block for sequential; end-of-band for progressive run length category for EOB runs position of EOB in previous successive approximation scan run length categories for EOB runs end-of-image marker vertical expansion parameter in EXP segment expand reference components marker frequency of occurrence of symbol V horizontal sampling factor for ith component largest horizontal sampling factor list of Huffman codes corresponding to lengths in HUFFSIZE list of code lengths list of values assigned to each Huffman code subscript index integer variable index to probability estimation state machine table for context index S subscript index integer variable 8 CCITT Rec. T.81 (1992 E)

13 JPG JPG n k K Kmin Kx L L i L i (t) La LASTK Lc Ld Le Lf Lh Lp LPS Lq Lr Ls LSB m m t M Mn MAXCODE MCU marker reserved for JPEG extensions marker reserved for JPEG extensions subscript index integer variable index of 1st AC coefficient in band (1 for sequential DCT) conditioning parameter for AC arithmetic coding model DC and lossless coding conditioning lower bound parameter element in BITS list in DHT segment element in BITS list in the DHT segment for Huffman table t length of parameters in APP n segment largest value of K length of parameters in COM segment length of parameters in DNL segment length of parameters in EXP segment length of frame header parameters length of parameters in DHT segment length of parameters in DAC segment less probable symbol (in arithmetic coding) length of parameters in DQT segment length of parameters in DRI segment length of scan header parameters least significant bit modulo 8 counter for RST m marker number of V i,j parameters for Huffman table t bit mask used in coding magnitude of V nth statistics bin for coding magnitude bit pattern category table with maximum value of Huffman code for each code length minimum coded unit MCU i MCUR MINCODE MPS MPS(S) MSB ith MCU number of MCU required to make up one MCU-row table with minimum value of Huffman code for each code length more probable symbol (in arithmetic coding) more probable symbol for context-index S most significant bit M2, M3, M4,..., M15 designation of context-indices for coding of magnitude bits in the arithmetic coding models n N N/A integer variable data unit counter for MCU coding not applicable CCITT Rec. T.81 (1992 E) 9

14 Nb Next_Index_LPS Next_Index_MPS Nf NL Ns OTHERS(V) P Pq Pq(t) PRED Pt Px Q ji Q vu Q 00 QAC ji QDC k Qe Qe(S) Qk r vu R R vu Ra Rb Rc Rd RES Ri RRRR RS RST m s yx S S vu number of data units in MCU new value of Index(S) after a LPS renormalization new value of Index(S) after a MPS renormalization number of components in frame number of lines defined in DNL segment number of components in scan index to next symbol in chain sample precision quantizer precision parameter in DQT segment quantizer precision parameter in DQT segment for quantization table t quantized DC coefficient from the most recently coded block of the component point transform parameter calculated value of sample quantizer value for coefficient AC ji quantization value for DCT coefficient S vu quantizer value for DC coefficient quantized AC coefficient predicted from DC values kth quantized DC value used in prediction of AC coefficients LPS probability estimate LPS probability estimate for context index S kth element of 64 quantization elements in DQT segment reconstructed image sample length of run of zero amplitude AC coefficients dequantized DCT coefficient reconstructed sample value reconstructed sample value reconstructed sample value rounding in prediction calculation reserved markers restart interval in DRI segment 4-bit value of run length of zero AC coefficients composite value used in Huffman coding of AC coefficients restart marker number m reconstructed value from IDCT context index DCT coefficient at horizontal frequency u, vertical frequency v 10 CCITT Rec. T.81 (1992 E)

15 SC Se SE SI SIGN SIZE SLL SLL α β SN SOF 0 SOF 1 SOF 2 SOF 3 SOF 5 SOF 6 SOF 7 SOF 9 SOF 10 SOF 11 SOF 13 SOF 14 SOF 15 SOI SOS SP Sq vu SRL SRL α β Ss SS SSSS ST Switch_MPS Sz S0 t T context-index for coding of correction bit in successive approximation coding end of spectral selection band in zig-zag sequence context-index for coding of end-of-block or end-of-band Huffman code size 1 if decoded sense of sign is negative and 0 if decoded sense of sign is positive length of a Huffman code shift left logical operation logical shift left of α by β bits context-index for coding of first magnitude category when V is negative baseline DCT process frame marker extended sequential DCT frame marker, Huffman coding progressive DCT frame marker, Huffman coding lossless process frame marker, Huffman coding differential sequential DCT frame marker, Huffman coding differential progressive DCT frame marker, Huffman coding differential lossless process frame marker, Huffman coding sequential DCT frame marker, arithmetic coding progressive DCT frame marker, arithmetic coding lossless process frame marker, arithmetic coding differential sequential DCT frame marker, arithmetic coding differential progressive DCT frame marker, arithmetic coding differential lossless process frame marker, arithmetic coding start-of-image marker start-of-scan marker context-index for coding of first magnitude category when V is positive quantized DCT coefficient shift right logical operation logical shift right of α by β bits start of spectral selection band in zig-zag sequence context-index for coding of sign decision 4-bit size category of DC difference or AC coefficient amplitude stack counter parameter controlling inversion of sense of MPS parameter used in coding magnitude of V context-index for coding of V = 0 decision summation index for parameter limits computation temporary variable CCITT Rec. T.81 (1992 E) 11

16 Ta j Tb Tc Td j TEM Th Tq Tq i U V V i V i,j V max V t VALPTR V1 V2 x i X X i AC entropy table destination selector for jth component in scan arithmetic conditioning table destination identifier Huffman coding or arithmetic coding table class DC entropy table destination selector for jth component in scan temporary marker Huffman table destination identifier in DHT segment quantization table destination identifier in DQT segment quantization table destination selector for ith component in frame DC and lossless coding conditioning upper bound parameter symbol or value being either encoded or decoded vertical sampling factor for ith component jth value for length i in HUFFVAL largest vertical sampling factor temporary variable list of indices for first value in HUFFVAL for each code length symbol value symbol value number of columns in ith component number of samples per line in component with largest horizontal dimension ith statistics bin for coding magnitude category decision X1, X2, X3,..., X15 designation of context-indices for coding of magnitude categories in the arithmetic coding models XHUFCO XHUFSI X values y i Y ZRL ZZ(K) ZZ(0) extended Huffman code table table of sizes of extended Huffman codes values within the quotes are hexadecimal number of lines in ith component number of lines in component with largest vertical dimension value in HUFFVAL assigned to run of 16 zero coefficients Kth element in zig-zag sequence of quantized DCT coefficients quantized DC coefficient in zig-zag sequence order 4 General The purpose of this clause is to give an informative overview of the elements specified in this Specification. Another purpose is to introduce many of the terms which are defined in clause 3. These terms are printed in italics upon first usage in this clause. 12 CCITT Rec. T.81 (1992 E)

17 4.1 Elements specified in this Specification There are three elements specified in this Specification: a) An encoder is an embodiment of an encoding process. As shown in Figure 1, an encoder takes as input digital source image data and table specifications, and by means of a specified set of procedures generates as output compressed image data. b) A decoder is an embodiment of a decoding process. As shown in Figure 2, a decoder takes as input compressed image data and table specifications, and by means of a specified set of procedures generates as output digital reconstructed image data. c) The interchange format, shown in Figure 3, is a compressed image data representation which includes all table specifications used in the encoding process. The interchange format is for exchange between application environments. Encoder TISO /d001 Source image data Table specifications Compressed image data Figure 1 Encoder FIGURE 1 [D01] 5 cm = 195% Decoder TISO /d002 Compressed image data Table specifications Reconstructed image data Figure 2 Decoder FIGURE 2 [D02] 6 cm 234% Figures 1 and 2 illustrate the general case for which the continuous-tone source and reconstructed image data consist of multiple components. (A colour image consists of multiple components; a grayscale image consists only of a single component.) A significant portion of this Specification is concerned with how to handle multiple-component images in a flexible, application-independent way. CCITT Rec. T.81 (1992 E) 13

18 Application environment A Compressed image data, including table specifications Application environment B TISO /d003 Figure 3 Interchange format for compressed image data FIGURE 3 [D03] 9,5cm = 371 % These figures are also meant to show that the same tables specified for an encoder to use to compress a particular image must be provided to a decoder to reconstruct that image. However, this Specification does not specify how applications should associate tables with compressed image data, nor how they should represent source image data generally within their specific environments. Consequently, this Specification also specifies the interchange format shown in Figure 3, in which table specifications are included within compressed image data. An image compressed with a specified encoding process within one application environment, A, is passed to a different environment, B, by means of the interchange format. The interchange format does not specify a complete coded image representation. Application-dependent information, e.g. colour space, is outside the scope of this Specification. 4.2 Lossy and lossless compression This Specification specifies two classes of encoding and decoding processes, lossy and lossless processes. Those based on the discrete cosine transform (DCT) are lossy, thereby allowing substantial compression to be achieved while producing a reconstructed image with high visual fidelity to the encoder s source image. The simplest DCT-based coding process is referred to as the baseline sequential process. It provides a capability which is sufficient for many applications. There are additional DCT-based processes which extend the baseline sequential process to a broader range of applications. In any decoder using extended DCT-based decoding processes, the baseline decoding process is required to be present in order to provide a default decoding capability. The second class of coding processes is not based upon the DCT and is provided to meet the needs of applications requiring lossless compression. These lossless encoding and decoding processes are used independently of any of the DCT-based processes. A table summarizing the relationship among these lossy and lossless coding processes is included in The amount of compression provided by any of the various processes is dependent on the characteristics of the particular image being compressed, as well as on the picture quality desired by the application and the desired speed of compression and decompression. 14 CCITT Rec. T.81 (1992 E)

19 4.3 DCT-based coding Figure 4 shows the main procedures for all encoding processes based on the DCT. It illustrates the special case of a singlecomponent image; this is an appropriate simplification for overview purposes, because all processes specified in this Specification operate on each image component independently. 8 8 blocks DCT-based encoder FDCT Quantizer Entropy encoder Source image data Table specifications Table specifications Compressed image data TISO /d004 Figure 4 DCT-based encoder simplified diagram FIGURE 4 [D04] 7 cm = 273 % In the encoding process the input component s samples are grouped into 8 8 blocks, and each block is transformed by the forward DCT (FDCT) into a set of 64 values referred to as DCT coefficients. One of these values is referred to as the DC coefficient and the other 63 as the AC coefficients. Each of the 64 coefficients is then quantized using one of 64 corresponding values from a quantization table (determined by one of the table specifications shown in Figure 4). default values for quantization tables are specified in this Specification; applications may specify values which customize picture quality for their particular image characteristics, display devices, and viewing conditions. After quantization, the DC coefficient and the 63 AC coefficients are prepared for entropy encoding, as shown in Figure 5. The previous quantized DC coefficient is used to predict the current quantized DC coefficient, and the difference is encoded. The 63 quantized AC coefficients undergo no such differential encoding, but are converted into a onedimensional zig-zag sequence, as shown in Figure 5. The quantized coefficients are then passed to an entropy encoding procedure which compresses the data further. One of two entropy coding procedures can be used, as described in 4.6. If Huffman encoding is used, Huffman table specifications must be provided to the encoder. If arithmetic encoding is used, arithmetic coding conditioning table specifications may be provided, otherwise the default conditioning table specifications shall be used. Figure 6 shows the main procedures for all DCT-based decoding processes. Each step shown performs essentially the inverse of its corresponding main procedure within the encoder. The entropy decoder decodes the zig-zag sequence of quantized DCT coefficients. After dequantization the DCT coefficients are transformed to an 8 8 block of samples by the inverse DCT (IDCT). 4.4 Lossless coding Figure 7 shows the main procedures for the lossless encoding processes. A predictor combines the reconstructed values of up to three neighbourhood samples at positions a, b, and c to form a prediction of the sample at position x as shown in Figure 8. This prediction is then subtracted from the actual value of the sample at position x, and the difference is losslessly entropy-coded by either Huffman or arithmetic coding. CCITT Rec. T.81 (1992 E) 15

20 DC AC AC DC i - 1 DC i Block i - 1 Block i DIFF = DC - DC i i - 1 TISO /d005 Differential DC encoding AC AC Zig-zag order Figure 5 Preparation of quantized coefficients for entropy encoding FIGURE 5 [D05] 8 cm = 313 % DCT-based decoder Entropy decoder Dequantizer IDCT TISO /d006 Compressed image data Table specifications Table specifications Reconstructed image data Figure 6 DCT-based decoder simplified diagram FIGURE 6 [D06] 6,5 cm = 254 % Lossless encoder Predictor Entropy encoder TISO /d007 Source image data Table specifications Compressed image data Figure 7 Lossless encoder simplified diagram FIGURE 7 [D07] 6,5 cm = 254 % 16 CCITT Rec. T.81 (1992 E)

21 c a b x TISO /d008 Figure 8 3-sample prediction neighbourhood FIGURE 8 [D08] 5 cm = 195 % This encoding process may also be used in a slightly modified way, whereby the precision of the input samples is reduced by one or more bits prior to the lossless coding. This achieves higher compression than the lossless process (but lower compression than the DCT-based processes for equivalent visual fidelity), and limits the reconstructed image s worst-case sample error to the amount of input precision reduction. 4.5 Modes of operation There are four distinct modes of operation under which the various coding processes are defined: sequential DCT-based, progressive DCT-based, lossless, and hierarchical. (Implementations are not required to provide all of these.) The lossless mode of operation was described in 4.4. The other modes of operation are compared as follows. For the sequential DCT-based mode, 8 8 sample blocks are typically input block by block from left to right, and blockrow by block-row from top to bottom. After a block has been transformed by the forward DCT, quantized and prepared for entropy encoding, all 64 of its quantized DCT coefficients can be immediately entropy encoded and output as part of the compressed image data (as was described in 4.3), thereby minimizing coefficient storage requirements. For the progressive DCT-based mode, 8 8 blocks are also typically encoded in the same order, but in multiple scans through the image. This is accomplished by adding an image-sized coefficient memory buffer (not shown in Figure 4) between the quantizer and the entropy encoder. As each block is transformed by the forward DCT and quantized, its coefficients are stored in the buffer. The DCT coefficients in the buffer are then partially encoded in each of multiple scans. The typical sequence of image presentation at the output of the decoder for sequential versus progressive modes of operation is shown in Figure 9. There are two procedures by which the quantized coefficients in the buffer may be partially encoded within a scan. First, only a specified band of coefficients from the zig-zag sequence need be encoded. This procedure is called spectral selection, because each band typically contains coefficients which occupy a lower or higher part of the frequency spectrum for that 8 8 block. Secondly, the coefficients within the current band need not be encoded to their full (quantized) accuracy within each scan. Upon a coefficient s first encoding, a specified number of most significant bits is encoded first. In subsequent scans, the less significant bits are then encoded. This procedure is called successive approximation. Either procedure may be used separately, or they may be mixed in flexible combinations. In hierarchical mode, an image is encoded as a sequence of frames. These frames provide reference reconstructed components which are usually needed for prediction in subsequent frames. Except for the first frame for a given component, differential frames encode the difference between source components and reference reconstructed components. The coding of the differences may be done using only DCT-based processes, only lossless processes, or DCT-based processes with a final lossless process for each component. Downsampling and upsampling filters may be used to provide a pyramid of spatial resolutions as shown in Figure 10. Alternatively, the hierarchical mode can be used to improve the quality of the reconstructed components at a given spatial resolution. Hierarchical mode offers a progressive presentation similar to the progressive DCT-based mode but is useful in environments which have multi-resolution requirements. Hierarchical mode also offers the capability of progressive coding to a final lossless stage. CCITT Rec. T.81 (1992 E) 17

22 A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A TISO /d009 Progressive Sequential Figure 9 Progressive versus sequential presentation FIGURE 9 [D09] 9,5 cm = 371 % TISO /d010 Figure 10 Hierarchical multi-resolution encoding FIGURE 10 [D10] 9.5 cm = 374 % 4.6 Entropy coding alternatives Two alternative entropy coding procedures are specified: Huffman coding and arithmetic coding. Huffman coding procedures use Huffman tables, determined by one of the table specifications shown in Figures 1 and 2. Arithmetic coding procedures use arithmetic coding conditioning tables, which may also be determined by a table specification. default values for Huffman tables are specified, so that applications may choose tables appropriate for their own environments. Default tables are defined for the arithmetic coding conditioning. 18 CCITT Rec. T.81 (1992 E)

23 The baseline sequential process uses Huffman coding, while the extended DCT-based and lossless processes may use either Huffman or arithmetic coding. 4.7 Sample precision For DCT-based processes, two alternative sample precisions are specified: either 8 bits or 12 bits per sample. Applications which use samples with other precisions can use either 8-bit or 12-bit precision by shifting their source image samples appropriately. The baseline process uses only 8-bit precision. DCT-based implementations which handle 12-bit source image samples are likely to need greater computational resources than those which handle only 8-bit source images. Consequently in this Specification separate normative requirements are defined for 8-bit and 12-bit DCT-based processes. For lossless processes the sample precision is specified to be from 2 to 16 bits. 4.8 Multiple-component control Subclauses 4.3 and 4.4 give an overview of one major part of the encoding and decoding processes those which operate on the sample values in order to achieve compression. There is another major part as well the procedures which control the order in which the image data from multiple components are processed to create the compressed data, and which ensure that the proper set of table data is applied to the proper data units in the image. (A data unit is a sample for lossless processes and an 8 8 block of samples for DCT-based processes.) Interleaving multiple components Figure 11 shows an example of how an encoding process selects between multiple source image components as well as multiple sets of table data, when performing its encoding procedures. The source image in this example consists of the three components A, B and C, and there are two sets of table specifications. (This simplified view does not distinguish between the quantization tables and entropy coding tables.) A B Encoding process C Source image data Table specification 1 Table specification 2 Compressed image data TISO /d011 Figure 11 Component-interleave and table-switching control FIGURE 11 [D11] 7 cm = 273 % In sequential mode, encoding is non-interleaved if the encoder compresses all image data units in component A before beginning component B, and then in turn all of B before C. Encoding is interleaved if the encoder compresses a data unit from A, a data unit from B, a data unit from C, then back to A, etc. These alternatives are illustrated in Figure 12, which shows a case in which all three image components have identical dimensions: X columns by Y lines, for a total of n data units each. CCITT Rec. T.81 (1992 E) 19

24 X X X A 1 A 2 B1 B2 C1 C2 Y Y Y A n B n C n TISO /d012 A, A,...A, 1 2 n B, B,...B, C, C,...C 1 2 n 1 2 n Scan 1 Scan 2 Scan 3 Data unit encoding order, non-interleaved A 1, B 1, C 1, A 2, B 2, C 2,...A n, B n, Cn Scan 1 Data unit encoding order, interleaved Figure 12 Interleaved versus non-interleaved encoding order FIGURE 12 [D12] 9,5 cm = 371 % These control procedures are also able to handle cases in which the source image components have different dimensions. Figure 13 shows a case in which two of the components, B and C, have half the number of horizontal samples relative to component A. In this case, two data units from A are interleaved with one each from B and C. Cases in which components of an image have more complex relationships, such as different horizontal and vertical dimensions, can be handled as well. (See Annex A.) X X/2 X/2 A 1 A 2 B1 B2 C C 1 2 Y Y Y A n B n/2 C n/2 TISO /d013 A, A, B, C, A, A, B, C,...A, A, B, C n-1 n n/2 n/2 Scan 1 Data unit encoding order, interleaved Figure 13 Interleaved order for components with different dimensions FIGURE 13 [D13] 8 cm = 313 % 20 CCITT Rec. T.81 (1992 E)

SERIES T: TERMINALS FOR TELEMATIC SERVICES Still-image compression JPEG-1 extensions

SERIES T: TERMINALS FOR TELEMATIC SERVICES Still-image compression JPEG-1 extensions International Telecommunication Union ITU-T T.871 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (05/2011) SERIES T: TERMINALS FOR TELEMATIC SERVICES Still-image compression JPEG-1 extensions Information

More information

Fast Arithmetic Coding (FastAC) Implementations

Fast Arithmetic Coding (FastAC) Implementations Fast Arithmetic Coding (FastAC) Implementations Amir Said 1 Introduction This document describes our fast implementations of arithmetic coding, which achieve optimal compression and higher throughput by

More information

Video-Conferencing System

Video-Conferencing System Video-Conferencing System Evan Broder and C. Christoher Post Introductory Digital Systems Laboratory November 2, 2007 Abstract The goal of this project is to create a video/audio conferencing system. Video

More information

Introduction to image coding

Introduction to image coding Introduction to image coding Image coding aims at reducing amount of data required for image representation, storage or transmission. This is achieved by removing redundant data from an image, i.e. by

More information

JPEG Image Compression by Using DCT

JPEG Image Compression by Using DCT International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 JPEG Image Compression by Using DCT Sarika P. Bagal 1* and Vishal B. Raskar 2 1*

More information

Michael W. Marcellin and Ala Bilgin

Michael W. Marcellin and Ala Bilgin JPEG2000: HIGHLY SCALABLE IMAGE COMPRESSION Michael W. Marcellin and Ala Bilgin Department of Electrical and Computer Engineering, The University of Arizona, Tucson, AZ 85721. {mwm,bilgin}@ece.arizona.edu

More information

Streaming Lossless Data Compression Algorithm (SLDC)

Streaming Lossless Data Compression Algorithm (SLDC) Standard ECMA-321 June 2001 Standardizing Information and Communication Systems Streaming Lossless Data Compression Algorithm (SLDC) Phone: +41 22 849.60.00 - Fax: +41 22 849.60.01 - URL: http://www.ecma.ch

More information

JPEG File Interchange Format

JPEG File Interchange Format JPEG File Interchange Format Version 1.02 September 1, 1992 Eric Hamilton C-Cube Microsystems 1778 McCarthy Blvd. Milpitas, CA 95035 +1 408 944-6300 Fax: +1 408 944-6314 E-mail: eric@c3.pla.ca.us JPEG

More information

Image Compression through DCT and Huffman Coding Technique

Image Compression through DCT and Huffman Coding Technique International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Rahul

More information

INTERNATIONAL TELECOMMUNICATION UNION $!4! #/--5.)#!4)/. /6%2 4(% 4%,%0(/.%.%47/2+

INTERNATIONAL TELECOMMUNICATION UNION $!4! #/--5.)#!4)/. /6%2 4(% 4%,%0(/.%.%47/2+ INTERNATIONAL TELECOMMUNICATION UNION )454 6 TER TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU $!4! #/--5.)#!4)/. /6%2 4(% 4%,%(/.%.%47/2+ ")43 %2 3%#/.$ -/$%- 34!.$!2$):%$ &/2 53% ). 4(% '%.%2!, 37)4#(%$

More information

INTERNATIONAL TELECOMMUNICATION UNION SERIES T: TERMINALS FOR TELEMATIC SERVICES

INTERNATIONAL TELECOMMUNICATION UNION SERIES T: TERMINALS FOR TELEMATIC SERVICES INTERNATIONAL TELECOMMUNICATION UNION ITU-T T.800 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (08/00) SERIES T: TERMINALS FOR TELEMATIC SERVICES Information technology JPEG 000 image coding system:

More information

Conceptual Framework Strategies for Image Compression: A Review

Conceptual Framework Strategies for Image Compression: A Review International Journal of Computer Sciences and Engineering Open Access Review Paper Volume-4, Special Issue-1 E-ISSN: 2347-2693 Conceptual Framework Strategies for Image Compression: A Review Sumanta Lal

More information

Introduction to Medical Image Compression Using Wavelet Transform

Introduction to Medical Image Compression Using Wavelet Transform National Taiwan University Graduate Institute of Communication Engineering Time Frequency Analysis and Wavelet Transform Term Paper Introduction to Medical Image Compression Using Wavelet Transform 李 自

More information

MICROPROCESSOR. Exclusive for IACE Students www.iace.co.in iacehyd.blogspot.in Ph: 9700077455/422 Page 1

MICROPROCESSOR. Exclusive for IACE Students www.iace.co.in iacehyd.blogspot.in Ph: 9700077455/422 Page 1 MICROPROCESSOR A microprocessor incorporates the functions of a computer s central processing unit (CPU) on a single Integrated (IC), or at most a few integrated circuit. It is a multipurpose, programmable

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION )454 6 TER TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU $!4! #/--5.)#!4)/. /6%2 4(% 4%,%0(/.%.%47/2+ ")43 0%2 3%#/.$ $50,%8 -/$%- 53).' 4(% %#(/ #!.#%,,!4)/. 4%#(.)15%

More information

Arithmetic Coding: Introduction

Arithmetic Coding: Introduction Data Compression Arithmetic coding Arithmetic Coding: Introduction Allows using fractional parts of bits!! Used in PPM, JPEG/MPEG (as option), Bzip More time costly than Huffman, but integer implementation

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T X.690 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2002) SERIES X: DATA NETWORKS AND OPEN SYSTEM COMMUNICATIONS OSI networking and system aspects Abstract

More information

INTERNATIONAL TELECOMMUNICATION UNION DATA COMMUNICATION OVER THE TELEPHONE NETWORK

INTERNATIONAL TELECOMMUNICATION UNION DATA COMMUNICATION OVER THE TELEPHONE NETWORK INTERNATIONAL TELEOMMUNIATION UNION ITT V.7 THE INTERNATIONAL TELEGRAPH AN TELEPHONE ONSULTATIVE OMMITTEE ATA OMMUNIATION OVER THE TELEPHONE NETWORK A 2-WIRE MOEM FOR FASIMILE APPLIATIONS WITH RATES UP

More information

Compression techniques

Compression techniques Compression techniques David Bařina February 22, 2013 David Bařina Compression techniques February 22, 2013 1 / 37 Contents 1 Terminology 2 Simple techniques 3 Entropy coding 4 Dictionary methods 5 Conclusion

More information

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD INTERNATIONAL STANDARD lso/iec 500 First edition 996-l -0 Information technology - Adaptive Lossless Data Compression algorithm (ALDC) Technologies de I informa tjon - Algorithme de compression de don&es

More information

Implementation of ASIC For High Resolution Image Compression In Jpeg Format

Implementation of ASIC For High Resolution Image Compression In Jpeg Format IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 4, Ver. I (Jul - Aug. 2015), PP 01-10 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org Implementation of ASIC For High

More information

CHAPTER 2 LITERATURE REVIEW

CHAPTER 2 LITERATURE REVIEW 11 CHAPTER 2 LITERATURE REVIEW 2.1 INTRODUCTION Image compression is mainly used to reduce storage space, transmission time and bandwidth requirements. In the subsequent sections of this chapter, general

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU J.141 (09/99) SERIES J: TRANSMISSION OF TELEVISION, SOUND PROGRAMME AND OTHER MULTIMEDIA SIGNALS Measurement of the

More information

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur Module 8 VIDEO CODING STANDARDS Version ECE IIT, Kharagpur Lesson H. andh.3 Standards Version ECE IIT, Kharagpur Lesson Objectives At the end of this lesson the students should be able to :. State the

More information

National Imagery and Mapping Agency

National Imagery and Mapping Agency National Imagery and Mapping Agency NATIONAL IMAGERY TRANSMISSION FORMAT STANDARD (NITFS) BANDWIDTH COMPRESSION STANDARDS AND GUIDELINES CHANGE LOG Revision or Change Notice Date Pages Changed Authority

More information

Overview: Video Coding Standards

Overview: Video Coding Standards Overview: Video Coding Standards Video coding standards: applications and common structure Relevant standards organizations ITU-T Rec. H.261 ITU-T Rec. H.263 ISO/IEC MPEG-1 ISO/IEC MPEG-2 ISO/IEC MPEG-4

More information

ENGINEERING COMMITTEE Digital Video Subcommittee SCTE 20 2012 METHODS FOR CARRIAGE OF CEA-608 CLOSED CAPTIONS AND NON-REAL TIME SAMPLED VIDEO

ENGINEERING COMMITTEE Digital Video Subcommittee SCTE 20 2012 METHODS FOR CARRIAGE OF CEA-608 CLOSED CAPTIONS AND NON-REAL TIME SAMPLED VIDEO ENGINEERING COMMITTEE Digital Video Subcommittee SCTE 20 2012 METHODS FOR CARRIAGE OF CEA-608 CLOSED CAPTIONS AND NON-REAL TIME SAMPLED VIDEO NOTICE The Society of Cable Telecommunications Engineers (SCTE)

More information

Statistical Modeling of Huffman Tables Coding

Statistical Modeling of Huffman Tables Coding Statistical Modeling of Huffman Tables Coding S. Battiato 1, C. Bosco 1, A. Bruna 2, G. Di Blasi 1, G.Gallo 1 1 D.M.I. University of Catania - Viale A. Doria 6, 95125, Catania, Italy {battiato, bosco,

More information

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to:

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to: Chapter 3 Data Storage Objectives After studying this chapter, students should be able to: List five different data types used in a computer. Describe how integers are stored in a computer. Describe how

More information

MPEG Unified Speech and Audio Coding Enabling Efficient Coding of both Speech and Music

MPEG Unified Speech and Audio Coding Enabling Efficient Coding of both Speech and Music ISO/IEC MPEG USAC Unified Speech and Audio Coding MPEG Unified Speech and Audio Coding Enabling Efficient Coding of both Speech and Music The standardization of MPEG USAC in ISO/IEC is now in its final

More information

Data Storage 3.1. Foundations of Computer Science Cengage Learning

Data Storage 3.1. Foundations of Computer Science Cengage Learning 3 Data Storage 3.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List five different data types used in a computer. Describe how

More information

Study and Implementation of Video Compression Standards (H.264/AVC and Dirac)

Study and Implementation of Video Compression Standards (H.264/AVC and Dirac) Project Proposal Study and Implementation of Video Compression Standards (H.264/AVC and Dirac) Sumedha Phatak-1000731131- sumedha.phatak@mavs.uta.edu Objective: A study, implementation and comparison of

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION )454 6 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU $!4! #/--5.)#!4)/. /6%2 4(% 4%,%0(/.%.%47/2+ ")43 0%2 3%#/.$ $50,%8 -/$%- 34!.$!2$):%$ &/2 53% ). 4(% '%.%2!,

More information

2011, The McGraw-Hill Companies, Inc. Chapter 3

2011, The McGraw-Hill Companies, Inc. Chapter 3 Chapter 3 3.1 Decimal System The radix or base of a number system determines the total number of different symbols or digits used by that system. The decimal system has a base of 10 with the digits 0 through

More information

ITU-T E.123. Notation for national and international telephone numbers, e-mail addresses and Web addresses

ITU-T E.123. Notation for national and international telephone numbers, e-mail addresses and Web addresses INTERNATIONAL TELECOMMUNICATION UNION ITU-T E.123 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (02/2001) SERIES E: OVERALL NETWORK OPERATION, TELEPHONE SERVICE, SERVICE OPERATION AND HUMAN FACTORS International

More information

Lossless Grey-scale Image Compression using Source Symbols Reduction and Huffman Coding

Lossless Grey-scale Image Compression using Source Symbols Reduction and Huffman Coding Lossless Grey-scale Image Compression using Source Symbols Reduction and Huffman Coding C. SARAVANAN cs@cc.nitdgp.ac.in Assistant Professor, Computer Centre, National Institute of Technology, Durgapur,WestBengal,

More information

A deterministic fractal is an image which has low information content and no inherent scale.

A deterministic fractal is an image which has low information content and no inherent scale. FRACTAL IMAGE COMPRESSION: A RESOLUTION INDEPENDENT REPRESENTATION FOR IMAGER?? Alan D. Sloan 5550 Peachtree Parkway Iterated Systems, Inc. Norcross, Georgia 30092 1. Background A deterministic fractal

More information

Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction

Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals Modified from the lecture slides of Lami Kaya (LKaya@ieee.org) for use CECS 474, Fall 2008. 2009 Pearson Education Inc., Upper

More information

Comparison of different image compression formats. ECE 533 Project Report Paula Aguilera

Comparison of different image compression formats. ECE 533 Project Report Paula Aguilera Comparison of different image compression formats ECE 533 Project Report Paula Aguilera Introduction: Images are very important documents nowadays; to work with them in some applications they need to be

More information

Information Theory and Coding Prof. S. N. Merchant Department of Electrical Engineering Indian Institute of Technology, Bombay

Information Theory and Coding Prof. S. N. Merchant Department of Electrical Engineering Indian Institute of Technology, Bombay Information Theory and Coding Prof. S. N. Merchant Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture - 17 Shannon-Fano-Elias Coding and Introduction to Arithmetic Coding

More information

Binary Numbers. Binary Octal Hexadecimal

Binary Numbers. Binary Octal Hexadecimal Binary Numbers Binary Octal Hexadecimal Binary Numbers COUNTING SYSTEMS UNLIMITED... Since you have been using the 10 different digits 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 all your life, you may wonder how

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 18004 First edition 2000-06-15 Information technology Automatic identification and data capture techniques Bar code symbology QR Code Technologies de l'information Techniques

More information

ITU-T E.118. The international telecommunication charge card

ITU-T E.118. The international telecommunication charge card International Telecommunication Union ITU-T E.118 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (05/2006) SERIES E: OVERALL NETWORK OPERATION, TELEPHONE SERVICE, SERVICE OPERATION AND HUMAN FACTORS International

More information

Standards compliant watermarking for access management

Standards compliant watermarking for access management Standards compliant watermarking for access management Viresh Ratnakar and Onur G. Guleryuz Epson Palo Alto Laboratory 3145 Porter Drive, Suite 104 Palo Alto, CA 94304, USA ABSTRACT We present standards-compliant

More information

,787 + ,1)250$7,217(&+12/2*<± *(1(5,&&2',1*2)029,1* 3,&785(6$1'$662&,$7(' $8',2,1)250$7,216<67(06 75$160,66,212)1217(/(3+21(6,*1$/6

,787 + ,1)250$7,217(&+12/2*<± *(1(5,&&2',1*2)029,1* 3,&785(6$1'$662&,$7(' $8',2,1)250$7,216<67(06 75$160,66,212)1217(/(3+21(6,*1$/6 INTERNATIONAL TELECOMMUNICATION UNION,787 + TELECOMMUNICATION (07/95) STANDARDIZATION SECTOR OF ITU 75$160,66,212)1217(/(3+21(6,*1$/6,1)250$7,217(&+12/2*

More information

)454 % 4HE INTERNATIONAL TELECOMMUNICATION CHARGE CARD

)454 % 4HE INTERNATIONAL TELECOMMUNICATION CHARGE CARD INTERNATIONAL TELECOMMUNICATION UNION )454 % TELECOMMUNICATION (07/96) STANDARDIZATION SECTOR OF ITU SERIES E: TELEPHONE NETWORK AND ISDN Operation, numbering, routing and mobile service International

More information

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29.

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29. Broadband Networks Prof. Dr. Abhay Karandikar Electrical Engineering Department Indian Institute of Technology, Bombay Lecture - 29 Voice over IP So, today we will discuss about voice over IP and internet

More information

INFORMATION TECHNOLOGY - GENERIC CODING OF MOVING PICTURES AND ASSOCIATED AUDIO: SYSTEMS Recommendation H.222.0

INFORMATION TECHNOLOGY - GENERIC CODING OF MOVING PICTURES AND ASSOCIATED AUDIO: SYSTEMS Recommendation H.222.0 ISO/IEC 1-13818 IS INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND ASSOCIATED AUDIO Systems ISO/IEC JTC1/SC29/WG11

More information

Oct: 50 8 = 6 (r = 2) 6 8 = 0 (r = 6) Writing the remainders in reverse order we get: (50) 10 = (62) 8

Oct: 50 8 = 6 (r = 2) 6 8 = 0 (r = 6) Writing the remainders in reverse order we get: (50) 10 = (62) 8 ECE Department Summer LECTURE #5: Number Systems EEL : Digital Logic and Computer Systems Based on lecture notes by Dr. Eric M. Schwartz Decimal Number System: -Our standard number system is base, also

More information

Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles

Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles Sound is an energy wave with frequency and amplitude. Frequency maps the axis of time, and amplitude

More information

RECOMMENDATION ITU-R BO.786 *

RECOMMENDATION ITU-R BO.786 * Rec. ITU-R BO.786 RECOMMENDATION ITU-R BO.786 * MUSE ** system for HDTV broadcasting-satellite services (Question ITU-R /) (992) The ITU Radiocommunication Assembly, considering a) that the MUSE system

More information

DCT-JPEG Image Coding Based on GPU

DCT-JPEG Image Coding Based on GPU , pp. 293-302 http://dx.doi.org/10.14257/ijhit.2015.8.5.32 DCT-JPEG Image Coding Based on GPU Rongyang Shan 1, Chengyou Wang 1*, Wei Huang 2 and Xiao Zhou 1 1 School of Mechanical, Electrical and Information

More information

Lesson 10:DESIGN PROCESS EXAMPLES Automatic Chocolate vending machine, smart card and digital camera

Lesson 10:DESIGN PROCESS EXAMPLES Automatic Chocolate vending machine, smart card and digital camera Lesson 10:DESIGN PROCESS EXAMPLES Automatic Chocolate vending machine, smart card and digital camera 1 Automatic Chocolate Vending Machine (ACVM) 2 Diagrammatic representation of ACVM Keypad for user Interface

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T X.680 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Amendment 1 (06/99) SERIES X: DATA NETWORKS AND OPEN SYSTEM COMMUNICATIONS OSI networking and system aspects

More information

The enhancement of the operating speed of the algorithm of adaptive compression of binary bitmap images

The enhancement of the operating speed of the algorithm of adaptive compression of binary bitmap images The enhancement of the operating speed of the algorithm of adaptive compression of binary bitmap images Borusyak A.V. Research Institute of Applied Mathematics and Cybernetics Lobachevsky Nizhni Novgorod

More information

Numbering Systems. InThisAppendix...

Numbering Systems. InThisAppendix... G InThisAppendix... Introduction Binary Numbering System Hexadecimal Numbering System Octal Numbering System Binary Coded Decimal (BCD) Numbering System Real (Floating Point) Numbering System BCD/Binary/Decimal/Hex/Octal

More information

)454 ( #/$%#3 &/2 6)$%/#/.&%2%.#).' 53).' 02)-!29 $)')4!, '2/50 42!.3-)33)/. ,).% 42!.3-)33)/. /&./.4%,%0(/.% 3)'.!,3. )454 Recommendation (

)454 ( #/$%#3 &/2 6)$%/#/.&%2%.#).' 53).' 02)-!29 $)')4!, '2/50 42!.3-)33)/. ,).% 42!.3-)33)/. /&./.4%,%0(/.% 3)'.!,3. )454 Recommendation ( INTERNATIONAL TELECOMMUNICATION UNION )454 ( TELECOMMUNICATION (03/93) STANDARDIZATION SECTOR OF ITU,).% 42!.3-)33)/. /&./.4%,%0(/.% 3)'.!,3 #/$%#3 &/2 6)$%/#/.&%2%.#).' 53).' 02)-!29 $)')4!, '2/50 42!.3-)33)/.

More information

A JPEG Decoder Implementation in C Chris Tralie ELE 201 Fall 2007

A JPEG Decoder Implementation in C Chris Tralie ELE 201 Fall 2007 A JPEG Decoder Implementation in C Chris Tralie ELE 201 Fall 2007 Due 1/11/2008 Professor Sanjeev Kulkarni 1. Introduction The purpose of this project is to create a decoder program in C that can interpret

More information

Development and Evaluation of Point Cloud Compression for the Point Cloud Library

Development and Evaluation of Point Cloud Compression for the Point Cloud Library Development and Evaluation of Point Cloud Compression for the Institute for Media Technology, TUM, Germany May 12, 2011 Motivation Point Cloud Stream Compression Network Point Cloud Stream Decompression

More information

INTERNATIONAL TELECOMMUNICATION UNION. SERIES V: DATA COMMUNICATION OVER THE TELEPHONE NETWORK Interfaces and voiceband modems

INTERNATIONAL TELECOMMUNICATION UNION. SERIES V: DATA COMMUNICATION OVER THE TELEPHONE NETWORK Interfaces and voiceband modems INTERNATIONAL TELECOMMUNICATION UNION ITU-T V.34 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (02/98) SERIES V: DATA COMMUNICATION OVER THE TELEPHONE NETWORK Interfaces and voiceband modems A modem

More information

PDF Forensic Report - Job Reference

PDF Forensic Report - Job Reference PDF Forensic Report - Job Reference Final report of for Dated: Specialist field: Photography Forensics On behalf of the claimant: On the instruction of: Subject matter: The client is looking to establish

More information

Digital terrestrial television broadcasting Audio coding

Digital terrestrial television broadcasting Audio coding Digital terrestrial television broadcasting Audio coding Televisão digital terrestre Codificação de vídeo, áudio e multiplexação Parte 2: Codificação de áudio Televisión digital terrestre Codificación

More information

FX 115 MS Training guide. FX 115 MS Calculator. Applicable activities. Quick Reference Guide (inside the calculator cover)

FX 115 MS Training guide. FX 115 MS Calculator. Applicable activities. Quick Reference Guide (inside the calculator cover) Tools FX 115 MS Calculator Handouts Other materials Applicable activities Quick Reference Guide (inside the calculator cover) Key Points/ Overview Advanced scientific calculator Two line display VPAM to

More information

ARIB STD-T64-C.S0042 v1.0 Circuit-Switched Video Conferencing Services

ARIB STD-T64-C.S0042 v1.0 Circuit-Switched Video Conferencing Services ARIB STD-T-C.S00 v.0 Circuit-Switched Video Conferencing Services Refer to "Industrial Property Rights (IPR)" in the preface of ARIB STD-T for Related Industrial Property Rights. Refer to "Notice" in the

More information

Solution for Homework 2

Solution for Homework 2 Solution for Homework 2 Problem 1 a. What is the minimum number of bits that are required to uniquely represent the characters of English alphabet? (Consider upper case characters alone) The number of

More information

Structures for Data Compression Responsible persons: Claudia Dolci, Dante Salvini, Michael Schrattner, Robert Weibel

Structures for Data Compression Responsible persons: Claudia Dolci, Dante Salvini, Michael Schrattner, Robert Weibel Geographic Information Technology Training Alliance (GITTA) presents: Responsible persons: Claudia Dolci, Dante Salvini, Michael Schrattner, Robert Weibel Content 1.... 2 1.1. General Compression Concepts...3

More information

)454 6 %,%#42)#!, #(!2!#4%2)34)#3 &/2 5."!,!.#%$ $/5",%#522%.4 ).4%2#(!.'% #)2#5)43 $!4! #/--5.)#!4)/. /6%2 4(% 4%,%0(/.%.%47/2+ )454 Recommendation 6

)454 6 %,%#42)#!, #(!2!#4%2)34)#3 &/2 5.!,!.#%$ $/5,%#522%.4 ).4%2#(!.'% #)2#5)43 $!4! #/--5.)#!4)/. /6%2 4(% 4%,%0(/.%.%47/2+ )454 Recommendation 6 INTERNATIONAL TELECOMMUNICATION UNION )454 6 TELECOMMUNICATION (03/93) STANDARDIZATION SECTOR OF ITU $!4! #/--5.)#!4)/. /6%2 4(% 4%,%0(/.%.%47/2+ %,%#42)#!, #(!2!#4%2)34)#3 &/2 5."!,!.#%$ $/5",%#522%.4

More information

JPEG2000 - A Short Tutorial

JPEG2000 - A Short Tutorial JPEG2000 - A Short Tutorial Gaetano Impoco April 1, 2004 Disclaimer This document is intended for people who want to be aware of some of the mechanisms underlying the JPEG2000 image compression standard

More information

http://www.springer.com/0-387-23402-0

http://www.springer.com/0-387-23402-0 http://www.springer.com/0-387-23402-0 Chapter 2 VISUAL DATA FORMATS 1. Image and Video Data Digital visual data is usually organised in rectangular arrays denoted as frames, the elements of these arrays

More information

Common 16:9 or 4:3 aspect ratio digital television reference test pattern

Common 16:9 or 4:3 aspect ratio digital television reference test pattern Recommendation ITU-R BT.1729 (2005) Common 16:9 or 4:3 aspect ratio digital television reference test pattern BT Series Broadcasting service (television) ii Rec. ITU-R BT.1729 Foreword The role of the

More information

Video Coding Basics. Yao Wang Polytechnic University, Brooklyn, NY11201 yao@vision.poly.edu

Video Coding Basics. Yao Wang Polytechnic University, Brooklyn, NY11201 yao@vision.poly.edu Video Coding Basics Yao Wang Polytechnic University, Brooklyn, NY11201 yao@vision.poly.edu Outline Motivation for video coding Basic ideas in video coding Block diagram of a typical video codec Different

More information

Number Representation

Number Representation Number Representation CS10001: Programming & Data Structures Pallab Dasgupta Professor, Dept. of Computer Sc. & Engg., Indian Institute of Technology Kharagpur Topics to be Discussed How are numeric data

More information

SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL ASPECTS AND NEXT-GENERATION NETWORKS Next Generation Networks Security

SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL ASPECTS AND NEXT-GENERATION NETWORKS Next Generation Networks Security International Telecommunication Union ITU-T Y.2740 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (01/2011) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL ASPECTS AND NEXT-GENERATION NETWORKS

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T G.825 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (03/2000) SERIES G: TRANSMISSION SYSTEMS AND MEDIA, DIGITAL SYSTEMS AND NETWORKS Digital networks Quality

More information

A NEW LOSSLESS METHOD OF IMAGE COMPRESSION AND DECOMPRESSION USING HUFFMAN CODING TECHNIQUES

A NEW LOSSLESS METHOD OF IMAGE COMPRESSION AND DECOMPRESSION USING HUFFMAN CODING TECHNIQUES A NEW LOSSLESS METHOD OF IMAGE COMPRESSION AND DECOMPRESSION USING HUFFMAN CODING TECHNIQUES 1 JAGADISH H. PUJAR, 2 LOHIT M. KADLASKAR 1 Faculty, Department of EEE, B V B College of Engg. & Tech., Hubli,

More information

Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics:

Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics: Voice Transmission --Basic Concepts-- Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics: Amplitude Frequency Phase Voice Digitization in the POTS Traditional

More information

A Robust and Lossless Information Embedding in Image Based on DCT and Scrambling Algorithms

A Robust and Lossless Information Embedding in Image Based on DCT and Scrambling Algorithms A Robust and Lossless Information Embedding in Image Based on DCT and Scrambling Algorithms Dr. Mohammad V. Malakooti Faculty and Head of Department of Computer Engineering, Islamic Azad University, UAE

More information

Probability Interval Partitioning Entropy Codes

Probability Interval Partitioning Entropy Codes SUBMITTED TO IEEE TRANSACTIONS ON INFORMATION THEORY 1 Probability Interval Partitioning Entropy Codes Detlev Marpe, Senior Member, IEEE, Heiko Schwarz, and Thomas Wiegand, Senior Member, IEEE Abstract

More information

Character Code Structure and Extension Techniques

Character Code Structure and Extension Techniques Standard ECMA-35 6th Edition - December 1994 Standardizing Information and Communication Systems Character Code Structure and Extension Techniques Phone: +41 22 849.60.00 - Fax: +41 22 849.60.01 - X.400:

More information

ANALYSIS OF THE EFFECTIVENESS IN IMAGE COMPRESSION FOR CLOUD STORAGE FOR VARIOUS IMAGE FORMATS

ANALYSIS OF THE EFFECTIVENESS IN IMAGE COMPRESSION FOR CLOUD STORAGE FOR VARIOUS IMAGE FORMATS ANALYSIS OF THE EFFECTIVENESS IN IMAGE COMPRESSION FOR CLOUD STORAGE FOR VARIOUS IMAGE FORMATS Dasaradha Ramaiah K. 1 and T. Venugopal 2 1 IT Department, BVRIT, Hyderabad, India 2 CSE Department, JNTUH,

More information

MBA Jump Start Program

MBA Jump Start Program MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Online Appendix: Basic Mathematical Concepts 2 1 The Number Spectrum Generally we depict numbers increasing from left to right

More information

Technical Support Bulletin Nr.18 Modbus Tips

Technical Support Bulletin Nr.18 Modbus Tips Technical Support Bulletin Nr.18 Modbus Tips Contents! Definitions! Implemented commands! Examples of commands or frames! Calculating the logical area! Reading a signed variable! Example of commands supported

More information

MPEG-1 / MPEG-2 BC Audio. Prof. Dr.-Ing. K. Brandenburg, bdg@idmt.fraunhofer.de Dr.-Ing. G. Schuller, shl@idmt.fraunhofer.de

MPEG-1 / MPEG-2 BC Audio. Prof. Dr.-Ing. K. Brandenburg, bdg@idmt.fraunhofer.de Dr.-Ing. G. Schuller, shl@idmt.fraunhofer.de MPEG-1 / MPEG-2 BC Audio The Basic Paradigm of T/F Domain Audio Coding Digital Audio Input Filter Bank Bit or Noise Allocation Quantized Samples Bitstream Formatting Encoded Bitstream Signal to Mask Ratio

More information

INTERNATIONAL TELECOMMUNICATION UNION. SERIES V: DATA COMMUNICATION OVER THE TELEPHONE NETWORK Interfaces and voiceband modems

INTERNATIONAL TELECOMMUNICATION UNION. SERIES V: DATA COMMUNICATION OVER THE TELEPHONE NETWORK Interfaces and voiceband modems INTERNATIONAL TELECOMMUNICATION UNION ITU-T V.24 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (02/2000) SERIES V: DATA COMMUNICATION OVER THE TELEPHONE NETWORK Interfaces and voiceband modems List of

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T X.691 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2002) SERIES X: DATA NETWORKS AND OPEN SYSTEM COMMUNICATIONS OSI networking and system aspects Abstract

More information

)454 6 %LECTRICAL CHARACTERISTICS FOR BALANCED DOUBLECURRENT INTERCHANGE CIRCUITS OPERATING AT DATA SIGNALLING RATES UP TO -BITS

)454 6 %LECTRICAL CHARACTERISTICS FOR BALANCED DOUBLECURRENT INTERCHANGE CIRCUITS OPERATING AT DATA SIGNALLING RATES UP TO -BITS INTERNATIONAL TELECOMMUNICATION UNION )454 6 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (10/96) SERIES V: DATA COMMUNICATION OVER THE TELEPHONE NETWORK Interfaces and voiceband modems %LECTRICAL CHARACTERISTICS

More information

ATSC Standard: 3D-TV Terrestrial Broadcasting, Part 2 Service Compatible Hybrid Coding Using Real-Time Delivery

ATSC Standard: 3D-TV Terrestrial Broadcasting, Part 2 Service Compatible Hybrid Coding Using Real-Time Delivery ATSC Standard: 3D-TV Terrestrial Broadcasting, Part 2 Service Compatible Hybrid Coding Using Real-Time Delivery Doc. A/104 Part 2 26 December 2012 Advanced Television Systems Committee 1776 K Street, N.W.

More information

THE EMERGING JVT/H.26L VIDEO CODING STANDARD

THE EMERGING JVT/H.26L VIDEO CODING STANDARD THE EMERGING JVT/H.26L VIDEO CODING STANDARD H. Schwarz and T. Wiegand Heinrich Hertz Institute, Germany ABSTRACT JVT/H.26L is a current project of the ITU-T Video Coding Experts Group (VCEG) and the ISO/IEC

More information

INTERNATIONAL TELECOMMUNICATION UNION 42!.3-)33)/. /&./.4%,%0(/.% 3)'.!,3

INTERNATIONAL TELECOMMUNICATION UNION 42!.3-)33)/. /&./.4%,%0(/.% 3)'.!,3 INTERNATIONAL TELECOMMUNICATION UNION )454 ( TELECOMMUNICATION (07/95) STANDARDIZATION SECTOR OF ITU 42!.3-)33)/. /&./.4%,%0(/.% 3)'.!,3 ).&/2-!4)/. 4%#(./,/'9 '%.%2)# #/$).' /& -/6).' 0)#452%3!.$!33/#)!4%$!5$)/

More information

plc numbers - 13.1 Encoded values; BCD and ASCII Error detection; parity, gray code and checksums

plc numbers - 13.1 Encoded values; BCD and ASCII Error detection; parity, gray code and checksums plc numbers - 3. Topics: Number bases; binary, octal, decimal, hexadecimal Binary calculations; s compliments, addition, subtraction and Boolean operations Encoded values; BCD and ASCII Error detection;

More information

PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 TUTORIAL OUTCOME 2 Part 1

PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 TUTORIAL OUTCOME 2 Part 1 UNIT 22: PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 TUTORIAL OUTCOME 2 Part 1 This work covers part of outcome 2 of the Edexcel standard module. The material is

More information

)454 6. SERIES V: DATA COMMUNICATION OVER THE TELEPHONE NETWORK Interfaces and voiceband modems. ITU-T Recommendation V.25

)454 6. SERIES V: DATA COMMUNICATION OVER THE TELEPHONE NETWORK Interfaces and voiceband modems. ITU-T Recommendation V.25 INTERNATIONAL TELECOMMUNICATION UNION )454 6 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (10/96) SERIES V: DATA COMMUNICATION OVER THE TELEPHONE NETWORK Interfaces and voiceband modems!utomatic ANSWERING

More information

Today s topics. Digital Computers. More on binary. Binary Digits (Bits)

Today s topics. Digital Computers. More on binary. Binary Digits (Bits) Today s topics! Binary Numbers! Brookshear.-.! Slides from Prof. Marti Hearst of UC Berkeley SIMS! Upcoming! Networks Interactive Introduction to Graph Theory http://www.utm.edu/cgi-bin/caldwell/tutor/departments/math/graph/intro

More information

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION Introduction The outputs from sensors and communications receivers are analogue signals that have continuously varying amplitudes. In many systems

More information

Figure 1: Relation between codec, data containers and compression algorithms.

Figure 1: Relation between codec, data containers and compression algorithms. Video Compression Djordje Mitrovic University of Edinburgh This document deals with the issues of video compression. The algorithm, which is used by the MPEG standards, will be elucidated upon in order

More information

1 The Java Virtual Machine

1 The Java Virtual Machine 1 The Java Virtual Machine About the Spec Format This document describes the Java virtual machine and the instruction set. In this introduction, each component of the machine is briefly described. This

More information

H.264/MPEG-4 AVC Video Compression Tutorial

H.264/MPEG-4 AVC Video Compression Tutorial Introduction The upcoming H.264/MPEG-4 AVC video compression standard promises a significant improvement over all previous video compression standards. In terms of coding efficiency, the new standard is

More information