JP4625903B2 - Image processor - Google Patents

Image processor Download PDF

Info

Publication number
JP4625903B2
JP4625903B2 JP2006203541A JP2006203541A JP4625903B2 JP 4625903 B2 JP4625903 B2 JP 4625903B2 JP 2006203541 A JP2006203541 A JP 2006203541A JP 2006203541 A JP2006203541 A JP 2006203541A JP 4625903 B2 JP4625903 B2 JP 4625903B2
Authority
JP
Japan
Prior art keywords
arithmetic
processor
data
circuit
image
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2006203541A
Other languages
Japanese (ja)
Other versions
JP2008034953A (en
Inventor
純一 宮越
雅彦 吉本
勇一郎 村地
哲郎 松野
真生 濱本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kobe University NUC
Original Assignee
Kobe University NUC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Kobe University NUC filed Critical Kobe University NUC
Priority to JP2006203541A priority Critical patent/JP4625903B2/en
Publication of JP2008034953A publication Critical patent/JP2008034953A/en
Application granted granted Critical
Publication of JP4625903B2 publication Critical patent/JP4625903B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Description

本発明は、画像処理、フィルタ演算に特化した画像処理プロセッサに関する。   The present invention relates to an image processing processor specialized in image processing and filter calculation.

近年、通信ネットワークを通じて動画像の送受信を行うことや、動画像を蓄積メディアに蓄積することが広く行なわれている。一般に、動画像は情報量が大きいため、伝送ビットレートの限られた通信路を用いて動画像を伝送する場合、あるいは蓄積容量の限られた蓄積メディアに動画像を蓄積する場合には、動画像を符号化・復号化する技術が必要不可欠である。動画像の符号化・復号化方式として、ISO/IECが標準化を進めているMPEG(Moving Picture Experts Group)やH.26Xがある。これらは動画像を構成する経時的に連続した複数のフレームの符号化又は復号化を行うものであり、動画像の時間的相関、空間的相関を利用した冗長性の削減を行うことにより動画像の情報量を減らして符号化し、符号化された動画像を再度元の動画像に復号化する技術である。   In recent years, transmission / reception of moving images via a communication network and storage of moving images in storage media are widely performed. In general, since moving images have a large amount of information, when moving images are transmitted using a communication channel with a limited transmission bit rate or when moving images are stored on a storage medium with a limited storage capacity, Techniques for encoding and decoding images are indispensable. As moving picture encoding / decoding methods, there are MPEG (Moving Picture Experts Group) and H.26X which are being standardized by ISO / IEC. These encode or decode a plurality of consecutive frames constituting a moving image, and reduce the redundancy by using temporal correlation and spatial correlation of the moving image. This is a technique for encoding with a reduced amount of information and decoding the encoded moving image back to the original moving image.

かかる符号化・復号化技術はマイクロコンピュータを内蔵するポータブルビデオシステムや携帯電話の情報端末機器等に適用されているが、最近では高解像度の動画像を用いることから、情報端末機器の限られた電池容量のため低消費電力で動作する高解像度対応動画像符号化処理のための動き検出プロセッサが望まれている。
動画像符号化処理全体の消費電力の大部分は、動き検出処理が占めている。動画像符号化処理全体の低消費電力を実現するためには、動き検出処理を低消費電力化することが最も効果的である。
Such encoding / decoding technology has been applied to portable video systems with built-in microcomputers and information terminal devices for mobile phones, but recently, since high-resolution moving images are used, the information terminal devices are limited. There is a demand for a motion detection processor for high-resolution video encoding processing that operates with low power consumption due to battery capacity.
Most of the power consumption of the entire moving image encoding process is occupied by the motion detection process. In order to realize low power consumption of the entire moving image encoding process, it is most effective to reduce the power consumption of the motion detection process.

ほとんどの動画像符号化処理は、動き検出処理として、ブロックベース(ウィンドウベース)画像処理が採用されている。現在の一般的なブロックベース画像処理には2種類の処理がある。
1つは、単一ブロックマッチング演算処理である。単一ブロックマッチング演算処理とは、処理対象の画像フレーム内のランダムなブロックを処理する演算である。単一ブロックマッチング演算処理の概念図を図1−1に示す。図1−1では、画面フレーム100内において、3つの探索ブロック(101〜103)はランダムな位置に存在し画素データを演算処理している。単一ブロックマッチング演算処理では、探索ブロックの前後関係の相関性がないため、次ステップのブロックマッチング演算処理との画素データの再利用性は無い。
この単一ブロックマッチング演算処理を用いる探索アルゴリズムとしては、例えば、初期値検索、予測ベクトル探索、スリーステップサーチの2,3ステップなどである。
Most video encoding processes employ block-based (window-based) image processing as motion detection processing. There are two types of current general block-based image processing.
One is single block matching calculation processing. The single block matching calculation process is an operation for processing a random block in an image frame to be processed. A conceptual diagram of the single block matching calculation process is shown in FIG. In FIG. 1A, three search blocks (101 to 103) exist at random positions in the screen frame 100 and perform calculation processing on pixel data. In the single block matching calculation process, since there is no correlation in the context of the search block, there is no pixel data reusability with the block matching calculation process in the next step.
As a search algorithm using this single block matching calculation process, for example, there are a few steps such as initial value search, prediction vector search, and three-step search.

他の1つは、連続ブロックマッチング演算処理である。連続ブロックマッチング演算処理とは、処理対象の画像フレーム内の連続するブロックを処理する演算である。連続ブロックマッチング演算処理の概念図を図1−2に示す。図1−2では、画面フレーム100内において、3つの探索ブロック(101〜103)は一部が重なり合う位置に存在し画素データを演算処理している。連続ブロックマッチング演算処理では、探索ブロックの前後関係に強い相関性があるため、次ステップのブロックマッチング演算処理との画素データの再利用性は高い。
この連続ブロックマッチング演算処理を用いる探索アルゴリズムとしては、例えば、全探索法、サブサンプリング探索法、一次元探索、スリーステップサーチの1ステップなどである。
The other is continuous block matching calculation processing. The continuous block matching calculation process is an operation for processing continuous blocks in the image frame to be processed. A conceptual diagram of continuous block matching calculation processing is shown in FIG. In FIG. 1-2, three search blocks (101 to 103) exist in positions where some overlap in the screen frame 100, and perform pixel data processing. In the continuous block matching calculation process, the reproducibility of the pixel data with the block matching calculation process in the next step is high because the context of the search block has a strong correlation.
As a search algorithm using this continuous block matching calculation process, there are, for example, a full search method, a sub-sampling search method, a one-dimensional search, a one-step search, and the like.

動画像符号化処理における動き検出処理のアルゴリズムは、ほとんどが上記の探索アルゴリズムの組み合わせたものである。上記の探索アルゴリズムでは、それぞれ適したプロセッサのアーキテクチャが存在する。   Almost all algorithms for motion detection processing in moving image encoding processing are combinations of the above search algorithms. In the above search algorithms, there are suitable processor architectures.

上述した単一ブロックマッチング演算処理では、画素データの再利用性がないので、高速演算性能に特化したSIMD(Single Instruction Multiple Data Stream)型プロセッサのアーキテクチャが適している。SIMD型プロセッサとして、例えば、特許文献1が知られている。SIMD型プロセッサでは、画素データの再利用は行わない代わりに、非常に高速に演算できることが特徴である。しかし、その反面、画素データの再利用性が低いため、画素データのキャッシュメモリへのアクセス頻度が非常に大きく、消費電力削減効果は少ない。   In the single block matching calculation processing described above, since there is no reusability of pixel data, a SIMD (Single Instruction Multiple Data Stream) type processor architecture specialized for high-speed calculation performance is suitable. As an SIMD type processor, for example, Patent Document 1 is known. The SIMD type processor is characterized in that it can calculate at a very high speed instead of reusing pixel data. However, on the other hand, since the reusability of the pixel data is low, the frequency of accessing the pixel data to the cache memory is very large, and the power consumption reduction effect is small.

また、連続ブロックマッチング演算処理では、画素データの再利用性が可能なシストリックアレイ型プロセッサのアーキテクチャが適している。シストリックアレイ型プロセッサとして、例えば、特許文献2から特許文献3が知られている。シストリックアレイ型プロセッサでは、画素データの再利用性が高く、画素データのキャッシュメモリへのアクセス頻度が減少するため、消費電力削減効果が非常に高いのが特徴である。しかし、その反面、高速演算性能が低い。   In the continuous block matching calculation processing, a systolic array processor architecture capable of reusing pixel data is suitable. For example, Patent Document 2 to Patent Document 3 are known as systolic array type processors. The systolic array type processor is characterized in that pixel data is highly reusable and the frequency of accessing pixel data to the cache memory is reduced, so that the effect of reducing power consumption is extremely high. However, on the other hand, high-speed calculation performance is low.

特開平8−63452号公報JP-A-8-63452 特開2000−293510号公報JP 2000-293510 A 特開2002−175283号公報JP 2002-175283 A

従来の動き検出処理プロセッサは、SIMD型とシストリックアレイ型とのどちらかのアーキテクチャを備えるものであり、探索アルゴリズムによっては最適とならない場合もあるといった問題があった。   The conventional motion detection processing processor has either a SIMD type or a systolic array type architecture, and has a problem that it may not be optimal depending on a search algorithm.

上記問題点に鑑み、本発明は、動き検出処理における探索アルゴリズムに応じて、SIMD型とシストリックアレイ型の構成に切り替えることができ、動き検出処理を行っている探索アルゴリズムによって最適なアーキテクチャ構成を実現する画像処理プロセッサを提供することを目的とする。   In view of the above problems, the present invention can switch between SIMD type and systolic array type configurations according to the search algorithm in motion detection processing, and has an optimum architecture configuration depending on the search algorithm performing motion detection processing. An object is to provide an image processor to be realized.

上記目的を達成するため、本発明の請求項1に記載の画像処理プロセッサは、制御部とデータパス部で構成される動き検出処理用プロセッサであって、前記制御部は、外部命令に従い制御信号を発生させ、原画像用メモリと参照画像用メモリに対して連続的にアドレスを発生させ、データパス部に対して切替信号を発生させ、前記データパス部は、前記原画像用メモリと、前記参照画像用メモリと、複数の演算回路と、前記切替信号に応じて前記演算回路の並列数と一部の演算回路の入力データを他の演算回路の出力データに切り替える切替回路とを備え、動き検出処理の探索アルゴリズムによってSIMD型とシストリックアレイ型の構成を切り替えることができることを特徴とする構成とされたことを特徴としたものである。   In order to achieve the above object, an image processing processor according to claim 1 of the present invention is a motion detection processing processor including a control unit and a data path unit, and the control unit receives a control signal according to an external command. Generating an address continuously for the original image memory and the reference image memory, generating a switching signal for the data path unit, the data path unit including the original image memory, A reference image memory, a plurality of arithmetic circuits, and a switching circuit that switches the parallel number of the arithmetic circuits and the input data of some arithmetic circuits to the output data of other arithmetic circuits according to the switching signal, The configuration is characterized in that the configuration of the SIMD type and the systolic array type can be switched by the search algorithm of the detection process.

上記構成により、動き検出処理の探索アルゴリズムにしたがってSIMD型とシストリックアレイ型の両方を切り替えられるため、画素データの再利用性が異なるアルゴリズムで最適なアーキテクチャを切り替えることにより低消費電力化を図ることができる。   With the above configuration, both SIMD type and systolic array type can be switched according to the search algorithm for motion detection processing, so low power consumption can be achieved by switching the optimal architecture with an algorithm with different pixel data reusability. Can do.

次に、本発明の請求項2に記載の画像処理プロセッサは、上記請求項1に記載の画像処理プロセッサにおいて、前記切替信号は、単一ブロックマッチング演算処理を行う際には、前記演算回路の並列数を最大化してSIMD型の構成とし、連続ブロックマッチング演算処理を行う際には、前記演算回路の並列数を減らし、一部の演算回路の入力データを他の演算回路の出力データに切り替えてシストリックアレイ型の構成とされたことを特徴とする。   Next, an image processor according to claim 2 of the present invention is the image processor according to claim 1, wherein the switching signal is a signal of the arithmetic circuit when performing single block matching arithmetic processing. Maximize the number of parallels to have a SIMD type configuration, and when performing continuous block matching computation processing, reduce the number of parallel computation circuits and switch the input data of some computation circuits to the output data of other computation circuits It is characterized by having a systolic array type configuration.

上記構成により、単一ブロックマッチング演算処理を行う際にはSIMD型として高速演算性能を高め、連続ブロックマッチング演算処理を行う際にはシストリックアレイ型としてデータの再利用性を高めて低消費電力化を図ることができる。   With the above configuration, when performing single block matching arithmetic processing, SIMD type improves high-speed arithmetic performance, and when performing continuous block matching arithmetic processing, systolic array type enhances data reusability and low power consumption. Can be achieved.

次に、本発明の請求項3に記載の画像処理プロセッサは、上記請求項1に記載の画像処理プロセッサにおいて、前記演算回路が原画像の画素データおよび参照画像の画素データを入力して差分絶対値を出力する回路に構成されたことを特徴とする。   Next, according to a third aspect of the present invention, in the image processing processor according to the first aspect, the arithmetic circuit inputs the pixel data of the original image and the pixel data of the reference image to input the absolute difference. The circuit is configured to output a value.

上記構成により、H.26X動き検出処理プロセッサにおいて、整数画素探索アルゴリズムの高効率化を図ることができる。   With the above configuration, H. In the 26X motion detection processing processor, the efficiency of the integer pixel search algorithm can be improved.

次に、本発明の請求項4に記載の画像処理プロセッサは、上記請求項1に記載の画像処理プロセッサにおいて、前記演算回路が原画像の複数の画素データおよび参照画像の複数の画素データを入力して差分絶対値和を出力する回路に構成されたことを特徴とする。   Next, an image processor according to claim 4 of the present invention is the image processor according to claim 1, wherein the arithmetic circuit inputs a plurality of pixel data of an original image and a plurality of pixel data of a reference image. Thus, the circuit is configured to output a sum of absolute differences.

上記構成により、同様に整数画素探索アルゴリズムの高効率化を図ることができる。また、複数の画素データを演算単位として処理することにより効率化を図ることができる。   With the above configuration, the efficiency of the integer pixel search algorithm can be increased similarly. Further, it is possible to improve efficiency by processing a plurality of pixel data as operation units.

次に、本発明の請求項5に記載の画像処理プロセッサは、上記請求項1から4に記載の画像処理プロセッサにおいて、前記原画像用メモリ及び/又は前記参照画像用メモリは、2リードポートメモリに構成されたことを特徴とする。   Next, an image processor according to claim 5 of the present invention is the image processor according to any one of claims 1 to 4, wherein the original image memory and / or the reference image memory is a two-read port memory. It is characterized by being configured.

上記構成により、メモリのアクセス効率よく、単一ブロックマッチング演算処理と連続ブロックマッチング演算処理の複数のブロックマッチング演算処理に対応することができる。   With the above-described configuration, it is possible to deal with a plurality of block matching calculation processes including a single block matching calculation process and a continuous block matching calculation process with high memory access efficiency.

本発明に係る画像処理プロセッサによれば、動き検出処理における探索アルゴリズムに応じて、SIMD型とシストリックアレイ型の構成に切り替えることができ、動き検出処理を行っている探索アルゴリズムによって最適なアーキテクチャ構成を実現することにより低消費電力化を達成することができる。   According to the image processor according to the present invention, it is possible to switch between the SIMD type and the systolic array type according to the search algorithm in the motion detection process, and the optimum architecture configuration according to the search algorithm performing the motion detection process. By realizing the above, low power consumption can be achieved.

本発明の画像処理プロセッサによれば、動画像のデータ処理において低消費電力化が図られており、低消費電力が求められる様々な情報端末機器や情報システムに対して組み込むことが容易となり、柔軟なシステム設計が可能となる。また、携帯電話のような小型の端末においても高解像度の動画像の符号化復号化処理を行なうことができ、携帯用情報端末機器の用途が様々に広がる。   According to the image processor of the present invention, low power consumption is achieved in moving image data processing, and it can be easily incorporated into various information terminal devices and information systems that require low power consumption. System design is possible. Further, even a small terminal such as a mobile phone can perform high-resolution moving image encoding / decoding processing, and the use of the portable information terminal device is variously expanded.

以下、本発明の画像処理プロセッサの実施例について、図面を参照しながら詳細に説明していく。
先ず、図2に、一般的なSIMD型プロセッサとシストリックアレイ型プロセッサのアーキテクチャを示す。図2(A)は一般的なSIMD型プロセッサのアーキテクチャを示している。ランダムアクセスメモリ10から画素データ等を読み込み、8個の演算回路(1a〜1h)が並列に処理を行うものである。
また、図2(B)は一般的なシストリックアレイ型プロセッサのアーキテクチャを示している。ランダムアクセスメモリ10から画素データ等を読み込み、4個の演算回路(2a〜2d)が並列に処理を行った後、当該画素データ等は4個の演算回路(2e〜2h)にシフトされ演算に再利用されるものである。
Hereinafter, embodiments of the image processor of the present invention will be described in detail with reference to the drawings.
First, FIG. 2 shows the architecture of a general SIMD type processor and a systolic array type processor. FIG. 2A shows a general SIMD type processor architecture. Pixel data and the like are read from the random access memory 10, and eight arithmetic circuits (1a to 1h) perform processing in parallel.
FIG. 2B shows a general systolic array type processor architecture. After reading pixel data and the like from the random access memory 10 and performing processing in parallel by the four arithmetic circuits (2a to 2d), the pixel data and the like are shifted to the four arithmetic circuits (2e to 2h) for calculation. It will be reused.

図2(A)のような構成のSIMD型プロセッサは、画素データの再利用は行わない代わりに、非常に高速に演算できることから、画素データの再利用性がない単一ブロックマッチング演算処理に最適である。
また、図2(B)のような構成のシストリックアレイ型プロセッサは、画素データの再利用性が高く、画素データのキャッシュメモリへのアクセス頻度が減少するため、消費電力削減効果が非常に高いことから、連続ブロックマッチング演算処理に最適である。
The SIMD type processor configured as shown in FIG. 2 (A) is capable of performing very high-speed operations instead of reusing pixel data, and is therefore optimal for single block matching calculation processing without pixel data reusability. It is.
In addition, the systolic array type processor configured as shown in FIG. 2B has high reusability of pixel data, and the frequency of accessing pixel data to the cache memory is reduced. Therefore, the effect of reducing power consumption is extremely high. Therefore, it is optimal for continuous block matching calculation processing.

図3に本発明の画像処理プロセッサのアーキテクチャを示す。本発明の画像処理プロセッサのアーキテクチャは、動き検出処理における探索アルゴリズムに応じて、SIMD型とシストリックアレイ型のアーキテクチャに切り替えることができるように、図3(1)に示されるような切替回路20を設けたものである。
この切替回路20によって、メモリから読み込んだ画素データ等のデータパスが、動き検出処理における探索アルゴリズムに応じて切り替えられる。
FIG. 3 shows the architecture of the image processor of the present invention. The architecture of the image processor of the present invention can be switched between SIMD type and systolic array type architecture according to the search algorithm in the motion detection process, as shown in FIG. Is provided.
The switching circuit 20 switches the data path such as pixel data read from the memory according to the search algorithm in the motion detection process.

図3(2)では、切替回路20により点線に示されたデータパスが構築され、4つの演算回路PE(3a〜3d)と4つの演算回路PE(3e〜3h)が並列に演算処理を行って、SIMD型プロセッサのアーキテクチャと等価となる。
また、図3(3)では、切替回路20により点線に示されたデータパスが構築され、4つの演算回路PE(3a〜3d)と4つの演算回路PE(3e〜3h)がカスケードに接続され演算処理を行って、シストリックアレイ型プロセッサのアーキテクチャと等価となる。
図3では、演算回路PEの個数は4個であるが、個数を自由に変更可能であることは言うまでもない。また図3では、シストリックアレイ型のカスケードに接続される段数は2であるが、この段数も自由に変更可能であることは言うまでもない。
In FIG. 3B, the switching circuit 20 constructs a data path indicated by a dotted line, and the four arithmetic circuits PE (3a to 3d) and the four arithmetic circuits PE (3e to 3h) perform arithmetic processing in parallel. This is equivalent to the architecture of a SIMD type processor.
In FIG. 3 (3), the switching circuit 20 constructs a data path indicated by a dotted line, and the four arithmetic circuits PE (3a to 3d) and the four arithmetic circuits PE (3e to 3h) are connected in cascade. Performing arithmetic processing is equivalent to the architecture of a systolic array processor.
In FIG. 3, the number of arithmetic circuits PE is four, but it goes without saying that the number can be freely changed. In FIG. 3, the number of stages connected to the systolic array cascade is 2, but it goes without saying that the number of stages can be freely changed.

次に、図4に本発明の画像処理プロセッサの概略ブロック図を示す。本発明の画像処理プロセッサは、制御部11とアドレス生成部12と原画像メモリ13と参照画像メモリ14とデータパス部15により構成される。制御部11は外部から書き込まれた命令を元に制御信号および切替信号を発生させる。この制御信号はアドレス生成部12またはデータパス部15に送られる。また切替信号はデータパス部15に送られる。アドレス生成部12は原画像メモリ13および参照画像メモリ14に対して、アドレスを連続的に供給する。データパス部15は、原画像メモリ13および参照画像メモリ14から画素データを読み込み、所定の演算処理を施して処理結果を制御部11に引き渡す。   Next, FIG. 4 shows a schematic block diagram of the image processor of the present invention. The image processor according to the present invention includes a control unit 11, an address generation unit 12, an original image memory 13, a reference image memory 14, and a data path unit 15. The control unit 11 generates a control signal and a switching signal based on a command written from outside. This control signal is sent to the address generation unit 12 or the data path unit 15. The switching signal is sent to the data path unit 15. The address generation unit 12 continuously supplies addresses to the original image memory 13 and the reference image memory 14. The data path unit 15 reads pixel data from the original image memory 13 and the reference image memory 14, performs predetermined arithmetic processing, and delivers the processing result to the control unit 11.

このデータパス部15では、複数の演算回路を備えており、原画像用メモリ13および前記参照画像用メモリ14から画素データを読み込み、制御部11から送られてくる切替信号に応じて、演算回路の並列数と一部の演算回路の入力データを他の演算回路の出力データに切り替える。
制御部11では、動き検出処理の探索アルゴリズムにしたがって、データパス部15の演算回路がSIMD型かシストリックアレイ型かに切り替える。
初期値検索、予測ベクトル探索、スリーステップサーチの2,3ステップなどの単一ブロックマッチング演算処理を用いる探索アルゴリズムでは、データパス部15の演算回路をSIMD型にするように、制御部11から切替信号が送られる。
一方、全探索法、サブサンプリング探索法、一次元探索、スリーステップサーチの1ステップなどの連続ブロックマッチング演算処理を用いる探索アルゴリズムでは、データパス部15の演算回路をシストリックアレイ型にするように、制御部11から切替信号が送られる。
The data path unit 15 includes a plurality of arithmetic circuits, reads pixel data from the original image memory 13 and the reference image memory 14, and operates in accordance with a switching signal sent from the control unit 11. And the input data of some arithmetic circuits are switched to the output data of other arithmetic circuits.
In the control unit 11, the arithmetic circuit of the data path unit 15 is switched between the SIMD type and the systolic array type in accordance with a search algorithm for motion detection processing.
In the search algorithm using single block matching calculation processing such as initial value search, prediction vector search, and three-step search such as three-step search, the control unit 11 is switched so that the calculation circuit of the data path unit 15 is SIMD type. A signal is sent.
On the other hand, in a search algorithm using a continuous block matching calculation process such as a full search method, a sub-sampling search method, a one-dimensional search, or a three-step search, the calculation circuit of the data path unit 15 is made to be a systolic array type. A switching signal is sent from the control unit 11.

以下の実施例では、H.264 baseline profile 整数画素精度 動き検出処理プロセッサを例にして、より具体的に説明していく。   In the following examples, H.P. H.264 baseline profile integer pixel precision A more specific description will be given using a motion detection processing processor as an example.

整数画素精度 動き検出処理プロセッサにおいて、探索ブロックを8画素×8画素のブロックとする。図5に64画素(8画素×8画素)の探索ブロック30を示す。実施例1では、説明の便宜上8画素(1行)を2つ(1行目と2行目の2つの行)のブロック(図6においてハッチング部分)を探索し動き検出処理を行うとして説明する。
この動き検出処理を、SIMD型の構成の画像処理プロセッサのアーキテクチャで行う場合を図6に、シストリックアレイ型の構成の画像処理プロセッサのアーキテクチャで行う場合を図7に示す。
Integer pixel accuracy In the motion detection processing processor, the search block is a block of 8 pixels × 8 pixels. FIG. 5 shows a search block 30 of 64 pixels (8 pixels × 8 pixels). In the first embodiment, for convenience of explanation, it is assumed that a motion detection process is performed by searching for a block (hatched portion in FIG. 6) of two pixels (one row and two rows) of eight pixels (one row). .
FIG. 6 shows a case where this motion detection processing is performed with the architecture of an image processing processor having a SIMD type configuration, and FIG. 7 shows a case where it is performed with the architecture of an image processing processor having a systolic array type configuration.

ここで、演算回路A1(41)と演算回路A2(42)は、両方とも8画素データの原画像と参照画像を入力して、それらの差分絶対値和を出力する演算回路である。
演算回路A1(41)と演算回路A2(42)の各々の入力ラインおよび出力ラインについて説明する。入力ラインは、原画像メモリ13から8画素データを取り込む64本(8画素×8ビット/画素)のデータ信号ラインと、参照画像メモリ14から8画素データを取り込む64本のデータ信号ラインと、制御部11からデータ信号ラインのロード信号を取り込む制御ラインを備える。また、出力ラインは、8画素データの原画像と参照画像の差分絶対値和の結果データを送出するデータ信号ラインと、シストリックアレイ型の場合に参照画像の8画素データを次段の演算回路に送出する64本のデータ信号ラインを備える。
演算回路A1(41)と演算回路A2(42)は、共に、1画素データを処理する8個の演算器を並列に配置され、8−way SIMD型プロセッサとして利用されている。
また、演算回路B(50)は、演算回路A1(41),A2(42)の差分絶対値和を入力して、8画素データ2行の差分絶対値和の結果データを出力する演算回路である。
Here, the arithmetic circuit A1 (41) and the arithmetic circuit A2 (42) are both arithmetic circuits that input an original image and a reference image of 8-pixel data and output a sum of absolute differences between them.
The input lines and output lines of the arithmetic circuit A1 (41) and the arithmetic circuit A2 (42) will be described. The input lines are 64 data signal lines for capturing 8 pixel data from the original image memory 13 (8 pixels × 8 bits / pixel), 64 data signal lines for capturing 8 pixel data from the reference image memory 14, and control. A control line for taking in a load signal of the data signal line from the unit 11 is provided. The output line includes a data signal line for sending out the result data of the sum of absolute differences between the original image of 8 pixel data and the reference image, and, in the case of a systolic array type, the 8 pixel data of the reference image is output to the next stage arithmetic circuit. Are provided with 64 data signal lines to be transmitted.
In the arithmetic circuit A1 (41) and the arithmetic circuit A2 (42), eight arithmetic units for processing one pixel data are arranged in parallel and are used as an 8-way SIMD type processor.
The arithmetic circuit B (50) is an arithmetic circuit that inputs the sum of absolute differences of the arithmetic circuits A1 (41) and A2 (42) and outputs the result data of the sum of absolute differences of two rows of 8 pixel data. is there.

図6では、8−way SIMD型プロセッサの演算回路A1(41)と演算回路A2(42)が並列にデータ処理され、両方の演算回路全体が16−way SIMD型プロセッサとして利用されている。
一方、図7では、8−way SIMD型プロセッサの演算回路A1(41)と演算回路A2(42)は直列に接続され、演算回路A1(41)の出力データが演算回路A2(42)の入力データとして処理が行われる。8−way SIMD型プロセッサの演算回路A1(41)と、8−way SIMD型プロセッサの演算回路A2(42)が、シストリックアレイ型プロセッサとして利用されている。
In FIG. 6, the arithmetic circuit A1 (41) and the arithmetic circuit A2 (42) of the 8-way SIMD processor are subjected to data processing in parallel, and both arithmetic circuits as a whole are used as a 16-way SIMD processor.
On the other hand, in FIG. 7, the arithmetic circuit A1 (41) and the arithmetic circuit A2 (42) of the 8-way SIMD processor are connected in series, and the output data of the arithmetic circuit A1 (41) is input to the arithmetic circuit A2 (42). Processing is performed as data. The arithmetic circuit A1 (41) of the 8-way SIMD processor and the arithmetic circuit A2 (42) of the 8-way SIMD processor are used as the systolic array processor.

図8に、実施例1の画像処理プロセッサのアーキテクチャを示す。実施例1の画像処理プロセッサのアーキテクチャは、制御部11とデータパス部15で構成される動き検出処理用プロセッサであって、制御部11は、外部命令に従い制御信号を発生させ、原画像用メモリ13と参照画像用メモリ14に対してアドレス生成部15を介して連続的にアドレスを発生させ、データパス部15に対して切替信号を発生させる。データパス部15は、原画像用メモリ13と参照画像用メモリ14と、複数の演算回路A(41,42)と、制御部11から送られてくる切替信号に応じて、演算回路A(41,42)の並列数と、一部の演算回路A(42)の入力データを他の演算回路A(41)の出力データに切り替える切替回路21とを備える。   FIG. 8 shows the architecture of the image processor of the first embodiment. The architecture of the image processing processor according to the first embodiment is a motion detection processing processor including a control unit 11 and a data path unit 15. The control unit 11 generates a control signal in accordance with an external command, and generates an original image memory. 13 and the reference image memory 14 are successively generated via the address generation unit 15 and a switching signal is generated for the data path unit 15. The data path unit 15 includes an arithmetic circuit A (41) according to the original image memory 13, the reference image memory 14, a plurality of arithmetic circuits A (41, 42), and a switching signal sent from the control unit 11. , 42) and a switching circuit 21 for switching input data of some arithmetic circuits A (42) to output data of other arithmetic circuits A (41).

