WO2004001978A1 - A method and a system for variable-length decoding, and a device for the localization of codewords - Google Patents

A method and a system for variable-length decoding, and a device for the localization of codewords Download PDF

Info

Publication number
WO2004001978A1
WO2004001978A1 PCT/FI2003/000480 FI0300480W WO2004001978A1 WO 2004001978 A1 WO2004001978 A1 WO 2004001978A1 FI 0300480 W FI0300480 W FI 0300480W WO 2004001978 A1 WO2004001978 A1 WO 2004001978A1
Authority
WO
WIPO (PCT)
Prior art keywords
codeword
codewords
decoded
bit stream
field
Prior art date
Application number
PCT/FI2003/000480
Other languages
French (fr)
Inventor
Stamatis Vassiliadis
Jari Nikara
Jarmo Takala
Petri Liuha
Original Assignee
Nokia Corporation
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
Application filed by Nokia Corporation filed Critical Nokia Corporation
Priority to EP03730281A priority Critical patent/EP1514356B1/en
Priority to AU2003240915A priority patent/AU2003240915A1/en
Priority to DE60314139T priority patent/DE60314139T2/en
Priority to KR10-2004-7020323A priority patent/KR20050010918A/en
Publication of WO2004001978A1 publication Critical patent/WO2004001978A1/en

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/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

Definitions

  • the present invention relates to a method for decoding codewords of variable lengths from a bit stream, in which minimum and maximum lengths are determined for the codewords, in which method the bit stream to be decoded is processed in parts, a search for codewords is made in each part of the bit stream, and the found codewords are decoded.
  • the invention also relates to a decoder for decoding of codewords with a variable length from a bit stream, in which minimum and a maximum lengths are defined for the codewords, which decoder is provided with means for processing the bit stream to be decoded in parts of a certain length, means for searching for codewords in each part of the bit stream, and means for decoding the codewords found.
  • the invention also relates to a system for the transmission of information in binary format, comprising an encoder and a decoder, and which decoder comprises means for decoding of codewords with a variable length from a bit stream, in which minimum and maximum lengths are defined for the codewords, which decoder is provided with means for processing the bit stream to be decoded in parts of a fixed length, means for searching for codewords in each part of the bit stream, and means for decoding the codewords found.
  • the invention relates to a device comprising a decoder for decoding of codewords with a variable length from a bit stream, in which minimum and maximum lengths are defined for the codewords, which decoder is provided with means for processing the bit stream to be decoded in parts of a fixed length, means for searching for codewords in each part of the bit stream, and means for decoding the codewords found.
  • the invention relates to a storage means for storing a program comprising steps which can be taken by machine to decode a codeword with a variable length from a bit stream, in which minimum and maximum lengths are defined for the codewords, which program is provided with computer instructions for processing the bit stream to be decoded in parts of a certain length, computer instructions for searching for codewords in each part of the bit stream, and computer instructions for decoding the codewords found.
  • compression of image data is needed, because the quantity of data to be transmitted is extremely large in view of the transmission rates available.
  • Known compression algorithms include lossless as well as lossy algorithms.
  • the discrete cosine transform is a lossy algorithm in combination with quantization, to cut redundant information from the image data.
  • the DCT factors are computed for basic image units (for example, 8 x 8 pixels), and an image block is represented as a matrix consisting of these factors. After the DCT, the factors are arranged by a zig-zag scanning to a suitable order for lossless Huffman coding.
  • the Huffman coding is only an example of a variable length coding (VLC) which reduces the statistical redundancy after the DCT and the quantization.
  • VLC variable length coding
  • the source data is processed by arranging the respective symbols according to the probability of their occurrence.
  • the symbols with the lowest probability are combined recursively into one symbol, wherein a tree structure is formed (example shown in Fig. 1a) to allocate each symbol its own codeword by defining a bit to represent each branch. It can be seen from the code tree of Fig. 1a that the symbol with the lowest probability of occurrence has the longest codeword.
  • Table 1b shows the probability of occurrence P(x), the codeword (code) and the enthropy H(x) for each symbol.
  • the method results in the shortest codeword with the average value, and the compression is very close to the enthropy of the original source; therefore, the coding becomes efficient in general. Consequently, the variable length coding is an essential element in many standards relating to image processing.
  • variable length decoding As indicated by their definition, the codewords of variable length coding vary in length. If the starting and ending points of the codeword cannot be directly detected from the bit stream, a recursive dependency will develop between the codewords, which makes the decoding more difficult. The dependency will cause that before the variable length decoding (VLD), the codewords must be found from the bit stream, that is, their locations must be determined. In the decoding process, it is thus necessary to determine both the code length and the location, the codeword and the corresponding symbol.
  • VLD variable length decoding
  • the VLD implementations can be characterized according to the processing of the bit stream in the following way.
  • bit serial processing the bit stream is processed bit by bit in series.
  • the overall incoming bit stream is processed at a constant input rate.
  • the codewords have variable lengths, the overall decoding of the codeword also takes a variable time, resulting in a variable output rate.
  • bit parallel processing In bit parallel processing, several bits of the incoming bit stream are processed in parallel, either at a constant input rate or at a variable input rate.
  • the output rate remains variable, because of the variable length of the codeword.
  • variable processing of the incoming bit stream is required.
  • the input must contain a number of bits corresponding to the product of the desired output rate and the longest codeword length.
  • the parallelism of the decoders can also be described with the number of codewords to be decoded (or symbols obtained from the output) simultaneously.
  • the decoding can be characterized as symbol- serial.
  • the decoding is symbol-parallel.
  • the decoding can be implemented with a tree-based algorithm, which is an implementation opposite to the Huffman tree structure: the encoded incoming bit stream is compared with the binary tree, starting from the root and executing it as long as the whole codeword has been determined from the respective leaf cell.
  • efficient decoding is only obtained with short codewords.
  • high demands on processing in real time require that a corresponding output rate should also be achieved with long codewords.
  • the tree model is not suitable for the simultaneous decoding of several symbols, i.e. for symbol-parallel processing, because of the dependency between the codewords when a single bit stream is processed.
  • the parallelism has been increased by processing several bits in parallel to improve the processing capacity, which is implemented by collecting a sufficient quantity (the maximum codeword length) of data in an input buffer, from whose beginning the codewords are detected and decoded.
  • a sufficient quantity the maximum codeword length
  • symbol-serial decoding a quantity of data corresponding to the maximum code length is accumulated in the input buffer, to secure that a symbol is found at each cycle.
  • the problem here is that bits are left over at the end of the buffer, which cannot be utilized at the current cycle.
  • Symbol-parallel decoding or multi-symbol decoding
  • the decoder utilizes the probability distribution of variable length coding, according to which the bit sequence of the incoming bit stream will, at a higher probability, include more short codewords than long ones. For example, a 16-bit sequence of incoming data may, in the worst case, contain eight 2-bit codewords whose decoding, one symbol at a time, would require eight decoding cycles.
  • the aim of the decoding algorithm disclosed in the publication is to accelerate the decoding process by detecting two or more shorter codewords simultaneously; in other words, the method is used to detect combinations of codewords.
  • the first level of the tree model corresponds to the first codeword to be decoded
  • the second level corresponds to the second codeword to be decoded.
  • the aim is to decode two codewords simultaneously.
  • the length of the first codeword may vary from 2 to k bits. If the length of the first codeword is 2 bits, the length of the second codeword, to be possibly decoded in parallel, is 2 to k 2 bits.
  • the length of the first codeword is 3 bits
  • the length of the second codeword to be possibly decoded simultaneously is 2 to k 3 bits, and so on.
  • k is thus equal to the maximum length of the code book, corresponding to the length of the longest codeword.
  • shorter (more probable) codes are preferred according to the basic property of the VLC. Because of this, the value of ki is in the range 0 ⁇ k ⁇ ⁇ k.
  • the basic procedure in a two-level decoding process starts from the root of the tree model.
  • the bit sequences of each branch in the tree are tested substantially simultaneously against all the possible codewords on each level. If more than one suitable branch is found on the second level of the tree, that path will be selected which has been continuous from the root on, that is, the bit stream is continuous without breaks.
  • the decoding process may end up on the first level, if none of the branches of the next level gives a continuous path from the root. This means that the second codeword cannot be decoded.
  • the codeword length obtained from each level is used to control the next data of the input stream, wherein the decoding process will start again.
  • the same decoding method can also be used with more levels.
  • a codeword detection block based on the maximum likely bit pattern (MLBP) returns three factors to complete the decoding cycle: group flags to determine the residue in the group, the length to transfer the bit stream to the beginning of the next codeword, and a group code for the memory. The symbol is retrieved from the random access memory according to the residue and the group.
  • MLBP maximum likely bit pattern
  • the aim of the present invention is to make decoding in parallel and in a pipeline possible by eliminating the dependencies between the codewords in the first step of the decoding process, in which the codewords are localized.
  • bit fields of fixed size are extracted from the input buffer, to find all the possible codewords. All the possible codewords are detected from the buffer by means of a cascade structure substantially simultaneously. In other words, from the bit stream coming into the buffer, the codeword lengths are detected from every possible buffer location. However, this will have the result that also invalid codewords are detected from the input buffer.
  • the valid codeword lengths are selected by means of the preceding codeword lengths in such a way that the result of a first detector (first codeword length) is used to control the selection of the second output.
  • the third codeword length is selected on the basis of the sum of the preceding codeword lengths, and so on.
  • multiplexers are used to select the valid codeword length from several codeword lengths (which have been obtained from all the possible codeword locations in the buffer).
  • the multiplexer can be implemented, for example, by using basic logic circuits (AND/OR gates and inverters).
  • the multiplexers are chained in such a way that they give, as their direct output, the lengths of all the complete codewords in the buffer.
  • the data about the partial sum and the sum of the detected codeword lengths is also available for possible use later on.
  • the characteristic of an advantageous embodiment of the invention is to implement the cascade structure, which becomes long, by means of a MultiplexedAdd (MA) device to make the critical path shorter.
  • MA MultiplexedAdd
  • the method according to the present invention is primarily characterized in that, in the method, at least partly overlapping fields are separated from the part of the bit stream to be processed in such a way that the starting point of at least two fields is a possible starting point for a codeword in said bit stream part, a codeword end is searched from at least one field, and the data related to the codeword is determined on the basis of the end point of the codeword, and data related to at least one codeword is used to determine the occurrence of the codeword to be decoded in the field, and the found codeword is decoded.
  • the decoder according to the invention is primarily characterized in that the decoder also comprises means for extracting at least partly overlapping fields from the bit stream part under processing, in such a way that the starting point of at least two fields is a possible starting point of a codeword in said bit stream part; means for searching for the end of the codeword in at least one field; and means (CD) for determining data related to the codeword found in the field on the basis of the end; and means (MUX1, MUX, M, MA) for determining the occurrence of the codeword to be decoded in the field, on the basis of data related to at least one codeword.
  • the system according to the invention is primarily characterized in that the decoder also comprises means for extracting at least partly overlapping fields from the bit stream part under processing, in such a way that the starting point of at least two fields is a possible starting point of a codeword in said bit stream part; means for searching for the end of the codeword in at least one field; and means for determining data related to the codeword found in the field on the basis of the end point; and means for determining the occurrence of the codeword to be decoded in the field, on the basis of data related to at least one codeword.
  • the device is primarily characterized in that the decoder also comprises means for extracting at least partly overlapping fields from the bit stream part under processing, in such a way that the starting point of at least two fields is a possible starting point of a codeword in said bit stream part; means for searching for the end of the codeword in at least one field; and means for determining data related to the codeword found in the field on the basis of the end point; and means for determining the occurrence of the codeword to be decoded in the field, on the basis of data related to at least one codeword.
  • the storage means is primarily characterized in that the program comprises computer instructions for extracting at least partly overlapping fields from the bit stream part under processing, in such a way that the starting point of at least two fields is a possible starting point of a codeword in said bit stream part; computer instructions for searching for the end of the codeword in at least one field; and computer instructions for determining data related to the codeword found in the field on the basis of the end point; and computer instructions for determining the occurrence of the codeword to be decoded in the field, on the basis of data related to at least one codeword.
  • the present invention improves the prior art for decoding codewords in such a way that it is a bit-parallel, symbol-parallel method, which is also suitable for the decoding of long codewords in parallel. It can thus utilize a longer input buffer (a buffer of any length). Furthermore, the method utilizes the division of decoding into stages for pipelining the implementation. Possible codewords are searched for in all those locations of the input buffer in which the codewords may be located. Valid codewords are detected by indices, which are obtained by computing the sum of the lengths of the preceding suitable codewords. Because data about the limits (starting and end points) is found in connection with finding the codewords, it will be possible to decode codewords independently of other codewords and to increase the parallelism.
  • the output stage of the method according to the invention is proportional to the size of the input buffer.
  • Fig. 1a shows a tree structure formed by Huffman coding
  • Fig. 1b shows, in a table format, the Huffman codewords as well as the corresponding symbols and the probabilities of occurrence
  • Fig. 2 shows a principle of finding VLC codewords from a bit stream according to an advantageous embodiment
  • Fig. 3 shows, in a reduced chart, a system according to an advantageous embodiment of the invention for finding VLC codewords from a bit stream
  • Fig. 4a shows a MultiplexedAdd device in a diagram
  • Fig. 4b shows the internal structure of the MultiplexedAdd
  • Fig. 5 shows, in a reduced chart, a system according to another advantageous embodiment of the invention for finding VLC codewords form a bit stream, by using the MultiplexedAdd.
  • an index j b 0 ⁇ j t ⁇ (N-l) to represent the first bit of the codeword W t in a codeword buffer of N bits.
  • MLBP maximum likely bit patterns
  • the symbol can only be found if all the bits defining the codeword are available to complete the decoding, i.e. to find the symbol. For this reason, it is easier to detect the codeword in fields which begin from the last l n -l indices; one only needs to search for codewords with K bits from the bit fields starting from the starting point N-K, in which K ⁇ i n .
  • each search process only returns the length of a detected codeword.
  • the indices of valid codewords in the buffer can be defined recursively by the lengths; the length of the first codeword defines the starting point for the second codeword; the lengths of the first and second codewords define the starting point for the third codeword, and so on.
  • Figure 2 shows an example of finding codewords in a 16-bit buffer by the method according to an advantageous embodiment of the invention.
  • 14 fields F0—F13 are distinguished from the buffer, an attempt being made to find a possible codeword in each of them.
  • the first field F0 comprises, with certainty, the first suitable codeword W0.
  • the second codeword Wl is found in one of the fields F1-F7.
  • a possible third codeword W2 can be found in one of the fields F3-F13.
  • Possible other codewords W3—W7 can be found in the fields F5—F13.
  • the bit field lengths are shorter in the fields F8-F13 than in the other ones, because the codewords possibly fitting at the end of the buffer are shorter than the maximum length l n .
  • the symbols corresponding to the codewords are retrieved from the code table. Because the starting and end points of the codewords can be found out by the above-described method, the dependency between the codewords is eliminated. In other words, the codewords can be separated from the input stream, and the search can be carried out independently.
  • Figure 3 shows a decoder implementing the foregoing procedure, in whose design the simultaneous detection of all the codewords in the input buffer has been taken into account.
  • N-2(Z. -i) codeword detectors CD are used.
  • the first codeword detector CD1 (the left one in Fig. 3) uses the field starting from the beginning of the input buffer to detect a codeword.
  • the second codeword detector CD2 uses the field starting from point l 2 of the input buffer to detect a codeword.
  • the N-i n -i x +2 codeword detectors on the left use fields starting from different points of the input buffer (maximum length codewords), whereas the other z consult -z. codeword detectors only need to detect codewords shorter than the maximum length.
  • All the codeword detectors CD1 — CD(N-2(l 1)) detect codewords substantially simultaneously and return the length of the found codeword.
  • multiplexers MUX are used which are formed into a cascade structure. Each multiplexer MUX has an input from each codeword detector CD whose location is defined with a group p.
  • the bit fields of the codeword detectors CD are in the locations i - il n of the input buffer. Because the first code length L 0 is always obtained from the first codeword detector CD1 , it will control the first multiplexer MUX1 to select the second suitable code length 7 . This can also be used to transfer information about the decoding mode. In other words, if the code length is zero, the decoding is either terminated or an error has been found. The other multiplexers are controlled by the sum of the preceding code lengths. In this way, the computation of the sum of the code lengths creates a critical path, which is indicated with a dashed line in Fig. 3.
  • the codewords can be separated from the input buffer according to the length data and be decoded independently. Furthermore, the decoding can be made parallel, when the dependencies of the codewords have been eliminated.
  • a MultiplexedAdd MA is used, whose schematic view is shown in Fig. 4a and internal structure in Fig. 4b.
  • This solution can be used to reduce the critical path developing in the determination of the codeword.
  • the MultiplexedAdd MA computes the sum of two inputs and also performs multiplexing substantially simultaneously.
  • Figure 4b shows the internal structure of a 3-bit MultiplexedAdd.
  • a MultiplexedAdd of X bits contains X full adders FA and a multiplexing tree structure of X levels, which receive, as their inputs, the sums of the full adders as selection signals as well as alternatives (possibilities, P).
  • An example of the system shown in the figure is two 3-bit numbers A and B whose sum S controls the selection of the output O (corresponding to the codeword length L t selected from the possibility P) from the possibilities P 0 -P 7 which represent, in the method according to the invention, all the possible codeword lengths for those codewords which begin from the location p t of the input buffer.
  • the formula for implementing the output can be defined as
  • the delay between two code lengths is reduced from the delay of the log(N) bit adder and the multiplexer group to the delay of the log(N) full adder and the 2-1 multiplexer.
  • the logical stages are reduced from the 2log(N) stages to the log(N)+l stages by using 3-4 AND-OR gates and 2-2 AND-OR gates and inverters.
  • Figure 5 shows a system for finding codewords by means of a MultiplexedAdd MA according to a second advantageous embodiment of the invention.
  • the decoder for variable length coding can be implemented as a part of an electronic device, for example as separate logic circuits, by means of an application specific integrated circuit (ASIC) in a digital signal processor, or as a functional unit in a processor.
  • the electronic device also comprises other functions, such as means for displaying decoded information to the user and a processor for controlling the electronic device.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Reduction Or Emphasis Of Bandwidth Of Signals (AREA)

