GB2319689A - An entropy encoder using context modelling with data reordering - Google Patents

An entropy encoder using context modelling with data reordering Download PDF

Info

Publication number
GB2319689A
GB2319689A GB9802301A GB9802301A GB2319689A GB 2319689 A GB2319689 A GB 2319689A GB 9802301 A GB9802301 A GB 9802301A GB 9802301 A GB9802301 A GB 9802301A GB 2319689 A GB2319689 A GB 2319689A
Authority
GB
United Kingdom
Prior art keywords
context
input
bit
bits
symbols
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
GB9802301A
Other versions
GB2319689B (en
GB9802301D0 (en
Inventor
Ahmad Zandi
David G Stork
James Allen
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US08/200,233 external-priority patent/US5471207A/en
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Publication of GB9802301D0 publication Critical patent/GB9802301D0/en
Publication of GB2319689A publication Critical patent/GB2319689A/en
Application granted granted Critical
Publication of GB2319689B publication Critical patent/GB2319689B/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • H03M7/40Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code
    • H03M7/4006Conversion to or from arithmetic code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • G06T9/005Statistical coding, e.g. Huffman, run length coding
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • H03M7/40Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code
    • H03M7/42Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code using table look-up for the coding or decoding process, e.g. using read-only memory

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The encoder comprises a bit reordering means that reorders the input data prior to passing it to the context modelling section. The reordering means is designed to reorder the input bits so that a context of a given bit is independent of other bits being processed in other sections of the encoder when said given bit is being processed in a context encoding section. The context modelling section outputs the input data together with a context of the data input and passes these pairs to a context sensitive encoder. This encoder, which may either be a pipeline or a parallel encoder, includes multiple stages at least one of which generates codewords based on the probability estimates of input bits given their paired context; the codewords are compressed versions of the input bits. This arrangement increases the speed of processing by ensuring that all the bits required to code a given codeword are available at the time the codeword is to be generated.

Description

COMPRESSION OF PALLETIZED IMAGES The present invention relates to the field of image compression. More specifically, to the compression of palletized images using a parallel entropy encoder.
An "ABS Coder" referred to herein is described in US5,381,145 entitled 'Method and Apparatus for Parallel Decoding and Encoding of Data.
Image compression generally operates on digitized images.
To digitize an image, the image is sampled at various points in the image, often referred to as pixels. Each pixel has a location within the image and a pixel color. In one example, an image is represented by a two-dimensional array of 1024 by 768 pixels, where each pixel can take on one 24-bit value.
Each pixel value can represent a different color, thus allowing the image to be represented using any of 224, or 16,777,216, possible colors.
In many applications, each pixel value is associated ;rh a particular color in the image at the time the image is digitized. With this arrangement, the color of a given pixel can be determined by the pixel's value. In other applications, the digital image is a palettized image. In a palettized image, the value of each pixel is not fixed to a color, but is a pointer to an entry in a color palette table.
When a palettized image is to be displayed, the color of a pixel is found by using the pixel value as an index into the color palette table which maintains the relationship between each pixel value and the color assigned to that pixel value.
A palettization is a selection of a few colors from the set of all possible colors, e.g., 256 (28) out of 16,777,216 (224) colors, and a method for substituting an rbltrary color by one from the selected few colors. As a result, a palettized image can be efficiently stored as a code book listing (continuing the above example), for each of 256 indices, the full 24-bit color description of the selected colors, followed by the 8-bit index of each pixel in the image. Thus, a space savings occurs by fully describing the selected colors only once and referring to each pixel by just an index into the coce book.
Image compression is important in many imaging applications because of the amount of data needed to represent an image. In the above example 24 x 1024 x 768, or 18,874,368 bits (2,359,296 bytes) are needed to represent a single uncompressed image, or 8 x 1024 x 768 (6,291,456 bits) in the case of a palettized image. Compression is even more essential with motion video, which requires a continuous stream of images at a high frame rate, such as 30 images per second. Not only does compression save image storage memory, compression also allows efficient transfer of images over limited bandwidth channels. Of course, for applications such as moving images, the images must be able to be decompressed fast enough so that they can be displayed at the frame rate.
While the compression can be done in advance, often the application requires real-time decompression. In embodiments where the compression is done in advance, the input to the decompressor is a block of compressed data which can be stored in a memory device and decompressed at any time aster the compression.
One measure of how well compression works is the corpression ratio. The compression ratio is the ratio of the size of the uncompressed data to the compressed data. Another measure of the quality of compression is how fast data can be compressed and decompressed. In many applications, the speed of compression is not as important as the speed of decompression, because compression need not occur in real-time.
Often, the compression ratio is improved the more the cheracter of the data is known. Normal digital images are generally the result of the quantization of waveforms, hence ,hew preserve many of the characterizations of the original signal, such as the existence of relative continuity of pixel color values. With palettized images, this continuity is usually not present, and cannot be used directly to improve the compression ratio.
With palettized images, the color difference between two pixel values cannot necessarily be inferred from the pixel values, since the pixel values do not represent pixel colors.
Instead they only represent indices into the code table, or color palette table, of color values. The problem of compressing palettized images can be generalized as the problem of compressing a sequence of input symbols where each input symbol is a symbol in an M-ary alphabet.
Y. Chin, yet al., "Lossy Compression of Palettized Images", ICASSP-93, Vol. V, pp. 325-328, describes an example of lossy compression of palettized images. While lossy compression generally results in better compression ratios, many applications cannot tolerate the distortion which results from lossy compression, and therefore require lossless compression. With lossless compression, a signal is compressed into a compressed signal which can be decompressed to recover the original signal exactly from the compressed signal, thus no distortion is introduced.
From the above it is seen that an improved method and apparatus for compressing and decompressing palletized images is needed.
According to the present invention there is provided an entropy encoder, wherein input symbols are encoded based on a context provided by context symbols, which are also input symbols, comprising: symbol reordering means, coupled to a symbol input of the entropy encoder, for reordering input symbols from an input stream order to a reordered stream order; a context modeler, coupled to an output of said symbols reordering means, which accepts input symbols in said reordered stream order and stores input symbols as necessary to determine context of a current input symbol from said current input symbol's context symbols; a probability estimator, coupled to receive said current input symbol and a context of said current input from said context modeler, for estimating the probability of said current input symbol occurring given its context; and a bit generator, coupled to said probability estimator, for generating codewords based on probability estimates provided by said probability estimator, said codewords being a compressed representation of said reordered stream of input symbols, wherein said symbol reordering means reorders input symbols such that a reordered distance between said current input symbol and said current input symbol's context symbols in said reordered stream is greater than an original distance between said current input symbol and said current input symbol's context symbols in said input stream.
Improved compression of palletized images is provided by virtue of the present invention, which allows images to be compressed efficiently and decompressed quickly.
In the present invention, compression and decompression are performed in parallel, and the input to the compressor is buffered and reordered to put space between a bit being encoded and the bits which determine the context and encoding of the bit being encoded. The space between a bit and its context bits is arranged to be enough of a delay so that the context bits are fully decoded when the decompressor reaches the bit whose decoding depends on the context bits. The decompressor includes a means for perforring the opposite reordering such that the output of the decompressor is the same as the input to the compressor. In soe embodiments, the output of the parallel compressors passes over a single communications channel with every little overhead needed to separate out the channels at the multiple parallel decompressors.
In specific embodiments, the input symbols are sslec=ed from an alphabet of 256 symbols, the reindexing process is performed by an appropriately programmed digital computer, the compression process is performed in non-real-time, and the decompression process is performed in real-time. With 256 input symbols, the reindexing table occupies 256 bytes. In a specific embodiment, the reindexing table is based on the probability distributions of input symbols over some set of images or image portions, and a new reindexing table is transmitted from the compressor to the decompressor for each set of images or image portions.
A further understanding of the nature and advantages of the inventions herein may be realized by reference to the remaining portions of the specification and the attached drawings.
Fig. 1 is a block diagram of a data compression system, showing a compressor and a decompressor; Fig. 2 is a block diagram of the compressor shown in Fig. 1; Fig. 3 is a block diagram of the decompressor shown in Fig. 1; Fig. 4 is a detailed view of a memory storing a context bin probability table; Fig. 5 is a block diagram of a data compression system including a reindexer for reindexing M-ary symbols according to a reindexing table; Fig. 6 is a block diagram of an index optimizer which generates a reindexing table based on the data content of a data block to be compressed; Fig. 7 is a flowchart of a process performed by an index optimizer to determine a suitable reindexing table; Fig. 8 is an illustration of various context models implementea by the context modelers of Figs. 2 and 3; Fig. 9 is a block diagram of a parallel compression system according to the present invention; Fig. 10 is a block diagram of a parallel compression system according to the present invention using a single channel; Fig. 11 is a block diagram illustrating the operation of a reordering buffer; Fig. 12 is a logical view of a record representing a context state; and Figs. 13 (a) and (b) are time graphs of a pipeline coder which can process more than one input symbols at a time.
The description below is divided into several sections. The first section describes entropy coding. The second section describes the use of reindexing to improve compression when using entropy coding. The third section describes how context modelling can improve entropy coding performance by more accurately estimating symbol probabilities. Context modelling can be used with or without reindexing. The fourth section describes how parallel compressors and decompressors according to the invention are used to improve data rates. Finally, the fifth section describes how buffering is used to facilitate parallel implementations and still maintain causality to allow data to be decompressed in parallel.
ENTROPY CODING Entropy coders are known in the art of data compression. An entropy coder which codes input symbols into output codewords is a lossless process, i.e., the original input symbols can be extracted from only the output codewords.
An entropy coder is so named because it attempts to achieve a compression ratio close to the theoretical upper bound dictated by the entropy of the input symbols. An encoder and a decoder are generally designed so that the decoder is the inverse of the encoder. The term 11coder1' refers to an apparatus which is either an encoder or a decoder, or both.
The full details of an entropy coder will not be described herein, only certain details which are pertinent to te present invention. In an entropy encoder, input symbols are read from an input and one or more input symbols effect te output of a codeword. The particular input symbol(s) and output codeword combinations are dictated by the code used.
The code used, in an optimized system, is selected based on the probability distribution of the input symbols. In an adaptive entropy encoder, the code used can vary with the probability distribution. If the probability distribution is estimated well, or is known exactly, and codes optimized for that probability distribution are used, good compression will result.
If the input symbols are bits (i.e., a symbol is either 0 or 1), the encoder is a binary entropy encoder.
Binary entropy encoders are preferred over other entropy encoders where simplicity of hardware is important. The ABS coder is a binary entropy coder. In a binary entropy encoder, input symbols are supplied to a bit generator, which accepts one or more bits at an input and outputs a codeword for those input bits accepted. If the bit generator is provided with an indication of the probability distribution of the 0's and l's in the input stream, it can use that information to pick the proper code to use. Alternatively, the bit generator could just be instructed as to which code to use, as determined by a probability estimation module. The codes could change as the bit generator determines that the output codewords are, on average, too long or short for the actual probability distribution of the input symbols. For further details, refer to the ABS coder reference.
It is important that the probability distribution of o s and l's be estimated well. If a binary entropy encoder is used, the pixel values of an image to be compressed, which are symbols from an M-ary alphabet where M is greater than two, need to be binarized first. As it turns out, in some cases, .r,e particular binarization chosen affects the entropy of the bit stream input to the binary entropy encoder and, as e > :plained above, the entropy places a limit on how much a bit generator can compress the input bit stream. Where the distinction is not clear, "pixel input symbol" or "pixel s!z.bo'" is used to refer to an element of the data to be ccressed before it is binarized, which is an input to a co:tpressor and "binary input symbol" is used to refer to an input symbol which is input to a bit generator of a binary entropy encoder.
With non-palettized image data, the pixel symbols can be binarized according to color information which is implied in the pixel's value. For example, suppose a pixel value takes one of 256 values, and the value taken indicates the color of the pixel. In this case, if like colors are represented by like 8-bit values, it might be safe to assume that 00001100 and 00001101 are more similar in color than 00001100 and 11111111. In a number of examples discussed herein, M is 256, and symbols in the M-ary alphabet are represented by K-bit binarizations, where K=8. It should be understood that other values of M and K are possible, including values of M which are not even powers of two, the only limitation being that K > log2M.
Returning to the example, since in the typical in age, adjacent pixels are often of similar color, the number of bits required to express each pixel can be reduced by representing each pixel by the difference in pixel color value between the pixel and a neighboring pixel. This preprocessing of the data will generally result in better compression, since the number of bits needed to represent values is related to the entropy of the set of values. However, in the case of pixels in a palettized image, a particular relationship between two colors is not implied from a correlation between the bits of such 8-bit representations. For example, in a palettized image, 00001100 and 00001101 could be very different colors and 00001100 and 11111111 could be nearly identical colors. It all depends on the palette.
Thus, the compression of palettized images can be improved by accurately estimating the probability distribution of the bit stream r and by selecting the binarization of the inept pixel symbols which provides a low entropy bit stream to a bit generator. Solutions to the former problem are discussed in the section below entitled "Context Modelling" and solutions to the latter problem are discussed in the section below entitled "Reindexing".
DECOMPRSSION For a decompressor to correctly decode input symbols from output codewords, the decompressor needs to know which code is used for which codewords, unless the encoder is not an adaptive encoder and uses a fixed code. Since the overhead of sending data indicating the code would diminish the usefulness of the compression, the decompressor should be able to extract an indication of the codes used from the codewords. This is possible if the code used on a given binary input symbol is determined by a probability estimate which depends only on bits which have already been coded into codewords. If this is true, the decompressor, using a feedback loop and storing information about the input symbols as they are recovered, can determine what code is used solely from data which is already decoded.
CONTEXT MODELLING The more precise the probability estimates, the more optimized the codes used are to the data compressed. One way to refine the probability estimates is to maintain probability estimates for multiple contexts. As used herein, the context of an input pixel is the pixel or pixels in a defined relationship to the input pixel. For example, in one context model1 the context of an input pixel is determined by the pixel above the input pixel. When determining the context of a bit in the bit stream input of a bit generator, the context is provided by pixels and or bits in a defined relationship to the input bit. The relationship is determined by the context model.
Fig. 8 is a graphical depiction of five context models. In each model, a pointer P indicates the bit position of the current input bit to the bit generator of the current input symbol to which the context applies. In all the contexts shown, the context is derived from some subset of the bits of the current input symbol, the bit position indicated 5 X, and the bits of the symbol for the pixel in the image above the pixel for the current input symbol, which is referred to as the "above" symbol. It should be understood that other pixels, such as the pixel to the left of the current pixel, or other context models not shown could work eally well.
Each context model specifies how the context is determined, and the number of possible contexts can be easily calculated. For each context model, a probability estimate is maintained, and that probability estimate is used when 2 symbol having that context occurs. The term context bin" is often used to indicate which context a symbol falls into.
Referring to Fig. 8, context model (a) is a bit position context model. With this model, the only context is the bit position, which requires K context bins. Where K=8, this is a reasonable number of context bins.
Context model (b) is a bit plane context model, so named because there is a set of M contexts for each bit plane.
Thus, there are M x K (2048, in the case of M=256, K=8) contexts. One characteristic to note is that the contexts of the current pixel in models (a) and (b) are independent of the bits used to represent the current pixel.
Context model (c) is a bitwise dependent context model, where the context is determined by the bit position if the current bit and the prior bits in the current symbol. In this model, there are 2K - 1 contexts (1 context when P is at the first bit, 2 contexts for the next bit, etc.). For K=8, this model provides 255 contexts. Note that the context of a bit does not rely on the values for bits not yet encoded so that the decoder does not need undecoded bits to determine how to decode a bit (Fig. 8 assumes a top-to-bottom and left-to-right processing sequence).
Context model (d) is a good context model, which takes into account all the bits of the above pixel and the bits of the input pixel which are prior to the current bit.
This context model combines the information of models (b) and (c), and thus provides M x (2K - 1) contexts. While this context model might provide a fine division of the contexts, the memory needed to store values for the contexts might be prohibitive in a hardware implementation of a compressor or ecopressor. For M=256 and K=8, this model requires 65,280 contexts. If each context requires 8 bits of storage, this context model would require a 64K memory for just this purpose. However, one advantage to this context model over models (a) and (b) is that the performance of a compressor using this model is good regardless of the binarization used, since prior bits of the current pixel are used to determine contexts.
Context model (e) is a mixed context model, which has been shown to be a good compromise between memory requirements and the quality of the context model. In this model, the context is the P-1 prior bits of the current input symbol and the K-(P-1) last bits of the above symbol. This requires 2K contexts per bit position (2048 contexts for K=8).
The context model is generally fixed between the compressor and the decompressor, but there is nothing to prevent the compressor and the decompressor from switching context models, so long as they agree on which context model is used at any given time. If variable context models are allowed, a mechanism must exist for ensuring that the context rodels are the same, such as communications channel overhead indicating the current context model.
The above discussion of entropy encoding and context modelling is provided as a foundation for the explanation of the data compression system shown in the figures, which will now be described. Referring to Fig. 1, an embodiment of a data compression system 100 according to the present invention for compressing data comprising symbols in an M-ary alphabet is shown, including a compressor 102, a channel 104, and a decompressor 106. The input to compressor 102 is a stream of input pixel symbols each representing a pixel value in an in age, although other types of data could be used.
The input pixel symbols are converted to compressed codewords by compressor 102, transferred through channel 104, =o decompressor 106. From only the received codewords, and possibly knowledge of the operation of compressor 102 and a reindexing table (if used), decompressor 106 recovers the original input symbols or their equivalent. In some cases, te original input symbols are translated from one representation to a reindexed representation and the data compression system manipulates the decompressed symbols without actually performing the inverse of the reindexing.
One benefit of the present invention is increased compression ratios for input symbols which are pixel values in a palettized image. Therefore, the compression provided by the present invention is useful wherever channel 104 has limited bandwidth. Examples of channel 104 include a communications channel such as exists between an image memory and a display device, or a storage device and a device using the stored image. Channel 104 might also represent the transfer of compressed data in the form of devices with memory, such as a game cartridges, which are compressed in one location, transferred to another location where they are decompressed. In the latter situation, the bandwidth limitation of channel 104 shows up as a limitation in the amount of memory available in the device for storage.
Referring to Fig. 2, compressor 102 includes a context modeler 108(1), a probability estimation module (PEM) 110(1), a bit generator 112(1), a context memory 114(1), and a context bin probability memory 116(1). The parenthetical numbers are used to distinguish similarly numbered elements found in both compressor 102 and decompressor 106. References to an element which are generally applicable to either compressor 102 or decompressor 106 are shown without the parenthetical number. Although the present invention is described in connection with a particular compressor 102 shown in Fig. 2, other compressors may work equally well. For example, not all compressors require the coupling between PEM 110 and bit generator 112 shown, and PEM 110 might rely on data other than that provided by bit generator 112 to update its probability estimates.
Context modeler 108(1) is coupled to the input of compressor 102 and thereby receives the input pixel symbols.
If a reindexer is used, the input to compressor 102 is a stream of reindexed input pixel symbols. Context modeler 10(1) includes two outputs, a Context Bin ID output and a Decision output, which are both inputs to PF.w. 110(1).
Assuming that the input is binarized to a symbol of K bits, then context modeler 108(1) outputs K binary "decisions" per input pixel symbol. For each decision, context modeler 108(1) also outputs one context bin identifier.
Context modeler 108(1) is also coupled to memory 114(1) to address data elements therein and to read/write data thereto relating to the occurrence of symbols in the input stream, as necessary to determine the context of the input pixel symbol presented at its input. The particular layout of data elements in memory 114(1) depends on the context model.
PEM 110(1) receives the two inputs from context modeler 108(1) and has two outputs to bit generator 112(1): a probability class (Pclass) output, and an Outcome output. PEN 110(1) is also coupled to memory 116(1) to address data elements therein and read and modify values of those data elements, and to bit generator 112(1) to receive a table update signal. For each decision input to PEM 110(1), PEM 110(i) outputs one outcome bit and one Pclass. The Outcome bit depends on the Decision input bit and a most probable bit symbol (PS) for the context bin associated with the Decision input bit. The outcome bit indicates whether the Decision input bit is the MPS or not. The opposite of the MPS (which is either 0 or 1, since the bit generator encodes binary symbols) is a least probable symbol (LPS).
Bit generator 112(1) receives a stream of Outcome bits and their associated Class. Thus, bit generator 112(1) receives K Outcome bits and an associated Pclass for each pixel symbol input to context modeler 108(1). From these two input streams, bit generator 112(1) produces a stream of coresse codewords, as explained in the ABS coder reference.
With z properly designed bit generator, the Outcome bit stream can be recovered from the output codewords, and the codewords comprise fewer bits than the input bit stream. The Pclass value is used to select a code to use to encode the bit stream. Alternatively, PEM 110(1) might store the probability cistribution of the MPS and TPS for each context and provide t:e probability to the bit generator.
As the A3S coder reference teaches, some binary codes are optimized to particular probabilities of symbols (G's and l's) in the input stream. For example, if 0's and l's are equally likely at the input to a bit generator, then an optimum code is one with no compression, i.e., one bit output for each input bit. The optimality of 2 code is determined by how close the average codeword length approaches the theoretical entropy of the input bits.
Since compressor 102 operates on a pixel symbol at a time and PEM 110 and bit generator 112 operate on a bit of that pixel at a time, the concepts of a "current" pixel and a "current" bit have meaning, and are used in the following description to explain the operation of compressor 102 and decompressor 106. However, it should be understood that, in a complex compressor, symbols might not be operated upon one at a time, but the concept of a "current" symbol is nonetheless still applicable. It should also be understood that elements may operate in a pipeline manner, such that the current symbol for one stage might be different than the current symbol for another stage.
In a compression operation, compressor 102 accepts each input pixel symbol in sequence and outputs a stream of codewords, although not necessarily outputting a codeword for a fixed number of input symbols. In processing one pixel symbol, the symbol is binarized and the binarization is input to context modeler 108(1). Context modeler 108(1) evaluates the binarization on a bitwise basis, outputting each bit at the modeler's Decision output along with a Context Bin ID identifying the context of the bit. For example, if the context model used is the bit position context model, the Context Bin ID merely indicates the bit's position within the binarization of the input pixel symbol. For the bit position context, only a pointer to the current bit need be stored, but for other context models, each pixel which affects the context ow another pixel is stored in memory 114. If the context model includes the pixel above the current pixel, then it would be sufficient to store one row of pixels in memory 114.
Where the input symbols represent pixel colors in a two-dimensional array of pixels forming an image, the order of scanning is not as important as for a block of text, wherein context is generally provided by the letters near a current letter. However, merely for example, this discussion assumes the two-dimensional array is scanned into compressor 102 in a predetermined order, such as from a top row to a bottom row, and from left to right within each row. With this scanning order, the pixel above the current pixel can be used for context, since the above pixel will have already been decoded by the time it is needed to provide context for the decoding of the current pixel, and since, in a typical image, the pixel directly above the current pixel is often a color which is likely to be paired with the current pixel.
There is nothing particular about the context pixel being the pixel above the current pixel, and while many context models are possible, successful lossless decompression from just the compressed data stream requires that the current bit's context model not include bits or symbols which have not been decoded by the time the current bit is to be decoded. A fe examples should clarify this point.
If the context model is a "bit position" context, the conte > :t of the current bit is the bit's position within the current input pixel, and the context ID for that context would represent the current context which, in the case of K bit binarized symbols, provides K contexts. However, if the current bit's context determines the code used to encode that bit, the context needs to be known before the bit can be decoded properly. Thus, the order of processing should ensure that the context of the current bit is known before the bit is decoded.
For each bit output by the context modeler on its Decision output, PEM 110(1) accepts the decision and the context bin ID for that decision. Based on that decision, the v?S for the decision's context bin, PEN 110(1) outputs an outcome bit and an associated Pclass. How the MPS and Pclass ere determined is discussed below.
The Pclass is an estimate of how likely the NPS is in the bit stream output by context modeler 108(1) on the decision signal line. While the probability distribution of .;e M?S and LS in the input data might be determinable exactly by scanning all the input data, the compression should not depend on the full probability distribution, since it will not be available to the decomp-essor prior to decoding the codewords. Therefore, the estimate, which depends only on bits previously encoded, is used. As explained in the ABS coder preference, bit generator 112(1) uses the Pclass to determine which code to use to encode the Outcome bit stream.
Since a code is optimized over a range of probability distributions, Pclass defines a range of probability values, hence the name probability class. These probability class values are stored, one per context, in memory 116. Memory 116 also stores the MPS for each context. Fig. 4 shows the layout of memory 116. Initially, the Pclass for each context is a Pclass which indicates that the probability of the MPS is 50% (and of the LPS is 508), and the MPS can be arbitrarily chosen from 0 and 1.
As the A.BS coder reference teaches, one method of conpressing data in an entropy encoder is to use a code which reduces long runs of the MPS to a codeword indicating the length of the run. The original stream is reconstructed by outputting a number of MPS bits indicated by the codeword, followed by the LPS, except where a run of MPS bits longer than a maximum run is broken into more than one codeword.
After a codeword is output, bit generator 112(1) signals to PEM 110(1) whether or not the maximum run of MPS bits occurred. This indication is provided on the Table Update signal line. If the maximum run length is encountered, bit generator 112(1) signals PEM 110(1) to update the Pclass table to indicate that the MPS is more likely than previously estimated. If the maximum run length is not encountered, the Pclass is changed to indicate that the MPS is less likely than previously estimated.
Decompression is just the opposite process from compression: codewords are decoded into the Outcome bit stream, the output bit stream is converted to the Decision bit stream, and assembled into pixel symbols, which are then output. Referring to Fig. 3, decompressor 106 includes a context modeler 108(2), a PEM 110(2), a bit generator 112(2), 2 memory 114(2), and memory 116(2). The interconnection of the modules in decompressor 106 is the inverse of compressor 102 for the bit stream, but the same direction for information about the bit stream, thus forming two feedback loops.
One feedback loop determines the code used to encode a codeword. Knowing the codes used allows bit generator 112(2) to decode the bit stream. The codes used are determined by the Pclass provided by PEN 110(2). The Class, as with PEN 110(1), is determined by the context and signals on the Table Update line. The context is determined from information about prior bits and pixels which is stored in memory 114(2). The feedback loop has a certain delay which can be measured in a number of bits. The delay may vary depending on the codewords received, and for most embodiments, the delay can be capped at a maximum. If the delay maximum is bits, then the current bit's context should not depend on the X bits which preceded the current bits in the decision bit stream. This ensures that the current bit can be decoded from iforation that has already been processed by decompressor 106. This requirement presents particular problems, which the present invention solves, where the data needs to be decompressed in parallel.
REINDEXING As discussed above, binary entropy encoders can compress data up to a theoretical limit. Any binarization of palettized data can be used to display an image as easily as any other (by changing the color palette table), however, it trans out that some binarizations provide a lower entropy for some context models than others. This advantage can be provided by the addition of a reindexer to the front end of compressor 102, where the reindexer selects a binarization Which provides a low entropy for the data to be compressed.
The opposite of a reindexer, a deindexer, can be placed at the cttut of decompressor 106, or the definition of the color palette can be modified to account for the change of alphabet space due to the reindexing. In some embodiments, the reinein table might even be fixed in advance of the compression and stored in both the compressor and the decompressor.
Fig. 5 shows a reindexing data compression system 158 including a reindexer 160 coupled to the input of compressor 102, a reindex table 162, which is a 2 x M table, and an optional deindexer 164. A signal line 166 is shown to indicate the transfer of the reindex table to decompressor 106, if the reindexing is not fixed. Since reindex table 162 is only 2 x X, transmitting it along with the compressed data does not introduce significant overhead.
The operation of reindexer 160 and deindexer 164 are straightforward given a particular reindexing table 162.
Reindexer 160 indexes into table 162 using a pixel symbol from its input, and reads out the ccrresponding reindex value.
That value is output as the binarized symbol input to context compressor 102. The reindex values in table 162 are such that the operation is reversible, i.e., exactly one entry in reindex table 162 holds any given reindex value. Thus, when the output of decompressor 106, which is the same as the input to compressor 102 with the delay of the compression system, is applied to deindexer 164, if used, deindexer 164 performs the opposite transformation and outputs the index which contains the original N-ary pixel symbol. As mentioned above, if the actual original N-ary symbol is not needed, and a known binarization can be used, deindexer 164 is not needed.
Fig. 6 is a block diagram of a reindex table generator 200 which is'used to generate the reindex values in table 162 from an input block of data. Generator 200 can be implemented in either dedicated hardware or an appropriately programmed digital computer. Using a general purpose digital computer is often less costly, especially for one-time compressions, although it tends to be slower than dedicated hardware. Fortunately, most applications allow for compression to be done in advance rather than in real-time.
The input to generator 200 is a block of pixel symbols. This block can be the entirety of the images to be compresses or some sampled subset of the images, or even portions of images. However, where compression can be done in non-real-time, it's generally not a problem to use the entire data set as the input to generator 200. In some systems, the image data is blocked into blocks of 16 or 256 images, and a reindex table is generated for each block of images.
Referring again to Fig. 6, generator 200 includes an order fixing module 204, a conditional probability distribution accumulator 206, a conditional probability table 208 for holding values of PC(Si) for (i:0 to M-l and c:0 to N-l), P (S) being the probability that an input symbol Si occurs in a context Cc, a context probability table 209 for holding values of P(Cc) for (c:0 to N-l), P(Cc) being the probability of context Cc occurring in the input data block, a greedy entropy minimizer coupled to output to reindex table 162, z partial conditional probability table 212 ("the PCP table") for holding values of PCP(c) for (c:0 to N-l), PCP(c) being the partial conditional probability of context Cc, as explained below, a partial positional probability table 212 ("the PPCP table") for holding values of PPCP(k,c) for (k:l to K and c:o to N-1), PPCP(c) being the partial positional conditional probability of context Cc and bit position k, as explained below, and a partial bitwise entropy table 216 for holding values of PBE(j) for (j:l to M.-1) as explained below.
The uses of the various tables will become more apparent after reading the description accompanying the flowchart of Fig. 7.
Generator 200 operates as follows. Order fixing module 204 converts each symbol from data block 202 into an ordered symbol, Si, where i:o to M-l. Since effect of the reindexing table 162 is to reorder the symbols, the particular order used is of less importance than the operation of the remainder of the system. In one possible embodiment, symbols in data block 202 are already stored as K-bit (R > log2M) binary values, in which case module 204 is not needed. In another embodiment, So is assigned to the most frequent pixel symbol in data block 202, S1 to the next most frequent, and so on, to Su~, for the least frequent pixel symbol. This is so:Tetimes known as the zeroth order, or contextless, symbol frequency distribution.
Module 204, if used, reads pixel symbols from data block 202 and passes the binary representation of the ordered symbols to accumulator 206, which accumulates probabilities to tables 208 and 209. Entropy minimizer 210 then reads the contents of tables 208 and 209, reads values from and writes values to tables 212, 214 and 216, in order to generate its main output, which becomes the contents of table 162. In some embodiments, minimizer 210 maintains an internal table of which indices of table 162 are assigned, and in other embodiments, minimizer 210 determines which indices are assigned by looking at table 162.
The operation of reindex table generator 200 is best understood with reference to the flowchart shown in Fig. 7 in combination with Fig. 6. The flowchart shows blocks 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326 and 328. Block 300 indicates the start of a process of generating a reindex table from a data block. The steps in blocks 302 and 306 are typically performed by accumulator 206, the step in block 304 by module 204, with the remainder typically performed by entropy minimizer 210. The process flow proceeds in block number order from block 302 to block 328, and from block 328, either ends or loops back to block 316 as indicated below.
In block 302, accumulator 206 clears tables 208 and 209. In block 304, module 204, if used, orders the input symbols into So-S,,1, and in block 304, accumulator 206 populates tables 208 and 209. When populated, table 208 contains an entry for each combination of a context and an input symbol, where an entry (c,i) of table 208 indicates the probability of the symbol Si occurring given the context Cc.
When populated, table 209 contains an entry for each context, where an entry c of table 209 indicates the probability of the context C, occurring regardless of the symbol. There are M possible values for i, and the contexts are {C0,...,CN~1}, giving E possible contexts. Thus, table 208 contains M X N entries and table 209 contains M entries.
n one system, the context is the symbol for the pixel above the pixel from which S was taken, in which case N Tn other embodiments, the context is the symbol for the pixel to the left =M), or the context is two symbols (N=M2).
oever, using a two-symbol context would require M2 contexts for each input symbol and consequently, tables 208 and 209 would be very large for most values of M. In yet other embodiments, there are fewer than M contexts. For example, if all possible symbols are grouped into less than M groups, and the context for a context pixel is the group which contains the pixel above the context pixel, then fewer than M contexts will occur. For example, if all the symbols were grouped into groups of four symbols each, N would be M/4. Of course, for this reduction in contexts to be helpful, some intelligent means of grouping symbols should be used.
At block 308, minimizer 210 sets a loop variable, i, to zero, and initializes the reindex table 162, PCP(c) table 2i2 and PPCP(k,c) table 214. Although block 308 is shown after block 306, their order could be reversed, since neither step depends on the result of the other. Reindex table 162 is initi2Dized by indicating, using flags or other known means, that all entries in table 162 are empty and no indices therein are assigned. The PCP table is initialized by setting PC?(c)=0 for all c, and the PPCP table is initialized by setting PPCP(k,c)=0 for all k and c.
At block 310, minimizer 210 assigns index 0 to and updates the reindex table accordingly.
At block 312, minimizer 210 updates the PCP(c) table for the added index SOI by setting PCP(c)=P (S0) for each c.
At block 314, minimizer 210 updates the PPCP(c) table for the added index So, by setting PPCP(k,c)=Pc(So) for e2ch (c,)s) pair in which the k-th bit of the radix 2 representation of the assigned index is 1. This step is not necessary when the first assigned index is 0, since none of te bits of the index are 1, but this step is needed where a nonzero index is assigned first.
At block 316, minimizer 210 increments i, which on the first pass through block 316 results in i=1. The process of blocks 316 through blocks 328 repeats for each i between 0 tnd Y.-l, assigning one index in reindex table to a symbol each loop. Of corpse, the final loop, where i=M.-l, is not really necessary, since only one index will remain at that point to be assigned to So~1.
At block 318, the PCP table is updated for the symbol Si, according to PCP(c)=PCP(c)TP (Si). After this step, the probability, given context Cc and the alphabet of symbols A'={So,...Si}, that the received symbol is in the alphabet A', is PCP(c), the c-th entry of the PCP table.
At block 320, a partial bitwise entropy (PBE) value is generated for each unassigned index. The unassigned indices (which number M-i at this point) are found in table 162 or are internally remembered by minimizer 210. The partial bitwise entropy for an index j and a symbol S PSE(j,s ) given that the indices 0 through i-l have already been assigned is expressed in Equations 1-3.
where A' is the alphabet of the i already assigned symbols, F.(P) is the entropy of the probability distribution P, b(x) is the value of the k-th bit of a radix 2 representation of x, and r(s) is the reindex value for symbol s.
In block 322, minimizer 210 selects the minimum value of PBE(j,S1) from all the calculated values and sets a variable X equal to the j of that minimum value.
In block 32, minimizer 210 assigns X to be the reincex value for S:, and indicates the assignment in table ;2.
In block 326, minimizer 210 updates the PPC?(c,k) table for S and X, according to PPCP(c,k)=PPCP(c,k)+Pc(Si) for all c and all k where bk(X)=l. After this step, the probability, given context Cc and the alphabet A'={So,...Si}, that the k-th bit of a reindex value for a received symbol is 1 and the received symbol is in the alphabet A', is PPCP(c,k).
In block 328, minimizer 210 checks to see if two or more reindex values have not been assigned. This is the case if i is M-2 or less at this block, which means that M-l indices have been assigned. The last index is assigned to SM-1.
The denominator in Equation 2 is PCP(c), which is updated in block 318 by adding pc(Si) to it each time a symbol Si is added to the alphabet A'. The numerator in Equation 2 is PPCP(k,c) as it would be if j were the index for Si. Since the updated value of PPCP(k,c) depends on the particular assignment of index j to Si, PPCP(k,c) is updated after the selection of X=j, in block 326. Of course, because H is a bitise entropy function, Equation 2 need only be calculated for either =0 or 1, since P(O)+P(l)=l. Also, since H is a bitwise entropy, Equation 3 actually simplifies to H(x) = -x + log2x - (l-x) * log2(l-x).
The end result of the process shown in Fig. 7 is the assignment of reindex values in reindex table 162, which is used by reindexer 160 to reindex input pixel symbols into a binarization which generally results in better compression than if the reindexing were not done.
PARALLEL PROCESSING The above sections describe how to improve compression ratios through the use of adaptive coding, context models and reindexing. In a decompressor, adaptive coding and context modelling require feedback loops, since the manner in wr.ich 2 bit is decoded from a codeword stream depends on information about prior decoded bits and symbols. If the decompressor needs to quickly decode the codeword stream in real-time, parallel processing could be used to provide greater throughput.
One such parallel processing implementation embodying the present invention is as follows. Using the bit position context model (see Fig. 8(a)), each bit in pixel value is processed by one of eight parallel coders, each coder being dedicated to one bit position. With this arrangement, the context of the bit is known to a coder, since the bit position is the only context and the bit position is known to the coder, since it is a constant for a specific coder.
However, where other context models are used to provide better compressions, parallelizing a coder is not so simple.
For example, take the bitwise dependent context model shown in Fig. 8(c). If each bit of a pixel is sent to a separate coder, the bits cannot be decoded in parallel, since bits to the left of a bit being decoded must be decoded first to provide the necessary context for the bit being decoded.
Thus, the use of some context models impose constraints on parallel processing.
In one aspect of the present invention, to allow the use of a preferred context model and still allow parallel processing in a coder using that context models, a unique reordering buffer is provided. Figs. 9 and 10 show how a reordering buffer and its inverse, a deordering buffer, are coupled to parallel coders, and Fig. 11 shows the operation of the reordering buffer in more detail.
Given a preferred context model, two constraints are imposed on a parallel coder. First, if each stage is to be independent, then among the set of bits processed in one parallel cycle, none of the bits should affect the context of the other bits. Second, if the context data is to be updated after each bit is processed, no two bits in the set of bits processed in parallel should share a context. Fig. 12 illustrates a typical context record containing context data which might be updated as a bit having a given context is processed. This record might be one line in a table such as memory 116 shown in Fig. 4.
in Fig. 9, a parallel compression system 400 according to the present invention is shown with a reordering buffer 402, a demultiplexer 404, N parallel stages 406(0,..,N-l), a multiplexer 408 and a deordering buffer 410.
System 400 can be used with or without reindexing. Each stage 406 comprises a compressor 412, similar to compressor 102, a channel 414, and decompressor 416, similar to decompressor 106.
Fig. 10 shows an alternate configuration 450, wherein an interleaver 452 is used to combine the traffic of channels < 14(0,..,N-1) onto a single channel 454, and a de-interleaver 456 which is used to separate the traffic of the single channel 454 back into the separate channels for each stage.
Referring again to Fig. 9, the symbol stream input to system 400 is buffered by reordering buffer 404.
Reordering buffer 404 receives 2 bit stream of K (K=8 in Fig.
8) bits per symbol as explained in detail below, and outputs the bits to demultiplexer 404 which distributes the reordered bits to the parallel coders. In the "i"th parallel stage, 406(i), compressor 412(i) compresses the bits assigned to stage 406(i) into codewords, which in turn pass though channel 414(i) and are decompressed by decompressor 416(i). The output of all the stages is then combined by multiplexer 406, which outputs their combination to deordering buffer 410, which performs the inverse of reordering buffer 404. Although in the parallel coder shown, each stage is assigned to a single context, reordering allows the flexibility to divide the parallel stages in other ways according to the needs of the application. For example, each stage could be assigned to a Class, a group comprising a plurality of contexts, or a division specially designed to even out the traffic over the various stages.
Fig. ll(a) shows a reordering buffer 502 which, is used in a parallel coder with 4 parallel stages and the bitwise dependent context model, although it may also be useful with other configurations, such as s or N parallel stages, a different number of bits per pixel, or a different context model. Four input bytes (pixels are shown on the left being input into buffer 502, and eight four-bit blocks are shown being output from buffer 502. The output blocks are output, one per parallel coding period, to a parallel coder, ths each of the output blocks represents a set of bits processed in parpllel. If the input bits where not reordered, the blocs input to the parallel coder might just be the four most significant bits of pixel A (A7-An) followed by the four least significant bits of pixel A (A3-A0), then the four most significant bits of pixel B (B7-B4), and so on. As should be apparent from the above discussion, without reordering, a set of bits processed in parallel would not be independent when the bitwise dependent model is used, since A4 gets its context from its position (4) and the values of bits A7, A6 and AS, which are in the same set of bits.
To solve this problem, buffer 502 reorders the input bits as shown outputting, for pixels A, B, C and D, the blocks (sets of bits processed in parallel) D7-C7-B7-A7, D6-C6-36-A6, and so on. With this reordering, no bit relies on any other bit is its set for context. However, if two bits may still stare a context. For example, D7 and C7 would share a context in the bitwise dependent context model, since the bitwise dependent context is the bits position and the bits to the let. For D7 and C, the bit positions are the same, and there are no bits to the left (above in Fig. 11).
This second constraint is solved, along with the first constraint, by the reordering buffer shown in Fig.
ll(b). In this buffer, bits grouped into blocks are taken from different pixels, but are also taken from different bit positions. Where bit position is part of the context, bits with different bit positions will have different contexts.
Thus, the blocks (sets of bits processed in parallel) output by buffer 504, D7-C6-B5-A , D6-C5-B4-A3, and so on to the ninth block H7-G6-FS-E4, each comprise bits which do not depend on other bits in their block for context and do not share a context with any other bits in their block. Input pixels E, F, G and H are not shown, but follow pixel D.
In Fig. ll(b), there are no pixels preceding pixel A, to illustrate the state of the buffer following a reset.
n the first parallel step after a reset of the buffer, 2 block with only one bit (from pixel A) is processed. In the next parallel step, one bit from pixel A and one bit from pixel B is processed. While the staggering of bits to avoid context conflicts means that not all parallel stages will be used in the first several blocks after a reset, this underutilization is insignificant for any reasonable image size. In the case of Fig. ll(b), it only occurs in the first three blocks.
Figs. 13(a)-(b) illustrate a constraint a context model places on pipelined coders similar to the constraints imposed on parallel coders. Fig. 13 (a) and 13 (b) show the progress of a pipelined coder processing the pixels A-D shown in Fig. 11, with Fig. 13 (a) showing a pipeline processing bits in an unreordered order and Fig. 13(b) showing a pipeline processing bits in a reordered order. In both figures, each column is labelled with a time, t, and shows the bit being operated upon by a pipeline stage. The stages shown in this example are an input stage, three intermediate stages (IS-1, nS-2 and IS-3), and to output stages.
In this example, assume that a bit is processed and available for determining the context of other bits in the first output stage, but no sooner. Further, assume that the processing of IS 1 depends on the context of the bit being processed, and the bitwise dependent context model is being used. With the bitwise dependent context model, the context of the circled bit A2 depends on A3, A4, A5, A6 and A7. In Fig. 13(a), this would mean that the processing of bit A2 in IS-1 cannot proceed at least until bits A3 and A are all the way to the first output stage (bits A5-A7 are already past the first output stage. This delay would defeat the benefits of pipelined processing.
To solve this problem, a reordering buffer such as buffer 502 can be used, to the effect shown in Fig. 13(b). In this example, the circled bit is B6, which gets its context from bit B7, which was output to the first output stage in an erlier period, and is therefore available when B6 is to be processed in IS-1.
The above description is illustrative end not restrictlve. Many variations of the invention will become apparent to those of skill in the art upon review of this disclosure. The scope of the invention should, therefore, be determined not with reference to the above description, but instead should be determined with reference to the appended claims Attention is directed to application no. 9503417.9 (publication no. 2,286,942) from which this application was divided and which claims aspects of the non-parallel coders described above.

Claims (10)

1. An entropy encoder, wherein input symbols are encoded based on a context provided by context symbols, which are also input symbols, comprising: symbol reordering means, coupled to a symbol input of the entropy encoder, for reordering input symbols from an input stream order to a reordered stream order; a context modeler, coupled to an output of said symbols reordering means, which accepts input symbols in said reordered stream order and stores input symbols as necessary to determine context of a current input symbol from said current input symbol's context symbols; a probability estimator, coupled to receive said current input symbol and a context of said current input from said context modeler, for estimating the probability of said current input symbol occurring given its context; and a bit generator, coupled to said probability estimator, for generating codewords based on probability estimates provided by said probability estimator, said codewords being a compressed representation of said reordered stream of input symbols, wherein said symbol reordering means reorders input symbols such that a reordered distance between said current input symbol and said current input symbol's context symbols in said reordered stream is greater than an original distance between said current input symbol and said current input symbol's context symbols in said input stream.
2. Apparatus according to claim 1, further comprising a decoder, said decoder comprising: a second context modeler, which stores decoded input symbols as necessary to determine context of a current input symbol; a second probability estimator, coupled to receive a context o said current input symbol from said second context modeler; a second bit generator, coupled to receive said codewords output by said bit generator, for generating a symbol stream from said codewords based on probability estimates provided by said second probability estimator; symbol deordering means, coupled to a symbol output of said second context modeler, for reordering decoded input symbols from said reordered stream order to said input stream order, thereby increasing a delay between said context symbols being decoded and said current input symbols being decoded.
3. Apparatus according to claim 2, further comprising a means or decoding said codewords in parallel, wherein said increased delay is sufficient to allow parallel decoding while providing context symbols as needed by said decoder.
4. An entropy coder, wherein a plurality of bits taken from an input bit stream are coded in parallel, comprising: a context modeler which accepts an input bit and outputs a pairing of said input bit with an associated context of said input bit, said context determined from at least one of previously input bits, said input bit's position within an input symbols and a predetermined context model; a context-sensitive parallel coder, coupled to receive pairings output from said context modeler, which generates codewords based on probability estimates of input bits given said paired contexts, said codewords being a compressed representation of said stream of input bits, and said parallel coder comprising: means for forming a parallel stream of input bits, grouping N bits into a set of bits; and a plurality of N coding stages, each of which processes one input bit from said set of bits so grouped; and bit recrdering means, coupled between an input for the input bit stream and said context modeler, for reordering input bits such that a context of a bit in a set of bits is independent of other bits in said set of bits.
5. An entropy coder according to claim 4, wherein said bit reordering means also reorders said input bit stream such that no two bits in a set of bits processed in parallel share a common context.
6. An entropy coder, wherein a plurality of bits taken from an input bit stream are coded in a pipeline of a plurality of stages, comprising: a context modeler which accepts an input bit and outputs a pairing of said input bit with an associated context of said input bit, said context determined from at least one of previously input bits, said input bit's position within an input symbols and a predetermined context model; a context-sensitive pipeline coder, coupled to receive parings output from said context modeler, which generates codewords based on probability estimates of input bits given said paired contexts, said codewords being a compressed representation of said stream of input bits, and said pipeline coder comprising: an input stage, which processes input bits output by said context modeler; a plurality of intermediate stages which process outputs of said input stage, each coupled to other stages in a pipelined manner, wherein at least one stage is a context-sensitive stage which processes an input bit based on said input bit's paired context; and an output for a final stage of said plurality of intermediate stages; and bit reordering means, coupled between an input for tre input bit stream and said context modeler, for reordering input bits such that a context of a given bit Is independent o other bits being processed in said plurality of intermediate stages when said given bit is being processed in said context-sensitive stage.
7. An entropy coder according to claim 6, wherein said bit reordering means also reorders said input bit stream such that no two bits in the pipeline at any given time share a common context.
8. A coder constructed and arranged to operate substantially as hereinbefore described with reference to and as illustrated in Figures 9 to 13 (b) of the accompanying drawings.
9. An apparatus for processing, transmitting or storing data represented by symbols, the apparatus including a coder according to any one of the preceding claims.
10. An apparatus according to claim 9, wherein the data is representative of a moving or still image.
GB9802301A 1994-02-23 1995-02-21 Compression of palletized images Expired - Fee Related GB2319689B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/200,233 US5471207A (en) 1994-02-23 1994-02-23 Compression of palettized images and binarization for bitwise coding of M-ary alphabets therefor
GB9503417A GB2286942B (en) 1994-02-23 1995-02-21 Compression of palletized images and binarization for bitwise coding of m-ary alphabets therefor

Publications (3)

Publication Number Publication Date
GB9802301D0 GB9802301D0 (en) 1998-04-01
GB2319689A true GB2319689A (en) 1998-05-27
GB2319689B GB2319689B (en) 1998-07-15

Family

ID=26306548

Family Applications (1)

Application Number Title Priority Date Filing Date
GB9802301A Expired - Fee Related GB2319689B (en) 1994-02-23 1995-02-21 Compression of palletized images

Country Status (1)

Country Link
GB (1) GB2319689B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2813484A1 (en) * 2000-08-31 2002-03-01 Koninkl Philips Electronics Nv Time series steps MPEG4 norm decoding/digital processing having preparation step with intermediate sub step/finishing steps sequencing/finding optimum results
EP1322117A1 (en) * 2001-12-06 2003-06-25 Koninklijke Philips Electronics N.V. Arithmetic coder and decoder
WO2011068710A2 (en) 2009-12-03 2011-06-09 Sony Corporation Embedded graphics coding: reordered bitstream for parallel decoding
WO2011130854A1 (en) 2010-04-19 2011-10-27 Research In Motion Limited Methods and devices for reordered parallel entropy coding and decoding
US8378862B2 (en) 2010-07-28 2013-02-19 Reserch In Motion Limited Method and device for compression of binary sequences by grouping multiple symbols
EP2594024A1 (en) * 2010-07-13 2013-05-22 Research In Motion Limited Methods and devices for data compression using context-based coding order
EP2622744A1 (en) * 2010-10-01 2013-08-07 Research In Motion Limited Methods and devices for parallel encoding and decoding using a bitstream structured for reduced delay
EP2725796A1 (en) * 2011-06-24 2014-04-30 Panasonic Corporation Image encoding method, image decoding method, image encoding device, image decoding device, and image encoding/decoding device

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1191794A1 (en) * 2000-08-31 2002-03-27 Koninklijke Philips Electronics N.V. Data processing in a sequence of steps
JP2002175182A (en) * 2000-08-31 2002-06-21 Koninkl Philips Electronics Nv Data processing method in a series of temporal steps
FR2813484A1 (en) * 2000-08-31 2002-03-01 Koninkl Philips Electronics Nv Time series steps MPEG4 norm decoding/digital processing having preparation step with intermediate sub step/finishing steps sequencing/finding optimum results
EP1322117A1 (en) * 2001-12-06 2003-06-25 Koninklijke Philips Electronics N.V. Arithmetic coder and decoder
EP2489193A4 (en) * 2009-12-03 2014-05-07 Sony Corp Embedded graphics coding: reordered bitstream for parallel decoding
WO2011068710A2 (en) 2009-12-03 2011-06-09 Sony Corporation Embedded graphics coding: reordered bitstream for parallel decoding
EP2489193A2 (en) * 2009-12-03 2012-08-22 Sony Corporation Embedded graphics coding: reordered bitstream for parallel decoding
WO2011130854A1 (en) 2010-04-19 2011-10-27 Research In Motion Limited Methods and devices for reordered parallel entropy coding and decoding
CN102845065A (en) * 2010-04-19 2012-12-26 捷讯研究有限公司 Methods and devices for reordered parallel entropy coding and decoding
US8400336B2 (en) 2010-04-19 2013-03-19 Research In Motion Limited Methods and devices for reordered parallel entropy coding and decoding
US8761240B2 (en) 2010-07-13 2014-06-24 Blackberry Limited Methods and devices for data compression using context-based coding order
EP2594024A1 (en) * 2010-07-13 2013-05-22 Research In Motion Limited Methods and devices for data compression using context-based coding order
EP2594024A4 (en) * 2010-07-13 2014-06-25 Blackberry Ltd Methods and devices for data compression using context-based coding order
US8378862B2 (en) 2010-07-28 2013-02-19 Reserch In Motion Limited Method and device for compression of binary sequences by grouping multiple symbols
US8970407B2 (en) 2010-09-30 2015-03-03 Blackberry Limited Methods and devices for parallel encoding and decoding using a bitstream structured for reduced delay
EP2622744A1 (en) * 2010-10-01 2013-08-07 Research In Motion Limited Methods and devices for parallel encoding and decoding using a bitstream structured for reduced delay
EP2622744A4 (en) * 2010-10-01 2014-06-25 Blackberry Ltd Methods and devices for parallel encoding and decoding using a bitstream structured for reduced delay
US9648324B2 (en) 2011-06-24 2017-05-09 Sun Patent Trust Image coding method of encoding components of a motion vector and arranging the encoded components in a bitstream
EP2725796A4 (en) * 2011-06-24 2014-11-12 Panasonic Ip Corp America Image encoding method, image decoding method, image encoding device, image decoding device, and image encoding/decoding device
EP2725796A1 (en) * 2011-06-24 2014-04-30 Panasonic Corporation Image encoding method, image decoding method, image encoding device, image decoding device, and image encoding/decoding device
US9681130B2 (en) 2011-06-24 2017-06-13 Sun Patent Trust Image coding method, image decoding method, image coding apparatus, image decoding apparatus, and image coding and decoding apparatus
EP3522377A1 (en) * 2011-06-24 2019-08-07 Velos Media International Limited Image encoding method, image decoding method, image encoding device, image decoding device, aind image encoding/decoding device
US10382779B2 (en) 2011-06-24 2019-08-13 Velos Media, Llc Image coding method for decoding a difference motion vector from a bitstream
US11330292B2 (en) 2011-06-24 2022-05-10 Velos Media, Llc Image coding method for encoding a difference motion vector into and decoding a difference motion vector from a bitstream
EP3309969B1 (en) * 2011-06-24 2023-04-19 Sun Patent Trust Image coding method and apparatus
EP3309970B1 (en) * 2011-06-24 2023-06-07 Sun Patent Trust Image decoding method
US11743490B2 (en) 2011-06-24 2023-08-29 Sun Patent Trust Image coding method for decoding a difference motion vector from a bitstream
US11991388B2 (en) 2011-06-24 2024-05-21 Sun Patent Trust Image coding method for decoding a difference motion vector from a bitstream

Also Published As

Publication number Publication date
GB2319689B (en) 1998-07-15
GB9802301D0 (en) 1998-04-01

Similar Documents

Publication Publication Date Title
US5471207A (en) Compression of palettized images and binarization for bitwise coding of M-ary alphabets therefor
US5818877A (en) Method for reducing storage requirements for grouped data values
US5045852A (en) Dynamic model selection during data compression
RU2417518C2 (en) Efficient coding and decoding conversion units
US4363036A (en) Method and apparatus for compressing digital data using non-adaptive predictive techniques
US7817864B2 (en) Coding apparatus and decoding apparatus
US7526029B2 (en) General purpose compression for video images (RHN)
US7079057B2 (en) Context-based adaptive binary arithmetic coding method and apparatus
US6677869B2 (en) Arithmetic coding apparatus and image processing apparatus
US7365659B1 (en) Method of context adaptive binary arithmetic coding and coding apparatus using the same
CN102210105B (en) System and method for compressing a stream of integer-valued data
US8902992B2 (en) Decoder for selectively decoding predetermined data units from a coded bit stream
JPH07212242A (en) Variable-length decoder
JP2831888B2 (en) HDTV decoder
CN103918272A (en) Data encoding and decoding
US5594435A (en) Permutation-based data compression
JPS5831791B2 (en) Image information band compression transmission device
US5694125A (en) Sliding window with big gap data compression system
JP3990464B2 (en) Data efficient quantization table for digital video signal processor
GB2319689A (en) An entropy encoder using context modelling with data reordering
EP0283798A2 (en) Compression and decompression of column-interlaced, row-interlaced graylevel digital images
CN1108014C (en) Variable-length code encoding and segmenting apparatus having byte alignment unit
CN116582689A (en) Lossless compression for low-latency video transmission in resource-constrained coding environments
US5793896A (en) Ordering corrector for variable length codes
JPH05151349A (en) Image data compressing method and encoding circuit

Legal Events

Date Code Title Description
PCNP Patent ceased through non-payment of renewal fee

Effective date: 20080221