US20030225803A1 - Arithmetic decoding of an arithmetically encoded information signal - Google Patents

Arithmetic decoding of an arithmetically encoded information signal Download PDF

Info

Publication number
US20030225803A1
US20030225803A1 US10/161,591 US16159102A US2003225803A1 US 20030225803 A1 US20030225803 A1 US 20030225803A1 US 16159102 A US16159102 A US 16159102A US 2003225803 A1 US2003225803 A1 US 2003225803A1
Authority
US
United States
Prior art keywords
parameter
value
symbol
deriving
temporary
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
US10/161,591
Other versions
US7079050B2 (en
Inventor
Renatus Van Der Vleuten
Bernardus Zwaans
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.)
Koninklijke Philips NV
Original Assignee
Koninklijke Philips Electronics NV
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 to JP2001566276A priority Critical patent/JP2003526986A/en
Priority to CN01800440A priority patent/CN1364341A/en
Priority to EP01909812A priority patent/EP1186105A1/en
Priority to PCT/EP2001/002347 priority patent/WO2001067616A1/en
Priority to TW090106963A priority patent/TW506196B/en
Priority to US10/144,814 priority patent/US6580379B2/en
Application filed by Koninklijke Philips Electronics NV filed Critical Koninklijke Philips Electronics NV
Priority to US10/161,591 priority patent/US7079050B2/en
Publication of US20030225803A1 publication Critical patent/US20030225803A1/en
Application granted granted Critical
Publication of US7079050B2 publication Critical patent/US7079050B2/en
Adjusted expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

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

Definitions

  • step (k) storing the A parameter and the C parameter obtained in step (j) in the first register and the second register, respectively.
  • the invention also relates to an apparatus for decoding the arithmetically encoded information signal.
  • FIG. 1 shows the flow diagram for the “Output symbol . . . ” block shown in FIG. 1, for the case binary symbols have to be decoded.
  • MPS and LPS are the most probable symbol and least probable symbol, respectively.
  • Parameter p is the probability of the LPS.
  • the value of the bit that is decoded is put in b.
  • FIG. 3 shows a flow diagram of the decoder block denoted “Renormalize . . .
  • FIG. 1 shows a loop.
  • the decoding process executes the loop one time, one decoded symbol is outputted.
  • the time needed to obtain one decoded symbol depends on the time needed to execute the three operations in the loop shown in FIG. 1.
  • the execution of an operation should not be started until the execution of a previous operation in the loop has been finalized.
  • the decoder is implemented in dedicated hardware. In a software implementation the execution time of the “Renormalize A . . . ” block is related to the value of the A parameter.
  • the loop has to be executed a number of times.
  • the maximum number of times the loop may be executed is seven times.
  • the execution time is related to the worst case situation and thus to the situation the loop has to be executed that the maximum number of times. Since the worst case situation occurs only a few times in the decoding process, the “Renormalize A . . . ” block is a limiting factor for the time needed to sequentially obtain one decoded symbol.
  • the invention aims at improving for the above-described arithmetic decoders.
  • the method of arithmetically decoding an arithmetically encoded information signal into an information signal comprising a serial sequence of n-bit symbols, n being an integer for which n ⁇ 1, the method being adapted to obtain two subsequent output symbols from the information signal in one decoding cycle comprises the steps of:
  • the invention is based on the following recognition.
  • the value of the A parameter is ⁇ 1 ⁇ 2 and ⁇ 1.
  • the probability value for the first symbol to be decoded being a least probable symbol value, p 1 ⁇ 1 ⁇ 2.
  • the next value of A A*(1 ⁇ p 1 ) and therefore 1 ⁇ 4 ⁇ the next value of A ⁇ 1. This means that when the first symbol to be decoded has the most probable symbol value, the loop in the “Renormalize A . . .
  • the prior-art decoding method in which one output symbol per decoding cycle is obtained is performed and a method in which two output symbols per decoding cycle are obtained, assuming that the first symbol to be decoded has the most probable value is performed in parallel.
  • a method in which two output symbols per decoding cycle are obtained, assuming that the first symbol to be decoded has the most probable value is performed in parallel.
  • the symbol value of the first decoded symbol one or two decoded symbols will be obtained per decoding cycle.
  • the time to decoded an encoded information signal is reduced.
  • FIG. 1 shows a flow diagram of a prior art arithmetic decoder
  • FIG. 2 shows a flow diagram for decoder block “Output symbol . . . ” in FIG. 1, for the binary case, the LPS probability being p and the value of the bit that is decoded being put in b.
  • FIG. 3 shows a flow diagram of the encoder block denoted “Renormalize . . . ” in FIG. 1,
  • FIG. 4 shows a flow diagram of a decoder in accordance with the invention
  • FIG. 5 shows a flow diagram of the decoder block denoted “Optimized Renormalize . . . ” in FIG. 4,
  • FIG. 6 shows an embodiment of the decoder apparatus.
  • FIG. 4 shows a flow diagram of a decoder in accordance with the invention adapted to decode one or two bits, depending on the value of the first bit to be decoded.
  • LPS least probable symbol
  • MPS most probable symbol
  • the flow diagram has two main branches.
  • the first branch shown on the left, is the standard flow for decoding a single symbol.
  • the second branch on the right, speculatively decodes the second bit, assuming that the first decoded symbol has the MPS value. By making this assumption, decoding of the second bit can already start before the first bit has been decoded completely. Thus, when the first bit indeed turns out to have the MPS value, the second bit is also available and can be sent to the output as well. When the first bit turns out to have the LPS value, the results of the second branch are simply discarded.
  • the “Read p 1 and P 2 ” block of FIG. 4 retrieves the probabilities values p 1 and p 2 .
  • the probability pi is just the normal value that is always used for decoding a single bit and is the probability that the first symbol to be decoded has the LPS value.
  • the probability p 2 is the probability that the second symbol to be decoded has the LPS value, assuming that the first symbol to be decoded has the MPS value.
  • An external model produces the second probability p 2 in the normal way, but looks one step ahead by filling in the MPS value for the unknown first bit.
  • the left branch now proceeds in a usual manner as described in WO 99/49579 (PHN 16.822).
  • the right branch skips over the decoding of the first bit and immediately adjusts A as if the first bit has the MPS value.
  • This adjusted value AA is then renormalized as usual.
  • the probability of the MPS zero in this case
  • the renormalization loop is iterated at most once, causing the loop to essentially disappear, as shown in the flow diagram of FIG. 5.
  • the second bit is decoded in the normal way.
  • FIG. 6 shows an embodiment of the decoder apparatus in accordance with the invention.
  • the decoder apparatus has an input terminal 120 for receiving the encoded information signal.
  • Finite-size first and second registers 122 and 124 are present, for storing the A parameter and the C parameter, respectively.
  • a processing unit 126 is available for carrying out the arithmetic decoding on the encoded information signal received via its input 120 , in response to a probability signal supplied to the processing unit 126 via an input 134 .
  • the probability signal can be obtained in a well-known way.
  • An example of deriving the probabilities for a 1-bit audio signal is shown in [Bruek97].
  • the probabilities are derived from the decoded output signal that is supplied to the output 128 , namely by carrying out a prediction filtering on the decoded output signal in a prediction filter 136 and generating the probability signal in response to the output signal of the prediction filter 136 in the probability determining unit 138 .
  • this unit comprises circuitry for retrieving the values for the A and C parameters from the first and second registers, as well as circuitry for storing the updated and renormalized values for A and C in the first and second registers 122 and 124 , respectively, after a symbol has been decoded.
  • the unit 126 further comprises circuitry for carrying out the steps shown in the FIGS. 4, 5, 2 and 3 .
  • the decoder apparatus further has a channel decoding unit 132 , well known in the art, for channel decoding (and, if needed, error correcting) the channel encoded information signal into the arithmetically encoded information signal for the arithmetic decoder 126 , and a read unit 130 for reading the channel encoded signal from a record carrier, such as the magnetic record carrier 116 , or the optical record carrier 118 .
  • a channel decoding unit 132 well known in the art, for channel decoding (and, if needed, error correcting) the channel encoded information signal into the arithmetically encoded information signal for the arithmetic decoder 126
  • a read unit 130 for reading the channel encoded signal from a record carrier, such as the magnetic record carrier 116 , or the optical record carrier 118 .
  • Arithmetic coding is applied in most modem lossless and lossy coding schemes for video and audio. It can also be applied in the compression of computer data (such as, e.g., text files). The application envisaged here, is in lossless coding of 1-bit audio signals. Reference is made in this respect to U.S. Ser. No 08/966,375, corresponding to EP patent application No. 97201680.2 (PHN16405), U.S. Ser. No. 08/937,435, corresponding to international patent application no. IB 97/01156 (PHN16452).
  • the invention resides in each and every novel feature or combination of features.

Abstract

The invention relates to measures to improve an arithmetic decoder. The method of arithmetically decoding an arithmetically encoded information signal into an information signal comprising a serial sequence of n-bit symbols is adapted to decode two subsequent symbols of the information signal in one decoding cycle if the first symbol to be decoded has the most probable symbol.