次に、実施例1の画像処理プロセッサのアーキテクチャにおいて、SIMD型とシストリックアレイ型の構成を切り替える方法について、図9および図10を参照しながら説明する。
図9に、実施例1の画像処理プロセッサのアーキテクチャ(SIMD型の構成)を示す。制御部11から切替回路21に対して切替信号(1)が送られ、図9の切替回路21内の点線で示されるようなデータ信号ラインが構築される。
これにより、演算回路A1(41)と演算回路A2(42)は、原画像メモリ13および参照画像メモリ14から画素データが取り込まれ、各々並列に処理することとなる。
Next, a method for switching between the SIMD type and the systolic array type in the architecture of the image processor of the first embodiment will be described with reference to FIGS. 9 and 10.
FIG. 9 shows the architecture (SIMD type configuration) of the image processor of the first embodiment. A switching signal (1) is sent from the control unit 11 to the switching circuit 21, and a data signal line as shown by a dotted line in the switching circuit 21 in FIG. 9 is constructed.
As a result, the arithmetic circuit A1 (41) and the arithmetic circuit A2 (42) receive the pixel data from the original image memory 13 and the reference image memory 14, and each process them in parallel.

また、図10に、実施例1の画像処理プロセッサのアーキテクチャ(シストリックアレイ型の構成)を示す。制御部11から切替回路21に対して切替信号(0)が送られ、図10の切替回路21内の点線で示されるようなデータ信号ラインが構築される。
これにより、演算回路A1(41)においては、原画像メモリ13および参照画像メモリ14から画素データが取り込まれ、演算回路A2(42)においては、演算回路A1(41)の出力データが取り込まれ処理することとなる。
FIG. 10 shows the architecture (system configuration of a systolic array) of the image processor according to the first embodiment. A switching signal (0) is sent from the control unit 11 to the switching circuit 21, and a data signal line as shown by a dotted line in the switching circuit 21 in FIG. 10 is constructed.
As a result, the arithmetic circuit A1 (41) takes in the pixel data from the original image memory 13 and the reference image memory 14, and the arithmetic circuit A2 (42) takes in the output data of the arithmetic circuit A1 (41). Will be.

