JP2010041352A - Device and method for decoding image - Google Patents
Device and method for decoding image Download PDFInfo
- Publication number
- JP2010041352A JP2010041352A JP2008201444A JP2008201444A JP2010041352A JP 2010041352 A JP2010041352 A JP 2010041352A JP 2008201444 A JP2008201444 A JP 2008201444A JP 2008201444 A JP2008201444 A JP 2008201444A JP 2010041352 A JP2010041352 A JP 2010041352A
- Authority
- JP
- Japan
- Prior art keywords
- decoding
- image
- processing
- task
- input signal
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Landscapes
- Compression Or Coding Systems Of Tv Signals (AREA)
- Compression, Expansion, Code Conversion, And Decoders (AREA)
Abstract
【課題】複数のプロセッサを並列動作させて復号処理を行う画像復号装置において、プロセッサのアイドル時間を低減し、より高速に圧縮画像を復号可能な画像復号装置を提供する。
【解決手段】 画像復号装置は、入力信号を所定データ単位(例えば、1フレーム)毎に復号する複数の復号手段(108、109)と、入力信号の復号処理を、処理順序の依存関係を有する複数の処理ステップに分割し、復号手段で処理するデータ単位を処理ステップ毎に割り当てる、タスク制御手段(105)とを備える。タスク制御手段(105)は、復号手段(108、109)の処理状況を検出し、その処理状況と、処理ステップ間の依存関係とに応じて、処理されるデータ単位及び処理ステップを復号手段(108、109)に割り当てる。
【選択図】図1In an image decoding apparatus that performs decoding processing by operating a plurality of processors in parallel, an image decoding apparatus capable of reducing a processor idle time and decoding a compressed image at a higher speed is provided.
An image decoding apparatus has a plurality of decoding means (108, 109) for decoding an input signal for each predetermined data unit (for example, one frame), and the input signal decoding processing has a dependency relationship of processing order. And a task control unit (105) that divides the data into a plurality of processing steps and assigns a data unit to be processed by the decoding unit for each processing step. The task control means (105) detects the processing status of the decoding means (108, 109), and determines the data unit to be processed and the processing step according to the processing status and the dependency relationship between the processing steps. 108, 109).
[Selection] Figure 1
Description
本発明は、画像圧縮ストリームを高速に復号する画像復号装置及び方法に関する。 The present invention relates to an image decoding apparatus and method for decoding an image compression stream at high speed.
従来、MPEG2やH.264/AVCなどを用いて圧縮された画像ストリームを高速に復号化する手法として、複数のプロセッサを用いて復号する際に、復号処理をスライス毎に分割して各プロセッサに割り当て、並列に処理する手法が一般的に知られている。しかし、この手法は1フレームが複数のスライスに分割されていなければ適用できず、1フレームが複数のスライスに分割されていない場合は、フレーム毎に復号処理を分割し、各プロセッサで並列に処理する手法が用いられる。 Conventionally, as a technique for decoding an image stream compressed using MPEG2 or H.264 / AVC at a high speed, when decoding using a plurality of processors, the decoding process is divided into slices for each processor. A technique for assigning and processing in parallel is generally known. However, this method cannot be applied unless one frame is divided into a plurality of slices. When one frame is not divided into a plurality of slices, the decoding process is divided for each frame and processed in parallel by each processor. Is used.
一方、圧縮されたフレーム間には依存関係が存在する場合がある。例えば、MPEG2規格において、Iフレームは他のフレームに依存せず単独で復号可能であるが、PフレームはIフレームを参照して復号され、BフレームはIフレームやPフレームを参照して復号される。すなわち、圧縮されたフレームは、復号処理時での他のフレームとの依存関係にしたがいグループ分けすることができる。 On the other hand, there may be a dependency relationship between the compressed frames. For example, in the MPEG2 standard, an I frame can be decoded independently without depending on other frames, but a P frame is decoded with reference to the I frame, and a B frame is decoded with reference to the I frame or P frame. The That is, the compressed frames can be grouped according to the dependency relationship with other frames at the time of decoding processing.
例えば、グループA、グループB、グループCの3グループに分類できる。グループAには、例えば、Iフレームのような、他のフレームを参照しないフレームが属する。グループBには、例えば、Pフレームのような、他のフレームを参照し、また、他のフレームから参照され得るフレームが属する。グループCには、例えば、Bフレームのような、他のフレームを参照するが、他のフレームからは参照されることがないフレームが属する。 For example, it can be classified into three groups, group A, group B, and group C. For example, a frame that does not refer to another frame, such as an I frame, belongs to the group A. The group B belongs to a frame that refers to another frame such as a P frame and can be referred to from another frame. In group C, for example, a frame such as a B frame that refers to another frame but is not referred to by another frame belongs.
つまり、グループAに属するフレームは、どのグループのフレームの復号結果にも依存しないが、グループBに属するフレームは、グループAに属するフレームの復号結果に依存し、参照するフレームが復号されていない限り復号することが出来ない。また、グループCに属するフレームも、グループAやグループBに属するフレームの復号結果に依存し、参照するフレームが復号されていない限り復号することが出来ない。 That is, the frame belonging to group A does not depend on the decoding result of any group frame, but the frame belonging to group B depends on the decoding result of the frame belonging to group A, as long as the referenced frame is not decoded. It cannot be decrypted. In addition, frames belonging to group C also depend on the decoding results of frames belonging to group A and group B, and cannot be decoded unless the frame to be referenced is decoded.
よって、グループCに属するフレーム同士では依存関係が無いため、それぞれのフレームの復号処理は並列して行える。しかし、グループAに属するフレームの復号処理と、そのフレームに依存するフレームの復号処理とは並列して行うことができない。このため、1つのプロセッサが、そのような並列化できない処理を行っている間は、他のプロセッサは、処理待ちの状態であるアイドル状態になってしまう。 Therefore, there is no dependency relationship between the frames belonging to group C, and the decoding processing of each frame can be performed in parallel. However, the decoding process of a frame belonging to group A and the decoding process of a frame depending on the frame cannot be performed in parallel. For this reason, while one processor is performing such a process that cannot be performed in parallel, the other processors are in an idle state that is waiting for processing.
依存関係のあるフレームを復号するために、各フレームの依存関係に応じて各プロセッサが行う並列処理の分担を決定する画像復号方法(特許文献1参照)が提案されている。また、双方向予測符号化されたフレームを復号する際には、1フレームを複数のスライスに分けて並列処理し、それ以外の方式で符号化されたフレームはフレーム毎に並列処理を行うという画像復号方法(特許文献2参照)なども提案されている。このような方法で、プロセッサのアイドル時間を低減している。 In order to decode a frame having a dependency relationship, an image decoding method (see Patent Document 1) that determines the sharing of parallel processing performed by each processor according to the dependency relationship of each frame has been proposed. Also, when decoding bi-predictive encoded frames, one frame is divided into a plurality of slices and processed in parallel, and frames encoded using other methods are processed in parallel for each frame. A decoding method (see Patent Document 2) has also been proposed. In this way, the processor idle time is reduced.
上記のような従来の画像復号方法を用いた場合でも、プロセッサが長い時間アイドル状態になる場合がある。以下、図8を参照しこのような例を説明する。 Even when the conventional image decoding method as described above is used, the processor may be idle for a long time. Hereinafter, such an example will be described with reference to FIG.
図8の例では4つのプロセッサを並列に用いて復号処理を行う場合を考える。復号するフレームはフレーム0からフレーム5までの計6フレームとし、1フレームは1スライスで構成されている。フレーム0は、他のフレームの復号結果に依存しないフレームが属するグループAに属する。フレーム3は、他のフレームを参照し、また、他のフレームから参照され得るフレームが属するグループBに属し、フレーム0を参照する。フレーム1、2、4、5は、他のフレームを参照するが、他のフレームからは参照されることがないフレームが属するグループCに属し、フレーム0とフレーム3を参照する。各フレームの復号処理に掛かる時間は等しいとする。
In the example of FIG. 8, a case is considered where decoding is performed using four processors in parallel. The frames to be decoded are a total of six frames from
フレーム1からフレーム5はフレーム0を参照するため、フレーム0の復号処理が完了するまではそれらのフレームの復号処理を開始することが出来ない。その結果、フレーム0を復号している間は、4つのプロセッサの内の3つがアイドル状態になる。フレーム0の復号処理が終了後、フレーム3の復号が可能となる。ここで、フレーム1、2、4、5は、フレーム3を参照するため、フレーム3の復号処理が完了するまでは、それらのフレームに対する復号処理を開始することが出来ない。そのため、フレーム3を復号している間、4つのプロセッサの内の3つがアイドル状態になる。フレーム3の復号処理が完了した後は、フレーム1、2、4、5の並列処理が可能となる。このように、処理全体に要する時間の50%はアイドル時間となる。つまり、プロセッサの能力を50%しか活用できていないという問題がある。
Since
本発明は、上記問題を解決すべくなされたものであり、その目的とするところは、複数のプロセッサを並列動作させる復号処理において、プロセッサがアイドル状態になっている時間を低減し、より高速に圧縮画像を復号できる画像復号装置を提供することにある。 The present invention has been made to solve the above-described problems, and the object of the present invention is to reduce the time during which a processor is in an idle state in a decoding process in which a plurality of processors are operated in parallel, and to increase the speed. An object of the present invention is to provide an image decoding apparatus capable of decoding a compressed image.
本発明の第1の態様において、圧縮された画像ストリームを入力信号とし、前記入力信号を復号する画像復号装置が提供される。
画像復号装置は、入力信号を所定のデータ単位で復号する、複数の復号手段と、入力信号の復号処理を、処理順序の依存関係を有する複数の処理ステップに分割し、復号手段で処理すべきデータ単位を処理ステップ毎に割り当てる、タスク制御手段とを備える。タスク制御手段は、復号手段の処理状況を検出し、その処理状況と、処理ステップ間の依存関係とに応じて、処理されるデータ単位及び処理ステップを復号手段に割り当てる。
In a first aspect of the present invention, there is provided an image decoding apparatus that uses a compressed image stream as an input signal and decodes the input signal.
The image decoding apparatus should divide the input signal decoding process into predetermined data units and the decoding process of the input signal into a plurality of processing steps having processing order dependency and process the decoding unit by the decoding unit. Task control means for assigning a data unit for each processing step. The task control means detects the processing status of the decoding means, and assigns the data unit to be processed and the processing step to the decoding means according to the processing status and the dependency between the processing steps.
本発明の第2の態様において、圧縮された画像ストリームを入力信号として入力するステップと、入力した入力信号の復号処理を、処理順序の依存関係を有する複数の処理ステップに分割するステップと、複数の復号手段において、入力信号を所定のデータ単位毎に前記処理ステップ単位で復号処理を実行させるステップと、復号手段の処理状況を検出し、検出した処理状況と処理ステップ間の依存関係とに応じて、復号手段において処理される、データ単位及び処理ステップを決定するステップとを含む、画像復号方法が提供される。 In the second aspect of the present invention, a step of inputting a compressed image stream as an input signal, a step of dividing a decoding process of the input signal input into a plurality of processing steps having a processing order dependency, In the decoding means, the step of decoding the input signal for each predetermined data unit in the processing step unit, the processing status of the decoding means is detected, and the detected processing status and the dependency between the processing steps are determined. Thus, there is provided an image decoding method including a step of determining a data unit and a processing step to be processed in the decoding means.
本発明の第3の態様において、圧縮された画像ストリームを入力信号とし、入力信号を復号する画像復号装置の制御プログラムが提供される。制御プログラムは、圧縮された画像ストリームを入力信号として入力する手順と、入力した入力信号の復号処理を、処理順序の依存関係を有する複数の処理ステップに分割する手順と、複数の復号手段において、入力信号を所定のデータ単位毎に処理ステップ単位で復号処理を実行させる手順と、復号手段の処理状況を検出し、検出した処理状況と処理ステップ間の依存関係とに応じて、復号手段において処理される、データ単位及び処理ステップを決定する手順とを画像復号装置の制御手段に実行させる。 In a third aspect of the present invention, there is provided a control program for an image decoding apparatus that uses a compressed image stream as an input signal and decodes the input signal. The control program includes a procedure for inputting a compressed image stream as an input signal, a procedure for dividing a decoding process of the input signal input into a plurality of processing steps having processing order dependency, and a plurality of decoding means. A procedure for executing the decoding process on the input signal for each predetermined data unit in units of processing steps, and detecting the processing status of the decoding means, and processing in the decoding means according to the detected processing status and the dependency between the processing steps. The control unit of the image decoding apparatus executes the procedure for determining the data unit and the processing step.
本発明によれば、複数のプロセッサを使って画像復号処理を並列して行う際のアイドル時間を低減でき、圧縮画像の復号処理の高速化が図れる。 ADVANTAGE OF THE INVENTION According to this invention, the idle time at the time of performing an image decoding process in parallel using a some processor can be reduced, and the speed-up of the decoding process of a compressed image can be achieved.
以下、添付の図面を参照し、本発明の実施形態を説明する。 Embodiments of the present invention will be described below with reference to the accompanying drawings.
(実施の形態1)
本実施の形態における画像復号装置は、例えばH.264のような符号化方式で圧縮された映像のバイトストリームを入力し、デジタル画像を復号して出力する。
(Embodiment 1)
The image decoding apparatus according to the present embodiment receives a video byte stream compressed by an encoding method such as H.264, and decodes and outputs a digital image.
1 画像復号装置の構成
図1に本実施の形態における画像復号装置の構成を示す。画像復号装置101は、入力端子102を介してバイトストリームを入力し、復号して得られたデジタル画像を出力端子103を介して出力する。
1 Configuration of Image Decoding Device FIG. 1 shows the configuration of an image decoding device according to this embodiment. The
画像復号装置101において、ストリームバッファ104は、入力されたバイトストリームをバッファリングする。第1及び第2の復号部(以下単に「復号部」と称す。)108、109は、スライス単位で画像復号処理を行う。第1の復号部108と第2の復号部109により並列処理が可能となっている。タスク制御部105は復号部108、109で実行され復号処理を、復号処理のステップ(後述)とスライスの種類に基づき制御する。中間バッファ106は、復号処理中において生成される係数データと予測データと差分画像とを保持する。フレームバッファ107は、最終的に得られる復号画像を保持する。なお、タスク制御部105と復号部108、109の詳細については後述する。
In the
1.1 画像復号処理のステップとスライスタイプ
本実施形態における画像復号装置では、1フレームに対する復号処理を、算術復号処理、差分画像作成処理及び復号画像作成処理の3つのステップ(段階)に分割する。
1.1 Image Decoding Process Steps and Slice Types In the image decoding apparatus according to the present embodiment, the decoding process for one frame is divided into three steps (stages): an arithmetic decoding process, a difference image generating process, and a decoded image generating process. .
算術復号処理は、入力されたバイトストリームから差分画像を作成するのに必要な係数データと、予測画像を作成するのに必要な予測モードや動きベクトルなどの予測データを復号する処理とする。この処理は、フレーム間やステップ間での依存関係が無い。 The arithmetic decoding process is a process for decoding coefficient data necessary for creating a difference image from an input byte stream and prediction data such as a prediction mode and a motion vector necessary for creating a prediction image. This process has no dependency between frames or steps.
差分画像作成処理は、係数データに対して逆量子化や逆離散コサイン変換などを施すことによって差分画像を作成する処理である。この処理にはフレーム間の依存関係は無いが、算術復号処理によって必要な係数データが復号されている必要があるため、ステップ間の依存関係がある。 The difference image creation process is a process for creating a difference image by performing inverse quantization, inverse discrete cosine transform, or the like on coefficient data. Although there is no dependency between frames in this process, there is a dependency between steps because necessary coefficient data needs to be decoded by the arithmetic decoding process.
復号画像作成処理は、予測データと参照に必要な復号画像から予測画像を作成し、予測画像と差分画像を合わせて復号画像を作成する。この処理は、算術復号処理によって必要な予測データが復号されていること、差分画像作成処理によって必要な差分画像が作成されていること、参照が必要な場合には必要となる復号画像が作成されていることが必要となる。従って、フレーム間にもステップ間にも依存関係がある。 In the decoded image creation process, a predicted image is created from the predicted data and a decoded image necessary for reference, and a decoded image is created by combining the predicted image and the difference image. In this process, necessary prediction data is decoded by arithmetic decoding processing, necessary difference images are created by difference image creation processing, and necessary decoded images are created when reference is required. It is necessary to be. Therefore, there is a dependency between frames and between steps.
さらに、スライスをフレーム間の依存関係に基づき3種類に分類する。前述したように、他のフレームを参照しないフレームが属するグループAに属しているフレームを構成するスライスの種類を「スライスA」と称す。他のフレームを参照し、また、他のフレームから参照され得るフレームが属するグループBに属しているフレームを構成するスライスの種類を「スライスB」と称す。他のフレームを参照するが、他のフレームからは参照されることがないグループCに属しているフレームを構成するスライスの種類を「スライスC」と称す。 Furthermore, the slice is classified into three types based on the dependency between frames. As described above, the type of slice constituting a frame belonging to group A to which a frame that does not refer to another frame belongs is referred to as “slice A”. A type of a slice constituting a frame belonging to group B to which another frame is referenced and a frame that can be referenced from another frame belongs is referred to as “slice B”. The type of slice that constitutes a frame belonging to group C that refers to another frame but is not referred to by another frame is referred to as “slice C”.
1.2 タスク制御部
タスク制御部105には復号部108、109が接続されている。復号部108、109はそれぞれ待機状態と処理状態の2つの状態をとり得る。また、タスク制御部105は、復号部108、109で実行される復号処理されるタスクを管理するためのタスクリスト15を内部に保持する。タスクリスト15は、復号パラメータセットを1つの要素として管理する。復号パラメータセットは復号処理に必要なパラメータの組であって、具体的には以下の情報を含む。
・スライスタイプ(スライスの種類を示す情報)
・タスク(復号部で実行する復号処理のステップの種類を示す情報)
・スライスデータポインタ
(ストリームバッファ104上のスライスデータの格納位置を示す情報)
・係数データポインタ
(中間バッファ106上の係数データの格納位置を示す情報)
・予測データポインタ
(中間バッファ106上の予測データの格納位置を示す情報)
・差分画像ポインタ
(中間バッファ106上の差分画像の格納位置を示す情報)
1.2 Task Control Unit The
-Slice type (information indicating the type of slice)
-Task (information indicating the type of decryption process executed by the decryption unit)
Slice data pointer (information indicating the storage position of slice data on the stream buffer 104)
Coefficient data pointer (information indicating the storage position of coefficient data on the intermediate buffer 106)
Prediction data pointer (information indicating the storage position of prediction data in the intermediate buffer 106)
Difference image pointer (information indicating the storage position of the difference image on the intermediate buffer 106)
図2(a)にタスクリスト15の例を示す。タスクリスト15は、パラメータセットに加えて、そのパラメータセット特定する要素番号と、そのパラメータセットの処理に対する優先度とを関連づけて管理する。
FIG. 2A shows an example of the
また、タスク制御部105は優先度テーブル16を有する。図2(b)に優先度テーブル16の例を示す。優先度テーブル16は、復号処理における各ステップの優先度をスライスタイプに応じて規定するものである。前述のように、ステップ間の依存関係により、算術復号処理、差分画像作成処理、復号画像作成処理の順で優先的に処理される必要がある。また、フレーム間の依存関係から、スライスタイプA、スライスタイプB、スライスタイプCの順に優先的に処理される必要がある。優先度テーブル16は、このようなステップ間及びフレーム間の依存関係を考慮して、各ステップの優先度をスライスタイプに応じて規定している。
The
タスク制御部105は複数の状態をとり得る。図3にタスク制御部105の状態遷移を示す。同図に示すように、タスク制御部105は、初期状態、ストリーム解析状態、タスク割当状態、タスク完了待ち状態、及びタスク追加状態の5状態を有する。以下、タスク制御部105の各状態について説明する。
The
初期状態では、タスクリスト15の要素数は0に設定されている。ストリームバッファ104から必要なバイトストリームが読み出せるようになると、初期状態からストリーム解析状態に遷移する。
In the initial state, the number of elements in the
ストリーム解析状態では、タスク制御部105はストリームバッファ104から読み出したバイトストリームを先頭から探索し、バイトストリームに含まれる全てのスライスを検出する。スライスを検出する毎に、新しい復号パラメータセットをタスクリスト15に追加する。新しい復号パラメータセットにおいては、スライスタイプは、検出したスライスの種類に、タスクは算術復号処理に、スライスデータポインタは、検出したスライスのデータの開始位置にそれぞれ設定される。読み出したバイトストリームを全て探索し、全ての復号パラメータセットをタスクリスト15に追加すると、タスク割当状態に遷移する。
In the stream analysis state, the
タスク割当状態において、タスクリスト15の要素数が0の場合は、初期状態に遷移する。そうでない場合、まず、図2に示す優先度テーブル16を参照して、タスクリスト15に含まれる各復号パラメータセットの優先度を決定する。そして、タスク制御部105は、復号部108、109が双方とも待機状態である場合、優先度の最も高い復号パラメータセットを第1の復号部108に出力し、優先度が2番目に高い復号パラメータセットを第2の復号部109に出力し、その後、タスク完了待ち状態に遷移する。また、復号部108、109のいずれか一方が待機状態である場合、タスク制御部105は、優先度の最も高い復号パラメータセットを、待機状態にある復号部に出力し、タスク完了待ち状態に遷移する。
In the task assignment state, when the number of elements in the
但し、タスクリスト15内に優先度が同じ復号パラメータセットが複数存在する場合は、タスクリストに追加された順番がより早いものを優先する。また、スライスタイプがスライスBであり、かつタスクが復号画像作成処理である復号パラメータセットは、スライスAの復号画像作成処理が完了していない場合には、復号部108、109に出力されない。またスライスタイプがスライスCであり、かつタスクが復号画像作成処理である復号パラメータセットは、スライスBの復号画像作成処理が完了していない場合には、復号部108、109に出力されない。これらの場合には、次に優先度が高い復号パラメータセットが復号部108、109に出力される。
However, when there are a plurality of decryption parameter sets having the same priority in the
タスク完了待ち状態では、第1の復号部108または第2の復号部109から復号パラメータセットが入力されるまで待機する。第1の復号部108または第2の復号部109から復号パラメータセットが入力されると、タスク追加状態に遷移する。タスク完了待ち状態以外の状態において、入力されたタスクリストの復号パラメータセットは、待ち行列に入り、次にタスク制御部105がタスク完了待ち状態に遷移した際に処理される。
In the task completion waiting state, the system waits until a decoding parameter set is input from the
タスク追加状態では、タスク制御部105は、入力された復号パラメータセットに含まれる”タスク”が復号画像作成処理の場合は、何もせずにタスク割当状態に遷移する。それ以外の場合には、タスク制御部105は、タスクリストに新しい復号パラメータセットを要素として追加し、タスク割当状態に遷移する。入力された復号パラメータセットに含まれる”タスク”が算術復号処理の場合には、新しい復号パラメータセットにおいて、”タスク”を、差分画像作成処理に設定し、差分画像作成処理の場合には、”タスク”を、復号画像作成処理に設定する。新しい復号パラメータセットに含まれる”タスク”以外の情報は、入力された復号パラメータセットのものと同じにする。
In the task addition state, when the “task” included in the input decoding parameter set is a decoded image creation process, the
1.3 復号部
復号部108、109は、待機状態と処理状態の2つの状態を有する。初期状態は待機状態である。待機状態は、復号パラメータセットが入力されるのを待っている状態である。復号パラメータセットが入力されると、復号部108、109は待機状態から処理状態に遷移する。処理状態では、入力された復号パラメータセットに含まれるタスクによって、復号部10、109の動作が変わる。以下、タスクにより異なる、処理状態での動作を説明する。
1.3 Decoding Unit The
タスクが算術復号処理の場合、復号部108、109は、入力された復号パラメータセットに含まれるスライスデータポインタが示すストリームバッファ104上のアドレスからバイトストリームを読み出して、係数データと予測データを復号し、中間バッファ106に書き込む。続いて、復号部108、109は、新しい復号パラメータセットを出力し、待機状態に遷移する。新しい復号パラメータセットにおいて、係数データポインタと予測データポインタは、それぞれ中間バッファ106に書き込んだ係数データと予測データへのポインタに設定し、係数データポインタと予測データポインタ以外の情報は、入力された復号パラメータセット内のものと同じに設定する。
When the task is an arithmetic decoding process, the
タスクが差分画像作成処理の場合、復号部108、109は、入力された復号パラメータセットに含まれる係数データポインタが示す中間バッファ106上のアドレスから係数データを読み出して、差分画像を作成し、中間バッファ106に書き込む。続いて、復号部108、109は、新しい復号パラメータセットを出力し、待機状態に遷移する。新しい復号パラメータセットにおいて、差分画像ポインタは中間バッファ106に書き込んだ差分画像へのポインタに設定し、差分画像ポインタ以外の情報は、入力された復号パラメータセット内のものと同じに設定する。
When the task is a difference image creation process, the
タスクが復号画像作成処理の場合、復号部108、109は、入力された復号パラメータセットに含まれる予測データポインタが示す中間バッファ106上のアドレスから予測データを読み出す。次に、復号部108、109は、読み出した予測データを基にフレームバッファ107から予測画像作成に必要で既に復号されている復号画像を読み出し、この復号画像に、中間バッファ106から読み出した差分画像を合わせて復号画像を作成する。作成された復号画像は、フレームバッファ107に書き込まれる。続いて、復号部108、109は、入力された復号パラメータセットをそのまま出力し、待機状態に遷移する。
When the task is a decoded image creation process, the
2 並列復号動作
以上のように構成された本実施形態の画像復号装置101の復号動作を説明する。なお、以下の説明では、次の点を前提としている。画像復号装置101は、図4に示すような、Iフレーム、Bフレーム、Bフレーム、Pフレーム、Bフレーム、Bフレームの順に6個のフレームを含む1つのGOP(Group of Pictures)からなるバイトストリームを入力し、全てのフレームを復号する。また、各フレームは1スライスで構成されている。図4のGOPには、スライスAが1個、スライスBが1個、スライスCが4個含まれている。また、全ての被参照画像は同じGOPに含まれている。
2 Parallel Decoding Operation The decoding operation of the
画像復号装置101において、入力端子102を介して入力されたバイトストリームは、ストリームバッファ104に書き込まれる。これにより復号するバイトストリームがストリームバッファ104から読み出せるようになり、タスク制御部105は初期状態からストリーム解析状態に遷移する。
In the
ストリーム解析状態では、タスク制御部105は、ストリームバッファ104からバイトストリームを読み出して解析し、タスクリスト15に新しい復号パラメータセットを追加し、タスク割当状態に遷移する。この状態での、タスクリスト15の状態を図5Aに示す。なお、図5Aでは、説明の便宜上、復号パラメータセットの順番を示す要素番号と、各復号パラメータセットに含まれるスライスタイプとタスク、及び各復号パラメータセットの優先度のみが示されている(以下の図5B〜図5Gにおいても同様)。各復号パラメータセットのスライスデータポインタを、各スライスのデータ開始位置とする。
In the stream analysis state, the
タスク割当状態では、タスク制御部105は、タスクリスト15内で優先度が最も高い復号パラメータセット(本例では、E1)を第1の復号部108に出力し、優先度が2番目に高いパラメータセット(本例では、E4)を第2の復号部109に出力する。次に、タスク制御部105は、出力した2つの復号パラメータセットをタスクリスト15から削除し、タスク完了待ち状態に遷移する。
In the task assignment state, the
第1の復号部108及び第2の復号部109には、復号パラメータセットが入力され、待機状態から処理状態に遷移する。
A decoding parameter set is input to the
処理状態において、復号部108、109は、入力された復号パラメータセットを参照して算術復号処理を行い、その後、タスク制御部105に復号パラメータセットを出力して待機状態に遷移する。出力する復号パラメータセットにおいて、係数データポインタと予測データポインタは、それぞれ算術復号処理で得られた係数データと予測データへのポインタとなる。ここでは第1の復号部108が先に処理を完了して復号パラメータセットを出力し、第2の復号部109はその直後に復号パラメータセットを出力したとする。
In the processing state, the
タスク制御部105には、まず第1の復号部108から復号パラメータセットが入力され、タスク追加状態に遷移する。入力された復号パラメータセットの”タスク”は、算術復号処理であるため、”タスク”以外の情報は、入力された復号パラメータセット内のものと同じである。よって、”タスク”に差分画像作成処理を設定した新しい復号パラメータセットをタスクリスト15に追加し、タスク割当状態に遷移する。この時点でのタスクリスト15を図5Bに示す。図5Bに示すように、タスク割当状態において、最も優先度が高い復号パラメータセットはE7であるため、第1の復号部108にE7を出力し、タスクリストからE7を削除する。その後、タスク制御部105は、タスク完了待ち状態に遷移する。
First, the decoding parameter set is input from the
次に、第2の復号部109から復号パラメータセットが入力されると、タスク制御部105は、再びタスク追加状態に遷移する。タスク追加状態では、同様にして新しい復号パラメータセットをタスクリスト15に追加し、再びタスク割当状態に遷移する。この時のタスクリスト15を図5Cに示す。最も優先度が高いE8を第2の復号部109に出力し、タスクリスト15からE8を削除する。その後、タスク完了待ち状態に遷移する。
Next, when a decryption parameter set is input from the
第1及び第2の復号部108、109はそれぞれ、タスク制御部105から復号パラメータセットを入力すると、再び処理状態になる。入力された復号パラメータセットを参照し、差分画像作成処理を行い、その後、タスク制御部105に新しい復号パラメータセットを出力して待機状態に遷移する。新しい復号パラメータセットにおける、差分画像ポインタは差分画像作成処理で得られた差分画像へのポインタとなる。ここでは第1の復号部108が先に処理を完了して新しい復号パラメータセットを出力し、第2の復号部109はその直後に新しい復号パラメータセットを出力したとする。
Each of the first and
タスク制御部105は、まず第1の復号部108から復号パラメータセットを入力し、タスク追加状態に遷移する。入力された復号パラメータセットの”タスク”は差分画像作成処理を示すため、タスク以外の情報は、入力された復号パラメータセット内のものと同じである。”タスク”に復号画像作成処理を設定した新しい復号パラメータセットをタスクリストに追加し、タスク割当状態に遷移する。この時のタスクリストを図5Dに示す。図5Dに示すように、タスク割当状態において、最も優先度が高い復号パラメータセットはE9であるため、第1の復号部108にE9を出力し、タスクリストからE9を削除する。その後タスク完了待ち状態に遷移する。
The
次に、第2の復号部109から復号パラメータセットが入力されると、タスク制御部105は、再びタスク追加状態に遷移する。同様にして新しい復号パラメータセットをタスクリスト15に追加し、タスク割当状態に遷移する。この時のタスクリストは図5Eに示すようになっている。最も優先度が高い復号パラメータセットはE10である。一方、スライスBの復号画像作成処理はスライスAの復号画像作成処理が完了していないと実行できない。このため、次に優先度が高く、タスクリストに追加された順番が早いE2を第2の復号部109に出力し、タスクリストからE2を削除する。その後タスク完了待ち状態に遷移する。
Next, when a decryption parameter set is input from the
ここで、第1の復号部108は、復号パラメータセットが入力されると、再び処理状態になる。第1の復号部108は、入力された復号パラメータセットを参照して復号画像作成処理を行い、その後、タスク制御部105に対して、入力された復号パラメータセットをそのまま出力し、待機状態に遷移する。
Here, when the decoding parameter set is input, the
第2の復号部109にも、復号パラメータセットが入力され、再び処理状態になる。入力された復号パラメータセットを参照して算術復号処理を行い、その後、タスク制御部105にタスクリスト15に、新しい復号パラメータセットを出力して待機状態に遷移する。新しい復号パラメータセットの係数データポインタと予測データポインタは、算術復号処理の結果を格納したデータへのポインタとなる。新しい復号パラメータセットは、第1の復号部108が復号パラメータセットを出力した後に出力されたとする。
The decoding parameter set is also input to the
タスク制御部105に、まず第1の復号部108から復号パラメータセットが入力されると、タスク制御部105はタスク追加状態に遷移する。入力した復号パラメータセットの”タスク”は”復号画像作成処理”であるため、何もせずにタスク割当状態に遷移する。この時のタスクリスト15は図5Fに示すようになる。このときのタスク割当状態において、最も優先度が高い復号パラメータセットはE10であり、スライスAの復号画像作成処理は既に完了しているため、タスク制御部105は、第1の復号部108にE10を出力し、タスクリスト15からE10を削除する。その後、タスク完了待ち状態に遷移する。
When a decryption parameter set is first input from the
次に、タスク制御部105は、第2の復号部109から復号パラメータセットが入力され、再びタスク追加状態に遷移する。同様にして新しい復号パラメータセットをタスクリストに追加し、タスク割当状態に遷移する。この時のタスクリスト15は図5Gに示すようになる。最も優先度が高い復号パラメータセットはE3、E5、E6の3個存在する。かかる場合は、タスク制御部105は、タスクリスト15に最も先に登録されたE3を第2の復号部109に出力し、タスクリスト15からE3を削除する。その後、タスク完了待ち状態に遷移する。
Next, the
以降同様にしてスライスCの復号処理を繰り返し、1GOPの復号を完了し、出力端子103から出力する。
Thereafter, the decoding process of slice C is repeated in the same manner, decoding of 1 GOP is completed, and output from the
以上の方法により、グループAに属するフレームの復号処理が完了する前にでも、グループBに属するフレームやグループCに属するフレームの復号処理を開始することができ、復号部(プロセッサ)のアイドル時間を低減することが出来る。 By the above method, the decoding process of the frame belonging to the group B and the frame belonging to the group C can be started even before the decoding process of the frame belonging to the group A is completed, and the idle time of the decoding unit (processor) is reduced. It can be reduced.
なお、本実施の形態では復号部の数を2として説明したが、3以上でも構わない。また、本実施の形態では、1フレームに含まれるスライスの数を1として説明したが、2以上でも構わない。 In the present embodiment, the number of decoding units has been described as two, but may be three or more. In the present embodiment, the number of slices included in one frame has been described as 1. However, two or more slices may be used.
また、本実施の形態では1GOP全部を復号する例を挙げているが、ストリームバッファ104が必要バイトストリームしかバッファリングしない、またはタスク制御部105が必要の無い復号パラメータセットを出力しないようにしてもよい。これにより、任意の1フレームを復号することも出来る。また、複数のGOPをまとめて復号することも可能となる。
Also, in this embodiment, an example of decoding all 1 GOP is given, but the
(実施の形態2)
本実施の形態にかかる画像復号装置は、例えばH.264のような符号化方式で圧縮された映像のバイトストリームを入力とし、復号されたデジタル画像を出力する。図6に、本実施の形態における画像復号装置の構成を示す。また、本実施の形態においても、実施の形態1と同様に、1フレームの復号処理を算術復号処理、差分画像作成処理、復号画像作成処理の3ステップに分割する。
(Embodiment 2)
The image decoding apparatus according to the present embodiment receives, for example, a video byte stream compressed by an encoding method such as H.264, and outputs a decoded digital image. FIG. 6 shows the configuration of the image decoding apparatus in the present embodiment. Also in the present embodiment, as in the first embodiment, the decoding process for one frame is divided into three steps: an arithmetic decoding process, a difference image creating process, and a decoded image creating process.
画像復号装置201は、実施の形態1に記載の画像復号装置101と同様の機能を持っており、入力端子202からバイトストリームを入力し、出力端子203からデジタル画像を出力する。ストリームバッファ204、タスク制御部205、中間バッファ206、フレームバッファは、それぞれ実施の形態1で説明した、ストリームバッファ104、タスク制御部105、中間バッファ106及びストリームバッファ104と同様に動作する。また、第1の復号部208から第4の復号部211は、実施の形態1に記載の第1の復号部108及び第2の復号部109と同様に動作する。
The
図7に、本実施の形態において、第1から第4の各復号部208〜211が処理するフレーム及びステップを示す。同図におけるカッコ内の数字に関して、カッコ内の前の数字は、処理対象のフレームのフレーム番号を示しており、後ろの数字は、復号処理におけるステップを示している。復号処理におけるステップは、算術復号処理を「0」、差分画像作成処理を「1」、復号画像作成処理を「2」としている。例えば、第1の復号部208が最初に行う処理について、図中、(0,0)と示しており、これは、”フレーム0”の”算術復号処理”であることを示している。図8の従来の場合と比較してみると、復号部がアイドル状態にある時間が大幅に低減されており、処理全体に要する時間も低減されていることが理解できる。
FIG. 7 shows frames and steps processed by the first to
なお、実施の形態1、2で説明した画像復号装置の機能は、電子回路等のハードウェアで実現してもよいし、CPUのようなコンピュータと制御プログラム(ソフトウェア)の組み合わせで実現してもよい。 The functions of the image decoding apparatus described in the first and second embodiments may be realized by hardware such as an electronic circuit, or may be realized by a combination of a computer such as a CPU and a control program (software). Good.
本発明の画像復号装置によれば、フレーム間に依存関係がある場合でも、プロセッサのアイドル時間を短くすることができ、復号処理を高速に行うことができるため、マルチプロセッサ上で動作するソフトデコーダ等において有効である。 According to the image decoding apparatus of the present invention, even when there is a dependency relationship between frames, the processor idle time can be shortened and the decoding process can be performed at a high speed. Etc. are effective.
15 タスクリスト
16 優先度テーブル
101、201 画像復号装置
102、202 入力端子
103、203 出力端子
104、204 ストリームバッファ
105、205 タスク制御部
106、206 中間バッファ
107、207 フレームバッファ
108、109、208〜211 復号部
15
Claims (9)
前記入力信号を所定のデータ単位毎に復号する、複数の復号手段と、
前記入力信号の復号処理を、処理順序の依存関係を有する複数の処理ステップに分割し、前記復号手段で処理すべきデータ単位を処理ステップ毎に割り当てる、タスク制御手段とを備え、
前記タスク制御手段は、前記復号手段の処理状況を検出し、その処理状況と、処理ステップ間の依存関係とに応じて、処理されるデータ単位及び処理ステップを前記復号手段に割り当てる、
ことを特徴とする画像復号装置。 An image decoding apparatus that uses a compressed image stream as an input signal and decodes the input signal,
A plurality of decoding means for decoding the input signal for each predetermined data unit;
A task control unit that divides the decoding process of the input signal into a plurality of processing steps having processing order dependency, and assigns a data unit to be processed by the decoding unit for each processing step;
The task control means detects a processing status of the decoding means, and assigns a data unit to be processed and a processing step to the decoding means according to the processing status and a dependency relationship between processing steps.
An image decoding apparatus characterized by that.
ことを特徴とする請求項1記載の画像復号装置。 The task control unit further assigns a data unit to be processed and a processing step to the decoding unit in consideration of a dependency relationship between frames included in the image stream.
The image decoding apparatus according to claim 1.
前記タスク制御手段は前記優先度情報を参照して、処理されるデータ単位及び処理ステップを前記復号手段に割り当てる、ことを特徴とする請求項2記載の画像復号装置。 Considering the dependency between frames and the dependency between processing steps, further comprising priority information defining the order of data units to be preferentially processed,
3. The image decoding apparatus according to claim 2, wherein the task control unit assigns a data unit to be processed and a processing step to the decoding unit with reference to the priority information.
係数データに対して逆量子化や逆離散コサイン変換などを施すことによって差分画像を作成する処理差分画像作成ステップと、
予測データと参照に必要な復号画像から予測画像を作成し、予測画像と差分画像を合わせて復号画像を作成する復号画像作成ステップとを含む、請求項1記載の画像復号装置。 The plurality of processing steps include an arithmetic decoding step of decoding prediction data such as a prediction mode and a motion vector necessary for creating a coefficient image and a prediction image necessary for creating a difference image from the input byte stream When,
A processing difference image creation step for creating a difference image by applying inverse quantization or inverse discrete cosine transform to the coefficient data;
The image decoding apparatus according to claim 1, further comprising: a decoded image generating step of generating a predicted image from the predicted data and a decoded image necessary for reference, and generating a decoded image by combining the predicted image and the difference image.
前記入力した入力信号の復号処理を、処理順序の依存関係を有する複数の処理ステップに分割するステップと、
複数の復号手段において、前記入力信号を所定のデータ単位毎に前記処理ステップ単位で復号処理を実行させるステップと、
前記復号手段の処理状況を検出し、検出した処理状況と処理ステップ間の依存関係とに応じて、前記復号手段において処理される、データ単位及び処理ステップを決定するステップと
を含む、ことを特徴とする画像復号方法。 Inputting a compressed image stream as an input signal;
Dividing the input input signal decoding process into a plurality of processing steps having processing order dependency;
In a plurality of decoding means, a step of performing decoding processing of the input signal in units of the processing steps for each predetermined data unit;
Detecting a processing status of the decoding means, and determining a data unit and a processing step to be processed in the decoding means according to the detected processing status and a dependency between processing steps. An image decoding method.
圧縮された画像ストリームを入力信号として入力する手順と、
前記入力した入力信号の復号処理を、処理順序の依存関係を有する複数の処理ステップに分割する手順と、
複数の復号手段において、前記入力信号を所定のデータ単位毎に前記処理ステップ単位で復号処理を実行させる手順と、
前記復号手段の処理状況を検出し、検出した処理状況と処理ステップ間の依存関係とに応じて、前記復号手段において処理される、データ単位及び処理ステップを決定する手順とを画像復号装置の制御手段に実行させる
ことを特徴とするプログラム。 A control program for an image decoding apparatus that uses a compressed image stream as an input signal and decodes the input signal,
A procedure for inputting a compressed image stream as an input signal;
A procedure for dividing the input input signal decoding process into a plurality of processing steps having processing order dependency;
In a plurality of decoding means, a procedure for executing the decoding process in units of the processing steps for each predetermined data unit of the input signal;
Control of the image decoding apparatus detects the processing status of the decoding means, and determines the data unit and processing steps to be processed in the decoding means according to the detected processing status and the dependency between the processing steps. A program that is executed by a means.
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2008201444A JP5236386B2 (en) | 2008-08-05 | 2008-08-05 | Image decoding apparatus and image decoding method |
| US12/535,891 US8548061B2 (en) | 2008-08-05 | 2009-08-05 | Image decoding apparatus and image decoding method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2008201444A JP5236386B2 (en) | 2008-08-05 | 2008-08-05 | Image decoding apparatus and image decoding method |
Publications (3)
| Publication Number | Publication Date |
|---|---|
| JP2010041352A true JP2010041352A (en) | 2010-02-18 |
| JP2010041352A5 JP2010041352A5 (en) | 2011-09-22 |
| JP5236386B2 JP5236386B2 (en) | 2013-07-17 |
Family
ID=42013427
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2008201444A Expired - Fee Related JP5236386B2 (en) | 2008-08-05 | 2008-08-05 | Image decoding apparatus and image decoding method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP5236386B2 (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2012014471A1 (en) * | 2010-07-30 | 2012-02-02 | パナソニック株式会社 | Image decoding device, image decoding method, image encoding device, and image encoding method |
| WO2015050385A1 (en) * | 2013-10-04 | 2015-04-09 | 삼성전자 주식회사 | Method and device for distributing load according to characteristic of frame |
| CN120856894A (en) * | 2025-09-18 | 2025-10-28 | 摩尔线程智能科技(北京)股份有限公司 | Video decoding system, method, device and storage medium |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2001069512A (en) * | 1999-08-26 | 2001-03-16 | Toshiba Corp | Data processing system and image data decoding method |
| JP2005159787A (en) * | 2003-11-27 | 2005-06-16 | Sony Corp | Image processing apparatus, image processing method, and computer program |
| JP2006129285A (en) * | 2004-10-29 | 2006-05-18 | Sony Corp | Encoding and decoding apparatus and encoding and decoding method |
| JP2007251605A (en) * | 2006-03-16 | 2007-09-27 | Matsushita Electric Ind Co Ltd | Decoding device, decoding method, program, and recording medium |
| JP2008118616A (en) * | 2006-11-02 | 2008-05-22 | Intervideo Inc | Method and apparatus for multi-threaded video decoding |
-
2008
- 2008-08-05 JP JP2008201444A patent/JP5236386B2/en not_active Expired - Fee Related
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2001069512A (en) * | 1999-08-26 | 2001-03-16 | Toshiba Corp | Data processing system and image data decoding method |
| JP2005159787A (en) * | 2003-11-27 | 2005-06-16 | Sony Corp | Image processing apparatus, image processing method, and computer program |
| JP2006129285A (en) * | 2004-10-29 | 2006-05-18 | Sony Corp | Encoding and decoding apparatus and encoding and decoding method |
| JP2007251605A (en) * | 2006-03-16 | 2007-09-27 | Matsushita Electric Ind Co Ltd | Decoding device, decoding method, program, and recording medium |
| JP2008118616A (en) * | 2006-11-02 | 2008-05-22 | Intervideo Inc | Method and apparatus for multi-threaded video decoding |
Cited By (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2012014471A1 (en) * | 2010-07-30 | 2012-02-02 | パナソニック株式会社 | Image decoding device, image decoding method, image encoding device, and image encoding method |
| JPWO2012014471A1 (en) * | 2010-07-30 | 2013-09-12 | パナソニック株式会社 | Image decoding apparatus, image decoding method, image encoding apparatus, and image encoding method |
| US9307260B2 (en) | 2010-07-30 | 2016-04-05 | Panasonic Intellectual Property Management Co., Ltd. | Image decoding apparatus, image decoding method, image coding apparatus, and image coding method |
| WO2015050385A1 (en) * | 2013-10-04 | 2015-04-09 | 삼성전자 주식회사 | Method and device for distributing load according to characteristic of frame |
| KR20150040126A (en) * | 2013-10-04 | 2015-04-14 | 삼성전자주식회사 | Method and Apparatus for distributing load according to the characteristic of a frame |
| US10341674B2 (en) | 2013-10-04 | 2019-07-02 | Samsung Electronics Co., Ltd. | Method and device for distributing load according to characteristic of frame |
| KR102280170B1 (en) * | 2013-10-04 | 2021-07-21 | 삼성전자주식회사 | Method and Apparatus for distributing load according to the characteristic of a frame |
| CN120856894A (en) * | 2025-09-18 | 2025-10-28 | 摩尔线程智能科技(北京)股份有限公司 | Video decoding system, method, device and storage medium |
Also Published As
| Publication number | Publication date |
|---|---|
| JP5236386B2 (en) | 2013-07-17 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7191240B2 (en) | Video stream decoding method, device, terminal equipment and program | |
| US8548061B2 (en) | Image decoding apparatus and image decoding method | |
| JP5042568B2 (en) | MPEG decoder and MPEG encoder | |
| US8036474B2 (en) | Information processing apparatus enabling an efficient parallel processing | |
| JP5379122B2 (en) | Multiprocessor | |
| JP5545288B2 (en) | Task allocation device, task allocation method, and task allocation program | |
| KR19990045632A (en) | Video Audio Processing Equipment with High Processing Efficiency | |
| KR20130069729A (en) | Out-of-order command execution in a multimedia processor | |
| CN102461173B (en) | Decoding device, decoding method and editing device | |
| US9258569B2 (en) | Moving image processing method, program and apparatus including slice switching | |
| CN105592314B (en) | Parallel decoding method and apparatus for parallel decoding | |
| JP5236386B2 (en) | Image decoding apparatus and image decoding method | |
| CN111147926B (en) | A data transcoding method and device | |
| CN112714319B (en) | Computer readable storage medium, video encoding and decoding method and apparatus using multiple execution units | |
| EP3198870B1 (en) | Processing parameters for operations on blocks while decoding images | |
| JP2001069512A (en) | Data processing system and image data decoding method | |
| JP2010109572A (en) | Device and method of image processing | |
| US20110069761A1 (en) | Parallel encoding device, recording medium, and imaging data encoding method | |
| JP5120324B2 (en) | Image decoding apparatus and image decoding method | |
| US9336557B2 (en) | Apparatus and methods for processing of media signals | |
| JP2018019195A (en) | Moving image formation method and moving image formation device | |
| US20060088278A1 (en) | Data processing apparatus, reproduction apparatus, data processing system, reproduction method, program, and storage medium | |
| JP2001320653A (en) | Image decoding device and image decoding method | |
| JP2018011258A (en) | Processing control apparatus, processing control method, and program | |
| US20080297522A1 (en) | Image processing apparatus, image processing method, and computer-readable storage medium |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110804 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110804 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120530 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120605 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120727 |
|
| 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: 20130319 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130327 |
|
| R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 Ref document number: 5236386 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20160405 Year of fee payment: 3 |
|
| LAPS | Cancellation because of no payment of annual fees |