Description

  • The invention relates to a method of arithmetically decoding an arithmetically encoded information signal into an information signal comprising a serial sequence of n-bit symbols, where n is an integer and n=1, the method comprising the steps of: [0001]
  • (a) receiving the arithmetically encoded information signal, [0002]
  • (b) retrieving from finite-size first and second registers values for an A and a C parameter respectively, the A parameter having a relationship with the size of a value interval, the C parameter having a relationship with a boundary of said interval, [0003]
  • (c) generating at least one probability value for an associated symbol to be decoded, [0004]
  • (d) deriving a symbol in response to the said at least one probability value, and in response to the values for A and C retrieved from said first and second registers, respectively, [0005]
  • (e) updating at least the A parameter in order to obtain the new size of the interval for decoding the next symbol of the information signal, [0006]
  • (i) outputting the decoded symbol, [0007]
  • (j) as the case may be, [0008]
  • renormalizing the updated A parameter so as to obtain a renormalized A parameter, and [0009]
  • updating the C parameter so as to obtain an updated C parameter, [0010]
  • (k) storing the A parameter and the C parameter obtained in step (j) in the first register and the second register, respectively. [0011]
  • The invention also relates to an apparatus for decoding the arithmetically encoded information signal. [0012]
  • The method defined in the opening paragraph is known from WO 99/49579 (PHN 16.822). Arithmetic coding is a well-known technique for lossless coding and an introduction can be found in any current source-coding book. For a thorough understanding of the implementations of arithmetic coding that are most relevant for the current work, the reader is referred to [Lang84]. The history of arithmetic coding is comprehensively described in the appendix of said document. [0013]
  • The known method sequentially decodes symbols retrieved from the encoded information signal so as to obtain decoded symbols. The implementation of arithmetic coding that is the subject of the present invention uses two finite-size registers, which are usually called C and A. The decoder flow diagram is shown in FIG. 1. FIG. 2 shows the flow diagram for the “Output symbol . . . ” block shown in FIG. 1, for the case binary symbols have to be decoded. MPS and LPS are the most probable symbol and least probable symbol, respectively. Parameter p is the probability of the LPS. The value of the bit that is decoded is put in b. FIG. 3 shows a flow diagram of the decoder block denoted “Renormalize . . . ” in FIG. 1. The blocks in the decoder flow diagram in FIG. 1 are normally implemented in dedicated hardware to enable the received information to be decoded signal real-time. FIG. 1 shows a loop. When the decoding process executes the loop one time, one decoded symbol is outputted. The time needed to obtain one decoded symbol depends on the time needed to execute the three operations in the loop shown in FIG. 1. The execution of an operation should not be started until the execution of a previous operation in the loop has been finalized. To decrease the execution time, the decoder is implemented in dedicated hardware. In a software implementation the execution time of the “Renormalize A . . . ” block is related to the value of the A parameter. FIG. 3 shows that depending on the value of A, the loop has to be executed a number of times. For example, for the application of SACD, the maximum number of times the loop may be executed is seven times. However, when implemented in dedicated hardware, the execution time is related to the worst case situation and thus to the situation the loop has to be executed that the maximum number of times. Since the worst case situation occurs only a few times in the decoding process, the “Renormalize A . . . ” block is a limiting factor for the time needed to sequentially obtain one decoded symbol. [0014]
  • The invention aims at improving for the above-described arithmetic decoders. In accordance with the invention, the method of arithmetically decoding an arithmetically encoded information signal into an information signal comprising a serial sequence of n-bit symbols, n being an integer for which n≧1, the method being adapted to obtain two subsequent output symbols from the information signal in one decoding cycle, comprises the steps of: [0015]
  • (a) receiving the arithmetically encoded information signal, [0016]
  • (b) retrieving from finite-size first and second registers values for an A and a C parameter respectively, the A parameter having a relationship with the size of a value interval, the C parameter having a relationship with a boundary of said interval, [0017]
  • (c) generating a first probability value for a first symbol to be decoded, said first probability value indicating the probability that the first symbol has a least probable value, and generating a second probability value for a subsequent symbol to be decoded, said second probability value indicating the probability that the second symbol has the least probable value, the first symbol to be decoded being assumed to have the most probable value, [0018]
  • (d) deriving the first symbol in response to the said first probability value, and in response to the values for A and C retrieved from said first and said second registers, respectively, [0019]
  • (e) updating the A parameter so as to obtain an updated A parameter, [0020]
  • (f) updating the value for A retrieved from said first register to a value for a temporary A parameter, using the assumption that the first symbol obtained from decoding has the most probable value, [0021]
  • (g) deriving a temporary C parameter from the C parameter retrieved from said second register, [0022]
  • (h) deriving the second symbol in response to the said second probability value, and in response to the values of the temporary A parameter and the temporary C parameter, [0023]
  • (i) outputting both the first and the second symbol when the first symbol has the most probable value or outputting the first symbol only if the first symbol has the least probable value, [0024]
  • (j) deriving new A and C parameters, [0025]
  • (k) storing the new A and C parameter in the first and second register, respectively. [0026]
  • The invention is based on the following recognition. At the beginning of the execution of the loop the value of the A parameter is ≧½ and <1. The probability value for the first symbol to be decoded being a least probable symbol value, p[0027] 1≦½. When assuming that the first symbol to be decoded has the most probable symbol value, the next value of the A parameter, according to the flow diagram in FIG. 2, will be A−Z, wherein Z=A*p1. Thus, the next value of A=A*(1−p1) and therefore ¼≦ the next value of A<1. This means that when the first symbol to be decoded has the most probable symbol value, the loop in the “Renormalize A . . . ” block has to be executed at most once. The time to execute this “Renormalize A . . . ” function in dedicated hardware will be much shorter than the time to execute the “Renormalize A . . . ” function when decoding only one symbol per decoding cycle, which execution time depends on the maximum number of times the loop in said function could be executed. Thus, in the case that the first output symbol of two subsequent output symbols has the MPS value, the time required to obtain said subsequent output symbols will be shorter than the time required to obtain each of the output symbols sequentially by decoding one output symbol per decoding cycle according to the prior art decoding method.
  • Therefore, in accordance with the invention, the prior-art decoding method in which one output symbol per decoding cycle is obtained is performed and a method in which two output symbols per decoding cycle are obtained, assuming that the first symbol to be decoded has the most probable value is performed in parallel. Depending on the symbol value of the first decoded symbol one or two decoded symbols will be obtained per decoding cycle. As a result of the parallel execution of the steps to determine one decoded output symbol and the steps to determine two decoded output symbols assuming that the first output symbol has the MPS value, the time to decoded an encoded information signal is reduced.[0028]
  • These and other aspects of the invention will be described in more detail hereafter with reference to the drawings, in which [0029]
  • FIG. 1 shows a flow diagram of a prior art arithmetic decoder, [0030]
  • FIG. 2 shows a flow diagram for decoder block “Output symbol . . . ” in FIG. 1, for the binary case, the LPS probability being p and the value of the bit that is decoded being put in b. [0031]
  • FIG. 3 shows a flow diagram of the encoder block denoted “Renormalize . . . ” in FIG. 1, [0032]
  • FIG. 4 shows a flow diagram of a decoder in accordance with the invention, [0033]
  • FIG. 5 shows a flow diagram of the decoder block denoted “Optimized Renormalize . . . ” in FIG. 4, [0034]
  • FIG. 6 shows an embodiment of the decoder apparatus.[0035]
  • FIG. 4 shows a flow diagram of a decoder in accordance with the invention adapted to decode one or two bits, depending on the value of the first bit to be decoded. When the first bit turns out to be a one (the least probable symbol, LPS), only this single bit is decoded. When the first bit is a zero (the most probable symbol, MPS), however, always two bits are decoded, irrespective of the value of the second bit. Thus, the groups of decoded bits (MPS,MPS)=(0,0) and (MPS,LPS)=(0,1) are used. [0036]
  • The flow diagram has two main branches. The first branch, shown on the left, is the standard flow for decoding a single symbol. The second branch, on the right, speculatively decodes the second bit, assuming that the first decoded symbol has the MPS value. By making this assumption, decoding of the second bit can already start before the first bit has been decoded completely. Thus, when the first bit indeed turns out to have the MPS value, the second bit is also available and can be sent to the output as well. When the first bit turns out to have the LPS value, the results of the second branch are simply discarded. [0037]
  • The flow diagram will now be described in a little more detail. [0038]
  • The “Read p[0039] 1 and P2” block of FIG. 4 retrieves the probabilities values p1 and p2. The probability pi is just the normal value that is always used for decoding a single bit and is the probability that the first symbol to be decoded has the LPS value. The probability p2 is the probability that the second symbol to be decoded has the LPS value, assuming that the first symbol to be decoded has the MPS value. An external model produces the second probability p2 in the normal way, but looks one step ahead by filling in the MPS value for the unknown first bit.
  • The left branch now proceeds in a usual manner as described in WO 99/49579 (PHN 16.822). The right branch skips over the decoding of the first bit and immediately adjusts A as if the first bit has the MPS value. This adjusted value AA is then renormalized as usual. However, because for binary data the probability of the MPS (zero in this case) is always at least ½, the renormalization loop is iterated at most once, causing the loop to essentially disappear, as shown in the flow diagram of FIG. 5. After the execution of the “Optimised Renormalized AA . . . ” block, the second bit is decoded in the normal way. [0040]
  • When the two parallel branches are joined, it is checked whether the value of the first decoded bit b[0041] 1 has indeed the MPS value. If not, the results of the second branch are completely discarded and only the first bit b1 is outputted. If the speculation was correct and the first bit has the MPS value, both the first (MPS) and second bits are outputted and A and C are adjusted to hold the correct values (AA, CC), which are the same values as they would have after decoding two bits in the traditional sequential way.
  • Finally, the parameters A and C are renormalized as usual to prepare them in order to obtain the next one or two decoded output symbols. [0042]
  • FIG. 6 shows an embodiment of the decoder apparatus in accordance with the invention. The decoder apparatus has an [0043] input terminal 120 for receiving the encoded information signal. Finite-size first and second registers 122 and 124 are present, for storing the A parameter and the C parameter, respectively.
  • A [0044] processing unit 126 is available for carrying out the arithmetic decoding on the encoded information signal received via its input 120, in response to a probability signal supplied to the processing unit 126 via an input 134. The probability signal can be obtained in a well-known way. An example of deriving the probabilities for a 1-bit audio signal is shown in [Bruek97]. In this example, the probabilities are derived from the decoded output signal that is supplied to the output 128, namely by carrying out a prediction filtering on the decoded output signal in a prediction filter 136 and generating the probability signal in response to the output signal of the prediction filter 136 in the probability determining unit 138. It should be understood that, without going into very much detail as regards the processing unit 126, this unit comprises circuitry for retrieving the values for the A and C parameters from the first and second registers, as well as circuitry for storing the updated and renormalized values for A and C in the first and second registers 122 and 124, respectively, after a symbol has been decoded. The unit 126 further comprises circuitry for carrying out the steps shown in the FIGS. 4, 5, 2 and 3.
  • Preferably, the decoder apparatus further has a [0045] channel decoding unit 132, well known in the art, for channel decoding (and, if needed, error correcting) the channel encoded information signal into the arithmetically encoded information signal for the arithmetic decoder 126, and a read unit 130 for reading the channel encoded signal from a record carrier, such as the magnetic record carrier 116, or the optical record carrier 118.
  • Arithmetic coding is applied in most modem lossless and lossy coding schemes for video and audio. It can also be applied in the compression of computer data (such as, e.g., text files). The application envisaged here, is in lossless coding of 1-bit audio signals. Reference is made in this respect to U.S. Ser. No 08/966,375, corresponding to EP patent application No. 97201680.2 (PHN16405), U.S. Ser. No. 08/937,435, corresponding to international patent application no. IB 97/01156 (PHN16452). [0046]
  • Whilst the invention has been described with reference to preferred embodiments thereof, it is to be understood that these are non-limitative examples. Thus, various modification may become apparent to those skilled in the art, without departing from the scope of the invention, as defined by the claims. [0047]
  • Further, the invention resides in each and every novel feature or combination of features. [0048]
  • REFERENCE
  • [Lang84] G. G. Langdon, “An introduction to arithmetic coding”, IBM J. Res. Develop., Vol. 28, pp. 135-149, March 1984. [0049]
  • [Bruek97] F. Bruekers et al, “Improved lossless coding of 1-bit audio signals”, presented at 103rd Convention of the AES, Sept., 26-29, 1997, preprint 4563(I-6) [0050]

Claims (11)

1. A method of arithmetically decoding an arithmetically encoded information signal into an information signal comprising a serial sequence of n-bit symbols, where n is an integer and n=1, the method being adapted to obtain two subsequent output symbols of the information signal in a decoding cycle, and comprising the steps of:
(a) receiving the arithmetically encoded information signal,
(b) retrieving from finite-size first and second registers values for an A and a C parameter respectively, the A parameter having a relationship with the size of a value interval, the C parameter having a relationship with a boundary of said interval,
(c) generating a first probability value for a first symbol to be decoded, said first probability value indicating the probability that the first symbol has a least probable value, and generating a second probability value for a subsequent symbol to be decoded, said second probability value indicating the probability that the second symbol has the least probable value, the first symbol to be decoded being assumed to have the most probable value,
(d) deriving the first symbol in response to the said first probability value, and in response to the values for A and C retrieved from said first and said second registers, respectively,
(e) updating the A parameter so as to obtain an updated A parameter,
(f) updating the value for A retrieved from said first register to a value for a temporary A parameter, using the assumption that the first symbol obtained from decoding has the most probable value,
(g) deriving a temporary C parameter from the C parameter retrieved from said second register,
(h) deriving the second symbol in response to the said second probability value, and in response to the values of the temporary A parameter and the temporary C parameter,
(i) outputting both the first and the second symbol when the first symbol has the most probable value or outputting the first symbol only if the first symbol has the least probable value,
(j) deriving new A and C parameters,
(k) storing the new A and C parameter in the first and second register, respectively.
2. A method as claimed in claim 1, characterized in that the step (d) is carried out parallel to the sequence of steps (f), (g) and (h).
3. A method as claimed in claim 1 or 2, characterized in that, in the case that in step (i) the first symbol is outputted only, said step (j) comprises the substeps of
deriving the new A parameter from the updated A parameter obtained in step (e), and
deriving the new C parameter from the C parameter retrieved from the second register in step (d).
4. A method as claimed in claim 1, 2 or 3, characterized in that, in the case that in step (i) both the first and second symbol are outputted, said step (j) comprises the substeps of
deriving the new A parameter from the temporary A parameter derived in step (f), and
deriving the new C parameter from the temporary C parameter derived in step (g).
5. A method as claimed in claim 4, characterized in that the step deriving the new A and C parameter comprises the substeps of
updating the temporary A parameter so as to obtain an intermediate A parameter,
updating the temporary C parameter in the case that the second symbol derived in step (h) has the least probable value, so as to obtain an intermediate C parameter,
deriving the new A parameter from the intermediate A parameter, and
deriving the new C parameter from the intermediate C parameter.
6. A method as claimed in claim 1, characterized in that the step (f) comprises the substeps of
multiplying the A parameter retrieved from the first register by the first probability value so as to obtain a first parameter value,
subtracting the first parameter value from the value for A, so as to obtain a second A parameter value,
either equating the temporary A parameter to the second parameter value, or multiplying the second parameter value by a first constant, so as to obtain the value of the temporary A parameter.
7. A method as claimed in claim 6, characterized in that the step (g) comprises the substeps of
(g1) comparing the second A parameter value with a second constant value and if, the second A parameter value is smaller than said second constant value,
(g2) reading 1 bit of the arithmetically encoded information signal
(g3) multiplying the C parameter by the first constant by shifting the bits of the C parameter by 1 bit position, and
(g4) adding the 1 bit of the arithmetically encoded information signal obtained in step (g2) to the C parameter obtained in step (g3), so as to obtain the temporary C parameter, and, if the second A parameter value is greater than or equal to said second constant value,
(g5) equating the temporary C parameter to the C parameter retrieved from the second register in step (b).
8. Decoding apparatus for carrying out the method as claimed in anyone of the preceding claims.
9. Decoding apparatus as claimed in claim 8 for decoding an arithmetically encoded information signal into an information signal comprising a serial sequence of n-bit symbols, where n is an integer and n=1, the apparatus being adapted to obtain two subsequent output symbols of the information signal in a decoding cycle, and comprising:
input means (120) for receiving the arithmetically encoded information signal,
finite sized first and second registers (122, 124), the first register for storing an A parameter, the A parameter having a relationship with the size of a value interval, the second register for storing a C parameter, the C parameter having a relationship with a boundary of said interval,
retrieval means for retrieving values for the A and the C parameter from the first and second registers, respectively,
generator means (138) for generating a first probability value for a first symbol to be decoded, said first probability value indicating the probability that the first symbol has a least probable value, and for generating a second probability value for a subsequent symbol to be decoded, said second probability value indicating the probability that the second symbol has the least probable value, the first symbol to be decoded being assumed to have the most probable value,
first deriving means for deriving the first symbol in response to the said first probability value, and in response to the values for A and C retrieved from said first and said second registers, respectively,
first updating means for updating the A parameter so as to obtain an updated A parameter,
second updating means updating the value for A retrieved from said first register to a value for a temporary A parameter, using the assumption that the first symbol obtained from decoding has the most probable value,
second deriving means for deriving a temporary C parameter from the C parameter retrieved from said second register,
third deriving means for deriving the second symbol in response to the said second probability value, and in response to the values of the temporary A parameter and the temporary C parameter,
output means (128) for outputting both the first and the second symbol when the first symbol has the most probable value or outputting the first symbol only if the first symbol has the least probable value,
fourth deriving means for deriving new A and C parameters,
means for storing the new A and C parameter in the finite sized first and second register, respectively.
10. The decoding apparatus as claimed in claim 8 or 9, characterized in that it further comprises channel decoding means (132) for channel decoding a channel encoded arithmetically encoded information signal so as to obtain the arithmetically encoded information signal, prior to arithmetic decoding.
11. The decoding apparatus as claimed in claim 10, characterized in that it further comprises read means (130) for reading the channel encoded arithmetically encoded information signal from a record carrier.
US10/161,591 2000-03-07 2002-06-04 Arithmetic decoding of an arithmetically encoded information signal Expired - Fee Related US7079050B2 (en)

Priority Applications (7)

Application Number Priority Date Filing Date Title
EP01909812A EP1186105A1 (en) 2000-03-07 2001-03-01 Arithmetic decoding of an arithmetically encoded information signal
PCT/EP2001/002347 WO2001067616A1 (en) 2000-03-07 2001-03-01 Arithmetic decoding of an arithmetically encoded information signal
JP2001566276A JP2003526986A (en) 2000-03-07 2001-03-01 Arithmetic decoding of arithmetically encoded information signals
CN01800440A CN1364341A (en) 2000-03-07 2001-03-01 Arithmetic decoding of arithmeticlaly encoded information signal
TW090106963A TW506196B (en) 2000-03-07 2001-03-23 Arithmetic decoding of an arithmetically ecoded information signal
US10/144,814 US6580379B2 (en) 2000-03-07 2001-10-25 Arithmetic decoding of an arithmetically encoded information signal
US10/161,591 US7079050B2 (en) 2000-03-07 2002-06-04 Arithmetic decoding of an arithmetically encoded information signal

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
EP00200805 2000-03-07
US10/161,591 US7079050B2 (en) 2000-03-07 2002-06-04 Arithmetic decoding of an arithmetically encoded information signal

Publications (2)

Publication Number Publication Date
US20030225803A1 true US20030225803A1 (en) 2003-12-04
US7079050B2 US7079050B2 (en) 2006-07-18

Family

ID=32178581

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/144,814 Expired - Fee Related US6580379B2 (en) 2000-03-07 2001-10-25 Arithmetic decoding of an arithmetically encoded information signal
US10/161,591 Expired - Fee Related US7079050B2 (en) 2000-03-07 2002-06-04 Arithmetic decoding of an arithmetically encoded information signal

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/144,814 Expired - Fee Related US6580379B2 (en) 2000-03-07 2001-10-25 Arithmetic decoding of an arithmetically encoded information signal

Country Status (6)

Country Link
US (2) US6580379B2 (en)
EP (1) EP1186105A1 (en)
JP (1) JP2003526986A (en)
CN (1) CN1364341A (en)
TW (1) TW506196B (en)
WO (1) WO2001067616A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015102432A1 (en) * 2014-01-01 2015-07-09 Lg Electronics Inc. Method and apparatus for performing an arithmetic coding for data symbols

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003526986A (en) * 2000-03-07 2003-09-09 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Arithmetic decoding of arithmetically encoded information signals
KR20020020886A (en) * 2000-03-07 2002-03-16 요트.게.아. 롤페즈 Arithmetic decoding of an arithmetically encoded information signal
JP3620506B2 (en) * 2002-02-28 2005-02-16 ソニー株式会社 MQ-CODER type arithmetic encoding / decoding device and renormalization method
KR100829558B1 (en) * 2005-01-12 2008-05-14 삼성전자주식회사 Scalable audio data arithmetic decoding method and apparatus, and method for truncating audio data bitstream
US7522076B1 (en) * 2007-10-16 2009-04-21 Mediatek Inc. Parallel context adaptive binary arithmetic coding
US8063801B2 (en) * 2010-02-26 2011-11-22 Research In Motion Limited Encoding and decoding methods and devices using a secondary codeword indicator
EP2734942A4 (en) 2011-08-23 2014-06-04 Huawei Tech Co Ltd Estimator for estimating a probability distribution of a quantization index
US9558109B2 (en) 2014-04-04 2017-01-31 Samsung Israel Research Corporation Method and apparatus for flash memory arithmetic encoding and decoding
US10419772B2 (en) 2015-10-28 2019-09-17 Qualcomm Incorporated Parallel arithmetic coding techniques

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4286256A (en) * 1979-11-28 1981-08-25 International Business Machines Corporation Method and means for arithmetic coding utilizing a reduced number of operations
US4933883A (en) * 1985-12-04 1990-06-12 International Business Machines Corporation Probability adaptation for arithmetic coders
US5142283A (en) * 1989-07-28 1992-08-25 International Business Machines Corporation Arithmetic compression coding using interpolation for ambiguous symbols
US5958006A (en) * 1995-11-13 1999-09-28 Motorola, Inc. Method and apparatus for communicating summarized data
US5991402A (en) * 1997-09-23 1999-11-23 Aegisoft Corporation Method and system of dynamic transformation of encrypted material
US6144320A (en) * 1998-03-23 2000-11-07 U.S. Philips Corporation Arithmetic encoding and decoding of an information signal
US6269338B1 (en) * 1996-10-10 2001-07-31 U.S. Philips Corporation Data compression and expansion of an audio signal
US6289306B1 (en) * 1996-11-07 2001-09-11 U.S. Philips Corporation Data processing of a bitstream signal
US6580379B2 (en) * 2000-03-07 2003-06-17 Koninklijke Philips Electronics N.V. Arithmetic decoding of an arithmetically encoded information signal

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0895361A3 (en) * 1997-07-31 2000-03-15 AT&T Corp. Z-coder: A fast adaptive binary arithmetic coder

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4286256A (en) * 1979-11-28 1981-08-25 International Business Machines Corporation Method and means for arithmetic coding utilizing a reduced number of operations
US4933883A (en) * 1985-12-04 1990-06-12 International Business Machines Corporation Probability adaptation for arithmetic coders
US5142283A (en) * 1989-07-28 1992-08-25 International Business Machines Corporation Arithmetic compression coding using interpolation for ambiguous symbols
US5958006A (en) * 1995-11-13 1999-09-28 Motorola, Inc. Method and apparatus for communicating summarized data
US6269338B1 (en) * 1996-10-10 2001-07-31 U.S. Philips Corporation Data compression and expansion of an audio signal
US6289306B1 (en) * 1996-11-07 2001-09-11 U.S. Philips Corporation Data processing of a bitstream signal
US5991402A (en) * 1997-09-23 1999-11-23 Aegisoft Corporation Method and system of dynamic transformation of encrypted material
US6144320A (en) * 1998-03-23 2000-11-07 U.S. Philips Corporation Arithmetic encoding and decoding of an information signal
US6580379B2 (en) * 2000-03-07 2003-06-17 Koninklijke Philips Electronics N.V. Arithmetic decoding of an arithmetically encoded information signal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015102432A1 (en) * 2014-01-01 2015-07-09 Lg Electronics Inc. Method and apparatus for performing an arithmetic coding for data symbols

Also Published As

Publication number Publication date
US20030080883A1 (en) 2003-05-01
EP1186105A1 (en) 2002-03-13
US7079050B2 (en) 2006-07-18
CN1364341A (en) 2002-08-14
WO2001067616A1 (en) 2001-09-13
US6580379B2 (en) 2003-06-17
JP2003526986A (en) 2003-09-09
TW506196B (en) 2002-10-11

Similar Documents

Publication Publication Date Title
US6825782B2 (en) Method and apparatus for arithmetic coding and termination
US7365660B2 (en) Method and device for decoding syntax element in CABAC decoder
KR100648258B1 (en) Context-based adaptive binary arithmetic decoder of pipeline structure for high speed decoding operation
US7982641B1 (en) Context-based adaptive binary arithmetic coding engine
EP2043268A1 (en) Optimized cabac decoder
US20050052295A1 (en) Method and apparatus for arithmetic coding, including probability estimation state table creation
US6144320A (en) Arithmetic encoding and decoding of an information signal
EP0758825A1 (en) Method and apparatus for generating dc-free sequences with conveying partial information by the sequence of codeword digital sums of successive codewords
JPH0730439A (en) Operation of cyclic viterbi decoder
US6580379B2 (en) Arithmetic decoding of an arithmetically encoded information signal
EP0658982B1 (en) System for bi-level symbol coding-decoding with saved storage and method for the same
JP4179638B2 (en) Arithmetic encoding / decoding of digital information signals
US6850175B1 (en) Method and apparatus for arithmetic coding
US6919830B1 (en) Arithmetic decoding of an arithmetically encoded information signal
JPH05183448A (en) Error correction encoding and decoding device
JP2007116501A (en) Arithmetic encoding and decoding device
KR100487411B1 (en) Variable Length Decoder
TW202218431A (en) Arithmetic encoder for arithmetically encoding and arithmetic decoder for arithmetically decoding a sequence of information values, methods for arithmetically encoding and decoding a sequence of information values and computer program for implementing these methods
KR0125126B1 (en) High-speed apparatus for decoding variable length code
KR19980035872A (en) Data coding and decoding method
MXPA99010754A (en) Arithmetic encoding and decoding of an information signal
JP2002344326A (en) Method for compressing data by synthetic index and method for restoring compressed data completely
JPH09147498A (en) Digital signal recorder and reproducing device
JPH10327078A (en) Arithmetic encoding device and method, arithmetic decoding device and method and recording medium
JP2001285081A (en) Device and method for encoding and, recording medium with the encoding program recorded thereon, and device and method for decoding, and recording medium with the decoding program recorded thereon

Legal Events

Date Code Title Description
REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20100718