Abstract

The invention relates to a method for decoding codewords of variable length from a bit stream, in which minimum and maximum lengths are defined for the codewords. In the method, the bit stream to be decoded is processed in parts, each bit stream part is subjected to a search for codewords, and the found codewords are decoded. In the method, at least partly overlapping fields are extracted from the bit stream part under processing in such a way that the starting point of at least two fields is a possible starting point of a codeword in said bit stream part. In at least one field, the end of the codeword is searched for, and the data related to the codeword is determined on the basis of the end point of the codeword. Data relating to at least one codeword is used to find out the occurrence of the codeword intended to be decoded in a field, and the found codeword is decoded. The invention also relates to a decoder, a system and a device in which the method is applied, as well as to a storage means for storing a program applying the method.

Description

A METHOD AND A SYSTEM FOR VARIABLE-LENGTH DECODING, AND A DEVICE FOR THE LOCALIZATION OF CODEWORDS
The present invention relates to a method for decoding codewords of variable lengths from a bit stream, in which minimum and maximum lengths are determined for the codewords, in which method the bit stream to be decoded is processed in parts, a search for codewords is made in each part of the bit stream, and the found codewords are decoded. The invention also relates to a decoder for decoding of codewords with a variable length from a bit stream, in which minimum and a maximum lengths are defined for the codewords, which decoder is provided with means for processing the bit stream to be decoded in parts of a certain length, means for searching for codewords in each part of the bit stream, and means for decoding the codewords found. The invention also relates to a system for the transmission of information in binary format, comprising an encoder and a decoder, and which decoder comprises means for decoding of codewords with a variable length from a bit stream, in which minimum and maximum lengths are defined for the codewords, which decoder is provided with means for processing the bit stream to be decoded in parts of a fixed length, means for searching for codewords in each part of the bit stream, and means for decoding the codewords found. Furthermore, the invention relates to a device comprising a decoder for decoding of codewords with a variable length from a bit stream, in which minimum and maximum lengths are defined for the codewords, which decoder is provided with means for processing the bit stream to be decoded in parts of a fixed length, means for searching for codewords in each part of the bit stream, and means for decoding the codewords found. Finally, the invention relates to a storage means for storing a program comprising steps which can be taken by machine to decode a codeword with a variable length from a bit stream, in which minimum and maximum lengths are defined for the codewords, which program is provided with computer instructions for processing the bit stream to be decoded in parts of a certain length, computer instructions for searching for codewords in each part of the bit stream, and computer instructions for decoding the codewords found. In the transmission of image and video data across data networks, compression of image data is needed, because the quantity of data to be transmitted is extremely large in view of the transmission rates available. Known compression algorithms include lossless as well as lossy algorithms. The discrete cosine transform (DCT) is a lossy algorithm in combination with quantization, to cut redundant information from the image data. The DCT factors are computed for basic image units (for example, 8 x 8 pixels), and an image block is represented as a matrix consisting of these factors. After the DCT, the factors are arranged by a zig-zag scanning to a suitable order for lossless Huffman coding. The Huffman coding is only an example of a variable length coding (VLC) which reduces the statistical redundancy after the DCT and the quantization. The principle of variable length coding is to present frequently occurring symbols with shorter codewords and less frequently occurring symbols with longer codewords. To begin the coding, the source data is processed by arranging the respective symbols according to the probability of their occurrence. The symbols with the lowest probability are combined recursively into one symbol, wherein a tree structure is formed (example shown in Fig. 1a) to allocate each symbol its own codeword by defining a bit to represent each branch. It can be seen from the code tree of Fig. 1a that the symbol with the lowest probability of occurrence has the longest codeword. Table 1b shows the probability of occurrence P(x), the codeword (code) and the enthropy H(x) for each symbol. The method results in the shortest codeword with the average value, and the compression is very close to the enthropy of the original source; therefore, the coding becomes efficient in general. Consequently, the variable length coding is an essential element in many standards relating to image processing.
As indicated by their definition, the codewords of variable length coding vary in length. If the starting and ending points of the codeword cannot be directly detected from the bit stream, a recursive dependency will develop between the codewords, which makes the decoding more difficult. The dependency will cause that before the variable length decoding (VLD), the codewords must be found from the bit stream, that is, their locations must be determined. In the decoding process, it is thus necessary to determine both the code length and the location, the codeword and the corresponding symbol.
The VLD implementations can be characterized according to the processing of the bit stream in the following way. In bit serial processing, the bit stream is processed bit by bit in series. Thus, the overall incoming bit stream is processed at a constant input rate. As the codewords have variable lengths, the overall decoding of the codeword also takes a variable time, resulting in a variable output rate.
In bit parallel processing, several bits of the incoming bit stream are processed in parallel, either at a constant input rate or at a variable input rate. When the input rate is kept constant, the output rate remains variable, because of the variable length of the codeword. To achieve a constant output rate, variable processing of the incoming bit stream is required. In other words, to secure a constant output rate, the input must contain a number of bits corresponding to the product of the desired output rate and the longest codeword length.
In a way similar to the characterization based on the processing of the bit stream, the parallelism of the decoders can also be described with the number of codewords to be decoded (or symbols obtained from the output) simultaneously. When the decoding is performed with one codeword at a time, the decoding can be characterized as symbol- serial. Correspondingly, when, as as result of the decoding, several symbols are achieved at a time, the decoding is symbol-parallel.
The decoding can be implemented with a tree-based algorithm, which is an implementation opposite to the Huffman tree structure: the encoded incoming bit stream is compared with the binary tree, starting from the root and executing it as long as the whole codeword has been determined from the respective leaf cell. In the decoding of the tree model, efficient decoding is only obtained with short codewords. However, high demands on processing in real time require that a corresponding output rate should also be achieved with long codewords. Furthermore, because of its bit-serial form, the tree model is not suitable for the simultaneous decoding of several symbols, i.e. for symbol-parallel processing, because of the dependency between the codewords when a single bit stream is processed.
The parallelism has been increased by processing several bits in parallel to improve the processing capacity, which is implemented by collecting a sufficient quantity (the maximum codeword length) of data in an input buffer, from whose beginning the codewords are detected and decoded. In symbol-serial decoding, a quantity of data corresponding to the maximum code length is accumulated in the input buffer, to secure that a symbol is found at each cycle. The problem here is that bits are left over at the end of the buffer, which cannot be utilized at the current cycle. Symbol-parallel decoding (or multi-symbol decoding) involves the problem and the challenge for design that the apparatus or system will rapidly become very complex.
Hsieh & al. present, in CT. Hsieh and S.P. Kim, "A concurrent memory-efficient VLC decoder for MPEG applications", IEEE Trans. Consumer Electron., vol. 42, no. 3, pp. 439-446, Aug. 1996, the simultaneous decoding of short codewords in parallel at the same cycle (concurrent decoding algorithm). The decoder utilizes the probability distribution of variable length coding, according to which the bit sequence of the incoming bit stream will, at a higher probability, include more short codewords than long ones. For example, a 16-bit sequence of incoming data may, in the worst case, contain eight 2-bit codewords whose decoding, one symbol at a time, would require eight decoding cycles. The aim of the decoding algorithm disclosed in the publication is to accelerate the decoding process by detecting two or more shorter codewords simultaneously; in other words, the method is used to detect combinations of codewords. For example, in the decoding of a codeword with two levels, the first level of the tree model corresponds to the first codeword to be decoded, and the second level corresponds to the second codeword to be decoded. Thus, the aim is to decode two codewords simultaneously. The length of the first codeword may vary from 2 to k bits. If the length of the first codeword is 2 bits, the length of the second codeword, to be possibly decoded in parallel, is 2 to k2 bits. On the other hand, if the length of the first codeword is 3 bits, the length of the second codeword to be possibly decoded simultaneously is 2 to k3 bits, and so on. As the first level comprises all the codes, k is thus equal to the maximum length of the code book, corresponding to the length of the longest codeword. On the second level, shorter (more probable) codes are preferred according to the basic property of the VLC. Because of this, the value of ki is in the range 0 < k{ < k.
The basic procedure in a two-level decoding process starts from the root of the tree model. The bit sequences of each branch in the tree are tested substantially simultaneously against all the possible codewords on each level. If more than one suitable branch is found on the second level of the tree, that path will be selected which has been continuous from the root on, that is, the bit stream is continuous without breaks. The decoding process may end up on the first level, if none of the branches of the next level gives a continuous path from the root. This means that the second codeword cannot be decoded. The codeword length obtained from each level is used to control the next data of the input stream, wherein the decoding process will start again. The same decoding method can also be used with more levels. A codeword detection block based on the maximum likely bit pattern (MLBP) returns three factors to complete the decoding cycle: group flags to determine the residue in the group, the length to transfer the bit stream to the beginning of the next codeword, and a group code for the memory. The symbol is retrieved from the random access memory according to the residue and the group.
The aim of the present invention is to make decoding in parallel and in a pipeline possible by eliminating the dependencies between the codewords in the first step of the decoding process, in which the codewords are localized. In the method according to the invention, bit fields of fixed size are extracted from the input buffer, to find all the possible codewords. All the possible codewords are detected from the buffer by means of a cascade structure substantially simultaneously. In other words, from the bit stream coming into the buffer, the codeword lengths are detected from every possible buffer location. However, this will have the result that also invalid codewords are detected from the input buffer. In the method according to the present invention, the valid codeword lengths are selected by means of the preceding codeword lengths in such a way that the result of a first detector (first codeword length) is used to control the selection of the second output. The third codeword length, in turn, is selected on the basis of the sum of the preceding codeword lengths, and so on. In the selection of the actual codewords, multiplexers are used to select the valid codeword length from several codeword lengths (which have been obtained from all the possible codeword locations in the buffer). The multiplexer can be implemented, for example, by using basic logic circuits (AND/OR gates and inverters). In the method according to the invention, the multiplexers are chained in such a way that they give, as their direct output, the lengths of all the complete codewords in the buffer. The data about the partial sum and the sum of the detected codeword lengths is also available for possible use later on. The characteristic of an advantageous embodiment of the invention is to implement the cascade structure, which becomes long, by means of a MultiplexedAdd (MA) device to make the critical path shorter. In the method of the invention, all the integral codewords occurring in the buffer can be detected; therefore, the actual search for symbols can be performed in parallel to accelerate the decoding without limiting dependencies.
To put it more precisely, the method according to the present invention is primarily characterized in that, in the method, at least partly overlapping fields are separated from the part of the bit stream to be processed in such a way that the starting point of at least two fields is a possible starting point for a codeword in said bit stream part, a codeword end is searched from at least one field, and the data related to the codeword is determined on the basis of the end point of the codeword, and data related to at least one codeword is used to determine the occurrence of the codeword to be decoded in the field, and the found codeword is decoded. The decoder according to the invention is primarily characterized in that the decoder also comprises means for extracting at least partly overlapping fields from the bit stream part under processing, in such a way that the starting point of at least two fields is a possible starting point of a codeword in said bit stream part; means for searching for the end of the codeword in at least one field; and means (CD) for determining data related to the codeword found in the field on the basis of the end; and means (MUX1, MUX, M, MA) for determining the occurrence of the codeword to be decoded in the field, on the basis of data related to at least one codeword. The system according to the invention is primarily characterized in that the decoder also comprises means for extracting at least partly overlapping fields from the bit stream part under processing, in such a way that the starting point of at least two fields is a possible starting point of a codeword in said bit stream part; means for searching for the end of the codeword in at least one field; and means for determining data related to the codeword found in the field on the basis of the end point; and means for determining the occurrence of the codeword to be decoded in the field, on the basis of data related to at least one codeword. The device according to the invention is primarily characterized in that the decoder also comprises means for extracting at least partly overlapping fields from the bit stream part under processing, in such a way that the starting point of at least two fields is a possible starting point of a codeword in said bit stream part; means for searching for the end of the codeword in at least one field; and means for determining data related to the codeword found in the field on the basis of the end point; and means for determining the occurrence of the codeword to be decoded in the field, on the basis of data related to at least one codeword. Finally, the storage means according to the invention is primarily characterized in that the program comprises computer instructions for extracting at least partly overlapping fields from the bit stream part under processing, in such a way that the starting point of at least two fields is a possible starting point of a codeword in said bit stream part; computer instructions for searching for the end of the codeword in at least one field; and computer instructions for determining data related to the codeword found in the field on the basis of the end point; and computer instructions for determining the occurrence of the codeword to be decoded in the field, on the basis of data related to at least one codeword.
The present invention improves the prior art for decoding codewords in such a way that it is a bit-parallel, symbol-parallel method, which is also suitable for the decoding of long codewords in parallel. It can thus utilize a longer input buffer (a buffer of any length). Furthermore, the method utilizes the division of decoding into stages for pipelining the implementation. Possible codewords are searched for in all those locations of the input buffer in which the codewords may be located. Valid codewords are detected by indices, which are obtained by computing the sum of the lengths of the preceding suitable codewords. Because data about the limits (starting and end points) is found in connection with finding the codewords, it will be possible to decode codewords independently of other codewords and to increase the parallelism. The output stage of the method according to the invention is proportional to the size of the input buffer.
In the following, the present invention will be described in more detail with reference to the drawings, in which
Fig. 1a shows a tree structure formed by Huffman coding,
Fig. 1b shows, in a table format, the Huffman codewords as well as the corresponding symbols and the probabilities of occurrence,
Fig. 2 shows a principle of finding VLC codewords from a bit stream according to an advantageous embodiment,
Fig. 3 shows, in a reduced chart, a system according to an advantageous embodiment of the invention for finding VLC codewords from a bit stream,
Fig. 4a shows a MultiplexedAdd device in a diagram,
Fig. 4b shows the internal structure of the MultiplexedAdd, and
Fig. 5 shows, in a reduced chart, a system according to another advantageous embodiment of the invention for finding VLC codewords form a bit stream, by using the MultiplexedAdd.
Let us first define how many codewords of variable length may occur in the buffer at a time. For this, the code lengths of the code table are defined by the group sL = {llt...,ln} , in which Z, and ln represent the minimum and maximum lengths of the codeword, respectively. Thus, in a buffer of N bits, the maximum number of codewords is Kmax= LNΔJ, N ≥ ln. Let us indicate variable length codewords with the symbol W in which i = 0,l,...,(Kmax-l) and the length of the codeword Wt with the symbol Lt. Also, let us define an index jb 0 ≤jt ≤(N-l), to represent the first bit of the codeword Wt in a codeword buffer of N bits.
In general, it can be assumed that the first codeword W0 is always located at the beginning of the buffer, wherein the starting point of W0 is o = 0. The second codeword W} is located right after the first codeword, wherein the index ^ to define the starting point of the second codeword is the length of the first codeword, that is, jj = L0. This means that the starting point of the codeword wt is the sum of the lengths of the preceding codewords, that is, jt = ∑'~^0Lk .
The lengths of the codewords in the buffer are not known in advance. To avoid recursive dependencies, a parallel search will also be needed for codewords at arbitrary locations in the buffer. Generally, all the possible locations of any codeword can be defined by Jp = {Z1,z + i,z + 2,...,N-Z1}> which in a buffer of N bits means N- 2(^ -1) locations. Because the maximum length ln of the codeword is known, fields not larger than the size of the maximum length in are separated from all the possible locations defined by p , the possible codeword length being searched in each of them by using, for example, pattern matching, properties of the code table, such as leading characters, maximum likely bit patterns (MLBP) or numerical properties. However, the symbol can only be found if all the bits defining the codeword are available to complete the decoding, i.e. to find the symbol. For this reason, it is easier to detect the codeword in fields which begin from the last ln-l indices; one only needs to search for codewords with K bits from the bit fields starting from the starting point N-K, in which K< in .
In the foregoing procedure, redundant codewords are detected, because if a bit field is separated from the middle of a valid longer codeword, a shorter codeword may be found in this codeword. For this reason, each search process only returns the length of a detected codeword. The indices of valid codewords in the buffer can be defined recursively by the lengths; the length of the first codeword defines the starting point for the second codeword; the lengths of the first and second codewords define the starting point for the third codeword, and so on.
Figure 2 shows an example of finding codewords in a 16-bit buffer by the method according to an advantageous embodiment of the invention. Let us assume a code table in which the lengths are defined by the group S={2,3,4,5,6,7,8J and the maximum number of codewords in a 16-bit input buffer is Kmax=8. According to the above-described method, 14 fields F0—F13 are distinguished from the buffer, an attempt being made to find a possible codeword in each of them. The first field F0 comprises, with certainty, the first suitable codeword W0. The second codeword Wl is found in one of the fields F1-F7. In a corresponding manner, a possible third codeword W2 can be found in one of the fields F3-F13. Possible other codewords W3—W7 can be found in the fields F5—F13. The bit field lengths are shorter in the fields F8-F13 than in the other ones, because the codewords possibly fitting at the end of the buffer are shorter than the maximum length ln.
To complete the decoding process, the symbols corresponding to the codewords are retrieved from the code table. Because the starting and end points of the codewords can be found out by the above-described method, the dependency between the codewords is eliminated. In other words, the codewords can be separated from the input stream, and the search can be carried out independently.
In a summary, the described pattern can be presented as follows:
• the maximum number Kmax of codewords in a codeword buffer of N bits is determined,
• (N-2(lrl)) fields F0-F(N-2(Z l)-l) of necessary size are separated from the buffer to determine the length of the codeword. The starting point of the fields is the buffer location {0, lh +1, h+2,..., N- J, • the possible codewords are found at the beginning of each field. The length of the found codeword is returned,
• the length of the first codeword is found in the first field, the other valid codewords are found in the buffer by means of indices which are obtained by computing the sum of the lengths of the preceding suitable codewords,
• the symbol corresponding to the suitable codeword is found by means of a code table.
Because both the input and the output levels are variable in the above- described method, buffering will be needed in both the input and the output. Figure 3 shows a decoder implementing the foregoing procedure, in whose design the simultaneous detection of all the codewords in the input buffer has been taken into account. To implement this, N-2(Z. -i) codeword detectors CD are used. The first codeword detector CD1 (the left one in Fig. 3) uses the field starting from the beginning of the input buffer to detect a codeword. The second codeword detector CD2 uses the field starting from point l2 of the input buffer to detect a codeword. In the order according to the figure, the N-in -ix +2 codeword detectors on the left use fields starting from different points of the input buffer (maximum length codewords), whereas the other z„ -z. codeword detectors only need to detect codewords shorter than the maximum length. All the codeword detectors CD1 — CD(N-2(l 1)) detect codewords substantially simultaneously and return the length of the found codeword. To select the suitable code lengths L from all the codewords found, multiplexers MUX are used which are formed into a cascade structure. Each multiplexer MUX has an input from each codeword detector CD whose location is defined with a group p. The bit fields of the codeword detectors CD are in the locations i - iln of the input buffer. Because the first code length L0 is always obtained from the first codeword detector CD1 , it will control the first multiplexer MUX1 to select the second suitable code length 7. This can also be used to transfer information about the decoding mode. In other words, if the code length is zero, the decoding is either terminated or an error has been found. The other multiplexers are controlled by the sum of the preceding code lengths. In this way, the computation of the sum of the code lengths creates a critical path, which is indicated with a dashed line in Fig. 3.
The codewords can be separated from the input buffer according to the length data and be decoded independently. Furthermore, the decoding can be made parallel, when the dependencies of the codewords have been eliminated.
In a system according to another advantageous embodiment of the invention, a MultiplexedAdd MA is used, whose schematic view is shown in Fig. 4a and internal structure in Fig. 4b. This solution can be used to reduce the critical path developing in the determination of the codeword. As shown in Fig. 4a, the MultiplexedAdd MA computes the sum of two inputs and also performs multiplexing substantially simultaneously. Figure 4b shows the internal structure of a 3-bit MultiplexedAdd. A MultiplexedAdd of X bits contains X full adders FA and a multiplexing tree structure of X levels, which receive, as their inputs, the sums of the full adders as selection signals as well as alternatives (possibilities, P). An example of the system shown in the figure is two 3-bit numbers A and B whose sum S controls the selection of the output O (corresponding to the codeword length Lt selected from the possibility P) from the possibilities P0-P7 which represent, in the method according to the invention, all the possible codeword lengths for those codewords which begin from the location pt of the input buffer. Thus, the formula for implementing the output can be defined as
0= PQ S2 $1 $0 + P1 S2 SlS0 + P2 S2S1 So + P3 S2S1S0 +
P4s2 sι So + P5s2 sxs0 + P6$2sl so + P1s2s1s0
which can further be reduced to the form:
0= (P0 sι So + Pl sιsQ + P2s1 s + P3s1s0)s2 + (P sι So + P5.vi-?0 + JP 6S1.SΌ + P1S1S0 )S2 = [CP0 -?o -l-
Figure imgf000013_0001
By means of the MultiplexedAdd MA, it is possible to compute the sums of the present code length Lt and the preceding code lengths ∑^L* and to select the next code length Li+1. By using the
MultiplexedAdd MA, the delay between two code lengths is reduced from the delay of the log(N) bit adder and the multiplexer group to the delay of the log(N) full adder and the 2-1 multiplexer. In a corresponding manner, the logical stages are reduced from the 2log(N) stages to the log(N)+l stages by using 3-4 AND-OR gates and 2-2 AND-OR gates and inverters. Figure 5 shows a system for finding codewords by means of a MultiplexedAdd MA according to a second advantageous embodiment of the invention.
The decoder for variable length coding according to the invention can be implemented as a part of an electronic device, for example as separate logic circuits, by means of an application specific integrated circuit (ASIC) in a digital signal processor, or as a functional unit in a processor. Typically, the electronic device also comprises other functions, such as means for displaying decoded information to the user and a processor for controlling the electronic device.
It will be obvious that the present invention is not limited solely to the above-presented embodiment, but it can be modified within the scope of the appended claims.

Claims

1. A method for decoding codewords of variable length from a bit stream, in which minimum and maximum lengths are defined for the codewords, in which method the bit stream to be decoded is processed in parts, each part of the bit stream is subjected to a search for codewords, and found codewords are decoded, characterized in that in the method, at least partly overlapping fields are extracted from the part of the bit stream to be processed in such a way that the starting point of at least two fields is a possible starting point for a codeword in said bit stream part, a codeword end is searched from at least one field, and data related to the codeword is determined on the basis of the end point of the codeword, and the data related to at least one codeword is used to determine the occurrence of the codeword to be decoded in the field, and the found codeword is decoded.
2. The method according to claim 1 , characterized in that the data related to the codeword to be decoded comprises the length of the codeword to be decoded, wherein the search for codewords to be decoded is performed in the following way:
• the first codeword to be decoded is searched for in the first field,
• the next codeword to be decoded is searched for in a field whose starting point is the point corresponding to the sum of the lengths of the preceding codewords to be decoded, in the bit stream part under processing,
• the foregoing step is taken to find all the codewords to be decoded in the bit stream part under processing.
3. The method according to claim 2, characterized in that in the method, to find out the starting point of the next codeword to be decoded, the sum of the lengths of the preceding found codewords to be decoded is computed and the starting point is selected substantially simultaneously.
4. The method according to claim 3, characterized in that in finding codewords from the bit stream part under processing, the following formula is used:
0= P0 S2 Sι So + P1 S2 χS0 + P2 S2S1 So + P3 2Sϊs0 + P4s2 Sι So + P5s2 sιs0 + P6s2sl so + P7s2sls0
in which s2, s1 ; s0 are bits of the sum of the lengths of found codewords to be decoded preceding the field under examination, P0-P7 represent all the possible codeword lengths for those codewords which begin from the location pf in the bit stream part under processing, and
O is the selection of the end of the codeword to be searched in the different alternatives.
5. The method according to any of the claims 1 to 4, characterized in that at least the first, the second and the third found codewords are decoded.
6. A decoder for decoding codewords of varying length from a bit stream, in which minimum and maximum lengths are defined for the codewords, which decoder is provided with means for processing the bit stream to be decoded in parts of a fixed length, means for searching for codewords in each part of the bit stream, and means for decoding the codewords found, characterized in that the decoder also comprises means for extracting at least partly overlapping fields from the bit stream part under processing, in such a way that the starting point of at least two fields is a possible starting point of a codeword in said bit stream part; means for searching for the end of the codeword in at least one field; and means (CD) for determining data related to the codeword found in the field on the basis of the end; and means (MUX1 , MUX, M, MA) for determining the occurrence of the codeword to be decoded in the field, on the basis of the data related to at least one codeword.
7. The decoder according to claim 6, characterized in that the data related to the codeword to be decoded comprises the length of the codeword to be decoded, and that the decoder comprises
• means (CD1) for searching for the first codeword to be decoded in the first field,
• searching means (CD, MUX1 , MUX, M, MA) for searching for the next codeword to be decoded in the fields, wherein said means are arranged to form the length data of the codeword found in the field, • selection means (MUX1 , MUX, MA) for selecting codewords to be decoded from the bit stream part under processing, at locations whose starting point is the sum of the lengths of the preceding codewords to be decoded.
8. A system for transmitting information in binary format, comprising an encoder and a decoder, and which decoder comprises means for decoding codewords with a variable length from a bit stream, in which minimum and maximum lengths are defined for the codewords, which decoder is provided with means for processing the bit stream to be decoded in parts of a fixed length, means for searching for codewords in each part of the bit stream, and means for decoding the codewords found, characterized in that the decoder also comprises means for extracting at least partly overlapping fields from the bit stream part under processing, in such a way that the starting point of at least two fields is a possible starting point of a codeword in said bit stream part; means for searching for the end of the codeword in at least one field; and means for determining data related to the codeword found in the field on the basis of the end point; and means for determining the occurrence of the codeword to be decoded in the field, on the basis of the data related to at least one codeword.
9. The system according to claim 8, characterized in that the data related to the codeword to be decoded comprises the length of the codeword to be decoded, and that the decoder comprises
• means (CD1) for searching for the first codeword to be decoded in the first field, • searching means (CD, MUX1 , MUX, M, MA) for searching for the next codeword to be decoded in the fields, wherein said means are arranged to form the length data of the codeword found in the field, • selection means (MUX1, MUX, MA) for selecting codewords to be decoded from the bit stream part under processing, at locations whose starting point is the sum of the lengths of the preceding codewords to be decoded.
10. A device comprising a decoder for decoding codewords with a variable length from a bit stream, in which minimum and maximum lengths are defined for the codewords, which decoder is provided with means for processing the bit stream to be decoded in parts of a fixed length, means for searching for codewords in each part of the bit stream, and means for decoding the codewords found, characterized in that the decoder also comprises means for extracting at least partly overlapping fields from the bit stream part under processing, in such a way that the starting point of at least two fields is a possible starting point of a codeword in said bit stream part; means for searching for the end of the codeword in at least one field; and means for determining data related to the codeword found in the field on the basis of the end point; and means for determining the occurrence of the codeword to be decoded in the field, on the basis of the data related to at least one codeword.
11. The device according to claim 10, characterized in that the data related to the codeword to be decoded comprises the length of the codeword to be decoded, and that the decoder comprises • means (CD1) for searching for the first codeword to be decoded in the first field,
• searching means (CD, MUX1 , MUX, M, MA) for searching for the next codeword to be decoded in the fields, wherein said means are arranged to form the length data of the codeword found in the field,
• selection means (MUX1 , MUX, MA) for selecting codewords to be decoded from the bit stream part under processing, at locations whose starting point is the sum of the lengths of the preceding codewords to be decoded.
12. The device according to claim 10 or 11 , characterized in that the device comprises means (MA) for summing up the lengths of the codewords to be decoded, to find out the starting points of the codewords to be decoded and for selecting the starting point substantially simultaneously.
13. A device according to claim 10, 11 or 12, characterized in that it comprises means for performing mobile communication.
14. A storage means for storing a program, comprising computer- readable instructions which can be executed a computer to decode a codeword with a variable length from a bit stream, in which minimum and maximum lengths are defined for the codewords, which program is provided with computer instructions for processing the bit stream to be decoded in parts of a fixed length, computer instructions for searching for codewords in each part of the bit stream, and computer instructions for decoding the codewords found, characterized in that the program comprises computer instructions for extracting at least partly overlapping fields from the bit stream part under processing, in such a way that the starting point of at least two fields is a possible starting point of a codeword in said bit stream part; computer instructions for searching for the end of the codeword in at least one field; and computer instructions for determining data related to the codeword found in the field on the basis of the end point; and computer instructions for determining the occurrence of the codeword to be decoded in the field, on the basis of the data related to at least one codeword.
PCT/FI2003/000480 2002-06-20 2003-06-16 A method and a system for variable-length decoding, and a device for the localization of codewords WO2004001978A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
EP03730281A EP1514356B1 (en) 2002-06-20 2003-06-16 A method and a system for variable-length decoding, and a device for the localization of codewords
AU2003240915A AU2003240915A1 (en) 2002-06-20 2003-06-16 A method and a system for variable-length decoding, and a device for the localization of codewords
DE60314139T DE60314139T2 (en) 2002-06-20 2003-06-16 METHOD AND SYSTEM FOR LENGTH VARIABLES DECODING AND DEVICE FOR DETERMINING THE POSITION OF CODE WORDS
KR10-2004-7020323A KR20050010918A (en) 2002-06-20 2003-06-16 A method and a system for variable-length decoding, and a device for the localization of codewords

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
FI20021221 2002-06-20
FI20021221A FI116813B (en) 2002-06-20 2002-06-20 A method and system for decoding variable length coding, and a code word locator

Publications (1)

Publication Number Publication Date
WO2004001978A1 true WO2004001978A1 (en) 2003-12-31

Family

ID=8564212

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/FI2003/000480 WO2004001978A1 (en) 2002-06-20 2003-06-16 A method and a system for variable-length decoding, and a device for the localization of codewords

Country Status (9)

Country Link
US (1) US6980138B2 (en)
EP (1) EP1514356B1 (en)
KR (1) KR20050010918A (en)
CN (1) CN100546200C (en)
AT (1) ATE363769T1 (en)
AU (1) AU2003240915A1 (en)
DE (1) DE60314139T2 (en)
FI (1) FI116813B (en)
WO (1) WO2004001978A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022093343A1 (en) * 2020-10-29 2022-05-05 Microsoft Technology Licensing, Llc Parallelized decoding of variable-length prefix codes

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100440979C (en) * 2005-12-15 2008-12-03 清华大学 Self-adaptive two-dimensional variable length decoding method and device based on context
CN100466743C (en) * 2006-08-07 2009-03-04 清华大学 Method for programmable entropy decoding based on shared storage and countra-quantization
JP4841496B2 (en) * 2007-04-26 2011-12-21 パナソニック株式会社 Variable length code decoding apparatus
EP2259432A1 (en) * 2008-03-31 2010-12-08 Panasonic Corporation Variable-length code decoding apparatus and method
US8660261B2 (en) * 2009-06-04 2014-02-25 Mediatek Singapore Pte. Ltd. System and apparatus for integrated video/image encoding/decoding and encryption/decryption
WO2012099433A2 (en) * 2011-01-20 2012-07-26 한국전자통신연구원 Entropy coding method using an index mapping table, and image-encoding/decoding apparatus and method using said entropy coding method
KR20120084639A (en) 2011-01-20 2012-07-30 한국전자통신연구원 Adaptive sorting table for entropy coding
US9819359B1 (en) 2016-12-11 2017-11-14 Microsoft Technology Licensing, Llc Multi-symbol, multi-format, parallel symbol decoder for hardware decompression engines

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5394144A (en) * 1992-06-09 1995-02-28 Daewoo Electronics Co., Ltd. Variable length code decoding apparatus
US5491480A (en) * 1994-05-25 1996-02-13 Industrial Technology Research Institute Variable length decoder using serial and parallel processing
US5929793A (en) * 1996-03-15 1999-07-27 Lg Electronics Inc. High speed variable length code detection using a cascaded structure

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5280349A (en) * 1992-02-13 1994-01-18 Industrial Technology Research Institute HDTV decoder
US5245338A (en) * 1992-06-04 1993-09-14 Bell Communications Research, Inc. High-speed variable-length decoder
US5828907A (en) * 1992-06-30 1998-10-27 Discovision Associates Token-based adaptive video processing arrangement
US5488366A (en) * 1993-10-12 1996-01-30 Industrial Technology Research Institute Segmented variable length decoding apparatus for sequentially decoding single code-word within a fixed number of decoding cycles
KR0124191B1 (en) 1994-01-18 1998-10-01 배순훈 Vld
JP2746109B2 (en) * 1994-03-09 1998-04-28 日本電気株式会社 Huffman code decoding circuit
KR0141298B1 (en) * 1994-11-17 1998-06-15 배순훈 Variable length decoding apparatus
US5835035A (en) * 1995-12-28 1998-11-10 Philips Electronics North America Corporation High performance variable length decoder with two-word bit stream segmentation and related method
US6411229B2 (en) * 2000-04-28 2002-06-25 Matsushita Electric Industrial Co., Ltd. Variable length decoder
US6542095B1 (en) * 2001-12-14 2003-04-01 Taiwan University Universal variable length code (UVLC) encoder
US6573846B1 (en) * 2001-12-31 2003-06-03 Apple Computer, Inc. Method and apparatus for variable length decoding and encoding of video streams

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5394144A (en) * 1992-06-09 1995-02-28 Daewoo Electronics Co., Ltd. Variable length code decoding apparatus
US5491480A (en) * 1994-05-25 1996-02-13 Industrial Technology Research Institute Variable length decoder using serial and parallel processing
US5929793A (en) * 1996-03-15 1999-07-27 Lg Electronics Inc. High speed variable length code detection using a cascaded structure

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
KARLSSON MIKAEL ET AL.: "High speed pipelined parallel Huffman decoding", PROC. OF 1996 IEEE INTERNATIONAL SYMPOSIUM ON CIRCUITS AND SYSTEMS, vol. 3, 9 June 1997 (1997-06-09) - 12 June 1997 (1997-06-12), pages 2080 - 2083, XP010236647 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022093343A1 (en) * 2020-10-29 2022-05-05 Microsoft Technology Licensing, Llc Parallelized decoding of variable-length prefix codes

Also Published As

Publication number Publication date
AU2003240915A1 (en) 2004-01-06
FI20021221A (en) 2003-12-21
DE60314139D1 (en) 2007-07-12
DE60314139T2 (en) 2008-01-24
FI20021221A0 (en) 2002-06-20
CN1663128A (en) 2005-08-31
CN100546200C (en) 2009-09-30
US20040070525A1 (en) 2004-04-15
ATE363769T1 (en) 2007-06-15
EP1514356B1 (en) 2007-05-30
US6980138B2 (en) 2005-12-27
FI116813B (en) 2006-02-28
EP1514356A1 (en) 2005-03-16
KR20050010918A (en) 2005-01-28

Similar Documents

Publication Publication Date Title
KR100624432B1 (en) Context adaptive binary arithmetic decoder method and apparatus
KR100950607B1 (en) Huffman coding
US5907637A (en) Method and apparatus for compressing and decompressing data
KR101118089B1 (en) Apparatus and system for Variable Length Decoding
US7872598B2 (en) Accelerated decompression
US6982661B2 (en) Method of performing huffman decoding
US5594435A (en) Permutation-based data compression
US6980138B2 (en) Method and a system for variable-length decoding, and a device for the localization of codewords
US6130631A (en) Method and apparatus utilizing a simplified content-addressable memory for JPEG decoding
WO2005004495A1 (en) A method and system for decoding variable length encoded signals, computer program product therefor
US7256719B2 (en) Digital data decompression implemented in a field programmable array device
US6778107B2 (en) Method and apparatus for huffman decoding technique
KR100311473B1 (en) Method of search of optimal path for trellis based adaptive quantizer
KR20030016859A (en) The decoding method of Huffman code
GB2360915A (en) Run length compression encoding of selected bits of data words
KR100207428B1 (en) Variable length coding apparatus and method adaptive to changes of the hoffman codes
JP2004056417A (en) Decoder and decoding method
JPH09307456A (en) Variable length encoding and decoding device and method
KR101270633B1 (en) Fast Multimedia Huffman Decoding Method and Apparatus for Adapting Plurality of Huffman Tables
GB2360916A (en) Compression encoder which transmits difference between new data word and recent data word where this falls within a threshold
KR20210093243A (en) Hardware Complexity Reduction Techniques for Continuous Elimination List Decoders
CN117041586A (en) Picture compression method, device, electronic equipment and computer readable storage medium
GB2360917A (en) Run length compression encoding of runs of similar data words
JPH0810833B2 (en) Arithmetic coding
KR20050037307A (en) Huffman decoding method based on n-tree searching and apparatus thereof

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 1020047020323

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 2003730281

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 20038142732

Country of ref document: CN

WWP Wipo information: published in national office

Ref document number: 1020047020323

Country of ref document: KR

WWP Wipo information: published in national office

Ref document number: 2003730281

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP

WWG Wipo information: grant in national office

Ref document number: 2003730281

Country of ref document: EP