ここで、原画像メモリ13および参照画像メモリ14が、出力データ信号ラインが64本の2リードポートメモリとする。図9のようなSIMD型の画像処理プロセッサのアーキテクチャの場合、出力データ信号ライン128本(64本×2)を占有してしまうが、図10のようなシストリックアレイ型の画像処理プロセッサのアーキテクチャの場合、出力データ信号ライン128本(64本×2)の50%だけ占有することになる。2つあるリードポートのどちらかを占有することになる。従って、他の演算処理部でメモリを共有することができ、動き検出処理アルゴリズムを効率よく実行することが可能となる。   Here, it is assumed that the original image memory 13 and the reference image memory 14 are 2-read port memories having 64 output data signal lines. In the case of the architecture of the SIMD type image processor as shown in FIG. 9, 128 output data signal lines (64 × 2) are occupied, but the architecture of the systolic array type image processor as shown in FIG. In this case, it occupies 50% of the 128 output data signal lines (64 lines × 2). One of the two read ports will be occupied. Therefore, the memory can be shared by other arithmetic processing units, and the motion detection processing algorithm can be efficiently executed.

実施例1の画像処理プロセッサのアーキテクチャは、上記のような構成により、動き検出処理における探索アルゴリズムに応じて、SIMD型とシストリックアレイ型の構成に切り替えることができる。
初期値検索、予測ベクトル探索、スリーステップサーチの2,3ステップなど単一ブロックマッチング演算処理を用いる探索アルゴリズムでは、探索ブロックの前後関係の相関性がないため、次ステップのブロックマッチング演算処理との画素データの再利用性は無い。従って、画素データの再利用は行わない代わりに、非常に高速に演算でき、演算処理サイクル数を削減して消費電力削減効果を高めるSIMD型プロセッサの構成とするのである。
The architecture of the image processor of the first embodiment can be switched between the SIMD type and the systolic array type according to the search algorithm in the motion detection process by the configuration as described above.
In the search algorithm using single block matching calculation processing such as initial value search, prediction vector search, and three-step search such as three-step search, there is no correlation of search block context. There is no reusability of pixel data. Therefore, instead of reusing the pixel data, the SIMD processor is configured so that the calculation can be performed at a very high speed, and the number of calculation processing cycles is reduced to improve the power consumption reduction effect.

また、全探索法、サブサンプリング探索法、一次元探索、スリーステップサーチの1ステップなど連続ブロックマッチング演算処理を用いる探索アルゴリズムでは、探索ブロックの前後関係に強い相関性があるため、次ステップのブロックマッチング演算処理との画素データの再利用性は高い。従って、画素データの再利用性が高く、画素データのキャッシュメモリへのアクセス頻度が減少して消費電力削減効果が高めるシストリックアレイ型プロセッサの構成とするのである。   In addition, in a search algorithm using continuous block matching calculation processing such as a full search method, a sub-sampling search method, a one-dimensional search, or a three-step search, there is a strong correlation in the context of the search block. The reusability of pixel data with the matching calculation process is high. Therefore, the reusability of the pixel data is high, the frequency of accessing the pixel data to the cache memory is reduced, and the configuration of a systolic array type processor that increases the power consumption reduction effect is obtained.

実施例1においては、8画素データを2行分、16画素データの原画像および参照画像を取り込み、それらの差分絶対値を演算して、その後、全ての差分絶対値の総和を演算した結果を出力するデータパス部において、SIMD型とシストリックアレイ型の構成に切り替える回路について説明した。
次に、実施例2では、8画素データを4行分、32画素データの原画像および参照画像を取り込み、それらの差分絶対値を演算して、その後、全ての差分絶対値の総和を演算した結果を出力するデータパス部において、SIMD型とシストリックアレイ型の構成に切り替える回路について説明する。
In the first embodiment, two lines of 8 pixel data, an original image and a reference image of 16 pixel data are taken in, the difference absolute value thereof is calculated, and then the sum of all the difference absolute values is calculated. The circuit for switching between the SIMD type and the systolic array type in the output data path unit has been described.
Next, in Example 2, the 8 pixel data for 4 rows, the original image and the reference image of 32 pixel data are taken in, the difference absolute value thereof is calculated, and then the sum of all the difference absolute values is calculated. A circuit for switching between the SIMD type and the systolic array type in the data path unit for outputting the results will be described.

図11に、実施例2の画像処理プロセッサのアーキテクチャを示す。実施例2の画像処理プロセッサのアーキテクチャは、制御部11とデータパス部15で構成される動き検出処理用プロセッサであって、制御部11は、外部命令に従い制御信号を発生させ、原画像用メモリ13と参照画像用メモリ14に対してアドレス生成部15を介して連続的にアドレスを発生させ、データパス部15内の切替回路(21,22,23)に対して切替信号を発生させる。   FIG. 11 shows the architecture of the image processor of the second embodiment. The architecture of the image processor according to the second embodiment is a motion detection processing processor including a control unit 11 and a data path unit 15. The control unit 11 generates a control signal in accordance with an external command, and generates an original image memory. 13 and the reference image memory 14 are continuously generated through the address generation unit 15, and a switching signal is generated for the switching circuit (21, 22, 23) in the data path unit 15.

データパス部15は、原画像用メモリ13と参照画像用メモリ14と、複数の演算回路A1〜A4(41,42,43,44)と、制御部11から送られてくる切替信号に応じて、演算回路A1〜A4の並列数を切り替える。すなわち、切替回路21によって、演算回路A1(41)と演算回路A2(42)の16個の演算器をSIMD型プロセッサとして利用するか、シストリックアレイ型プロセッサとして利用するかを切り替える。また、切替回路22によって、演算回路A2(42)と演算回路A3(43)の16個の演算器をSIMD型プロセッサとして利用するか、シストリックアレイ型プロセッサとして利用するかを切り替える。また、切替回路23によって、演算回路A3(43)と演算回路A4(44)の16個の演算器をSIMD型プロセッサとして利用するか、シストリックアレイ型プロセッサとして利用するかを切り替える。   The data path unit 15 corresponds to the original image memory 13, the reference image memory 14, the plurality of arithmetic circuits A 1 to A 4 (41, 42, 43, 44), and a switching signal sent from the control unit 11. The parallel number of the arithmetic circuits A1 to A4 is switched. That is, the switching circuit 21 switches whether the 16 arithmetic units of the arithmetic circuit A1 (41) and the arithmetic circuit A2 (42) are used as SIMD type processors or systolic array type processors. Further, the switching circuit 22 switches whether the 16 arithmetic units of the arithmetic circuit A2 (42) and the arithmetic circuit A3 (43) are used as SIMD type processors or systolic array type processors. In addition, the switching circuit 23 switches whether the 16 arithmetic units of the arithmetic circuit A3 (43) and the arithmetic circuit A4 (44) are used as SIMD type processors or systolic array type processors.

本発明の画像処理プロセッサによれば、高解像度動画像のデータ処理において低消費電力化が図られており、低消費電力が求められる様々なシステムに対して組み込むことが容易となり、柔軟なシステム設計が可能となる。   According to the image processor of the present invention, low power consumption is achieved in data processing of high-resolution moving images, and it can be easily incorporated into various systems that require low power consumption. Is possible.

単一ブロックマッチング演算処理の概念図Conceptual diagram of single block matching operation processing 連続ブロックマッチング演算処理の概念図Conceptual diagram of continuous block matching operation processing (A)は一般的なSIMD型プロセッサのアーキテクチャであり、(B)は一般的なシストリックアレイ型プロセッサのアーキテクチャを示す。(A) shows a general SIMD type processor architecture, and (B) shows a general systolic array type processor architecture. 本発明の画像処理プロセッサのアーキテクチャを示す。1 shows the architecture of an image processor of the present invention. 本発明の画像処理プロセッサの概略ブロック図を示す。1 shows a schematic block diagram of an image processor of the present invention. 64画素(8画素×8画素)の探索ブロックを示す。A search block of 64 pixels (8 pixels × 8 pixels) is shown. SIMD型の構成の画像処理プロセッサのアーキテクチャの一例を示す。2 shows an example of an architecture of an image processing processor having a SIMD type configuration. シストリックアレイ型の構成の画像処理プロセッサのアーキテクチャの一例を示す。1 shows an example of an architecture of an image processing processor having a systolic array configuration. 実施例1の画像処理プロセッサのアーキテクチャを示す。1 shows an architecture of an image processor according to a first embodiment. 実施例1の画像処理プロセッサのアーキテクチャ(SIMD型の構成)を示す。1 shows an architecture (SIMD type configuration) of an image processor according to a first embodiment. 実施例1の画像処理プロセッサのアーキテクチャ(シストリックアレイ型の構成)を示す。1 shows an architecture (a systolic array type configuration) of an image processor according to a first embodiment. 実施例2の画像処理プロセッサのアーキテクチャを示す。2 shows an architecture of an image processor according to a second embodiment.

符号の説明Explanation of symbols

10 ランダムアクセスメモリ
11 制御部
12 アドレス生成部
13 原画像メモリ
14 参照画像メモリ
15 データパス部
20,21,22,23 切替回路
30 画素(8画素×8画素)ブロック
41 演算回路A1
42 演算回路A2
43 演算回路A3
44 演算回路A4
50 演算回路B
100 画面フレーム
101,102,103 探索ブロック
PE 演算回路(Processor Element)
DESCRIPTION OF SYMBOLS 10 Random access memory 11 Control part 12 Address generation part 13 Original image memory 14 Reference image memory 15 Data path part 20, 21, 22, 23 Switching circuit 30 Pixel (8 pixel x 8 pixel) block 41 Arithmetic circuit A1
42 Arithmetic Circuit A2
43 arithmetic circuit A3
44 arithmetic circuit A4
50 arithmetic circuit B
100 Screen frame 101, 102, 103 Search block PE Processing element (Processor Element)

Claims (6)

制御部とデータパス部で構成される動き検出処理用プロセッサであって、
前記制御部は、外部命令に従い制御信号を発生させ、原画像用メモリと参照画像用メモリに対して連続的にアドレスを発生させ、データパス部に対して切替信号を発生させ;
前記データパス部は、前記原画像用メモリと、前記参照画像用メモリと、複数の演算回路と、前記切替信号に応じて前記演算回路の並列数と一部の演算回路の入力データを他の演算回路の出力データに切り替える切替回路とを備え;
動き検出処理の探索アルゴリズムによってSIMD型とシストリックアレイ型の構成を切り替えることができることを特徴とする画像処理プロセッサ。
A motion detection processor comprising a control unit and a data path unit,
The control unit generates a control signal according to an external command, continuously generates addresses for the original image memory and the reference image memory, and generates a switching signal for the data path unit;
The data path unit includes the original image memory, the reference image memory, a plurality of arithmetic circuits, and the parallel number of the arithmetic circuits and input data of some arithmetic circuits according to the switching signal. A switching circuit for switching to output data of the arithmetic circuit;
An image processor capable of switching between a SIMD type and a systolic array type according to a search algorithm for motion detection processing.
前記切替信号は、単一ブロックマッチング演算処理を行う際には、前記演算回路の並列数を最大化してSIMD型の構成とし、連続ブロックマッチング演算処理を行う際には、前記演算回路の並列数を減らし、一部の演算回路の入力データを他の演算回路の出力データに切り替えてシストリックアレイ型の構成とすることを特徴とする請求項1に記載の画像処理プロセッサ。   The switching signal has a SIMD type configuration by maximizing the parallel number of the arithmetic circuits when performing single block matching arithmetic processing, and the parallel number of the arithmetic circuits when performing continuous block matching arithmetic processing. 2. The image processor according to claim 1, wherein the image processing processor is configured to be a systolic array type by switching input data of some arithmetic circuits to output data of other arithmetic circuits. 前記演算回路は、原画像の画素データおよび参照画像の画素データを入力して差分絶対値を出力する回路であることを特徴とすることを特徴とする請求項1に記載の画像処理プロセッサ。   2. The image processor according to claim 1, wherein the arithmetic circuit is a circuit that inputs pixel data of an original image and pixel data of a reference image and outputs an absolute difference value. 前記演算回路は、原画像の複数の画素データおよび参照画像の複数の画素データを入力して差分絶対値和を出力する回路であることを特徴とすることを特徴とする請求項1に記載の画像処理プロセッサ。   2. The circuit according to claim 1, wherein the arithmetic circuit is a circuit that inputs a plurality of pixel data of an original image and a plurality of pixel data of a reference image and outputs a sum of absolute differences. Image processor. 前記原画像用メモリ及び/又は前記参照画像用メモリは、2リードポートメモリであることを特徴とする請求項1から4のいずれかに記載の画像処理プロセッサ。   5. The image processor according to claim 1, wherein the original image memory and / or the reference image memory is a two-read port memory. 6. 請求項1から5のいずれかに記載の画像処理プロセッサを搭載した情報端末機器。
An information terminal device equipped with the image processor according to claim 1.
JP2006203541A 2006-07-26 2006-07-26 Image processor Expired - Fee Related JP4625903B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006203541A JP4625903B2 (en) 2006-07-26 2006-07-26 Image processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006203541A JP4625903B2 (en) 2006-07-26 2006-07-26 Image processor

Publications (2)

Publication Number Publication Date
JP2008034953A JP2008034953A (en) 2008-02-14
JP4625903B2 true JP4625903B2 (en) 2011-02-02

Family

ID=39123974

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006203541A Expired - Fee Related JP4625903B2 (en) 2006-07-26 2006-07-26 Image processor

Country Status (1)

Country Link
JP (1) JP4625903B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4740203B2 (en) 2006-08-04 2011-08-03 北京京東方光電科技有限公司 Thin film transistor LCD pixel unit and manufacturing method thereof
JP5633122B2 (en) * 2009-06-16 2014-12-03 富士通セミコンダクター株式会社 Processor and information processing system
JP5708634B2 (en) * 2010-02-24 2015-04-30 日本電気株式会社 SIMD processor
CN111738428B (en) * 2019-03-25 2023-08-25 上海寒武纪信息科技有限公司 Computing device, method and related product

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005070938A (en) * 2003-08-21 2005-03-17 Matsushita Electric Ind Co Ltd Signal-processor and electronic equipment using it

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005070938A (en) * 2003-08-21 2005-03-17 Matsushita Electric Ind Co Ltd Signal-processor and electronic equipment using it

Also Published As

Publication number Publication date
JP2008034953A (en) 2008-02-14

Similar Documents

Publication Publication Date Title
Lai et al. A data-interlacing architecture with two-dimensional data-reuse for full-search block-matching algorithm
KR20080078700A (en) Scaler architecture for image and video processing
US8451901B2 (en) High-speed motion estimation apparatus and method
JP3880985B2 (en) Motion vector detection apparatus and motion vector detection method
US8761239B2 (en) Image coding apparatus, method, integrated circuit, and program
JP4625903B2 (en) Image processor
JP6731574B2 (en) Moving picture coding apparatus and moving picture coding method
CN107623854B (en) Partial decoding circuit and partial encoding circuit
US6850569B2 (en) Effective motion estimation for hierarchical search
US6169766B1 (en) Method and apparatus for detecting motion vector and image coding apparatus
JP3676237B2 (en) Data processing apparatus and arithmetic unit
US20050047502A1 (en) Method and apparatus for the efficient representation of interpolated video frames for motion-compensated coding
KR101232523B1 (en) Memory organizational scheme and controller architecture for image and video processing
WO2007055013A1 (en) Image decoding apparatus and method, and image encoding apparatus
JP2009015637A (en) Computational unit and image filtering apparatus
JP2007259323A (en) Image decoding apparatus
JP5182285B2 (en) Decoding method and decoding apparatus
JP2002016926A (en) Sprite-encoded data transmission method, sprite encoder, sprite-encoded data decoder and storage medium
CN102238385A (en) Encoder and/or vertical and/or horizontal cache device of decoder and method
JP2020156106A (en) Video encoding device and video encoding method
US6668087B1 (en) Filter arithmetic device
CN101882112A (en) Reading method of four-byte character, device thereof and decoder thereof
KR101711495B1 (en) Reusable DCT Architecture for Parallel Processing of Y, U and V Transforms in HEVC
JP4266512B2 (en) Data processing device
US7606996B2 (en) Array type operation device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090225

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100927

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: 20100930

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: 20101007

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

Free format text: PAYMENT UNTIL: 20131119

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: R3D02

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees