JP4895396B2 - Image decoding apparatus and image decoding method - Google Patents

Image decoding apparatus and image decoding method Download PDF

Info

Publication number
JP4895396B2
JP4895396B2 JP2008011940A JP2008011940A JP4895396B2 JP 4895396 B2 JP4895396 B2 JP 4895396B2 JP 2008011940 A JP2008011940 A JP 2008011940A JP 2008011940 A JP2008011940 A JP 2008011940A JP 4895396 B2 JP4895396 B2 JP 4895396B2
Authority
JP
Japan
Prior art keywords
binary
decoding
binary data
image
data
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.)
Expired - Fee Related
Application number
JP2008011940A
Other languages
Japanese (ja)
Other versions
JP2009177356A (en
JP2009177356A5 (en
Inventor
雅司 川上
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2008011940A priority Critical patent/JP4895396B2/en
Publication of JP2009177356A publication Critical patent/JP2009177356A/en
Publication of JP2009177356A5 publication Critical patent/JP2009177356A5/ja
Application granted granted Critical
Publication of JP4895396B2 publication Critical patent/JP4895396B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Description

本発明は画像復号化装置及び画像復号化方法に関し、特に、二値算術符号化された映像ストリームを復号するために用いて好適な技術に関する。   The present invention relates to an image decoding apparatus and an image decoding method, and more particularly to a technique suitable for use in decoding a binary arithmetic coded video stream.

近年、ディジタル信号処理においては、LSIの高集積化及び処理速度の高速化などが進歩することにより、動画像や静止画像及び音声等、大量のディジタル情報を高能率で符号化し、記録媒体への記録及び通信媒体による伝送を行うことが可能になってきている。そして、このような技術を応用し、ディジタルハイビジョン放送、地上波ディジタル放送が開始されている。また、ディジタルビデオカメラ等の高性能化が進み、画像の高画質化などが進んでいる。   In recent years, in digital signal processing, with the advancement of high integration of LSI and high processing speed, a large amount of digital information such as moving images, still images and voices can be encoded with high efficiency and recorded on a recording medium. It has become possible to perform recording and transmission using a communication medium. Digital high-definition broadcasting and terrestrial digital broadcasting have been started by applying such technology. In addition, digital video cameras and the like have been improved in performance, and image quality has been improved.

ところで、近年、画像符号化の規格として国際電気通信連合(ITU−T)によって策定されたH.264/AVCが注目されている。H.264では、従来の映像符号化の規格であるMPEGよりも高能率符号化を実現している。H.264が高能率の符号化を実現させた理由として様々な要因があるが、そのうちの一つとしてエントロピー符号化によるものがある。   Incidentally, in recent years, H.264 has been established by the International Telecommunications Union (ITU-T) as a standard for image coding. H.264 / AVC is drawing attention. H. H.264 realizes higher-efficiency encoding than MPEG, which is a conventional video encoding standard. H. There are various reasons why H.264 achieves high-efficiency encoding, one of which is due to entropy encoding.

特に、高能率のエントロピー符号化を実現する方式としてH.264では、エントロピー符号化方式としてCABAC(Context-based Adaptive Binary Arithmetic Coding)が使用可能である。CABACでは、算術符号化を用いてエントロピー符号化を行っている。また復号時には、算術復号化を行って映像ストリームを復号する。   In particular, H.264 is a method for realizing highly efficient entropy coding. In H.264, CABAC (Context-based Adaptive Binary Arithmetic Coding) can be used as an entropy encoding method. In CABAC, entropy coding is performed using arithmetic coding. At the time of decoding, arithmetic decoding is performed to decode the video stream.

図4に、従来の画像復号化装置の構成例のブロック図を示す。
図4に示したように、従来の画像復号化装置400は、CABAC復号化部401と、記憶部404と、画像復号部405とから構成されている。CABAC復号化部401は算術復号化部402と二値復号化部403とで構成されている。
FIG. 4 shows a block diagram of a configuration example of a conventional image decoding apparatus.
As shown in FIG. 4, the conventional image decoding apparatus 400 includes a CABAC decoding unit 401, a storage unit 404, and an image decoding unit 405. The CABAC decoding unit 401 includes an arithmetic decoding unit 402 and a binary decoding unit 403.

算術復号化部402は、二値算術符号化された映像ストリームD40に二値算術復号化処理を行い、二値データD41を生成して出力する。二値復号化部403は、算術復号化部402から出力された二値データD41を復号する。この復号は、「ITU−T Recommendation H.264」に記載されているSyntaxに沿って行う。そして、動きベクトル情報、変換係数値、参照ピクチャインデックス、予測モード情報などのCABACの復号結果D42を出力する。   The arithmetic decoding unit 402 performs a binary arithmetic decoding process on the binary arithmetic encoded video stream D40 to generate and output binary data D41. The binary decoding unit 403 decodes the binary data D41 output from the arithmetic decoding unit 402. This decoding is performed according to Syntax described in “ITU-T Recommendation H.264”. Then, a CABAC decoding result D42 such as motion vector information, transform coefficient value, reference picture index, and prediction mode information is output.

記憶部404は小容量の一時記憶用メモリーを有し、CABACの復号結果D42をバッファリングする。画像復号部405は、不図示の逆量子化部、逆直交変換部などで構成されており、記憶部404に格納されていたCABACの復号結果D43に対して各種の復号化処理を行って映像ストリームD44を生成して出力する。   The storage unit 404 has a small-capacity temporary storage memory, and buffers the CABAC decoding result D42. The image decoding unit 405 includes an unquantized inverse quantization unit, an inverse orthogonal transform unit, and the like. The image decoding unit 405 performs various decoding processes on the CABAC decoding result D43 stored in the storage unit 404 and performs video decoding. A stream D44 is generated and output.

なお、単一の復号化回路から構成されるCABAC復号化装置については、例えば特許文献1にも開示されている。   Note that a CABAC decoding apparatus including a single decoding circuit is also disclosed in Patent Document 1, for example.

特開2007−074648号公報JP 2007-074648 A

ところで、H.264では、高能率符号化を実現できるが、処理時間は従来の符号化方式と比べて長くなっている。このため、前述した従来の画像復号化装置400では、高精細画像(以下、HD画像:High Definition)を復号する際には、処理時間が間に合わない。そこで、画像復号化装置400を複数個並べて設置して並列化処理を行うようにして、処理時間を短縮させることが考えられる。   H. In H.264, high-efficiency encoding can be realized, but the processing time is longer than that of the conventional encoding method. Therefore, in the conventional image decoding device 400 described above, the processing time is not enough when decoding a high-definition image (hereinafter, HD image: High Definition). Therefore, it is conceivable to shorten the processing time by installing a plurality of image decoding apparatuses 400 side by side and performing parallel processing.

しかし、CABACで使用される算術符号もしくは算術復号化は、符号化対象全体を一つの符号語にするため、二値算術符号化された映像ストリームを例えばマクロブロック毎に分割し、マクロブロック毎に並列処理で復号化することはできない。つまり、過去の符号化、復号化結果を用いて現在のマクロブロックの符号化、復号化処理を行うので、順を追って符号化処理、復号化処理を行わなければならない問題点がある。   However, in arithmetic code or arithmetic decoding used in CABAC, in order to make the entire encoding target one codeword, a binary arithmetically encoded video stream is divided into, for example, macroblocks, and each macroblock is divided. It cannot be decrypted in parallel processing. That is, since the current macroblock is encoded and decoded using past encoding and decoding results, there is a problem that the encoding and decoding processes must be performed in order.

このCABACの特性から、並列化処理を行うことが可能なのは、CABAC処理後の画像復号部405である。但し、CABACが初期化処理を行うスライス単位で画像復号化装置400を並列化することは可能である。   From this CABAC characteristic, it is the image decoding unit 405 after the CABAC process that can perform parallel processing. However, it is possible to parallelize the image decoding apparatus 400 in units of slices for which CABAC performs initialization processing.

そこで考えられるのは、CABAC復号化部401から出力される動きベクトル情報、変換係数値、参照ピクチャインデックス、予測モード情報などを記憶部404に格納し、CABAC復号化部401の後段である画像復号部405を複数個配列することである。このように構成して、CABACの復号結果D43を並列に処理すれば、処理時間を低減させることができるので、HD画像を短時間に処理することが可能な画像復号化装置を実現可能である。   Considering this, the motion vector information, transform coefficient value, reference picture index, prediction mode information, and the like output from the CABAC decoding unit 401 are stored in the storage unit 404, and image decoding is performed subsequent to the CABAC decoding unit 401. A plurality of the parts 405 are arranged. By configuring in this way and processing the CABAC decoding result D43 in parallel, the processing time can be reduced, so that an image decoding device capable of processing HD images in a short time can be realized. .

しかしながら、前述したようにして並列化を行ってHD画像を復号化処理する画像復号化装置を構成することは、実用上は困難であった。何故ならば、CABAC復号化部401の出力結果である動きベクトル情報、変換係数値、参照ピクチャインデックス、予測モード情報などの情報を格納する必要がある。しかしながら、これらの情報を格納すると、記憶部404に設けられている一時記憶用メモリーの容量が大幅に増えてしまい、回路規模が大きくなってしまうからである。   However, it has been practically difficult to configure an image decoding apparatus that performs parallel processing by performing parallel processing as described above. This is because it is necessary to store information such as motion vector information, transform coefficient values, reference picture indexes, and prediction mode information, which are output results of the CABAC decoding unit 401. However, storing these pieces of information greatly increases the capacity of the temporary storage memory provided in the storage unit 404 and increases the circuit scale.

本発明は前述の問題点に鑑み、一時記憶用メモリーの容量を大幅に増加させることなくCABAC復号化部の後段の回路を並列化できるようにすることを目的としている。   The present invention has been made in view of the above-described problems, and it is an object of the present invention to make it possible to parallelize the subsequent circuit of the CABAC decoding unit without significantly increasing the capacity of the temporary storage memory.

本発明の画像復号化装置は、二値算術符号化された映像ストリームを復号する画像復号化装置であって、前記映像ストリームを算術復号化する算術復号化手段と、前記算術復号化手段において算術復号化された二値データを格納する記憶手段と、前記算術復号化手段において算術復号化された二値データを二値復号化し、前記二値データが前記記憶手段に格納されていた位置と、前記二値データが復号された後の画像位置とを関係付けるアドレスデータを算出するアドレス算出手段と、前記記憶手段に記憶されている二値データを読出す読出し手段と、N(但し、Nは2以上の自然数)個の二値復号化部を有し、前記読出し手段によって読み出された二値データを前記アドレスデータに基づいて、前記N個の二値復号化部のそれぞれが分担して二値復号化処理する二値復号化手段とを有することを特徴とする。 An image decoding apparatus according to the present invention is an image decoding apparatus that decodes a binary arithmetically encoded video stream, wherein arithmetic decoding means for arithmetic decoding the video stream, and arithmetic decoding means in the arithmetic decoding means Storage means for storing the decoded binary data; binary decoding of the binary data arithmetically decoded by the arithmetic decoding means; and the position where the binary data was stored in the storage means; Address calculating means for calculating address data relating to the image position after the binary data is decoded, reading means for reading the binary data stored in the storage means, and N (where N is 2 or more has a natural number) number of binary decoder, the binary data read out by said reading means on the basis of the address data, each of said N binary decoding section share And binary decoding means for performing binary decoding processing.

本発明の画像復号化方法は、二値算術符号化された映像ストリームを復号する画像復号化方法であって、前記映像ストリームを算術復号化する算術復号化工程と、前記算術復号化工程において算術復号化された二値データを記憶手段に格納する格納工程と、前記算術復号化工程において算術復号化された二値データを二値復号化し、前記二値データが前記記憶手段に格納されていた位置と、前記二値データが復号された後の画像位置とを関係付けるアドレスデータを算出するアドレス算出工程と、前記記憶手段に記憶されている二値データを読出す読出し工程と、N(但し、Nは2以上の自然数)個の二値復号化部を用い、前記読出し工程において読み出された二値データを前記アドレスデータに基づいて、前記N個の二値復号化部のそれぞれが分担して二値復号化処理する二値復号化工程とを有することを特徴とする。 The image decoding method of the present invention is an image decoding method for decoding a binary arithmetically encoded video stream, comprising: an arithmetic decoding step for arithmetically decoding the video stream; and an arithmetic operation in the arithmetic decoding step. A storage step of storing the decoded binary data in the storage means, and binary decoding of the binary data arithmetically decoded in the arithmetic decoding step, and the binary data was stored in the storage means position, and the address calculation step of calculating the address data relating the image position after the binary data is decoded, and reading the read process the binary data stored in the storage means, N (provided that , N is a natural number greater than or equal to 2) binary decoding units, and the binary data read in the reading step is converted into each of the N binary decoding units based on the address data. Les is characterized by having a binary decoding step of treating binary decoding by sharing.

本発明のプログラムは、二値算術符号化された映像ストリームを復号する工程をコンピュータに実行させるプログラムであって、前記映像ストリームを算術復号化する算術復号化工程と、前記算術復号化工程において算術復号化された二値データを記憶手段に格納する格納工程と、前記算術復号化工程において算術復号化された二値データを二値復号化し、前記二値データが前記記憶手段に格納されていた位置と、前記二値データが復号された後の画像位置とを関係付けるアドレスデータを算出するアドレス算出工程と、前記記憶手段に記憶されている二値データを読出す読出し工程と、N(但し、Nは2以上の自然数)個の二値復号化部を用い、前記読出し工程において読み出された二値データを前記アドレスデータに基づいて、前記N個の二値復号化部のそれぞれが分担して二値復号化処理する二値復号化工程とをコンピュータに実行させることを特徴とする。 The program of the present invention is a program for causing a computer to execute a step of decoding a binary arithmetically encoded video stream, wherein the arithmetic decoding step of arithmetically decoding the video stream, and the arithmetic decoding step A storage step of storing the decoded binary data in the storage means, and binary decoding of the binary data arithmetically decoded in the arithmetic decoding step, and the binary data was stored in the storage means position, and the address calculation step of calculating the address data relating the image position after the binary data is decoded, and reading the read process the binary data stored in the storage means, N (provided that , N is a natural number greater than or equal to 2) binary decoding units, and the binary data read in the reading step is based on the address data. Each of the binary decoding units is configured to cause a computer to execute a binary decoding process in which binary decoding is performed in a shared manner.

本発明によれば、算術復号化結果をバッファリングする記憶部の容量を抑えることができ、並列化によりHD画像を処理できる能力を有する画像復号化装置をより少ない回路規模で実現することができる。   According to the present invention, it is possible to reduce the capacity of a storage unit for buffering arithmetic decoding results, and to realize an image decoding apparatus having the ability to process HD images by parallelization with a smaller circuit scale. .

(第1の実施形態)
図1は本発明の実施形態を示し、画像復号化装置の構成例を説明するブロック図である。
図1に示したように、本実施形態の画像復号化装置100は、算術復号化部101、アドレス算出部102、記憶部103、第1の二値復号化部104、第2の二値復号化部105、読出し部106及び制御部107を有している。
(First embodiment)
FIG. 1 is a block diagram illustrating an exemplary configuration of an image decoding apparatus according to an embodiment of the present invention.
As shown in FIG. 1, the image decoding apparatus 100 according to the present embodiment includes an arithmetic decoding unit 101, an address calculation unit 102, a storage unit 103, a first binary decoding unit 104, and a second binary decoding. And a control unit 107.

算術復号化部101は、二値算術符号化された映像ストリームD10の算術復号化処理を行い、二値データD11及び二値データD12を出力する。算術復号化の手順は、「ITU−T Recommendation H.264」の9.3.3.2Arithmetic decoding processに記載されている二値算術復号化処理を用いる。記憶部103は、算術復号化部101から出力される二値データD11を順に記憶して格納する。   The arithmetic decoding unit 101 performs an arithmetic decoding process on the binary arithmetically encoded video stream D10, and outputs binary data D11 and binary data D12. The arithmetic decoding procedure uses a binary arithmetic decoding process described in 9.3.3.2 Arithmetic decoding process of “ITU-T Recommendation H.264”. The storage unit 103 sequentially stores and stores the binary data D11 output from the arithmetic decoding unit 101.

アドレス算出部102は、算術復号化部101から出力される二値データD12を二値復号化処理し、所定の画像位置を示した二値データD11が記憶部103に書き込まれたアドレスを算出する。二値算術復号化結果である二値データD11からは、該所定の画像位置を示すアドレスは特定できない。そこで、アドレス算出部102において、二値復号化処理を行うことで、所定の画像位置を示すアドレスを特定するアドレスデータを所定数のブロック単位に算出する。   The address calculation unit 102 performs a binary decoding process on the binary data D12 output from the arithmetic decoding unit 101, and calculates an address at which the binary data D11 indicating a predetermined image position is written in the storage unit 103. . The address indicating the predetermined image position cannot be specified from the binary data D11 that is the binary arithmetic decoding result. Therefore, the address calculation unit 102 performs binary decoding processing to calculate address data for specifying an address indicating a predetermined image position in units of a predetermined number of blocks.

前述のようにして、アドレス算出部102は、所定の画像位置を示した二値データが格納されたアドレスD13、D14の2種類を算出する。そして、第1のアドレスD13を第1の二値復号化部104に出力し、第2のアドレスD14を第2の二値復号化部105に出力する。   As described above, the address calculation unit 102 calculates two types of addresses D13 and D14 in which binary data indicating a predetermined image position is stored. Then, the first address D13 is output to the first binary decoding unit 104, and the second address D14 is output to the second binary decoding unit 105.

読出し部106は、記憶部103に記憶されている第1の二値データD15、第2の二値データD16を読み出し、第1の二値データD15を第1の二値復号化部104に出力し、第2の二値データD16を第2の二値復号化部105に出力する。   The reading unit 106 reads the first binary data D15 and the second binary data D16 stored in the storage unit 103, and outputs the first binary data D15 to the first binary decoding unit 104. The second binary data D16 is output to the second binary decoding unit 105.

第1の二値復号化部104は、読出し部106から入力された第1の二値データD15を、アドレス算出部102から入力された第1のアドレスD13を用いて読み込む。また、第2の二値復号化部105は、読出し部106から入力された第2の二値データD16を、アドレス算出部102から入力された第2のアドレスD14を用いて読み込む。   The first binary decoding unit 104 reads the first binary data D15 input from the reading unit 106 using the first address D13 input from the address calculation unit 102. Further, the second binary decoding unit 105 reads the second binary data D16 input from the reading unit 106 using the second address D14 input from the address calculation unit 102.

第1の二値復号化部104は、入力された第1の二値データD15に二値復号化処理を行い、動きベクトル情報、変換係数値、参照ピクチャインデックス、予測モード情報等を復号し、二値算術復号化結果D17を生成して図示しない後段の逆量子化部へ出力する。   The first binary decoding unit 104 performs binary decoding processing on the input first binary data D15, decodes motion vector information, transform coefficient values, reference picture index, prediction mode information, and the like. A binary arithmetic decoding result D17 is generated and output to a subsequent inverse quantization unit (not shown).

また、第2の二値復号化部105は、入力された第2の二値データD16に二値復号化処理を行う。そして、動きベクトル情報、変換係数値、参照ピクチャインデックス、予測モード情報などを復号し、二値算術復号化結果D18を生成して図示しない後段の逆量子化部へ出力する。なお、本実施形態においては2個の二値復号化部104,105を設けた例を示しているが、N(Nは2以上の自然数)個の二値復号化部を設けるようにすることができる。   The second binary decoding unit 105 performs a binary decoding process on the input second binary data D16. Then, the motion vector information, the transform coefficient value, the reference picture index, the prediction mode information, and the like are decoded, and a binary arithmetic decoding result D18 is generated and output to a subsequent dequantization unit (not shown). In this embodiment, an example is shown in which two binary decoding units 104 and 105 are provided. However, N (N is a natural number of 2 or more) binary decoding units are provided. Can do.

制御部107は、図示しないCPU、ROM及びRAMなどにより構成されている。そして、前述した算術復号化部101,アドレス算出部102,記憶部103、第1の二値復号化部104、第2の二値復号化部105及び読出し部106の動作を制御そして、入力された二値算術符号化された映像ストリームD10を二値算術復号化処理を行わせる。   The control unit 107 includes a CPU, ROM, RAM, and the like (not shown). Then, the operations of the arithmetic decoding unit 101, the address calculation unit 102, the storage unit 103, the first binary decoding unit 104, the second binary decoding unit 105, and the reading unit 106 described above are controlled and input. The binary arithmetically encoded video stream D10 is subjected to binary arithmetic decoding processing.

このような構成にすることにより、本実施形態の画像復号化装置100においては、所定の画像位置毎に第1の二値復号化部104と第2の二値復号化部105とが並列に動作することが可能になる。   With this configuration, in the image decoding apparatus 100 of the present embodiment, the first binary decoding unit 104 and the second binary decoding unit 105 are arranged in parallel for each predetermined image position. It becomes possible to operate.

次に、図2及び図3を参照しながら本実施形態の画像復号化装置100の動作例を説明する。
図2は記憶部103のイメージを示している。また、図3は二値算術符号化された映像ストリームを復号したときに得られる映像のイメージを示している。
Next, an operation example of the image decoding apparatus 100 according to the present embodiment will be described with reference to FIGS. 2 and 3.
FIG. 2 shows an image of the storage unit 103. FIG. 3 shows a video image obtained when a binary arithmetically encoded video stream is decoded.

図2において、201、202、203は記憶部200に記憶された、算術復号化部101から出力される二値データを示している。また、図3に示した画像300は、画像を16x16画素(縦横それぞれ16画素)のマクロブロック単位で分割して行列状で示したイメージである。なお、マクロブロック単位は所定画素数から構成されるものであってよい。図3において、301、303、305は、画像300の左端のマクロブロックである。また、302、304、306は、画像300の右端のマクロブロックである。したがって、マクロブロック301〜302、303〜304及び305〜306が画像300の水平方向の画面幅に相当する。   In FIG. 2, 201, 202, and 203 indicate binary data output from the arithmetic decoding unit 101 and stored in the storage unit 200. An image 300 shown in FIG. 3 is an image obtained by dividing the image into macro blocks each of 16 × 16 pixels (16 pixels each in length and width) and shown in a matrix. The macroblock unit may be composed of a predetermined number of pixels. In FIG. 3, 301, 303, and 305 are macro blocks at the left end of the image 300. Reference numerals 302, 304, and 306 denote macro blocks at the right end of the image 300. Therefore, the macro blocks 301 to 302, 303 to 304, and 305 to 306 correspond to the screen width of the image 300 in the horizontal direction.

図2の格子状の領域201は、画像300を最初のマクロブロック301から復号化し、マクロブロック302までの二値算術復号化処理で生成され、記憶部200に記憶された二値データである。次の斜線の領域202は、マクロブロック303からマクロブロック304までの二値算術復号化処理で生成され、記憶部200に記憶された二値データを示している。縦縞の領域203は、マクロブロック305からマクロブロック306までの二値算術復号化処理で生成され、記憶部200に記憶された二値データを示している。   A grid-like region 201 in FIG. 2 is binary data that is generated by binary arithmetic decoding processing up to the macroblock 302 after decoding the image 300 from the first macroblock 301 and stored in the storage unit 200. A next hatched area 202 indicates binary data generated by the binary arithmetic decoding process from the macroblock 303 to the macroblock 304 and stored in the storage unit 200. A vertical stripe region 203 indicates binary data generated by binary arithmetic decoding processing from the macroblock 305 to the macroblock 306 and stored in the storage unit 200.

アドレス算出部102において算出するアドレスは、マクロブロック302を復号し終え、次のマクロブロック303の復号を開始し、マクロブロック303の最初の二値データが記憶部200に書き込まれるアドレスである。図2のAddr_Aが該当するアドレスを指す。同様に、マクロブロック305からマクロブロック306までの二値データが記憶されている最初のアドレスAddr_Bをアドレス算出部102は算出し、第1の二値復号化部104と第2の二値復号化部105に出力する。   The address calculated by the address calculation unit 102 is an address at which the decoding of the macroblock 302 is finished, the decoding of the next macroblock 303 is started, and the first binary data of the macroblock 303 is written in the storage unit 200. Addr_A in FIG. 2 indicates the corresponding address. Similarly, the address calculation unit 102 calculates the first address Addr_B in which binary data from the macroblock 305 to the macroblock 306 is stored, and the first binary decoding unit 104 and the second binary decoding are calculated. Output to the unit 105.

次に、図5を用いてアドレス算出部102で行う処理を説明する。
図5に示すように、アドレス算出部500は、二値復号化部501とカウンタ502で構成されている。
Next, processing performed by the address calculation unit 102 will be described with reference to FIG.
As shown in FIG. 5, the address calculation unit 500 includes a binary decoding unit 501 and a counter 502.

前述した算術復号化部101から入力された二値データD51を、二値復号化部501において二値復号化処理を行う。この二値復号化処理は、「ITU−T Recommendation H.264」の7 Syntax and semanticsに記載されている。この記載のように、Syntax(構文・規則)に従って入力される二値データD51から動きベクトル情報、直交変換係数情報、予測モード情報などを復号する。例えば、slice header()もしくは、slice data()以下の二値データを復号化する。カウンタ502は、前述した記憶部103に二値データD11が記憶されるアドレスを常に算出している。   The binary decoding unit 501 performs binary decoding processing on the binary data D51 input from the arithmetic decoding unit 101 described above. This binary decoding process is described in 7 Syntax and semantics of “ITU-T Recommendation H.264”. As described above, motion vector information, orthogonal transform coefficient information, prediction mode information, and the like are decoded from binary data D51 input according to Syntax (syntax / rule). For example, binary data below slice header () or slice data () is decoded. The counter 502 always calculates an address at which the binary data D11 is stored in the storage unit 103 described above.

二値復号化部501において、end_of_slice_flagの二値復号化処理が終了し、次のマクロブロックの二値復号化処理が始まった時に、カウンタ502が算出しているアドレスD53が求めるアドレスである。このアドレスD53は、二値データD11が記憶部103において格納されていた位置と、二値データが復号された後の画像位置とを関係付けるアドレスデータとなる。このアドレスD53を、前述した第2の二値復号化部105または第1の二値復号化部104に出力する。   In the binary decoding unit 501, when the binary decoding process of end_of_slice_flag ends and the binary decoding process of the next macroblock starts, the address D53 calculated by the counter 502 is the address to be obtained. The address D53 is address data that associates the position where the binary data D11 is stored in the storage unit 103 with the image position after the binary data is decoded. The address D53 is output to the second binary decoding unit 105 or the first binary decoding unit 104 described above.

以上説明したように、図1と図5に示したブロック、及び図2に示した記憶部103のメモリイメージ、図3に示した画像イメージ及び処理方法を実行することにより、二値算術復号化では得られなかった所定の画像位置を示すアドレスを算出することができる。これにより、所定の画像位置毎に二値復号化部を並列に動作させることが可能になる。   As described above, binary arithmetic decoding is performed by executing the blocks shown in FIGS. 1 and 5 and the memory image of the storage unit 103 shown in FIG. 2, the image image shown in FIG. 3, and the processing method. Thus, an address indicating a predetermined image position that could not be obtained can be calculated. This makes it possible to operate the binary decoding unit in parallel for each predetermined image position.

また、記憶部103には、動きベクトル情報、変換係数値、参照ピクチャインデックス、予測モード情報などの多量の復号結果ではなく、二値データのみを格納するだけでよい。したがって、算術復号化結果をバッファリングする記憶部の容量を抑えて並列処理を行うことが可能になる。以上のことから、算術復号化結果をバッファリングする記憶部の容量を抑えた構成で、HD画像を処理できる能力を有する画像復号化装置をより少ない回路規模で実現することができる。   In addition, the storage unit 103 need only store binary data, not a large amount of decoding results such as motion vector information, transform coefficient values, reference picture indexes, and prediction mode information. Therefore, it is possible to perform parallel processing while suppressing the capacity of the storage unit that buffers the arithmetic decoding result. From the above, it is possible to realize an image decoding apparatus having the capability of processing HD images with a smaller circuit scale with a configuration in which the capacity of a storage unit for buffering arithmetic decoding results is suppressed.

図6は、本実施形態の画像復号化装置100で行われる復号化処理手順の一例を説明するフローチャートである。
図6に示したように、ステップS601において、入力された映像ストリームD10を算術復号化部101により算術復号化して、二値データD11及び二値データD12を生成する。
FIG. 6 is a flowchart illustrating an example of a decoding process procedure performed by the image decoding apparatus 100 according to the present embodiment.
As shown in FIG. 6, in step S601, the input video stream D10 is arithmetically decoded by the arithmetic decoding unit 101 to generate binary data D11 and binary data D12.

次に、ステップS602に進み、算術復号化部101で生成した二値データD11を記憶部103に出力し、二値データD12をアドレス算出部102に出力する。次に、ステップS603に進み、算術復号化部101から出力された二値データD11を記憶部103に格納するとともに、二値データD12をアドレス算出部102において二値復号化する。   In step S602, the binary data D11 generated by the arithmetic decoding unit 101 is output to the storage unit 103, and the binary data D12 is output to the address calculation unit 102. In step S603, the binary data D11 output from the arithmetic decoding unit 101 is stored in the storage unit 103, and the binary data D12 is binary decoded in the address calculation unit 102.

次に、ステップS604において、記憶部103に記憶されている二値データD11の読出しを読出し部106によって行う。読出し部106は、記憶部103に記憶されている二値データD11を読み出す際に、制御部107の制御に基いて読み出しを行う。   Next, in step S604, the reading unit 106 reads the binary data D11 stored in the storage unit 103. The reading unit 106 performs reading based on the control of the control unit 107 when reading the binary data D <b> 11 stored in the storage unit 103.

次に、ステップS605に進み、ステップS604で読み出した二値データの出力先が第1の二値復号化部104か第2の二値復号化部105かを判断する。この判断の結果、読み出した二値データの出力先が第1の二値復号化部104であった場合にはステップS606に進み、第1の二値データD15として第1の二値復号化部104に出力する。   Next, proceeding to step S605, it is determined whether the output destination of the binary data read out at step S604 is the first binary decoding unit 104 or the second binary decoding unit 105. As a result of the determination, if the output destination of the read binary data is the first binary decoding unit 104, the process proceeds to step S606, where the first binary decoding unit is used as the first binary data D15. To 104.

また、ステップS605の判断の結果、出力先が第2の二値復号化部105であった場合にはステップS607に進み、第2の二値データD16として第2の二値復号化部105に出力する。   If it is determined in step S605 that the output destination is the second binary decoding unit 105, the process proceeds to step S607, and the second binary data D16 is sent to the second binary decoding unit 105. Output.

本実施形態の画像復号化装置100は、前述したように、算術復号化部101で号された二値データD11のアドレスをアドレス算出部102において検出するようにした。そして、検出したアドレスを用いて、記憶部103から読み出した二値データを複数の二値復号化部104,105に分配するようにした。これにより、動きベクトル情報、変換係数値、参照ピクチャインデックス、予測モード情報などの情報を格納することなく、二値算術符号化された映像ストリームを復号することを可能にした。 Image decoding apparatus 100 of the present embodiment was configured to detect, as described above, the address of the decrypt the arithmetic decoding unit 101 binary data D11 in the address calculation unit 102. Then, the binary data read from the storage unit 103 is distributed to a plurality of binary decoding units 104 and 105 using the detected address. This makes it possible to decode a binary arithmetically encoded video stream without storing information such as motion vector information, transform coefficient values, reference picture indexes, and prediction mode information.

これにより、一時記憶用メモリーの容量を大幅に増加させることなく、算術復号化部101から出力される二値データD11を、第1及び第2の二値復号化部104,105を並列動作させて号処理することができる。したがって、二値算術符号化された映像ストリームを復号することが可能な画像復号化装置を、小さな回路規模で構成することができる。 Thus, the binary data D11 output from the arithmetic decoding unit 101 can be operated in parallel with the first and second binary decoding units 104 and 105 without significantly increasing the capacity of the temporary storage memory. it is possible to decrypt processing Te. Therefore, it is possible to configure an image decoding apparatus capable of decoding a binary arithmetic coded video stream with a small circuit scale.

(本発明に係る他の実施の形態)
前述した本発明の実施の形態における画像復号化装置を構成する各手段は、コンピュータのRAMやROMなどに記憶されたプログラムが動作することによって実現できる。このプログラム及び前記プログラムを記録したコンピュータ読み取り可能な記録媒体は本発明に含まれる。
(Another embodiment according to the present invention)
Each means constituting the image decoding apparatus according to the above-described embodiment of the present invention can be realized by operating a program stored in a RAM or ROM of a computer. This program and a computer-readable recording medium recording the program are included in the present invention.

また、本発明は、例えば、システム、装置、方法、プログラムもしくは記憶媒体等としての実施の形態も可能であり、具体的には、複数の機器から構成されるシステムに適用してもよいし、また、一つの機器からなる装置に適用してもよい。   In addition, the present invention can be implemented as a system, apparatus, method, program, storage medium, or the like, and can be applied to a system composed of a plurality of devices. Moreover, you may apply to the apparatus which consists of one apparatus.

なお、本発明は、前述した画像復号化方法における各工程を実行するソフトウェアのプログラム(実施の形態では図6に示すフローチャートに対応したプログラム)を、システムあるいは装置に直接、あるいは遠隔から供給する。そして、そのシステムあるいは装置のコンピュータが前記供給されたプログラムコードを読み出して実行することによっても達成される場合を含む。   In the present invention, a software program (in the embodiment, a program corresponding to the flowchart shown in FIG. 6) for executing each step in the above-described image decoding method is directly or remotely supplied to the system or apparatus. In addition, this includes a case where the system or the computer of the apparatus is also achieved by reading and executing the supplied program code.

したがって、本発明の機能処理をコンピュータで実現するために、前記コンピュータにインストールされるプログラムコード自体も本発明を実現するものである。つまり、本発明は、本発明の機能処理を実現するためのコンピュータプログラム自体も含まれる。   Accordingly, since the functions of the present invention are implemented by computer, the program code installed in the computer also implements the present invention. In other words, the present invention includes a computer program itself for realizing the functional processing of the present invention.

その場合、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等の形態であってもよい。   In that case, as long as it has the function of a program, it may be in the form of object code, a program executed by an interpreter, script data supplied to the OS, and the like.

プログラムを供給するための記録媒体としては種々の記録媒体を使用することができる。例えば、フロッピー(登録商標)ディスク、ハードディスク、光ディスク、光磁気ディスク、MO、CD−ROM、CD−R、CD−RW、磁気テープ、不揮発性のメモリカード、ROM、DVD(DVD−ROM,DVD−R)などがある。   Various recording media can be used as a recording medium for supplying the program. For example, floppy (registered trademark) disk, hard disk, optical disk, magneto-optical disk, MO, CD-ROM, CD-R, CD-RW, magnetic tape, nonvolatile memory card, ROM, DVD (DVD-ROM, DVD- R).

その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページに接続する。そして、前記ホームページから本発明のコンピュータプログラムそのもの、もしくは圧縮され自動インストール機能を含むファイルをハードディスク等の記録媒体にダウンロードすることによっても供給できる。   As another program supply method, a browser on a client computer is used to connect to an Internet home page. The computer program itself of the present invention or a compressed file including an automatic installation function can be downloaded from the homepage by downloading it to a recording medium such as a hard disk.

また、本発明のプログラムを構成するプログラムコードを複数のファイルに分割し、それぞれのファイルを異なるホームページからダウンロードすることによっても実現可能である。つまり、本発明の機能処理をコンピュータで実現するためのプログラムファイルを複数のユーザに対してダウンロードさせるWWWサーバも、本発明に含まれるものである。   It can also be realized by dividing the program code constituting the program of the present invention into a plurality of files and downloading each file from a different homepage. That is, a WWW server that allows a plurality of users to download a program file for realizing the functional processing of the present invention on a computer is also included in the present invention.

また、本発明のプログラムを暗号化してCD−ROM等の記憶媒体に格納してユーザに配布し、所定の条件をクリアしたユーザに対し、インターネットを介してホームページから暗号化を解く鍵情報をダウンロードさせる。そして、その鍵情報を使用することにより暗号化されたプログラムを実行してコンピュータにインストールさせて実現することも可能である。   In addition, the program of the present invention is encrypted, stored in a storage medium such as a CD-ROM, distributed to users, and key information for decryption is downloaded from a homepage via the Internet to users who have cleared predetermined conditions. Let It is also possible to execute the encrypted program by using the key information and install the program on a computer.

また、コンピュータが、読み出したプログラムを実行することによって、前述した実施の形態の機能が実現される他、コンピュータ上で稼動しているOSなどが、実際の処理の一部または全部を行うことによっても前述した実施の形態の機能が実現され得る。   In addition to the functions of the above-described embodiments being realized by the computer executing the read program, the OS running on the computer performs part or all of the actual processing. Also, the functions of the above-described embodiments can be realized.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれる。その後、そのプログラムの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行い、その処理によっても前述した実施の形態の機能が実現される。   Further, the program read from the recording medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer. Thereafter, the CPU of the function expansion board or function expansion unit performs part or all of the actual processing based on the instructions of the program, and the functions of the above-described embodiments are realized by the processing.

本発明の実施形態を示し、画像復号化装置の構成例を示すブロック図である。1 is a block diagram illustrating an exemplary configuration of an image decoding device according to an embodiment of the present invention. 本発明の実施形態を示し、記憶部に記憶されている二値データの状態を説明するイメージ図である。It is an image figure which shows embodiment of this invention and demonstrates the state of the binary data memorize | stored in the memory | storage part. 本発明の実施形態を示し、復号する画像を16x16画素のマクロブロック単位で分割して行列状で示したイメージ図である。It is an image figure which showed embodiment of this invention and divided | segmented the image to decode in the macroblock unit of 16x16 pixel, and was shown in matrix form. 従来の画像復号化装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the conventional image decoding apparatus. 本発明の実施形態を示し、アドレス算出部の構成例を示すブロック図である。It is a block diagram which shows embodiment of this invention and shows the structural example of an address calculation part. 本発明の実施形態を示し、画像復号化方法の処理手順の概略を説明するフローチャートである。It is a flowchart which shows embodiment of this invention and demonstrates the outline of the process sequence of the image decoding method.

符号の説明Explanation of symbols

100 画像復号化装置
101 算術復号化部
102 アドレス算出部
103 記憶部
104 第1の二値復号化部
105 第2の二値復号化部
106 読出し部
107 制御部
DESCRIPTION OF SYMBOLS 100 Image decoding apparatus 101 Arithmetic decoding part 102 Address calculation part 103 Storage part 104 1st binary decoding part 105 2nd binary decoding part 106 Reading part 107 Control part

Claims (8)

二値算術符号化された映像ストリームを復号する画像復号化装置であって、
前記映像ストリームを算術復号化する算術復号化手段と、
前記算術復号化手段において算術復号化された二値データを格納する記憶手段と、
前記算術復号化手段において算術復号化された二値データを二値復号化し、前記二値データが前記記憶手段に格納されていた位置と、前記二値データが復号された後の画像位置とを関係付けるアドレスデータを算出するアドレス算出手段と、
前記記憶手段に記憶されている二値データを読出す読出し手段と、
N(但し、Nは2以上の自然数)個の二値復号化部を有し、前記読出し手段によって読み出された二値データを前記アドレスデータに基づいて、前記N個の二値復号化部のそれぞれが分担して二値復号化処理する二値復号化手段とを有することを特徴とする画像復号化装置。
An image decoding device for decoding a binary arithmetically encoded video stream,
Arithmetic decoding means for arithmetic decoding the video stream;
Storage means for storing binary data arithmetically decoded by the arithmetic decoding means;
The binary data arithmetically decoded by the arithmetic decoding means is binary decoded, and the position where the binary data is stored in the storage means and the image position after the binary data is decoded Address calculating means for calculating address data to be related;
Reading means for reading binary data stored in the storage means;
N (where N is a natural number greater than or equal to 2) binary decoding units, and the binary data read by the reading unit is converted into the N binary decoding units based on the address data. And a binary decoding means for performing binary decoding processing in a shared manner .
前記映像ストリームは、所定画素数から構成されるブロック単位に符号化されており、
前記アドレス算出手段は、前記アドレスデータを所定数のブロック単位に算出することを特徴とする請求項1に記載の画像復号化装置。
The video stream is encoded in units of blocks composed of a predetermined number of pixels,
The image decoding apparatus according to claim 1, wherein the address calculation unit calculates the address data in units of a predetermined number of blocks.
前記所定数のブロック単位は、画像の水平方向の画面幅に相当する単位であることを特徴とする請求項2に記載の画像復号化装置。   The image decoding apparatus according to claim 2, wherein the predetermined number of block units is a unit corresponding to a horizontal screen width of an image. 前記所定数のブロック単位は、縦横それぞれ16画素で構成されるマクロブロックであることを特徴とする請求項2に記載の画像復号化装置。   3. The image decoding apparatus according to claim 2, wherein the predetermined number of block units are macroblocks each including 16 pixels vertically and horizontally. 前記N個の二値復号化手段は、二値復号化処理を並列に行うことを特徴とする請求項1に記載の画像復号化装置。   The image decoding apparatus according to claim 1, wherein the N binary decoding units perform binary decoding processing in parallel. 二値算術符号化された映像ストリームを復号する画像復号化方法であって、
前記映像ストリームを算術復号化する算術復号化工程と、
前記算術復号化工程において算術復号化された二値データを記憶手段に格納する格納工程と、
前記算術復号化工程において算術復号化された二値データを二値復号化し、前記二値データが前記記憶手段に格納されていた位置と、前記二値データが復号された後の画像位置とを関係付けるアドレスデータを算出するアドレス算出工程と、
前記記憶手段に記憶されている二値データを読出す読出し工程と、
N(但し、Nは2以上の自然数)個の二値復号化部を用い、前記読出し工程において読み出された二値データを前記アドレスデータに基づいて、前記N個の二値復号化部のそれぞれが分担して二値復号化処理する二値復号化工程とを有することを特徴とする画像復号化方法。
An image decoding method for decoding a binary arithmetically encoded video stream, comprising:
An arithmetic decoding step of arithmetic decoding the video stream;
A storage step of storing the binary data arithmetically decoded in the arithmetic decoding step in a storage means;
The binary data arithmetically decoded in the arithmetic decoding step is binary decoded, and the position where the binary data is stored in the storage means and the image position after the binary data is decoded An address calculation step for calculating address data to be related;
A reading step of reading binary data stored in the storage means;
N (where N is a natural number greater than or equal to 2) binary decoding units, the binary data read in the reading step is converted into the N binary decoding units based on the address data. An image decoding method comprising: a binary decoding step in which each of them is shared and performs a binary decoding process .
二値算術符号化された映像ストリームを復号する工程をコンピュータに実行させるプログラムであって、
前記映像ストリームを算術復号化する算術復号化工程と、
前記算術復号化工程において算術復号化された二値データを記憶手段に格納する格納工程と、
前記算術復号化工程において算術復号化された二値データを二値復号化し、前記二値データが前記記憶手段に格納されていた位置と、前記二値データが復号された後の画像位置とを関係付けるアドレスデータを算出するアドレス算出工程と、
前記記憶手段に記憶されている二値データを読出す読出し工程と、
N(但し、Nは2以上の自然数)個の二値復号化部を用い、前記読出し工程において読み出された二値データを前記アドレスデータに基づいて、前記N個の二値復号化部のそれぞれが分担して二値復号化処理する二値復号化工程とをコンピュータに実行させることを特徴とするプログラム。
A program for causing a computer to execute a process of decoding a binary arithmetically encoded video stream,
An arithmetic decoding step of arithmetic decoding the video stream;
A storage step of storing the binary data arithmetically decoded in the arithmetic decoding step in a storage means;
The binary data arithmetically decoded in the arithmetic decoding step is binary decoded, and the position where the binary data is stored in the storage means and the image position after the binary data is decoded An address calculation step for calculating address data to be related;
A reading step of reading binary data stored in the storage means;
N (where N is a natural number greater than or equal to 2) binary decoding units, the binary data read in the reading step is converted into the N binary decoding units based on the address data. A program that causes a computer to execute a binary decoding process in which each of them shares a binary decoding process .
請求項7に記載のプログラムを記憶したことを特徴とするコンピュータ読み取り可能な記憶媒体。   A computer-readable storage medium storing the program according to claim 7.
JP2008011940A 2008-01-22 2008-01-22 Image decoding apparatus and image decoding method Expired - Fee Related JP4895396B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008011940A JP4895396B2 (en) 2008-01-22 2008-01-22 Image decoding apparatus and image decoding method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008011940A JP4895396B2 (en) 2008-01-22 2008-01-22 Image decoding apparatus and image decoding method

Publications (3)

Publication Number Publication Date
JP2009177356A JP2009177356A (en) 2009-08-06
JP2009177356A5 JP2009177356A5 (en) 2011-02-03
JP4895396B2 true JP4895396B2 (en) 2012-03-14

Family

ID=41032020

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008011940A Expired - Fee Related JP4895396B2 (en) 2008-01-22 2008-01-22 Image decoding apparatus and image decoding method

Country Status (1)

Country Link
JP (1) JP4895396B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DK3361732T3 (en) 2012-07-02 2020-01-02 Samsung Electronics Co Ltd Entropy coding of a video and entropy decoding of a video

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100648258B1 (en) * 2004-08-02 2006-11-23 삼성전자주식회사 Context-based adaptive binary arithmetic decoder of pipeline structure for high speed decoding operation
JP2007259323A (en) * 2006-03-24 2007-10-04 Toshiba Corp Image decoding apparatus
JP4062711B2 (en) * 2006-04-17 2008-03-19 俊宏 南 Video encoding device
JP4095664B2 (en) * 2006-04-17 2008-06-04 俊宏 南 Video encoding device
JP2007295392A (en) * 2006-04-26 2007-11-08 Toshiba Corp Information processing apparatus, decoding processing method, and program
JP2008271467A (en) * 2007-04-25 2008-11-06 Matsushita Electric Ind Co Ltd Playback apparatus for compressed image data

Also Published As

Publication number Publication date
JP2009177356A (en) 2009-08-06

Similar Documents

Publication Publication Date Title
JP6193446B2 (en) Coefficient scanning in video coding.
JP5208157B2 (en) Decryption system
KR102041744B1 (en) Coding apparatus, decoding apparatus, coding method, decoding method, and computer-readable storage medium
JP6315911B2 (en) Image encoding device, image encoding method and program, image decoding device, image decoding method and program
WO2006118288A1 (en) Dynamic image encoding method, dynamic image decoding method, and device thereof
BR112014010839B1 (en) Image encoding and decoding process, encoding and decoding device and corresponding computer readable media
JP2010041354A (en) Moving image coding method, coding device and coding program
JP4762938B2 (en) Data embedding device, data extracting device, data embedding method, and data extracting method
JP4939273B2 (en) Image coding apparatus and image coding method
JP2010193398A (en) Image encoding device, and image encoding method
JPWO2008136164A1 (en) Decoding circuit, decoding method, and image reproducing apparatus
JP2011082629A (en) Image coding method, image decoding method, image coding apparatus, image decoding apparatus, and program
JP5197428B2 (en) Image coding apparatus and image coding method
JP4895396B2 (en) Image decoding apparatus and image decoding method
JP5078852B2 (en) Moving picture coding apparatus and moving picture coding method
JP2010109912A (en) Image encoder and image encoding method
JP6469277B2 (en) Image encoding device, image encoding method and program, image decoding device, image decoding method and program
JP2010034802A (en) Moving image encoding device and method of controlling the same
US20130107971A1 (en) Image encoding apparatus, image encoding method and program, image decoding apparatus, image decoding method and program
JP2009021786A (en) Image encoding device and method
JP2009177722A (en) Video coding apparatus and video coding method
JP5340440B2 (en) Video encoding apparatus and video encoding method
JP2013009195A (en) Moving picture coding device
JP2010041353A (en) Moving image decoding method, decoding device and decoding program

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101210

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20101210

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20111114

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20111122

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111219

R151 Written notification of patent or utility model registration

Ref document number: 4895396

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150106

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees