JP4224662B2 - Image encoding apparatus and method, image decoding apparatus and method, and image processing apparatus - Google Patents
Image encoding apparatus and method, image decoding apparatus and method, and image processing apparatus Download PDFInfo
- Publication number
- JP4224662B2 JP4224662B2 JP2000240824A JP2000240824A JP4224662B2 JP 4224662 B2 JP4224662 B2 JP 4224662B2 JP 2000240824 A JP2000240824 A JP 2000240824A JP 2000240824 A JP2000240824 A JP 2000240824A JP 4224662 B2 JP4224662 B2 JP 4224662B2
- Authority
- JP
- Japan
- Prior art keywords
- image data
- data
- encoded
- circuit
- encoding
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T9/00—Image coding
- G06T9/007—Transform coding, e.g. discrete cosine transform
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Discrete Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
- Compression, Expansion, Code Conversion, And Decoders (AREA)
Description
【0001】
【発明の属する技術分野】
本発明は、画像データの圧縮符号化を行う画像符号化装置および方法、圧縮符号化した画像データの復号を行う画像復号装置および方法、ならびに画像符号化装置および画像復号装置を備えた画像処理装置に関する。
【0002】
【従来の技術】
従来、画像データを圧縮符号化するための画像符号化方式として、MPEG(Moving Picture Experts Group)規格において採用されている双方向予測符号化方式がある。この双方向予測符号化方式では、フレーム内符号化、フレーム間順方向予測符号化、および双方向予測符号化の3つのタイプの符号化が行われており、これらの符号化に対応して、I(Intra ;イントラ)ピクチャ、P(Predictive)ピクチャ、およびB(Bidirectionally predictive)ピクチャの3種類の画像タイプがそれぞれ規定されている。なお、PピクチャおよびBピクチャは、ノンイントラ(Non-intra )ピクチャまたはインター(Inter )ピクチャとも呼ばれている。
【0003】
符号化対象の画像データをイントラピクチャとして符号化する場合には、例えば同一フレーム(またはフィールド)内でその画像データに関して符号化が行われる。一方、符号化対象の画像データをノンイントラピクチャとして符号化する場合には、過去のフレームや未来のフレームを参照して得られる差分画像データに関して符号化が行われる。
【0004】
また、例えば画像の品質を段階的に向上させるための符号化方式として、階層符号化方式がある。この階層符号化方式では、符号化対象の画像データが複数の階層の画像データに分割され、分割された各階層の画像データに関して符号化が行われている。ここで、各階層の画像データとは、例えば、異なる周波数成分ごとに分けられた画像データのことである。
【0005】
図11はこのような階層符号化方式の画像符号化装置の構成を示すものである。この画像符号化装置は、分割回路170と、符号化回路171、172とを備えている。分割回路170は、符号化対象の画像データとしての入力画像データXXを複数(ここでは2つ)の階層の画像データ(基本階層画像データX1および高位階層画像データX2)に分割するためのものである。符号化回路171は、分割回路170から出力された基本階層画像データX1を符号化するためのものである。符号化回路172は、分割回路170から出力された高位階層画像データX2を符号化するためのものである。符号化回路171、172は、後述するように、互いに同一の構成を有し、同様に動作するようになっている。
【0006】
分割回路170は、画像処理回路170aと、減算回路170bとを含んでいる。画像処理回路170aは、入力画像データXXから、基本的な特徴を有する画像データである基本階層画像データX1を抽出するためのものである。減算回路170bは、入力画像データXXから基本階層画像データX1を減じるためのものである。ここで、基本階層画像データとは、通常の画像として見ることができるような画像データであり、例えば、画像の空間周波数に関していえば、低い周波数成分を有する画像データのことである。また、高位階層画像データとは、例えば高画質の画像を得るための画像データのことであり、高い周波数成分を有する画像データのことである。入力画像データXXを空間周波数に関して分割する場合、画像処理回路170aは、例えばLPF(Low Pass Filter )回路によって構成される。
【0007】
入力画像データXXは、分割回路170内の画像処理回路170aおよび減算回路170bにそれぞれ供給されるようになっている。画像処理回路170aは、入力画像データXXから基本階層画像データX1を抽出し、抽出した基本階層画像データX1を、符号化回路171および減算回路170bにそれぞれ出力するようになっている。
【0008】
減算回路170bは、入力画像データXXから、画像処理回路170aから出力された基本階層画像データX1を減じ、その減算結果である差分画像データを、高位階層画像データX2として符号化回路172に出力するようになっている。
【0009】
図12は図11に示した符号化回路171、172の構成を示すものである。符号化回路171、172は、入力される符号化対象の画像データが異なっており、基本階層画像データX1または高位階層画像データX2であるという点を除いて、上述したように、互いに同一の構成を有しており、同様に動作するようになっている。
【0010】
図12に示した符号化回路は、前処理回路151と、減算回路152と、DCT(Discrete Cosine Transform ;離散コサイン変換)回路153と、量子化回路154とを含んでいる。前処理回路151は、例えばラスタースキャン形式の画像データを所定の符号化処理の順序に並び換え、並び換えた画像データごとにブロックスキャン形式に変換して複数のマクロブロックの画像データ(以下、ブロックデータと呼ぶ)を得るためのものである。減算回路152は、前処理回路151から出力される画像データ(ブロックデータ)から例えば後述する予測画像データを減じるためのものである。DCT回路153は、画像データを周波数成分に変換するためのものであり、減算回路151から出力される減算結果に関してDCTを行うことによりDCT係数を取得するためのものである。量子化回路154は、DCT回路153から出力されたDCT係数を所定の量子化値に基づいて量子化するためのものである。
【0011】
また、この符号化回路は、逆量子化回路158と、逆DCT回路159と、加算回路160と、フレームメモリ161とを含んでいる。逆量子化回路158は、量子化回路154の出力データを逆量子化するためのものである。逆DCT回路159は、逆量子化回路158の出力データ(復元されたDCT係数)に関して逆DCTを行うためのものである。加算回路160は、逆DCT回路159の出力データ(画像データ)と予測画像データとを加算するためのものである。フレームメモリ161は、加算回路160の加算結果を参照画像データとして記憶するためのものである。
【0012】
さらに、この符号化回路は、動き補償回路162と、動きベクトル検出回路163と、スイッチ164と、制御回路166とを含んでいる。動きベクトル検出回路163は、前処理回路151から出力された画像データと、フレームメモリ161に記憶されている参照画像データとに基づいて、動きベクトルを検出するためのものである。動き補償回路162は、動きベクトル検出回路163によって検出された動きベクトルに基づいて、フレームメモリ161に記憶されている参照画像データに関して動き補償を行い、動き補償のための参照画像データを予測画像データとして発生するためのものである。
【0013】
制御回路166は、前処理回路151から出力された画像データをイントラピクチャとして符号化するかどうかを決定し、この決定結果に応じてスイッチ164を切り換えるためのものである。
【0014】
前処理回路151から出力された画像データをイントラピクチャとして符号化すると制御回路166が決定した場合、スイッチ164は、制御回路166から出力される切り換え信号に応じて、データ「0」が減算回路152および加算回路160にそれぞれ出力されるように切り換えられるようになっている。また、前処理回路151から出力された画像データをノンイントラピクチャとして符号化すると制御回路166が決定した場合、スイッチ164は、制御回路166から出力される切り換え信号に応じて、動き補償回路162において発生した予測画像データが減算回路152および加算回路160にそれぞれ出力されるように切り換えられるようになっている。
【0015】
これにより、減算回路152から出力される減算結果は、画像データをイントラピクチャとして符号化する場合には、その画像データそのものである。また、その減算結果は、画像データをノンイントラピクチャとして符号化する場合には、予測画像データを用いることにより得られる差分画像データである。
【0016】
また、この符号化回路は、可変長符号化回路155と、多重化回路156と、バッファ157と、レート制御回路165とを含んでいる。可変長符号化回路155は、量子化回路154の出力データに関して可変長符号化を行うためのものである。多重化回路156は、可変長符号化回路155から出力された符号化データ(DCT係数、量子化回路154の量子化値、およびピクチャタイプなど)や動きベクトルなどを多重化するためのものである。バッファ157は、多重化回路156の出力データを一旦保持し、所定のビットレートでストリームとして出力するためのものである。レート制御回路165は、バッファ157におけるデータ占有状態を監視し、そのデータ占有状態に応じて量子化回路154の量子化値を制御するためのものである。
【0017】
図13は図12に示した可変長符号化回路155における符号化処理を示すフローチャートである。図13に示したように、ステップA1において、可変長符号化回路155に入力されるデータ(ブロックデータであり、量子化されたDCT係数)に関するピクチャタイプを判定する。この入力データがノンイントラピクチャに関するものであると判定した場合には、ステップA2において、予め設定されたノンイントラピクチャ用符号化テーブルを用いて符号化処理を行う(符号化処理3)。
【0018】
一方、ステップA1において入力データがイントラピクチャに関するものであると判定した場合、ステップA3において、この入力データにおけるDCT係数タイプを判定する。これは、各ブロックデータにおけるDCT係数には、ブロックデータ内で変化しないDC(Direct Current;直流)係数と、このブロックデータ内で変化するAC(Alternate Current ;交流)係数とが含まれており、それぞれ独立して符号化処理を行うからである。
【0019】
ステップA3において、DCT係数タイプがDC係数であると判定した場合、ステップA4において、隣接するブロックデータとの間のDC係数の差分値に関して予め設定されたDC係数用符号化テーブルを用いて符号化処理を行う(符号化処理1)。一方、DCT係数タイプがAC係数であると判定した場合、ステップA5において、予め設定されたAC係数用符号化テーブルを用いて符号化処理を行う(符号化処理2)。
【0020】
以上のように構成されている階層符号化方式の画像符号化装置において、符号化回路171、172に入力される画像データをイントラピクチャとして符号化する場合に、このような画像データに関して例えば動き補償は行われていなかった。これは、画像データをノンイントラピクチャとして符号化する場合とイントラピクチャとして符号化する場合とでその画像の性質が大きく異なっているからである。そのため、データ成分が少ない差分画像データを符号化するノンイントラピクチャの場合と異なり、イントラピクチャの場合には、入力された画像データそのものを符号化していた。
【0021】
【発明が解決しようとする課題】
ところで、符号化回路171、172では、入力される画像データ(基本階層画像データおよび高位階層画像データ)に関してはそれぞれ区別して符号化が行われていなかった。しかし、高位階層画像データは入力される画像データと基本階層画像データとの差を示す差分画像データであるため、画像の性質に関していえば、イントラピクチャの高位階層画像データはノンイントラピクチャの高位階層画像データと非常に良く似ている。従って、例えば動き補償によって差分画像データを取得することなく、高位階層画像データをイントラピクチャとして符号化しようとすると、高位階層画像データではそのデータ成分が基本階層画像データと比較して少ないにもかかわらず、高位階層画像データの符号量が多くなってしまい、その符号化効率が低下してしまうという問題があった。
【0022】
本発明はかかる問題点に鑑みてなされたものであり、その目的は、符号化対象の画像データを複数の階層の画像データに分割し、分割した複数の階層の画像データの中の所定の階層の画像データをイントラピクチャとして符号化する場合に、この所定の階層の画像データの符号化効率を向上させることが可能な画像符号化装置および方法、画像復号装置および方法、ならびに画像処理装置を提供することにある。
【0023】
【課題を解決するための手段】
本発明による画像符号化装置は、符号化対象の画像データを、基本階層画像データと、符号化対象の画像データから基本階層画像データを減じて得られる高位階層画像データとを含む複数の階層の画像データに分割する分割手段と、この分割手段によって分割された複数の階層の画像データの中の高位階層画像データをイントラピクチャとして符号化する場合、高位階層画像データから零以外の参照用データを減じて得られる差分画像データを符号化する符号化手段とを備えている。
【0024】
また、本発明による画像符号化方法は、符号化対象の画像データを、基本階層画像データと、符号化対象の画像データから基本階層画像データを減じて得られる高位階層画像データとを含む複数の階層の画像データに分割するステップと、この符号化対象の画像データから分割された複数の階層の画像データの中の高位階層画像データをイントラピクチャとして符号化する場合、高位階層画像データから零以外の参照用データを減じて得られる差分画像データを符号化するステップとを含んでいる。
【0025】
本発明による画像復号装置は、符号化対象の画像データを、基本階層画像データと、符号化対象の画像データから基本階層画像データを減じて得られる高位階層画像データとを含む複数の階層の画像データに分割して符号化することにより得られた符号化データを復号するものであって、基本階層画像データを符号化することにより得られた第1の符号化データを復号する第1の復号手段と、この第1の符号化データとは異なる第2の符号化データが、高位階層画像データから零以外の参照用データを減じて得られる差分画像データを符号化することにより得られたイントラピクチャの画像データである場合、第2の符号化データを復号する過程で参照用データを加算させることにより、第2の符号化データの復号を行う第2の復号手段とを備えている。
【0026】
また、本発明による画像復号方法は、符号化対象の画像データを、基本階層画像データと、符号化対象の画像データから基本階層画像データを減じて得られる高位階層画像データとを含む複数の階層の画像データに分割して符号化することにより得られた符号化データを復号する方法であって、基本階層画像データを符号化することにより得られた第1の符号化データを復号するステップと、この第1の符号化データとは異なる第2の符号化データが、高位階層画像データから零以外の参照用データを減じて得られる差分画像データを符号化することにより得られたイントラピクチャの画像データである場合、第2の符号化データを復号する過程で参照用データを加算させることにより、第2の符号化データの復号を行うステップとを含んでいる。
【0027】
本発明による画像処理装置は、符号化対象の画像データを、基本階層画像データと、符号化対象の画像データから基本階層画像データを減じて得られる高位階層画像データとを含む複数の階層の画像データに分割し、分割した複数の階層の画像データの中の高位階層画像データをイントラピクチャとして符号化する場合、高位階層画像データから零以外の参照用データを減じて得られる差分画像データを符号化する符号化手段と、この符号化手段によって符号化された高位階層画像データを復号する過程で参照用データを加算させることにより、符号化された高階層画像データの復号を行う復号手段とを備えている。
【0028】
本発明による画像符号化装置または画像符号化方法では、符号化対象の画像データが、基本階層画像データと、符号化対象の画像データから基本階層画像データを減じて得られる高位階層画像データとを含む複数の階層の画像データに分割され、分割された複数の階層の画像データの中の高位階層画像データをイントラピクチャとして符号化する場合、高位階層画像データから零以外の参照用データを減じて得られる差分画像データが符号化される。
【0029】
本発明による画像復号装置または画像復号方法では、基本階層画像データを符号化することにより得られた第1の符号化データが復号され、この第1の符号化データとは異なる第2の符号化データが、高位階層画像データから零以外の参照用データを減じて得られる差分画像データを符号化することにより得られたイントラピクチャの画像データである場合、第2の符号化データを復号する過程で参照用データが加算されることにより、第2の符号化データが復号される。
【0030】
本発明による画像処理装置では、符号化対象の画像データが、基本階層画像データと、符号化対象の画像データから基本階層画像データを減じて得られる高位階層画像データとを含む複数の階層の画像データに分割され、分割された複数の階層の画像データの中の高位階層画像データをイントラピクチャとして符号化する場合、高位階層画像データから零以外の参照用データを減じて得られる差分画像データが符号化される。そして、符号化された高位階層画像データを復号する過程で参照用データが加算されることにより、符号化された高階層画像データが復号される。
【0031】
【発明の実施の形態】
以下、本発明の実施の形態について図面を参照して詳細に説明する。
【0032】
(第1の実施の形態)
図1は本実施の形態に係る画像符号化装置の構成を示し、図2は本実施の形態に係る画像復号装置の構成を示したものである。なお、本実施の形態に係る画像符号化方法および画像復号方法は、本実施の形態に係る画像符号化装置および画像復号装置によって具現化されるので、以下、併せて説明する。
【0033】
本実施の形態の画像処理装置は、図1に示した画像符号化装置と、図2に示した画像復号装置とによって構成される。
【0034】
まず、図1に示した画像符号化装置について説明する。この画像符号化装置は、分割回路1と、符号化回路2、3とを備えている。
【0035】
分割回路1は、画像処理回路1aと、減算回路1bとを含み、符号化対象の画像データとしての入力画像データYYを複数(ここでは2つ)の階層の画像データ(基本階層画像データY1および高位階層画像データY2)に分割するようになっている。この入力画像データYYを空間周波数に関して分割する場合、画像処理回路1aは、例えばLPF回路によって構成される。
【0036】
入力画像データYYは、分割回路1内の画像処理回路1aおよび減算回路1bにそれぞれ供給されるようになっている。画像処理回路1aは、入力画像データYYから、基本的な特徴を有する画像データである基本階層画像データY1を抽出し、抽出した基本階層画像データY1を符号化回路2および減算回路1bにそれぞれ出力するようになっている。
【0037】
減算回路1bは、入力画像データYYから、画像処理回路1aから出力された基本階層画像データY1を減じ、この減算結果である差分画像データを高位階層画像データY2として符号化回路3に出力するようになっている。
【0038】
符号化回路2は、基本階層画像データY1に関して符号化を行うためのものであり、符号化回路171、172と同様に構成され、同様に動作するようになっている。
【0039】
図3は図1に示した符号化回路3の構成を示したものである。符号化回路3は、高位階層画像データY2に関して符号化を行うためのものであり、前処理回路10と、減算回路11と、DCT回路12と、量子化回路13とを含んでいる。前処理回路10は、例えばラスタースキャン形式の画像データを所定の符号化処理の順序に並び換え、並び換えた画像データごとにブロックスキャン形式に変換して複数のブロックデータを得るようになっている。減算回路11は、前処理回路10から出力される画像データ(ブロックデータ)から、例えば後述する予測画像データを減じるようになっている。DCT回路12は、減算回路11から出力される減算結果に関してDCTを行うことによりDCT係数を取得するようになっている。量子化回路13は、DCT回路12から出力されるDCT係数を所定の量子化値に基づいて量子化するようになっている。
【0040】
また、符号化回路3は、逆量子化回路17と、逆DCT回路18と、加算回路19と、フレームメモリ20とを含んでいる。逆量子化回路17は、量子化回路13の出力データに関して逆量子化を行うようになっている。逆DCT回路18は、逆量子化回路17の出力データ(復元されたDCT係数)に関して逆DCTを行うようになっている。加算回路19は、逆DCT回路18の出力データ(画像データ)と予測画像データとを加算するようになっている。フレームメモリ20は、加算回路19の加算結果を参照画像データとして記憶するようになっている。
【0041】
さらに、符号化回路3は、動きベクトル検出回路21と、動き補償回路22と、スイッチ23と、制御回路29とを含んでいる。動きベクトル検出回路21は、前処理回路10から出力される画像データとフレームメモリ20に記憶されている参照画像データとに基づいて、動きベクトルを検出するようになっている。動き補償回路22は、動きベクトル検出回路21によって検出された動きベクトルに基づいて、フレームメモリ20に記憶されている参照画像データに関して動き補償を行い、動き補償のための参照画像データを予測画像データとして発生するようになっている。
【0042】
制御回路29は、前処理回路10から出力された画像データをイントラピクチャとして符号化するかどうかを決定し、この決定結果に応じてスイッチ23を切り換えるようになっている。
【0043】
前処理回路10から出力された画像データをイントラピクチャとして符号化すると制御回路29が決定した場合、スイッチ23は、制御回路29から出力される切り換え信号に応じて、外部から供給される所定値(零(0)ではない)を示す参照用データが減算回路11および加算回路19にそれぞれ出力されるように切り換えられようになっている。この所定値は、画像データの符号化の際にその符号量が最小となるような値である。また、前処理回路10から出力された画像データをノンイントラピクチャとして符号化すると制御回路29が決定した場合、スイッチ23は、制御回路29から出力される切り換え信号に応じて、動き補償回路22において発生した予測画像データが減算回路11および加算回路19にそれぞれ出力されるように切り換えられるようになっている。
【0044】
これにより、減算回路11から出力される減算結果は、画像データをイントラピクチャとして符号化する場合には、参照用データを用いることにより得られる差分画像データとなる。また、この減算結果は、画像データをノンイントラピクチャとして符号化する場合には、予測画像データを用いることにより得られる差分画像データとなる。
【0045】
また、符号化回路3は、可変長符号化回路14と、多重化回路15と、バッファ16と、レート制御回路24とを備えている。可変長符号化回路14は、前処理回路10に入力される画像データのピクチャタイプに応じて区別することなく、すなわち入力される画像データをイントラピクチャとして符号化する場合とノンイントラピクチャとして符号化する場合とで区別することなく、量子化回路13の出力データに関して同一の可変長符号化処理を行うようになっている。
【0046】
多重化回路15は、可変長符号化回路14から出力された符号化データ(DCT係数、量子化回路13の量子化値、およびピクチャタイプなど)、動きベクトル、および所定値を示す参照用データなどを多重化するようになっている。バッファ16は、多重化回路15の出力データを一旦保持し、所定のビットレートでストリームとして出力するようになっている。レート制御回路24は、バッファ16におけるデータ占有状態を監視し、そのデータ占有状態に応じて量子化回路13の量子化値を制御するようになっている。
【0047】
次に、以上のように構成されている画像符号化装置の作用について説明する。
【0048】
図4は図1に示した画像符号化装置による符号化処理を示すフローチャートである。符号化対象の画像データである入力画像データYYが分割回路1に入力されると、ステップB1において、分割回路1は、入力画像データYYを基本階層画像データY1と高位階層画像データY2とに分割する。そして、分割回路1は、基本階層画像データY1を符号化回路2に出力し、高位階層画像データY2を符号化回路3に出力する。
【0049】
ステップB2において、符号化回路2は、従来の符号化回路171、172と同様に動作し、基本階層画像データY1に関して符号化を行う。すなわち、分割回路1から出力された基本階層画像データY1をイントラピクチャとして符号化する場合、符号化回路2は、この基本階層画像データY1に関して符号化を行う。一方、基本階層画像データY1をノンイントラピクチャとして符号化する場合、符号化回路2は、この基本階層画像データY1および予測画像データを用いることにより得られる差分画像データに関して符号化を行う。
【0050】
一方、ステップB3において、符号化回路3は、以下のようにして、分割回路1から出力された高位階層画像データY2に関して符号化を行う。
【0051】
前処理回路10は、入力された高位階層画像データY2を所定の符号化順序に並び換え、並び換えた高位階層画像データY2ごとに複数のブロックデータに変換する。動きベクトル検出回路21は、前処理回路10から出力された高位階層画像データY2とフレームメモリ20に記憶されている参照画像データとに基づいて動きベクトルを検出する。動き補償回路22は、動きベクトル検出回路21によって検出された動きベクトルに基づいて、参照画像データに関して動き補償を行う。
【0052】
高位階層画像データY2をノンイントラピクチャとして符号化すると決定した場合、制御回路29は、動き補償回路22において発生した参照画像データが予測画像データとして減算回路11に供給されるようにスイッチ23を切り換える。
【0053】
一方、高位階層画像データY2をイントラピクチャとして符号化すると決定した場合、制御回路29は、外部から供給された所定値を示す参照用データが減算回路11に供給されるようにスイッチ23を切り換える。
【0054】
減算回路11は、高位階層画像データY2から予測画像データまたは参照用データのいずれか一方を減じ、その減算結果(差分画像データ)をDCT回路12に出力する。DCT回路12は、この減算回路11からの減算結果に関してDCTを行うことによってDCT係数を取得する。量子化回路13は、DCT回路12によって取得されたDCT係数の量子化を行い、量子化したDCT係数を可変長符号化回路14および逆量子化回路17にそれぞれ出力する。レート制御回路24は、バッファ16におけるデータ占有状態を監視し、そのデータ占有状態に応じて量子化回路13の量子化値を制御する。
【0055】
逆量子化回路17は、量子化回路13によって量子化されたDCT係数に関して逆量子化を行う。逆DCT回路18は、逆量子化回路17によって逆量子化されたDCT係数に関して逆DCTを行い、これにより画像データを復元する。加算回路19は、この復元した画像データと、予測画像データまたは参照用データのいずれか一方とを加算する。フレームメモリ20は加算回路19の加算結果を参照画像データとして記憶する。
【0056】
可変長符号化回路14は、高位階層画像データY2のピクチャタイプによることなく、量子化回路13によって量子化されたDCT係数を所定の符号化処理に基づいて符号化する。多重化回路15は、可変長符号化回路14から出力された符号化データ(DCT係数、量子化回路13の量子化値、およびピクチャタイプなど)、動きベクトル、および所定値を示す参照用データなどを多重化する。多重化されたこれらのデータは、バッファ16に一旦保持された後、所定のビットレートでストリームとして出力される。
【0057】
次に、以上のようにして符号化された画像データを復号する画像復号装置について説明する。
【0058】
図2に示した画像復号装置は、復号回路5、6と、加算回路7とを備えている。復号回路5は、符号化された基本階層画像データY1に関するストリームを復号するようになっている。復号回路6は、符号化された高位階層画像データY2に関するストリームを復号するようになっている。加算回路7は、復号回路5によって復号された基本階層画像データY1と、復号回路6によって復号された高位階層画像データY2とを加算し、この加算結果を入力画像データYYとして復元するようになっている。
【0059】
図5は図2に示した復号回路5の構成を示したものである。復号回路5は、バッファ40と、分離回路41と、可変長復号回路42と、逆量子化回路43と、逆DCT回路44とを含んでいる。バッファ40は、符号化された基本階層画像データY1に関するストリームを一旦保持するようになっている。このストリームには、符号化データ(DCT係数、量子化値、およびピクチャタイプ)や動きベクトルなどが含まれている。分離回路41は、バッファ40に保持されているストリームの分離を行うようになっている。可変長復号回路42は、分離回路41によって分離された符号化データに関して可変長復号を行うようになっている。逆量子化回路43は、可変長復号回路42の出力データに関して逆量子化を行うようになっている。逆DCT回路44は、逆量子化回路43の出力データに関して逆DCTを行うようになっている。
【0060】
また、復号回路5は、加算回路45と、フレームメモリ47と、動き補償回路48と、スイッチ49と、判定回路54とを含んでいる。加算回路45は、逆DCT回路44の出力データと予測画像データとを加算するようになっている。フレームメモリ47は、加算回路45の加算結果を参照画像データとして記憶するようになっている。動き補償回路48は、分離回路41によって分離された動きベクトルに基づいて、フレームメモリ47に記憶されている参照画像データに関して動き補償を行い、動き補償のための参照画像データを予測画像データとして発生するようになっている。判定回路54は、分離回路41によって分離されたピクチャタイプ(イントラピクチャまたはノンイントラピクチャ)を判定し、この判定結果に応じてスイッチ49を切り換えるようになっている。
【0061】
符号化されている基本階層画像データY1がイントラピクチャであると判定回路54が判定した場合、スイッチ49は、判定回路54から出力される切り換え信号に応じて、データ「0」が加算回路45に出力されるように切り換えられるようになっている。また、符号化されている基本階層画像データY1がノンイントラピクチャであると判定回路54が判定した場合、スイッチ49は、判定回路54から出力される切り換え信号に応じて、動き補償回路48において発生した予測画像データが加算回路45に出力されるように切り換えられるようになっている。
【0062】
さらに、復号回路5は、加算回路45から供給されたその加算結果であるブロックスキャン形式のブロックデータをラスタースキャン形式の画像データに変換し、変換した画像データを所定の順序に並び換えて出力する後処理回路46を含んでいる。
【0063】
図6は図2に示した復号回路6の構成を示したものである。復号回路6は、符号化されている高位階層画像データY2がイントラピクチャである場合に、バッファ40に保持されるストリームに含まれている所定値を示す参照用データを用いて復号処理を行っている点を除いて、図5に示した復号回路5と同様に構成されており、同様に動作するようになっている。
【0064】
すなわち、符号化されている高位階層画像データY2がイントラピクチャである場合、バッファ40に一旦保持されるストリームには所定値を示す参照用データも含まれている。そこで、分離回路41は、このストリームから参照用データを分離し、分離した参照用データをスイッチ50に供給するようになっている。そして、符号化されている高位階層画像データY2がイントラピクチャであると判定回路54が判定した場合、スイッチ50は、判定回路54から出力される切り換え信号に応じて、分離回路41によって分離された参照用データが加算回路45に出力されるように切り換えられるようになっている。
【0065】
ここで、復号回路5が本発明の「第1の復号手段」の一具体例に対応し、復号回路6が本発明の「第2の復号手段」の一具体例に対応している。
【0066】
次に、以上のように構成されている画像復号装置の作用について説明する。
【0067】
図7は図2に示した画像復号装置による復号処理を示すフローチャートである。符号化されている基本階層画像データY1に関するストリームが供給されると、ステップC1において、復号回路5は、このストリームを復号して基本階層画像データを復元する。すなわち、符号化されている基本階層画像データY1に関するストリームをバッファ40に一旦保持させる。分離回路41は、バッファ40に保持されているストリームの分離を行う。そして、分離回路41は、このストリームから分離した動きベクトルを動き補償回路48に供給するとともに、このストリームから分離した符号化データを可変長復号回路42に供給する。
【0068】
可変長復号回路42は、分離回路41によって分離された符号化データに関して可変長復号を行う。逆量子化回路43は、可変長復号回路42の出力データに関して逆量子化を行う。逆DCT回路44は、逆量子化回路43の出力データに関して逆DCTを行う。
【0069】
符号化されている基本階層画像データY1がイントラピクチャであると判定した場合、判定回路54は、データ「0」が加算回路45に供給されるようにスイッチ49を切り換える。加算回路45は、このデータ「0」と逆DCT回路44の出力データとを加算し、その加算結果を後処理回路46およびフレームメモリ47にそれぞれ供給する。
【0070】
一方、符号化されている基本階層画像データY1がノンイントラピクチャであると判定回路54が判定した場合、動き補償回路48は、分離回路41によって分離された動きベクトルに基づいてフレームメモリ47に記憶されている参照画像データに関して動き補償を行い、動き補償のための参照画像データを予測画像データとして発生する。判定回路54は、動き補償回路48から出力される予測画像データが加算回路45に供給されるようにスイッチ49を切り換える。加算回路45は、動き補償回路48から出力された予測画像データと逆DCT回路44の出力データとを加算し、その加算結果を後処理回路46およびフレームメモリ47にそれぞれ供給する。
【0071】
後処理回路46は、加算回路45から供給されたその加算結果であるブロックスキャン形式のブロックデータをラスタースキャン形式の画像データに変換し、変換した画像データを所定の順序に並び換えて出力する。この出力画像データが復元された基本階層画像データとなる。この基本階層画像データは加算回路7にも供給される。
【0072】
一方、符号化されている高位階層画像データY2に関するストリームが供給されると、ステップC2において、復号回路6は、このストリームを復号して高位階層画像データを復元する。すなわち、符号化されている高位階層画像データY2に関するストリームをバッファ40に一旦保持させる。符号化されている高位階層画像データY2がイントラピクチャである場合、バッファ40に保持されるストリームには所定値を示す参照用データも含まれている。そこで、分離回路41は、この参照用データをストリームから分離し、スイッチ50に供給する。
【0073】
ここで、符号化されている高位階層画像データY2がイントラピクチャであると判定した場合、判定回路54は、参照用データが加算回路45に供給されるようにスイッチ50を切り換える。加算回路45は、この参照用データと逆DCT回路の出力データとを加算する。その他については、復号回路6は、復号回路5と同様に動作して高位階層画像データを復元し、この高位階層画像データを加算回路7に出力する。
【0074】
ステップC3において、加算回路7は、復号回路5から出力された基本階層画像データと復号回路6から出力された高位階層画像データとを加算し、この加算結果を入力画像データとして復元する。
【0075】
以上のように、本実施の形態では、階層符号化方式において分割された複数の階層の画像データの中で例えば高位階層画像データをイントラピクチャとして符号化する場合においても、零以外の参照用データを用いた減算により得られる、データ成分の少ない差分画像データに関して符号化を行っている。従って、高位階層画像データの符号量を削減してその符号化効率を向上でき、これにより、入力画像データ全体の符号化効率を向上させることが可能となる。そして、このようにして符号化されている高位階層画像データに関して、この参照用データに基づいて復号を行っているので、再現性がよい高位階層画像データを得ることができる。
【0076】
(第2の実施の形態)
図8は本実施の形態に係る画像符号化装置の符号化回路の構成を示し、図9は本実施の形態に係る画像復号装置の復号回路の構成を示したものである。本実施の形態の画像符号化装置は、高位階層画像データをイントラピクチャとして符号化する場合に用いる参照用データを予め記憶するようになっている。また、本実施の形態の画像復号装置は、符号化されている高位階層画像データがイントラピクチャである場合において、復号の際に用いる参照用データを予め記憶するようになっている。その他に関しては、第1の実施の形態の場合と同様に構成され、同様に動作するようになっている。
【0077】
なお、本実施の形態に係る画像符号化方法および画像復号方法は、本実施の形態に係る画像符号化装置および画像復号装置によって具現化されるので、以下、併せて説明する。ここで、第1の実施の形態の場合と同一の構成要素には同一の符号を付しており、ここでは、その詳細な説明を省略する。
【0078】
図8に示した符号化回路は、図1に示した符号化回路3に対応するものであり、イントラピクチャ用フレームメモリ25をさらに含み、高位階層画像データに関して符号化を行うようになっている。イントラピクチャ用フレームメモリ25は、高位階層画像データの符号化の際にその符号量が最小となるような値を示す参照用データを予め記憶するようになっている。また、この符号化回路には、スイッチ23の代わりにスイッチ26が設けられている。
【0079】
図8に示した符号化回路において、高位階層画像データをイントラピクチャとして符号化すると決定した場合、制御回路29は、イントラピクチャ用フレームメモリ25に予め記憶されている参照用データが減算回路11に供給されるようにスイッチ26を切り換える。減算回路11は、前処理回路10の出力データ(高位階層画像データ)からこの参照用データを減じることにより差分画像データを取得する。その後、第1の実施の形態の場合と同様にして、この差分画像データに関して符号化を行う。
【0080】
また、図9に示した復号回路は、図1に示した復号回路6に対応するものであり、図5に示した復号回路と比較して、イントラピクチャ用フレームメモリ51をさらに含み、符号化されている高位階層画像データに関して復号を行うようになっている。イントラピクチャ用フレームメモリ51は、図8に示した符号化回路内のイントラピクチャ用フレームメモリ25に記憶されている参照用データと同じ内容の参照用データを予め記憶するようになっている。また、この復号回路には、スイッチ50の代わりにスイッチ52が設けられている。
【0081】
図9に示した復号回路において、符号化されている高位階層画像データがイントラピクチャであると判定した場合、判定回路54は、イントラピクチャ用フレームメモリ51に予め記憶されている参照用データが加算回路45に供給されるようにスイッチ52を切り換える。加算回路45は、この参照用データと逆DCT回路44の出力データとを加算し、その加算結果を後処理回路46およびフレームメモリ47に出力する。後処理回路46は、加算回路45からの加算結果に基づいてイントラピクチャの高位階層画像データを復元する。
【0082】
以上のように、本実施の形態では、高位階層画像データをイントラピクチャとして符号化する場合、符号化回路および復号回路においてそれぞれ予め記憶されている参照用データを用いて高位階層画像データに関する符号化および復号を行っているので、参照用データ自身を符号化回路から復号回路に伝送する手間を省くことができる。
【0083】
本実施の形態では、参照用データを符号化回路および復号回路にそれぞれ予め記憶させるようにしているが、例えば、高位階層画像データを符号化する際に最初にこの参照用データを符号化しておき、符号化されている高位階層画像データを復号する際には符号化された参照用データを最初に復号して復号回路内のイントラピクチャ用フレームメモリに記憶させるようにしてもよい。
【0084】
(第3の実施の形態)
図10は本実施の形態に係る画像符号化装置の符号化回路の構成を示したものである。本実施の形態の画像符号化装置は、高位階層画像データをイントラピクチャとして符号化する場合において、参照用データとして高位階層画像データの平均画素値を計算するようになっている。その他に関しては、第1の実施の形態の場合と同様に構成され、同様に動作するようになっている。
【0085】
なお、本実施の形態に係る画像符号化方法は、本実施の形態に係る画像符号化装置によって具現化されるので、以下、併せて説明する。ここで、第1の実施の形態の場合と同一の構成要素には同一の符号を付しており、ここでは、その詳細な説明を省略する。
【0086】
図10に示した符号化回路は、図1に示した符号化回路3に対応するものであり、図3に示した符号化回路と比較して、前処理回路10の出力データの平均画素値(高位階層画像データの全画素の平均値)を参照用データとして計算する平均画素値計算回路27をさらに含み、高位階層画像データに関して符号化を行うようになっている。また、この符号化回路には、スイッチ23の代わりにスイッチ28が設けられている。
【0087】
図10に示した符号化回路において、高位階層画像データをイントラピクチャとして符号化する場合、平均画素値計算回路27は、前処理回路10の出力データ(高位階層画像データ)の平均画素値を計算する。制御回路29は、平均画素値計算回路27によって計算された平均画素値が減算回路11に供給されるようにスイッチ28を切り換える。減算回路11は、前処理回路10の出力データからこの平均画素値を減じることにより、差分画像データを取得する。そして、第1の実施の形態の場合と同様に、この差分画像データに関して符号化を行う。
【0088】
また、平均画素値計算回路27は、計算した平均画素値を多重化回路15に出力する。多重化回路15は、高位階層画像データの符号化データなどとともに、この平均画素値を多重化して出力する。
【0089】
このようにして符号化されている高位階層画像データに関しては、図6に示した復号回路によって復号を行う。この場合、分離回路53は、バッファ40に保持されているストリームから平均画素値を分離し、分離した平均画素値をスイッチ50に供給する。これにより、符号化されているイントラピクチャの高位階層画像データの復号の際にこの平均画素値を用いることができる。
【0090】
以上のように、本実施の形態では、高位階層画像データをイントラピクチャとして符号化する場合、その平均画素値を計算して用いるとともに、計算した画素平均値を多重化して出力している。従って、画像データの性質に応じて、最適にそのデータ量を少なくして符号化を行うことができる。そして、符号化されている高位階層画像データがイントラピクチャである場合、多重化して出力された平均画素値を用いてこの高位階層画像データに関する復号を行っている。従って、平均画素値を参照用データとして予め準備しておく手間を省くことができる。
【0091】
以上、本発明のいくつかの実施の形態について説明したが、本発明は上記の実施の形態に限定されることなく、種々の変形が可能である。
【0092】
例えば、本発明では、階層符号化方式において、符号化対象の画像データを複数の階層の画像データ(基本階層画像データおよび高位階層画像データ)に分割し、高位階層画像データをイントラピクチャとして符号化する場合には、参照用データを用いて高位階層画像データに関して符号化を行っている。しかし、データ成分が少ない画像データをイントラピクチャとして符号化する場合にも、このような参照用データを用いれば、その符号化効率を向上させることが可能となる。
【0093】
また、本発明では、符号化対象の画像データを異なる周波数成分ごとに分けた階層の画像データに関して符号化を行っているが、例えば、色成分ごとに分けた階層の画像データに関して符号化を行うようにしてもよい。
【0094】
【発明の効果】
以上説明したように、請求項1から4のいずれか1項に記載の画像符号化装置、または請求項5に記載の画像符号化方法によれば、符号化対象の画像データを、基本階層画像データと、符号化対象の画像データから基本階層画像データを減じて得られる高位階層画像データとを含む複数の階層の画像データに分割し、分割した複数の階層の画像データの中の高位階層画像データをイントラピクチャとして符号化する場合、高位階層画像データから零以外の参照用データを減じて得られる差分画像データを符号化するようにしたので、この高位階層画像データの符号化効率を向上させることができるという効果を奏する。
【0095】
また、請求項6から9のいずれか1項に記載の画像復号装置または請求項10に記載の画像復号方法によれば、符号化対象の画像データが、基本階層画像データと、符号化対象の画像データから基本階層画像データを減じて得られる高位階層画像データとを含む複数の階層の画像データに分割して符号化されている場合、基本階層画像データを符号化することにより得られた第1の符号化データを復号するとともに、この第1の符号化データとは異なる第2の符号化データが、高位階層画像データから零以外の参照用データを減じて得られる差分画像データを符号化することにより得られたイントラピクチャの画像データである場合には、第2の符号化データを復号する過程で参照用データを加算させることにより第2の符号化データの復号を行うようにしたので、この第2の符号データから再現性のよい画像データを得ることができるという効果を奏する。
【0096】
また、請求項11から14のいずれか1項に記載の画像処理装置によれば、符号化対象の画像データを、基本階層画像データと、符号化対象の画像データから基本階層画像データを減じて得られる高位階層画像データとを含む複数の階層の画像データに分割し、分割した複数の階層の画像データの中の高位階層画像データをイントラピクチャとして符号化する場合には、高位階層画像データから零以外の参照用データを減じて得られる差分画像データを符号化するとともに、符号化された高位階層画像データを復号する過程で参照用データを加算させることにより、符号化された高階層画像データの復号を行うようにしたので、高位階層画像データの符号化効率を向上させることができるとともに、再現性のよい高位階層画像データを得ることができるという効果を奏する。
【図面の簡単な説明】
【図1】本発明の第1の実施の形態に係る階層符号化方式の画像符号化装置の構成を示すブロック図である。
【図2】本発明の第1の実施の形態に係る階層符号化方式の画像復号装置の構成を示すブロック図である。
【図3】図1に示した符号化回路の構成を示すブロック図である。
【図4】図1に示した画像符号化装置による符号化処理を示すフローチャートである。
【図5】図2に示した復号回路の構成を示すブロック図である。
【図6】図2に示した復号回路の構成を示すブロック図である。
【図7】図2に示した画像復号装置による復号処理を示すフローチャートである。
【図8】本発明の第2の実施の形態に係る画像符号化装置の符号化回路の構成を示すブロック図である。
【図9】本発明の第2の実施の形態に係る画像復号装置の復号回路の構成を示すブロック図である。
【図10】本発明の第3の実施の形態に係る画像符号化装置の符号化回路の構成を示すブロック図である。
【図11】従来の階層符号化方式の画像符号化装置の構成を示すブロック図である。
【図12】図11に示した符号化回路の構成を示すブロック図である。
【図13】図12に示した可変長符号化回路による符号化処理を示すフローチャートである。
【符号の説明】
1…分割回路、1a…画像処理回路、1b,11…減算回路、2,3…符号化回路、5,6…復号回路、7,19,45…加算回路、10…前処理回路、12…DCT回路、13…量子化回路、14…可変長符号化回路、15…多重化回路、16,40…バッファ、17,43…逆量子化回路、18,44…逆DCT回路、20,47…フレームメモリ、21…動きベクトル検出回路、22,48…動き補償回路、23,26,28,49,50,52…スイッチ、24…レート制御回路、25,51…イントラピクチャ用フレームメモリ、27…平均画素値計算回路、29…制御回路、41、53…分離回路、42…可変長復号回路、46…後処理回路、54…判定回路。[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an image encoding apparatus and method for compressing and encoding image data, an image decoding apparatus and method for decoding compressed and encoded image data, and an image processing apparatus including the image encoding apparatus and the image decoding apparatus About.
[0002]
[Prior art]
Conventionally, as an image encoding method for compressing and encoding image data, there is a bidirectional predictive encoding method adopted in the MPEG (Moving Picture Experts Group) standard. In this bidirectional predictive encoding method, three types of encoding are performed: intra-frame encoding, inter-frame forward predictive encoding, and bidirectional predictive encoding, and in response to these encodings, Three types of image types are defined: I (Intra) picture, P (Predictive) picture, and B (Bidirectionally predictive) picture. Note that the P picture and the B picture are also called a non-intra picture or an inter picture.
[0003]
When encoding image data to be encoded as an intra picture, for example, the image data is encoded in the same frame (or field). On the other hand, when encoding image data to be encoded as a non-intra picture, encoding is performed on difference image data obtained by referring to a past frame or a future frame.
[0004]
Further, for example, there is a hierarchical encoding method as an encoding method for improving image quality in stages. In this hierarchical encoding method, image data to be encoded is divided into a plurality of hierarchical image data, and encoding is performed on the divided hierarchical image data. Here, the image data of each layer is, for example, image data divided for different frequency components.
[0005]
FIG. 11 shows the configuration of such a hierarchical encoding scheme image encoding apparatus. This image encoding device includes a dividing
[0006]
The dividing
[0007]
The input image data XX is supplied to the
[0008]
The subtraction circuit 170b subtracts the base layer image data X1 output from the
[0009]
FIG. 12 shows the configuration of the
[0010]
The coding circuit shown in FIG. 12 includes a
[0011]
The encoding circuit includes an
[0012]
Further, this encoding circuit includes a
[0013]
The
[0014]
When the
[0015]
Thereby, the subtraction result output from the
[0016]
In addition, the encoding circuit includes a variable
[0017]
FIG. 13 is a flowchart showing an encoding process in the variable
[0018]
On the other hand, when it is determined in step A1 that the input data relates to an intra picture, in step A3, the DCT coefficient type in the input data is determined. This is because the DCT coefficient in each block data includes a DC (Direct Current) coefficient that does not change in the block data and an AC (Alternate Current) coefficient that changes in the block data. This is because the encoding process is performed independently.
[0019]
If it is determined in step A3 that the DCT coefficient type is a DC coefficient, in step A4, encoding is performed using a DC coefficient coding table that is set in advance with respect to the DC coefficient difference value between adjacent block data. Processing is performed (encoding processing 1). On the other hand, when it is determined that the DCT coefficient type is an AC coefficient, in step A5, an encoding process is performed using a preset AC coefficient encoding table (encoding process 2).
[0020]
In the image coding apparatus of the hierarchical coding system configured as described above, when image data input to the
[0021]
[Problems to be solved by the invention]
By the way, in the
[0022]
The present invention has been made in view of such problems, and an object of the present invention is to divide image data to be encoded into image data of a plurality of hierarchies, and to determine a predetermined hierarchy among the divided image data of the plurality of hierarchies. An image encoding device and method, an image decoding device and method, and an image processing device capable of improving the encoding efficiency of image data of a predetermined layer when encoding the image data as an intra picture are provided. There is to do.
[0023]
[Means for Solving the Problems]
An image encoding device according to the present invention converts image data to be encoded., Including basic hierarchical image data and higher hierarchical image data obtained by subtracting basic hierarchical image data from encoding target image dataDividing means for dividing the image data into a plurality of hierarchies, and the image data of the plurality of hierarchies divided by the dividing meansHigh-level image dataIs encoded as an intra picture,Encode differential image data obtained by subtracting non-zero reference data from high-order hierarchical image dataEncoding means.
[0024]
In addition, the image encoding method according to the present invention provides image data to be encoded., Including basic hierarchical image data and higher hierarchical image data obtained by subtracting basic hierarchical image data from encoding target image dataA step of dividing the image data into a plurality of hierarchies, and a plurality of hierarchies of image data divided from the image data to be encodedHigh-level image dataIs encoded as an intra picture,Encode differential image data obtained by subtracting non-zero reference data from high-order hierarchical image dataSteps.
[0025]
An image decoding apparatus according to the present invention includes:The image data to be encoded is divided and encoded into image data of a plurality of layers including basic layer image data and high-level image data obtained by subtracting the basic layer image data from the image data to be encoded. Is obtained by decoding the base layer image data.First decoding means for decoding the first encoded data, and second encoded data different from the first encoded data areObtained by encoding difference image data obtained by subtracting non-zero reference data from high-level image dataIf the image data is an intra picture,The second encoded data is decoded by adding the reference data in the process of decoding the second encoded data.Second decoding means.
[0026]
The image decoding method according to the present invention includes:The image data to be encoded is divided and encoded into image data of a plurality of layers including basic layer image data and high-level image data obtained by subtracting the basic layer image data from the image data to be encoded. Is a method for decoding encoded data obtained by encoding the basic layer image data.A step of decoding the first encoded data and a second encoded data different from the first encoded dataObtained by encoding difference image data obtained by subtracting non-zero reference data from high-level image dataIf the image data is an intra picture,The second encoded data is decoded by adding the reference data in the process of decoding the second encoded data.Steps.
[0027]
An image processing apparatus according to the present invention stores image data to be encoded., Including basic hierarchical image data and higher hierarchical image data obtained by subtracting basic hierarchical image data from encoding target image dataDivide into multiple levels of image data, and the divided multiple levels of image dataHigh-level image dataIs encoded as an intra picture,Encode differential image data obtained by subtracting non-zero reference data from high-order hierarchical image dataEncoding means and encoded by this encoding meansThe encoded high-level image data is decoded by adding the reference data in the process of decoding the high-level image data.Decoding means.
[0028]
In the image encoding device or the image encoding method according to the present invention, the image data to be encoded is, Including basic hierarchical image data and higher hierarchical image data obtained by subtracting basic hierarchical image data from encoding target image dataThe image data is divided into multiple levels of image data.High-level image dataIs encoded as an intra picture,Difference image data obtained by subtracting non-zero reference data from high-order hierarchical image data is encoded.
[0029]
In the image decoding apparatus or the image decoding method according to the present invention,Obtained by encoding base layer image dataThe first encoded data is decoded, and second encoded data different from the first encoded data isObtained by encoding difference image data obtained by subtracting non-zero reference data from high-level image dataIf the image data is an intra picture,By adding the reference data in the process of decoding the second encoded data, the second encoded data is decoded.
[0030]
In the image processing apparatus according to the present invention, the image data to be encodedIncludes the basic layer image data and the higher layer image data obtained by subtracting the base layer image data from the image data to be encoded.The image data is divided into multiple levels of image data.High-level image dataIs encoded as an intra picture,Difference image data obtained by subtracting non-zero reference data from high-order hierarchical image data is encoded.And encodedBy adding the reference data in the process of decoding the higher layer image data, the encoded higher layer image data is decoded.
[0031]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
[0032]
(First embodiment)
FIG. 1 shows a configuration of an image encoding device according to the present embodiment, and FIG. 2 shows a configuration of an image decoding device according to the present embodiment. The image encoding method and the image decoding method according to the present embodiment are embodied by the image encoding device and the image decoding device according to the present embodiment, and will be described below.
[0033]
The image processing apparatus according to the present embodiment includes the image encoding apparatus shown in FIG. 1 and the image decoding apparatus shown in FIG.
[0034]
First, the image coding apparatus shown in FIG. 1 will be described. This image encoding apparatus includes a
[0035]
The dividing
[0036]
The input image data YY is supplied to the image processing circuit 1a and the subtraction circuit 1b in the
[0037]
The subtraction circuit 1b subtracts the basic layer image data Y1 output from the image processing circuit 1a from the input image data YY, and outputs the difference image data as the subtraction result to the
[0038]
The
[0039]
FIG. 3 shows the configuration of the
[0040]
The
[0041]
Further, the
[0042]
The
[0043]
When the
[0044]
Thereby, the subtraction result output from the
[0045]
The
[0046]
The multiplexing
[0047]
Next, the operation of the image coding apparatus configured as described above will be described.
[0048]
FIG. 4 is a flowchart showing an encoding process by the image encoding apparatus shown in FIG. When input image data YY that is image data to be encoded is input to the
[0049]
In step B2, the
[0050]
On the other hand, in step B3, the
[0051]
The
[0052]
When it is determined that the higher hierarchy image data Y2 is to be encoded as a non-intra picture, the
[0053]
On the other hand, when it is determined that the higher hierarchy image data Y2 is to be encoded as an intra picture, the
[0054]
The
[0055]
The
[0056]
The variable
[0057]
Next, an image decoding apparatus that decodes the image data encoded as described above will be described.
[0058]
The image decoding apparatus shown in FIG. 2 includes
[0059]
FIG. 5 shows the configuration of the
[0060]
The
[0061]
When the
[0062]
Further, the
[0063]
FIG. 6 shows the configuration of the decoding circuit 6 shown in FIG. When the encoded higher layer image data Y2 is an intra picture, the decoding circuit 6 performs a decoding process using reference data indicating a predetermined value included in the stream held in the
[0064]
That is, when the encoded higher layer image data Y2 is an intra picture, the stream temporarily held in the
[0065]
Here, the
[0066]
Next, the operation of the image decoding apparatus configured as described above will be described.
[0067]
FIG. 7 is a flowchart showing a decoding process by the image decoding apparatus shown in FIG. When the stream related to the encoded base layer image data Y1 is supplied, in step C1, the
[0068]
The variable
[0069]
When it is determined that the encoded base layer image data Y1 is an intra picture, the
[0070]
On the other hand, when the
[0071]
The
[0072]
On the other hand, when a stream related to the encoded higher layer image data Y2 is supplied, in step C2, the decoding circuit 6 decodes the stream to restore the higher layer image data. That is, the
[0073]
Here, when it is determined that the encoded higher layer image data Y2 is an intra picture, the
[0074]
In step C3, the adding circuit 7 adds the basic layer image data output from the
[0075]
As described above, in the present embodiment, reference data other than zero is used even when, for example, higher-layer image data is encoded as an intra picture among image data of a plurality of layers divided in the hierarchical encoding method. Encoding is performed on difference image data having a small data component obtained by subtraction using. Therefore, it is possible to improve the coding efficiency by reducing the code amount of the higher layer image data, thereby improving the coding efficiency of the entire input image data. Since the high-level image data encoded in this way is decoded based on the reference data, high-level image data with good reproducibility can be obtained.
[0076]
(Second Embodiment)
FIG. 8 shows the configuration of the encoding circuit of the image encoding device according to the present embodiment, and FIG. 9 shows the configuration of the decoding circuit of the image decoding device according to the present embodiment. The image coding apparatus according to the present embodiment stores in advance reference data that is used when high-level image data is coded as an intra picture. In addition, the image decoding apparatus according to the present embodiment is configured to store in advance reference data used for decoding when the encoded higher layer image data is an intra picture. Others are configured in the same manner as in the first embodiment and operate in the same manner.
[0077]
The image encoding method and the image decoding method according to the present embodiment are embodied by the image encoding device and the image decoding device according to the present embodiment, and will be described below. Here, the same components as those of the first embodiment are denoted by the same reference numerals, and detailed description thereof is omitted here.
[0078]
The encoding circuit shown in FIG. 8 corresponds to the
[0079]
When the encoding circuit shown in FIG. 8 determines that the higher layer image data is to be encoded as an intra picture, the
[0080]
Further, the decoding circuit shown in FIG. 9 corresponds to the decoding circuit 6 shown in FIG. 1, and further includes an
[0081]
When the decoding circuit shown in FIG. 9 determines that the encoded higher layer image data is an intra picture, the
[0082]
As described above, in the present embodiment, when high-level image data is encoded as an intra picture, encoding related to high-level image data using reference data stored in advance in the encoding circuit and the decoding circuit, respectively. Since the decoding is performed, it is possible to save the trouble of transmitting the reference data itself from the encoding circuit to the decoding circuit.
[0083]
In the present embodiment, the reference data is stored in advance in the encoding circuit and the decoding circuit, respectively. For example, when encoding high-level image data, the reference data is first encoded. When the encoded higher layer image data is decoded, the encoded reference data may be first decoded and stored in the intra picture frame memory in the decoding circuit.
[0084]
(Third embodiment)
FIG. 10 shows the configuration of the encoding circuit of the image encoding apparatus according to the present embodiment. The image coding apparatus according to the present embodiment is configured to calculate an average pixel value of high-level image data as reference data when high-level image data is encoded as an intra picture. Others are configured in the same manner as in the first embodiment and operate in the same manner.
[0085]
The image coding method according to the present embodiment is embodied by the image coding apparatus according to the present embodiment, and will be described below. Here, the same components as those of the first embodiment are denoted by the same reference numerals, and detailed description thereof is omitted here.
[0086]
The encoding circuit illustrated in FIG. 10 corresponds to the
[0087]
In the encoding circuit shown in FIG. 10, when the higher layer image data is encoded as an intra picture, the average pixel
[0088]
The average pixel
[0089]
The high-level image data encoded in this way is decoded by the decoding circuit shown in FIG. In this case, the
[0090]
As described above, in the present embodiment, when high-level image data is encoded as an intra picture, the average pixel value is calculated and used, and the calculated pixel average value is multiplexed and output. Therefore, encoding can be performed with the data amount reduced optimally according to the properties of the image data. When the encoded higher layer image data is an intra picture, decoding on the higher layer image data is performed using the average pixel value output by multiplexing. Therefore, it is possible to save the trouble of preparing the average pixel value as reference data in advance.
[0091]
As mentioned above, although several embodiment of this invention was described, this invention is not limited to said embodiment, A various deformation | transformation is possible.
[0092]
For example, in the present invention, in the hierarchical encoding method, the image data to be encoded is divided into a plurality of layers of image data (basic layer image data and higher layer image data), and the higher layer image data is encoded as an intra picture. In this case, encoding is performed on the high-level image data using the reference data. However, even when image data with few data components is encoded as an intra picture, if such reference data is used, the encoding efficiency can be improved.
[0093]
In the present invention, encoding is performed on image data in a hierarchy in which image data to be encoded is divided for different frequency components. For example, encoding is performed on image data in a hierarchy divided for each color component. You may do it.
[0094]
【The invention's effect】
As explained above, from claim 14The image encoding device according to
[0095]
ClaimsAny one of 6-9Or an image decoding device according to claim 110According to the image decoding method described in the above, the image data to be encoded is, Including basic hierarchical image data and higher hierarchical image data obtained by subtracting basic hierarchical image data from encoding target image dataIf the image data is divided into multiple layers and encoded,Obtained by encoding base layer image dataWhile decoding the first encoded data, the second encoded data different from the first encoded data isObtained by encoding difference image data obtained by subtracting non-zero reference data from high-level image dataWhen the image data is an intra pictureThe second encoded data is decoded by adding the reference data in the process of decoding the second encoded data.Since it did in this way, there exists an effect that image data with sufficient reproducibility can be obtained from this 2nd code data.
[0096]
ClaimsAny one of 11 to 14According to the image processing apparatus described in the above, the image data to be encoded is, Including basic hierarchical image data and higher hierarchical image data obtained by subtracting basic hierarchical image data from encoding target image dataDivide into multiple levels of image data, and the divided multiple levels of image dataHigh-level image dataIs encoded as an intra picture, Encoding differential image data obtained by subtracting non-zero reference data from high-order hierarchical image dataWithThe encoded high-level image data is decoded by adding the reference data in the process of decoding the encoded high-level image data.I did soHigher hierarchyThe encoding efficiency of image data can be improved and the reproducibility is goodHigher hierarchyThere is an effect that image data can be obtained.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of an image coding apparatus of a hierarchical coding system according to a first embodiment of the present invention.
FIG. 2 is a block diagram showing a configuration of an image decoding apparatus using a hierarchical coding scheme according to the first embodiment of the present invention.
3 is a block diagram showing a configuration of an encoding circuit shown in FIG. 1. FIG.
4 is a flowchart showing encoding processing by the image encoding device shown in FIG. 1; FIG.
5 is a block diagram showing a configuration of a decoding circuit shown in FIG. 2. FIG.
6 is a block diagram showing a configuration of a decoding circuit shown in FIG. 2. FIG.
7 is a flowchart showing decoding processing by the image decoding apparatus shown in FIG.
FIG. 8 is a block diagram showing a configuration of an encoding circuit of an image encoding device according to a second embodiment of the present invention.
FIG. 9 is a block diagram showing a configuration of a decoding circuit of an image decoding apparatus according to a second embodiment of the present invention.
FIG. 10 is a block diagram showing a configuration of an encoding circuit of an image encoding device according to a third embodiment of the present invention.
FIG. 11 is a block diagram illustrating a configuration of a conventional image encoding apparatus using a hierarchical encoding method.
12 is a block diagram showing a configuration of the encoding circuit shown in FIG. 11. FIG.
13 is a flowchart showing an encoding process by the variable length encoding circuit shown in FIG.
[Explanation of symbols]
DESCRIPTION OF
Claims (14)
前記分割手段によって分割された複数の階層の画像データの中の前記高位階層画像データをイントラピクチャとして符号化する場合、前記高位階層画像データから零以外の参照用データを減じて得られる差分画像データを符号化する符号化手段と
を備えた画像符号化装置。Dividing means for dividing image data to be encoded into image data of a plurality of hierarchies including basic hierarchy image data and higher hierarchy image data obtained by subtracting the basic hierarchy image data from the image data to be encoded When,
The case of encoding as an intra picture the higher hierarchy image data in the image data of the plurality of divided hierarchies by dividing means, the difference image data obtained by subtracting the reference data other than zero from the higher hierarchy image data picture image encoding apparatus and a coding means for encoding.
請求項1記載の画像符号化装置。Furthermore, a storage means for storing the reference data is provided .
Image encoding apparatus 請 Motomeko 1 wherein.
請求項1記載の画像符号化装置。Furthermore, a calculation means for calculating an average pixel value of the higher hierarchy image data as the reference data is provided .
Image encoding apparatus 請 Motomeko 1 wherein.
請求項3記載の画像符号化装置。The image encoding device according to claim 3.
前記符号化対象の画像データから分割された複数の階層の画像データの中の前記高位階層画像データをイントラピクチャとして符号化する場合、前記高位階層画像データから零以外の参照用データを減じて得られる差分画像データを符号化するステップと
を含む画像符号化方法。Dividing the image data to be encoded into image data of a plurality of layers including basic layer image data and high-order layer image data obtained by subtracting the base layer image data from the image data to be encoded; ,
When encoding the higher layer image data of the plurality of layers of image data divided from the image data to be encoded as an intra picture, it is obtained by subtracting reference data other than zero from the higher layer image data. steps and the including images coding method for coding a difference image data to be.
前記基本階層画像データを符号化することにより得られた第1の符号化データを復号する第1の復号手段と、
前記第1の符号化データとは異なる第2の符号化データが、前記高位階層画像データから零以外の参照用データを減じて得られる差分画像データを符号化することにより得られたイントラピクチャの画像データである場合、前記第2の符号化データを復号する過程で前記参照用データを加算させることにより、前記第2の符号化データの復号を行う第2の復号手段と
を備えた画像復号装置。The image data to be encoded is encoded by dividing the image data into a plurality of layers including base layer image data and higher layer image data obtained by subtracting the base layer image data from the image data to be encoded. An apparatus for decoding encoded data obtained by converting to
First decoding means for decoding first encoded data obtained by encoding the base layer image data ;
Second encoded data different from the first encoded data is an intra picture obtained by encoding differential image data obtained by subtracting non-zero reference data from the higher hierarchical image data . If it is the image data, images of the by adding the reference data in the second step of decoding the coded data, and a second decoding means for decoding said second coded data Decoding device.
請求項6記載の画像復号装置。The image decoding apparatus according to claim 6.
請求項6記載の画像復号装置。The image decoding apparatus according to claim 6.
請求項8記載の画像復号装置。The image decoding apparatus according to claim 8.
前記基本階層画像データを符号化することにより得られた第1の符号化データを復号するステップと、
前記第1の符号化データとは異なる第2の符号化データが、前記高位階層画像データから零以外の参照用データを減じて得られる差分画像データを符号化することにより得られたイントラピクチャの画像データである場合、前記第2の符号化データを復号する過程で前記参照用データを加算させることにより、前記第2の符号化データの復号を行うステップと
を含む画像復号方法。The image data to be encoded is encoded by dividing the image data into a plurality of layers including base layer image data and higher layer image data obtained by subtracting the base layer image data from the image data to be encoded. A method for decoding encoded data obtained by converting to
Decoding first encoded data obtained by encoding the base layer image data ;
Second encoded data different from the first encoded data is an intra picture obtained by encoding differential image data obtained by subtracting non-zero reference data from the higher hierarchical image data . If it is the image data, the second by 2 in the process of decoding the coded data thereby adding the reference data, the second step and the including images decoding method for decoding coded data.
前記符号化手段によって符号化された高位階層画像データを復号する過程で前記参照用データを加算させることにより、符号化された高階層画像データの復号を行う復号手段と
を備えた画像処理装置。The image data to be encoded is divided into image data of a plurality of layers including basic layer image data and high-order layer image data obtained by subtracting the base layer image data from the image data to be encoded. when encoding the higher hierarchy image data in the image data of a plurality of hierarchies obtained by the intra-picture, coding for encoding the difference image data obtained by subtracting the reference data other than zero from the higher hierarchy image data Means,
By adding the reference data in the process of decoding the higher hierarchy image data encoded by said encoding means, images processing device and a decoding means for decoding the high hierarchical image data encoded .
請求項11記載の画像処理装置。The image processing apparatus according to claim 11.
前記復号手段は、前記符号化手段によって符号化された高階層画像データを復号する際に、前記符号化手段によって符号化された参照用データを最初に復号すると共に、復号することにより得られた前記参照用データを記憶させておくThe decoding means is obtained by first decoding and decoding the reference data encoded by the encoding means when decoding the high-level image data encoded by the encoding means. Store the reference data
請求項11記載の画像処理装置。The image processing apparatus according to claim 11.
請求項11記載の画像処理装置。The image processing apparatus according to claim 11.
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2000240824A JP4224662B2 (en) | 2000-08-09 | 2000-08-09 | Image encoding apparatus and method, image decoding apparatus and method, and image processing apparatus |
US09/924,015 US7221707B2 (en) | 2000-08-09 | 2001-08-07 | Image processing apparatus employing hierarchical encoding |
US11/804,790 US7529301B2 (en) | 2000-08-09 | 2007-05-21 | Image processing apparatus employing hierarchical encoding |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2000240824A JP4224662B2 (en) | 2000-08-09 | 2000-08-09 | Image encoding apparatus and method, image decoding apparatus and method, and image processing apparatus |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2002058032A JP2002058032A (en) | 2002-02-22 |
JP4224662B2 true JP4224662B2 (en) | 2009-02-18 |
Family
ID=18732116
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2000240824A Expired - Fee Related JP4224662B2 (en) | 2000-08-09 | 2000-08-09 | Image encoding apparatus and method, image decoding apparatus and method, and image processing apparatus |
Country Status (2)
Country | Link |
---|---|
US (2) | US7221707B2 (en) |
JP (1) | JP4224662B2 (en) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4224662B2 (en) * | 2000-08-09 | 2009-02-18 | ソニー株式会社 | Image encoding apparatus and method, image decoding apparatus and method, and image processing apparatus |
CN100423581C (en) * | 2002-12-30 | 2008-10-01 | Nxp股份有限公司 | Coding/decoding method and its device for dynamic image |
KR100750128B1 (en) | 2005-09-06 | 2007-08-21 | 삼성전자주식회사 | Method and apparatus for intra prediction of video |
KR100727972B1 (en) | 2005-09-06 | 2007-06-14 | 삼성전자주식회사 | Method and apparatus for intra prediction of video |
JP2009049979A (en) | 2007-07-20 | 2009-03-05 | Fujifilm Corp | Image processing device, image processing method, image processing system, and program |
JP5033563B2 (en) | 2007-09-27 | 2012-09-26 | 三洋電機株式会社 | Showcase |
JP5474887B2 (en) | 2011-08-01 | 2014-04-16 | 株式会社ソニー・コンピュータエンタテインメント | Moving image data generation device, moving image display device, moving image data generation method, moving image display method, and data structure of moving image file |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2647229B2 (en) * | 1990-04-13 | 1997-08-27 | 沖電気工業株式会社 | Image coding device |
JPH0622289A (en) * | 1992-06-30 | 1994-01-28 | Hitachi Ltd | Multi-resolution image signal coder and decoder |
JPH0746628A (en) * | 1993-06-29 | 1995-02-14 | Toshiba Corp | Encoder and decoder for image signal |
JP3129075B2 (en) * | 1993-12-28 | 2001-01-29 | 日本ビクター株式会社 | Image data compression method |
KR100213018B1 (en) * | 1994-07-30 | 1999-08-02 | 윤종용 | Apparatus for encoding moving picture |
US5731840A (en) * | 1995-03-10 | 1998-03-24 | Kabushiki Kaisha Toshiba | Video coding/decoding apparatus which transmits different accuracy prediction levels |
US6023301A (en) * | 1995-07-14 | 2000-02-08 | Sharp Kabushiki Kaisha | Video coding device and video decoding device |
JPH10234014A (en) * | 1997-02-20 | 1998-09-02 | Matsushita Electric Ind Co Ltd | Image decoding method, image decoder, image multiplexing method, image multiplexer and recording medium |
JPH10257502A (en) * | 1997-03-17 | 1998-09-25 | Matsushita Electric Ind Co Ltd | Hierarchical image encoding method, hierarchical image multiplexing method, hierarchical image decoding method and device therefor |
US6233356B1 (en) * | 1997-07-08 | 2001-05-15 | At&T Corp. | Generalized scalability for video coder based on video objects |
US6011870A (en) * | 1997-07-18 | 2000-01-04 | Jeng; Fure-Ching | Multiple stage and low-complexity motion estimation for interframe video coding |
GB2352350B (en) * | 1999-07-19 | 2003-11-05 | Nokia Mobile Phones Ltd | Video coding |
US6639942B1 (en) * | 1999-10-21 | 2003-10-28 | Toshiba America Electronic Components, Inc. | Method and apparatus for estimating and controlling the number of bits |
JP4224662B2 (en) * | 2000-08-09 | 2009-02-18 | ソニー株式会社 | Image encoding apparatus and method, image decoding apparatus and method, and image processing apparatus |
JP2004350263A (en) * | 2003-04-28 | 2004-12-09 | Canon Inc | Image processing apparatus and method therefor |
-
2000
- 2000-08-09 JP JP2000240824A patent/JP4224662B2/en not_active Expired - Fee Related
-
2001
- 2001-08-07 US US09/924,015 patent/US7221707B2/en not_active Expired - Fee Related
-
2007
- 2007-05-21 US US11/804,790 patent/US7529301B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US7221707B2 (en) | 2007-05-22 |
US20070217504A1 (en) | 2007-09-20 |
US7529301B2 (en) | 2009-05-05 |
JP2002058032A (en) | 2002-02-22 |
US20020054338A1 (en) | 2002-05-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6333949B1 (en) | Video coding apparatus and decoding apparatus | |
JP2005506815A (en) | Method and apparatus for spatially extensible compression | |
KR0141082B1 (en) | Apparatus for coding image signal with adaptive edge part | |
JP3778960B2 (en) | Video coding method and apparatus | |
JP2007281949A (en) | Image encoding device, image encoding decoding system, image encoding method, and image encoding decoding method | |
JP3703299B2 (en) | Video coding method, system and computer program product for optimizing picture center image quality | |
US7529301B2 (en) | Image processing apparatus employing hierarchical encoding | |
JPH06125543A (en) | Encoding device | |
JPH0795566A (en) | Method and device for encoding image | |
JP3599942B2 (en) | Moving picture coding method and moving picture coding apparatus | |
KR20020057525A (en) | Apparatus for transcoding video | |
JP2002058028A (en) | Device and method for encoding picture, method and device for decoding picture and picture processor | |
JP2795225B2 (en) | Video coding method | |
JP4359273B2 (en) | Coding mode selection method | |
JPH0984024A (en) | Coder for moving image signal | |
JP4100067B2 (en) | Image information conversion method and image information conversion apparatus | |
KR20070051294A (en) | A method and apparatus for motion estimation | |
JP2001245297A (en) | Moving image encoder, moving image decoder, moving image coding method and moving image decoding method | |
JP4359274B2 (en) | Video compression encoding device | |
JP4353928B2 (en) | Data compression method, recording method, and transmission method | |
JP4140163B2 (en) | Encoding method converter | |
JP2002058020A (en) | Image-coding device and method, image-decoding device and method, and image-processing device | |
JP2000032467A (en) | Image processor, image processing method, and provision medium | |
KR0124158B1 (en) | Image decoder capable of post processing adaptively and post processing method thereof | |
JP2860016B2 (en) | Interframe coding of image signal |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20070201 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20080813 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080821 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20081008 |
|
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: 20081029 |
|
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: 20081111 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20111205 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20111205 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20111205 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121205 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121205 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131205 Year of fee payment: 5 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |