JP2011249954A - Ac component prediction system and ac component prediction program - Google Patents

Ac component prediction system and ac component prediction program Download PDF

Info

Publication number
JP2011249954A
JP2011249954A JP2010118954A JP2010118954A JP2011249954A JP 2011249954 A JP2011249954 A JP 2011249954A JP 2010118954 A JP2010118954 A JP 2010118954A JP 2010118954 A JP2010118954 A JP 2010118954A JP 2011249954 A JP2011249954 A JP 2011249954A
Authority
JP
Japan
Prior art keywords
component
prediction
frequency
block
target block
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2010118954A
Other languages
Japanese (ja)
Other versions
JP5007431B2 (en
Inventor
Kazuki Kakuno
一樹 客野
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.)
Axell Corp
Original Assignee
Axell Corp
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 Axell Corp filed Critical Axell Corp
Priority to JP2010118954A priority Critical patent/JP5007431B2/en
Publication of JP2011249954A publication Critical patent/JP2011249954A/en
Application granted granted Critical
Publication of JP5007431B2 publication Critical patent/JP5007431B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Of Band Width Or Redundancy In Fax (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an AC component prediction system and an AC component prediction program which can further improve prediction accuracy in AC component prediction.SOLUTION: A low-frequency AC component prediction part 31 predicts the low-frequency AC component of an object block by AC component prediction, and a high-frequency AC component prediction part 32 predicts the high-frequency AC component of the object block by weighting prediction. A prediction processing part 33 adds the low-frequency AC component and the high-frequency AC component in order to calculate the prediction value of the AC component of the object block. An AC component restoration part 35 adds the prediction value of the AC component and the residual component from the original image in order to calculate the restoration value of the AC component of the object block. A high-frequency AC component calculation part 38 calculates the high-frequency AC component used as information of the processed block from the next processing, based on the difference between the restoration value of the AC component and the low-frequency AC component.

Description

本発明は、交流成分予測システムおよび交流成分予測プログラムに関する。   The present invention relates to an AC component prediction system and an AC component prediction program.

従来より、交流成分予測(ACP:AC Component Prediction)と呼ばれる画像処理が知られている。交流成分予測とは、図1に例示するように、処理対象となる対象ブロックの周辺領域(例えばPBl,PBr,PBt,PBb)の情報を参照して、このブロックPBsを細分化したサブブロックの情報c00〜c11を求める手法をいう。交流成分予測では、対象ブロックPBsと、その近傍に位置する周辺領域との間における空間的な相関性を利用して、対象ブロックPBsのDC値(直流成分)を保持しつつ、空間分解能がより高いAC値(交流成分)が算出される。特許文献1〜3には、対象ブロックを順次細分化し、画像データを階層的に符号化する再帰的交流成分予測符号化(RACP)が開示されている。具体的には、まず画像平面上において対象ブロックを所定方向に順次シフトさせながら、これを細分化したサブブロックの予測画素値が順次算出される。つぎに、予測画素値と本来の画素値(真値)との差分が残差成分として算出される。そして、この残差成分に対して、非可逆変換およびエントロピー符号化を施すことによって、圧縮画像データの一部となる画像の交流成分が生成される。以上のような処理が、例えば、8×8画素のブロック(最上位階層)、4×4画素のブロック(第2位階層)、2×2画素のブロック(第3位階層)および1×1画素のブロック(最下位階層)よりなる階層構造において、再帰的に繰り返される。   Conventionally, image processing called AC component prediction (ACP) is known. As illustrated in FIG. 1, the AC component prediction refers to information on a peripheral area (for example, PBl, PBr, PBt, PBb) of a target block to be processed, and subblocks obtained by subdividing the block PBs. A method for obtaining information c00 to c11. In the alternating current component prediction, the spatial resolution between the target block PBs and the surrounding area located in the vicinity thereof is utilized to maintain the DC value (direct current component) of the target block PBs, and the spatial resolution is further improved. A high AC value (AC component) is calculated. Patent Documents 1 to 3 disclose recursive AC component predictive coding (RACP) that sequentially subdivides a target block and hierarchically encodes image data. Specifically, first, the predicted pixel values of sub-blocks obtained by subdividing the target block are sequentially calculated while sequentially shifting the target block in a predetermined direction on the image plane. Next, a difference between the predicted pixel value and the original pixel value (true value) is calculated as a residual component. The residual component is subjected to irreversible transformation and entropy coding to generate an alternating current component of an image that is part of the compressed image data. The above processing is performed by, for example, an 8 × 8 pixel block (top layer), a 4 × 4 pixel block (second layer), a 2 × 2 pixel block (third layer), and 1 × 1. It is recursively repeated in a hierarchical structure consisting of pixel blocks (lowest hierarchy).

日本特許第4000157号公報Japanese Patent No. 4000157 日本特許第3774201号公報Japanese Patent No. 3774201 日本特許第3700976号公報Japanese Patent No. 3700976

ところで、周知のように、画像平面(実空間)上のブロックは、アダマール空間に写像することによって、理論上、このブロックの直流成分DCと、互いに直交した3つのアダマール基底とで表現できる。図2に示すように、2×2画素で構成されるブロックは、その内部に存在する4つの画素値c00〜c11がどのような値であったとしても、このブロックの直流成分DCと、スカラー倍された3つのアダマール基底の和で表現できる。ここで、平均値DCの後に続く第1のアダマール基底(α基底)では、+1,−1が水平方向に並んでいる。また、これに続く第2のアダマール基底(β基底)では、+1,−1が垂直方向に並んでいる。そして、これに続く第3のアダマール基底(γ基底)では、+1,−1が斜めにクロスして並んでいる。これらのアダマール基底は、任意のものを選択して内積すると必ず0になることから明らかなように、互いに直交している。また、乗数αはα基底のスカラー値(α成分)、乗数βはβ基底のスカラー値(β成分)、乗数γはγ基底のスカラー値(γ成分)である。実空間からアダマール空間への写像では、周知のアダマール変換が用いられ、これによって、画素値c00〜c11からα成分、β成分およびγ成分が一義的に特定される。一方、周波数空間から実空間への写像では、周知の逆アダマール変換が用いられ、これによって、α成分、β成分およびγ成分から画素値c00〜c11が一義的に特定される。このことは、実空間上の処理と等価なことをアダマール空間上で行ってもよいことを意味する。交流成分予測についても同様で、ブロック内の画素値c00〜c11を予測することは、ブロックの平均値DCが既知であることを前提に、α成分、β成分およびγ成分を予測することと等価である。なお、α成分およびβ成分だけでも(γ成分を0とみなしても)、画素値c00〜c11を良好に近似できる。   By the way, as is well known, a block on the image plane (real space) can theoretically be represented by a DC component DC of this block and three Hadamard bases orthogonal to each other by mapping to the Hadamard space. As shown in FIG. 2, the block composed of 2 × 2 pixels has a DC component DC of this block and a scalar, no matter what the four pixel values c00 to c11 exist in the block. It can be expressed as the sum of three multiplied Hadamard bases. Here, in the first Hadamard basis (α basis) following the average value DC, +1 and −1 are arranged in the horizontal direction. In the second Hadamard basis (β basis) that follows this, +1 and −1 are arranged in the vertical direction. Then, in the third Hadamard base (γ base) following this, +1 and −1 are diagonally crossed and arranged. These Hadamard bases are orthogonal to each other, as is clear from the fact that an arbitrary product is selected and the inner product is always 0. The multiplier α is an α-based scalar value (α component), the multiplier β is a β-based scalar value (β component), and the multiplier γ is a γ-based scalar value (γ component). In the mapping from the real space to the Hadamard space, a well-known Hadamard transform is used, whereby the α component, β component and γ component are uniquely specified from the pixel values c00 to c11. On the other hand, in the mapping from the frequency space to the real space, the well-known inverse Hadamard transform is used, whereby the pixel values c00 to c11 are uniquely specified from the α component, β component, and γ component. This means that what is equivalent to processing in real space may be performed in Hadamard space. The same applies to the AC component prediction, and predicting the pixel values c00 to c11 in the block is equivalent to predicting the α component, the β component, and the γ component on the assumption that the average value DC of the block is known. It is. It should be noted that the pixel values c00 to c11 can be satisfactorily approximated with only the α component and the β component (even if the γ component is regarded as 0).

交流成分予測による画像の予測精度は高い方が好ましい。予測精度が高いほど、予測値の集合としての予測画像と本来の画像との相関が高まり、両者の差分に相当する予差成分が小さくなるからである。残差成分の低減は、統計的に見た残差成分の出現頻度が0近傍に偏る傾向が高まることを意味する。したがって、例えば、残差成分にエントロピー符号化を施してデータ圧縮する場合、残差成分の低減によって、圧縮率を高めることができる。交流成分予測では、対象ブロックからの距離が近い参照領域ほど、すなわち空間的な相関性が高いほど、画素値の変化量(傾き)の除数が小さくなり、より精度の高い予測が可能になる。この点に関して、特許文献1〜3では、今回の処理で算出すべき交流成分の予測値として、それ以前の処理における残差成分(すなわち、従前の処理で生じた原画像に対する予測の誤差)を何ら考慮することなく、各ブロックの処理で互いに独立した予測を行っているため、予測精度の向上を図る余地が残されていた。   It is preferable that the image prediction accuracy by the AC component prediction is high. This is because the higher the prediction accuracy, the higher the correlation between the predicted image as a set of predicted values and the original image, and the smaller the prediction component corresponding to the difference between the two. The reduction of the residual component means that a tendency that the appearance frequency of the residual component viewed statistically tends to be close to 0 increases. Therefore, for example, when entropy coding is performed on the residual component to compress the data, the compression rate can be increased by reducing the residual component. In AC component prediction, the closer the distance from the target block is, that is, the higher the spatial correlation, the smaller the divisor of the change amount (slope) of the pixel value, and the more accurate prediction becomes possible. In this regard, in Patent Documents 1 to 3, the residual component in the previous processing (that is, the prediction error with respect to the original image generated in the previous processing) is used as the predicted value of the AC component to be calculated in the current processing. Without any consideration, the prediction of each block is performed independently of each other, leaving room for improvement in prediction accuracy.

そこで、本発明の目的は、交流成分予測における予測精度の一層の向上を図ることである。   Therefore, an object of the present invention is to further improve the prediction accuracy in AC component prediction.

かかる課題を解決すべく、第1の発明は、低周波交流成分予測部と、高周波交流成分予測部と、予測処理部と、交流成分復元部と、高周波交流成分算出部とを有し、画像平面上に設定されたブロック毎の繰り返し処理によって、ブロック単位で交流成分予測を行う交流成分予測システムを提供する。低周波交流成分予測部は、今回の処理で処理対象となる対象ブロックの参照領域に相当するブロックの直流成分を用いた交流成分予測によって、対象ブロックの低周波交流成分を予測する。高周波交流成分予測部は、処理済ブロックの高周波交流成分を用いた重み付け予測によって、対象ブロックの高周波交流成分を予測する。この処理済ブロックは、対象ブロックの近傍に位置し、かつ、従前の処理で既に処理されたブロックである。予測処理部は、低周波交流成分予測部によって予測された低周波交流成分と、高周波交流成分予測部によって予測された高周波交流成分とを加算することによって、対象ブロックの交流成分の予測値を算出する。交流成分復元部は、予測処理部によって算出された予測値と、原画像との残差成分とを加算することによって、対象ブロックの交流成分の復元値を算出する。高周波交流成分算出部は、交流成分復元部によって算出された復元値と、低周波交流成分予測部によって予測された低周波交流成分との差分に基づいて、次回以降の処理で処理済ブロックの情報として用いられる高周波交流成分を算出する。   In order to solve such a problem, the first invention includes a low-frequency AC component prediction unit, a high-frequency AC component prediction unit, a prediction processing unit, an AC component restoration unit, and a high-frequency AC component calculation unit. Provided is an AC component prediction system that performs AC component prediction in units of blocks by iterative processing for each block set on a plane. The low-frequency AC component prediction unit predicts the low-frequency AC component of the target block by AC component prediction using the DC component of the block corresponding to the reference area of the target block to be processed in the current process. The high-frequency AC component prediction unit predicts the high-frequency AC component of the target block by weighted prediction using the high-frequency AC component of the processed block. This processed block is located in the vicinity of the target block and has already been processed in the previous process. The prediction processing unit calculates the predicted value of the AC component of the target block by adding the low-frequency AC component predicted by the low-frequency AC component prediction unit and the high-frequency AC component predicted by the high-frequency AC component prediction unit. To do. The AC component restoration unit calculates the restoration value of the AC component of the target block by adding the prediction value calculated by the prediction processing unit and the residual component of the original image. The high-frequency AC component calculation unit is information on blocks that have been processed in the next and subsequent processes based on the difference between the restoration value calculated by the AC component restoration unit and the low-frequency AC component predicted by the low-frequency AC component prediction unit. The high frequency alternating current component used as is calculated.

ここで、第1の発明において、高周波交流成分予測部は、対象ブロックと処理済ブロックとの間における画素値の誤差が小さくなるように、対象ブロックを基準とした処理済ブロックの予測方向に応じて、処理済ブロックの高周波交流成分の符号を反転させた上で、上記重み付け予測を行うことが好ましい。ここで、上記交流成分は、水平方向のアダマール基底の成分を規定する水平成分を含むことが好ましい。この場合、高周波交流成分予測部は、対象ブロックの垂直方向に近接した処理済ブロックに関する水平成分と、対象ブロックの水平方向に近接した処理済ブロックに関する水平成分の符号を反転させた値とを加算することによって、水平成分に含まれる高周波交流成分に関する上記重み付け予測を行うことが望ましい。また、上記交流成分は、垂直方向のアダマール基底の成分を規定する垂直成分を含むことが好ましい。この場合、高周波交流成分予測部は、対象ブロックの垂直方向に近接した処理済ブロックに関する垂直成分の符号を反転させた値と、対象ブロックの水平方向に近接した処理済ブロックに関する垂直成分とを加算することによって、垂直成分に含まれる高周波交流成分に関する上記重み付け予測を行うことが望ましい。   Here, in the first invention, the high-frequency alternating current component prediction unit responds to the prediction direction of the processed block with reference to the target block so that the error of the pixel value between the target block and the processed block becomes small. Thus, it is preferable to perform the weighted prediction after inverting the sign of the high-frequency AC component of the processed block. Here, the AC component preferably includes a horizontal component that defines a component of the Hadamard base in the horizontal direction. In this case, the high-frequency AC component prediction unit adds the horizontal component related to the processed block close to the target block in the vertical direction and the value obtained by inverting the sign of the horizontal component related to the processed block close to the target block in the horizontal direction. By doing so, it is desirable to perform the above weighted prediction regarding the high-frequency AC component included in the horizontal component. The alternating current component preferably includes a vertical component that defines a Hadamard basis component in the vertical direction. In this case, the high-frequency AC component prediction unit adds the value obtained by inverting the sign of the vertical component related to the processed block close to the target block in the vertical direction and the vertical component related to the processed block close to the target block in the horizontal direction. By doing so, it is desirable to perform the weighted prediction regarding the high-frequency AC component included in the vertical component.

また、第1の発明に係る交流成分予測システムは、画像を非可逆圧縮するエンコーダに適用してもよい。この場合、上記交流成分復元部は、減算器と、非可逆変換部と、エントロピー符号化部と、逆変換部と、加算器とを有することが好ましい。減算器は、予測処理部によって算出された予測値と、原画像における真値との差分を残差成分として算出する。非可逆変換部は、減算器によって算出された残差成分に非可逆変換を施す。エントロピー符号化部は、非可逆変換部から出力された残差成分にエントロピー符号化を施して、画像の圧縮データを出力する。逆変換部は、非可逆変換部から出力された残差成分に、非可逆変換とは逆の処理を施すことによって、残差成分を復元する。加算器は、予測処理部によって算出された予測値に、逆変換部から出力された残差成分を加算する。   The AC component prediction system according to the first invention may be applied to an encoder that performs irreversible compression of an image. In this case, it is preferable that the AC component restoration unit includes a subtracter, an irreversible conversion unit, an entropy encoding unit, an inverse conversion unit, and an adder. The subtractor calculates a difference between the predicted value calculated by the prediction processing unit and the true value in the original image as a residual component. The irreversible conversion unit performs irreversible conversion on the residual component calculated by the subtractor. The entropy encoding unit performs entropy encoding on the residual component output from the lossy conversion unit, and outputs compressed image data. The inverse transform unit restores the residual component by performing a process opposite to the irreversible transform on the residual component output from the irreversible transform unit. The adder adds the residual component output from the inverse transform unit to the prediction value calculated by the prediction processing unit.

また、第1の発明に係る交流成分予測システムは、非可逆圧縮された画像を伸張するデコーダに適用してもよい。この場合、上記交流成分復元部は、逆変換部と、加算器とを有する。逆変換部は、非可逆圧縮された画像の圧縮データに対して、画像圧縮時に施された非可逆変換およびエントロピー符号化の逆処理を行うことによって、原画像との残差成分を復元する。加算器は、予測処理部によって算出された予測値に、逆変換部から出力された残差成分を加算することによって、伸長画像を出力する。   The AC component prediction system according to the first invention may be applied to a decoder that expands an irreversibly compressed image. In this case, the AC component restoration unit includes an inverse conversion unit and an adder. The inverse transform unit restores a residual component from the original image by performing inverse processing of irreversible transformation and entropy encoding performed at the time of image compression on the compressed data of the irreversibly compressed image. The adder outputs a decompressed image by adding the residual component output from the inverse transform unit to the prediction value calculated by the prediction processing unit.

一方、第2の発明は、画像平面上に設定されたブロック毎の繰り返し処理によって、ブロック単位で行われる交流成分予測をコンピュータに実行させる交流成分予測プログラムを提供する。このプログラムは、今回の処理で処理対象となる対象ブロックの参照領域に相当するブロックの直流成分を用いた交流成分予測によって、対象ブロックの低周波交流成分を予測する第1のステップと、対象ブロックの近傍に位置し、かつ、従前の処理で既に処理された処理済ブロックの高周波交流成分を用いた重み付け予測によって、対象ブロックの高周波交流成分を予測する第2のステップと、低周波交流成分と、高周波交流成分とを加算することによって、対象ブロックの交流成分の予測値を算出する第3のステップと、予測値と、原画像との残差成分とを加算することによって、対象ブロックの交流成分の復元値を算出する第4のステップと、復元値と、低周波交流成分との差分に基づいて、次回以降の処理で処理済ブロックの情報として用いられる高周波交流成分を算出する第5のステップとをコンピュータに実行させる。   On the other hand, 2nd invention provides the alternating current component prediction program which makes a computer perform alternating current component prediction performed per block by the repeating process for every block set on the image plane. This program includes a first step of predicting a low-frequency AC component of a target block by an AC component prediction using a DC component of a block corresponding to a reference area of the target block to be processed in the current process, and the target block A second step of predicting the high-frequency alternating current component of the target block by weighted prediction using the high-frequency alternating current component of the processed block already processed in the previous processing, and a low-frequency alternating current component, The third step of calculating the predicted value of the alternating current component of the target block by adding the high frequency alternating current component and the alternating current of the target block by adding the predicted value and the residual component of the original image Based on the difference between the restored value and the low-frequency alternating current component in the fourth step of calculating the restored value of the component, High-frequency AC component used Te to execute a fifth step of calculating the computer.

ここで、第2の発明において、上記第2のステップは、対象ブロックと処理済ブロックとの間における画素値の誤差が小さくなるように、対象ブロックを基準とした処理済ブロックの予測方向に応じて、処理済ブロックの高周波交流成分の符号を反転させた上で、重み付け予測を行うステップであってもよい。ここで、上記交流成分は、水平方向のアダマール基底の成分を規定する水平成分を含むことが好ましい。この場合、上記第2のステップは、対象ブロックの垂直方向に近接した処理済ブロックに関する水平成分と、対象ブロックの水平方向に近接した処理済ブロックに関する水平成分の符号を反転させた値とを加算することによって、水平成分に含まれる高周波交流成分に関する重み付け予測を行うステップであることが望ましい。また、上記交流成分は、垂直方向のアダマール基底の成分を規定する垂直成分を含むことが好ましい。この場合、上記第2のステップは、対象ブロックの垂直方向に近接した処理済ブロックに関する垂直成分の符号を反転させた値と、対象ブロックの水平方向に近接した処理済ブロックに関する垂直成分とを加算することによって、垂直成分に含まれる高周波交流成分に関する重み付け予測を行うステップであることが望ましい。   Here, in the second invention, the second step corresponds to the prediction direction of the processed block with reference to the target block so that the error of the pixel value between the target block and the processed block becomes small. Thus, the step of performing weighted prediction after inverting the sign of the high-frequency AC component of the processed block may be used. Here, the AC component preferably includes a horizontal component that defines a component of the Hadamard base in the horizontal direction. In this case, the second step adds the horizontal component related to the processed block close to the target block in the vertical direction and the value obtained by inverting the sign of the horizontal component related to the processed block close to the target block in the horizontal direction. By doing so, it is desirable to be a step of performing weighted prediction regarding the high-frequency AC component included in the horizontal component. The alternating current component preferably includes a vertical component that defines a Hadamard basis component in the vertical direction. In this case, the second step adds the value obtained by inverting the sign of the vertical component related to the processed block close to the target block in the vertical direction and the vertical component related to the processed block close to the target block in the horizontal direction. By doing so, it is desirable to be a step of performing weighted prediction regarding the high-frequency AC component included in the vertical component.

また、第2の発明に係る交流成分予測プログラムは、画像を非可逆圧縮するエンコードプログラムに適用してもよい。この場合、上記第4のステップは、予測値と、原画像における真値との差分を残差成分として算出するステップと、残差成分に非可逆変換を施すステップと、残差成分にエントロピー符号化を施して、画像の圧縮データを出力するステップと、残差成分に非可逆変換とは逆の処理を施すことによって、残差成分を復元するステップと、予測値に残差成分を加算するステップとを有することが望ましい。   Further, the AC component prediction program according to the second invention may be applied to an encoding program for irreversibly compressing an image. In this case, the fourth step includes a step of calculating a difference between the predicted value and the true value in the original image as a residual component, a step of performing irreversible transformation on the residual component, and an entropy code on the residual component. And outputting the compressed data of the image, performing a process reverse to the lossy conversion on the residual component, restoring the residual component, and adding the residual component to the predicted value It is desirable to have steps.

さらに、第2の発明に係る交流成分予測プログラムは、非可逆圧縮された画像を伸張するデコードプログラムに適用してもよい。この場合、上記第4のステップは、非可逆圧縮された画像の圧縮データに対して、画像圧縮時に施された非可逆変換およびエントロピー符号化の逆処理を行うことによって、原画像との残差成分を復元するステップと、予測値に残差成分を加算することによって、伸長画像を出力するステップとを有することが望ましい。   Furthermore, the AC component prediction program according to the second invention may be applied to a decoding program that expands an irreversibly compressed image. In this case, in the fourth step, the residual from the original image is obtained by performing reverse processing of the lossy transformation and entropy coding performed at the time of image compression on the compressed data of the lossy compressed image. It is desirable to have a step of restoring the component and a step of outputting the decompressed image by adding the residual component to the predicted value.

第1および第2の発明によれば、対象ブロックに関する交流成分の予測値として、交流成分予測によって予測された低周波交流成分そのものではなく、これに高周波交流成分を加算することによって、補正された値が用いられる。今回の予測で加味すべき高周波交流成分は、処理済ブロックの高周波交流成分、すなわち従前の処理で既に算出された値を用いた重み付け予測によって算出される。高周波交流成分は、予測値に残差成分を加算した交流成分の復元値(低周波交流成分および高周波交流成分の双方を含む)から低周波交流成分を除いたものに相当する。したがって、高周波交流成分の大きさは残差成分に依存し、予測が外れて原画像との残差成分が大きくなるほど高周波交流成分が大きくなる。従前の高周波交流成分から今回の高周波交流成分を予測し、これを今回の低周波交流成分に加算することによって、今回の予測値に従前の残差成分が反映される。また、今回の高周波交流成分を用いて次回以降の高周波交流成分を予測し、これを次回以降の低周波交流成分に加算することによって、次回以降の予測値に今回の残差成分が反映される。このような処理の繰り返しによって、あるブロックの残差成分が他のブロックに順次伝搬・反映されていく。その結果、交流成分予測だけでは捉えられない成分が予測値に加味されるので、予測画像が原画像に近づく傾向が高まり、予測精度の一層の向上を図ることが可能になる。   According to the first and second aspects of the invention, the predicted value of the AC component related to the target block is corrected by adding the high-frequency AC component to this instead of the low-frequency AC component predicted by the AC component prediction. A value is used. The high-frequency alternating current component to be added in the current prediction is calculated by weighted prediction using the high-frequency alternating current component of the processed block, that is, the value already calculated in the previous processing. The high-frequency AC component corresponds to a restoration value of the AC component obtained by adding the residual component to the predicted value (including both the low-frequency AC component and the high-frequency AC component) and excluding the low-frequency AC component. Therefore, the magnitude of the high-frequency alternating current component depends on the residual component, and the higher the alternating current component becomes, the larger the residual component with the original image becomes. By predicting the current high-frequency alternating current component from the previous high-frequency alternating current component and adding this to the current low-frequency alternating current component, the previous residual component according to the current predicted value is reflected. In addition, the current high frequency alternating current component is used to predict the high frequency alternating current component from the next time, and this is added to the low frequency alternating current component from the next time on, so that the current residual component is reflected in the predicted value from the next time. . By repeating such processing, the residual component of a certain block is sequentially propagated and reflected on the other blocks. As a result, since a component that cannot be captured only by the AC component prediction is added to the predicted value, the tendency of the predicted image to approach the original image is increased, and the prediction accuracy can be further improved.

画像平面におけるブロックの順次処理の説明図Explanatory drawing of sequential processing of blocks on image plane 画像平面上のブロックと、アダマール空間の表現との関係図Diagram of relationship between block on image plane and Hadamard space representation RACPエンコーダの全体構成図Overall configuration of RACP encoder 並列処理における動作タイミングチャートOperation timing chart in parallel processing 逐次処理における動作タイミングチャートOperation timing chart in sequential processing RACPエンコーダにおける階層処理部の構成図Configuration diagram of hierarchical processing unit in RACP encoder ブロック中心位置および近傍予測点の位置的関係の説明図Explanatory diagram of positional relationship between block center position and nearby prediction points 3点を用いた近傍画素値の算出説明図(λ=1/2)Explanation of calculation of neighboring pixel values using three points (λ = 1/2) 3点を用いた近傍画素値の算出説明図(λ=1/4)Explanation of calculation of neighboring pixel values using three points (λ = 1/4) 3点を用いた近傍画素値の算出説明図(λ=1/8)Explanation of calculation of neighboring pixel values using three points (λ = 1/8) 2点を用いた近傍画素値の算出説明図(λ=1/2)Explanation of calculation of neighboring pixel values using two points (λ = 1/2) 水平成分(αhigh)の重み付け予測における符号反転の説明図Explanatory drawing of sign inversion in weighted prediction of horizontal component (αhigh) 垂直成分(βhigh)の重み付け予測における符号反転の説明図Explanatory drawing of sign inversion in weighted prediction of vertical component (βhigh) あるブロックを起点とした残差伝搬の説明図Illustration of residual propagation starting from a certain block RACPエンコードプログラムのフローチャートRACP encoding program flowchart RACPデコーダの全体構成図Overall configuration of RACP decoder RACPデコーダにおける階層処理部の構成図Configuration diagram of hierarchical processing unit in RACP decoder RACPデコードプログラムのフローチャートRACP decoding program flowchart

以下、本発明に係る交流成分予測を適用した実施形態として、再帰的交流成分予測符号化(RACP:Recursive ACP)を例に説明する。   Hereinafter, as an embodiment to which the AC component prediction according to the present invention is applied, recursive AC component prediction coding (RACP: Recursive ACP) will be described as an example.

(RACPエンコーダ)
図3は、RACPエンコーダの全体構成図である。このエンコーダは、DC算出部1と、DC符号化部2と、階層処理部3a〜3cとを有し、本実施形態では、4階層によって構成されている。これらのユニット1,2,3a〜3cより出力されたデータTDCn,DCn(n=0,1,2)は、図示しないバッファ(記憶部)に一時的に随時格納される。
(RACP encoder)
FIG. 3 is an overall configuration diagram of the RACP encoder. This encoder has a DC calculation unit 1, a DC encoding unit 2, and hierarchical processing units 3a to 3c, and is configured by four layers in this embodiment. Data TDCn, DCn (n = 0, 1, 2) output from these units 1, 2, 3a to 3c are temporarily stored in a buffer (storage unit) not shown.

DC算出部1は、圧縮対象となる入力画像を予め設定されたサイズのブロックに分割し、それぞれのブロックの直流成分、すなわち、ブロック内に含まれる画素の平均値をTDC0〜TDC3として出力する。ここで、TDC0は8×8画素のブロック(以下「8×8ブロック」という)の直流成分、TDC1は4×4画素のブロック(以下「4×4ブロック」という)の直流成分、TDC2は2×2画素のブロック(以下「2×2ブロック」という)の直流成分である。また、TDC3は1×1画素のブロック(以下「1×1ブロック」という)の直流成分、すなわち、画像の最小単位である画素の画素値そのものである。なお、入力画像から直接算出される直流成分TDC0〜TDC3(真の値)は、ユニット2,3a〜3c内での処理を経て復元される直流成分DC0〜DC2(復元値)とは区別される点に留意されたい。両者の値は、符号化の過程で非可逆変換をともなうので、厳密には一致しない。   The DC calculation unit 1 divides an input image to be compressed into blocks of a preset size, and outputs the DC component of each block, that is, the average value of pixels included in the block, as TDC0 to TDC3. Here, TDC0 is a DC component of an 8 × 8 pixel block (hereinafter referred to as “8 × 8 block”), TDC1 is a DC component of a 4 × 4 pixel block (hereinafter referred to as “4 × 4 block”), and TDC2 is 2 It is a DC component of a block of × 2 pixels (hereinafter referred to as “2 × 2 block”). TDC3 is a direct current component of a 1 × 1 pixel block (hereinafter referred to as “1 × 1 block”), that is, a pixel value itself of a pixel which is a minimum unit of an image. The direct current components TDC0 to TDC3 (true values) calculated directly from the input image are distinguished from the direct current components DC0 to DC2 (restored values) restored through processing in the units 2 and 3a to 3c. Please note that. Since both values are accompanied by irreversible transformation in the process of encoding, they do not exactly match.

DC符号化部2および階層処理部3a〜3cは、8×8ブロック(最上位階層)、4×4ブロック(第2位階層)、2×2ブロック(第3位階層)、1×1ブロック(最下位階層)よりなる4階層構造において、自己に割り当てられた階層処理を行う。   The DC encoding unit 2 and the hierarchical processing units 3a to 3c include 8 × 8 blocks (top layer), 4 × 4 blocks (second layer), 2 × 2 blocks (third layer), and 1 × 1 block. In the four-layer structure composed of (the lowest layer), the layer processing assigned to itself is performed.

最上位階層のDC符号化部2は、バッファから読み出された8×8ブロック毎の直流成分TDC0に対して、差分パルス符号変調(DPCM:Differential Pulse Code Modulation)およびエントロピー符号化を施す。差分パルス符号変調によって、画像平面上において互いに隣接したブロックに関する直流成分TDC0の差分が符号化される。そして、この符号化された差分に対して、量子化後、ハフマン符号化や算術符号化といったエントロピー符号化が施される。このような処理を経たデータは、圧縮データの一部となる画像の直流成分DC0として出力されるとともに、直下位の階層の階層処理部3aにも供給すべく、8×8ブロックの直流成分を復元(逆量子化)した値DC0として出力される。   The DC encoding unit 2 in the highest layer performs differential pulse code modulation (DPCM) and entropy encoding on the DC component TDC0 for each 8 × 8 block read from the buffer. Difference pulse code modulation encodes the difference between the DC components TDC0 for blocks adjacent to each other on the image plane. Then, entropy coding such as Huffman coding or arithmetic coding is performed on the coded difference after quantization. The data that has undergone such processing is output as a DC component DC0 of an image that is a part of the compressed data, and an 8 × 8 block DC component is supplied to the hierarchical processing unit 3a of the immediately lower hierarchy. A restored (inverse quantized) value DC0 is output.

3つの階層処理部3a〜3cは、DC算出部1によって生成された直流成分TDCn(n=1,2,3、以下同様)と、直上位の階層によって生成された直流成分DCn-1とを入力とした交流成分予測を含む処理によって、圧縮データの一部としての画像の交流成分ACnを出力する。それとともに、階層処理部3a〜3b(3cは除く)は、交流成分ACnより直流成分DCnを復元する。復元された直流成分DC0,1,2は、直下位の階層に供給するために出力される。   The three hierarchical processing units 3a to 3c are configured to use the direct current component TDCn (n = 1, 2, 3, and so on) generated by the DC calculation unit 1 and the direct current component DCn-1 generated by the immediately higher hierarchy. The AC component ACn of the image as a part of the compressed data is output by the processing including the input AC component prediction. At the same time, the hierarchy processing units 3a to 3b (excluding 3c) restore the DC component DCn from the AC component ACn. The restored DC components DC0, 1, 2 are output for supply to the immediately lower hierarchy.

具体的には、第2位階層の階層処理部3aは、8×8ブロックを処理対象とした交流成分予測および残差成分の算出といった処理を経て、4×4ブロックの交流成分AC1と、4×4ブロックの直流成分DC1とを出力する。この階層では、交流成分予測で参照すべき情報として、最上位階層で生成された8×8ブロックの直流成分DC0が用いられる。それとともに、残差成分を算出するために、DC算出部1によって算出された4×4ブロックの直流成分TDC1が入力される。第3位階層の階層処理部3bは、4×4ブロックを処理対象とした交流成分予測等の処理を経て、2×2ブロックの交流成分AC2と、2×2ブロックの直流成分DC2とを出力する。この階層では、交流成分予測の参照情報として、第2位階層で生成された4×4ブロックの直流成分DC1とが用いられる。それとともに、残差成分を算出するために、DC算出部1によって算出された2×2ブロックの直流成分TDC2が入力される。最下位階層の階層処理部3cは、2×2ブロックを処理対象とした交流成分予測等の処理を経て、1×1ブロックの交流成分AC3を出力する(DC3の算出は不要)。この階層では、交流成分予測の参照情報として、第3位階層で生成された2×2ブロックの直流成分DC2が用いられる。それとともに、残差成分を算出するために、DC算出部1によって算出された1×1ブロックの直流成分TDC3が用いられる。   Specifically, the hierarchical processing unit 3a in the second hierarchical level undergoes processing such as AC component prediction and residual component calculation for 8 × 8 blocks, and 4 × 4 blocks of AC components AC1 and 4 Outputs the DC component DC1 of x4 blocks. In this hierarchy, the DC component DC0 of 8 × 8 blocks generated in the highest hierarchy is used as information to be referred to in the AC component prediction. At the same time, in order to calculate the residual component, the DC component TDC1 of 4 × 4 blocks calculated by the DC calculation unit 1 is input. The hierarchy processing unit 3b in the third hierarchy outputs 2 × 2 blocks of AC components AC2 and 2 × 2 blocks of DC components DC2 through processing such as AC component prediction for 4 × 4 blocks. To do. In this hierarchy, the DC component DC1 of 4 × 4 blocks generated in the second hierarchy is used as reference information for AC component prediction. At the same time, in order to calculate a residual component, a DC component TDC2 of 2 × 2 blocks calculated by the DC calculation unit 1 is input. The hierarchy processing unit 3c in the lowest hierarchy outputs an AC component AC3 of 1 × 1 block through processing such as AC component prediction for 2 × 2 blocks (calculation of DC3 is not necessary). In this hierarchy, the DC component DC2 of 2 × 2 blocks generated in the third hierarchy is used as reference information for AC component prediction. At the same time, in order to calculate the residual component, the DC component TDC3 of 1 × 1 block calculated by the DC calculation unit 1 is used.

このように、処理対象となるブロックのサイズが異なる階層構造において、DC符号化部2および階層処理部3a〜3cが互いに連係することによって、交流成分予測を主体とした画像処理が再帰的に実行される。これによって、圧縮データとして、画像の直流成分DC0と、その交流成分AC1〜AC3とが出力される。なお、圧縮データには、これら以外にもハフマンテーブル等の付随情報も含まれる。   As described above, in the hierarchical structure in which the sizes of the blocks to be processed are different, the DC encoding unit 2 and the hierarchical processing units 3a to 3c are linked to each other so that image processing mainly based on AC component prediction is recursively executed. Is done. As a result, the DC component DC0 of the image and the AC components AC1 to AC3 are output as compressed data. The compressed data includes accompanying information such as a Huffman table in addition to these.

図1に示すように、交流成分予測の処理単位となるブロックは、圧縮対象となる画像(1フレームの画像またはその部分画像)を縦横に分割することで、画像平面上に複数設定される。ブロックのサイズは、階層が下位になるにしたがって段階的に小さくなるように設定されている。ある階層で処理対象となるブロックのサイズは、その直上位に位置する階層で細分化されたサブブロックのサイズと一致する。逆にいえば、上位階層のサブブロックのサイズは、その直下に位置する下位階層のブロックのサイズと一致する。ある階層における画像全体の処理は、処理対象となるブロックを画面上で順次シフトさせながら処理を繰り返し、画像中の全ブロックを処理することによって達成される。このシフト方向(スキャン方向)は、図示したように、水平方向に沿った線順次走査的なものであってもよいが、垂直方向に沿ったものも含めて任意に設定してよい。また、それぞれの階層におけるシフトの方向は、必ずしも同一である必要もない。図示したシフト方向の場合、処理対象となるブロックを”PBs”とすると、この対象ブロックPBsが属する水平ラインよりも上側が処理済領域となり、これよりも下側が未処理領域となる。また、対象ブロックPBsの水平ラインについては、対象ブロックPBsの左側が処理済領域となり、その右側が未処理領域となる。対象ブロックPBsの処理で参照される参照領域として、例えば、ブロックサイズが同一である8つのブロックPBt,PBtt,PBl,PBll,PBb,PBbb,PBr,PBrrが用いられる。これらの参照ブロックのうち、特にブロックPBt,PBl,PBb,PBrを「内側ブロック」といい、ブロックPBtt,PBll,PBbb,PBrrを「外側ブロック」という。内側ブロックPBtは、対象ブロックPBsの上方に隣接しているとともに、外側ブロックPBttは、内側ブロックPBtと対象ブロックPBsとを結ぶ上方の予測方向において、内側ブロックPBtの外側に隣接している。同様の関係で、ブロックPBl,PBllは左方の予測方向において、ブロックPBb,PBbbは下方の予測方向において、ブロックPBr,PBrrは右方の予測方向において、それぞれ隣接している。対象ブロックPBsの交流成分予測によって、これを4つに分割したサブブロックのそれぞれの平均画素値(サブブロックの直流成分)が算出される。以下、あるブロックを細分化したサブブロック際、左上のサブブロックを”00”,右上を”01”,右下を”11”,左下を”10”の添字を以て識別する。   As shown in FIG. 1, a plurality of blocks serving as processing units for AC component prediction are set on an image plane by dividing an image to be compressed (one frame image or a partial image thereof) vertically and horizontally. The block size is set so as to decrease step by step as the hierarchy becomes lower. The size of the block to be processed in a certain hierarchy matches the size of the sub-block subdivided in the hierarchy located immediately above it. In other words, the size of the upper-layer sub-block matches the size of the lower-layer block located immediately below it. Processing of the entire image in a certain hierarchy is achieved by repeating the processing while sequentially shifting the blocks to be processed on the screen and processing all the blocks in the image. As shown in the figure, the shift direction (scan direction) may be a line-sequential scan along the horizontal direction, but may be arbitrarily set including the one along the vertical direction. Further, the shift directions in the respective hierarchies are not necessarily the same. In the case of the illustrated shift direction, if the block to be processed is “PBs”, the upper side of the horizontal line to which the target block PBs belongs is the processed region, and the lower side is the unprocessed region. As for the horizontal line of the target block PBs, the left side of the target block PBs is a processed area, and the right side thereof is an unprocessed area. For example, eight blocks PBt, PBtt, PBl, PBll, PBb, PBbb, PBr, and PBrr having the same block size are used as reference areas that are referred to in the processing of the target block PBs. Among these reference blocks, the blocks PBt, PBl, PBb, and PBr are particularly referred to as “inner blocks”, and the blocks PBtt, PBll, PBbb, and PBrr are referred to as “outer blocks”. The inner block PBt is adjacent to the upper side of the target block PBs, and the outer block PBtt is adjacent to the outer side of the inner block PBt in the upper prediction direction connecting the inner block PBt and the target block PBs. In the same relationship, the blocks PBl and PBll are adjacent to each other in the left prediction direction, the blocks PBb and PBbb are adjacent to each other in the lower prediction direction, and the blocks PBr and PBrr are adjacent to each other in the right prediction direction. By the AC component prediction of the target block PBs, the average pixel value (DC component of the sub block) of each of the sub blocks divided into four is calculated. Hereinafter, when subblocks are subdivided into blocks, the upper left subblock is identified by the subscript “00”, the upper right is “01”, the lower right is “11”, and the lower left is “10”.

RACPエンコーダの処理は、並行処理および逐次処理のどちらであってもよい。図4は、並行処理における動作タイミングチャートである。まず、DC算出部1が動作して、直流成分TDC0〜TDC3を生成する。そして、すべての直流成分TDC0〜TDC3の生成が終了したことを以て、DC符号化部2および階層処理部3a〜3cが並行して動作する。ただし、これらの動作が開始するタイミングは同じではなく、階層が下位になるほど開始タイミングが遅くなる。この遅延は、上位階層の順次シフトによる処理遅延に起因して生じる。図1を参照すると、ある階層でブロックPBsの処理を行う場合、その参照ブロックPBt〜PBrrの処理が直上位の階層で終了していることが条件(階層処理開始条件)となる。換言すれば、上位階層において、順次シフトが進行してブロックPBbbまでの処理が終了しない限り、下位階層におけるブロックPBsの処理が開始できない。これが下位階層における動作遅延が生じる所以である。ただし、図5に示すような逐次処理と比較すると、図4に示したパイプライン的な並行処理の方が高速である。一方、図5の逐次処理では、ある階層の処理が全て終了した時点で、直下位の階層の処理が開始される。したがって、逐次処理においても、上記階層処理開始条件を当然に満たす。   The processing of the RACP encoder may be either parallel processing or sequential processing. FIG. 4 is an operation timing chart in the parallel processing. First, the DC calculation unit 1 operates to generate DC components TDC0 to TDC3. The DC encoding unit 2 and the hierarchical processing units 3a to 3c operate in parallel with the completion of the generation of all the direct current components TDC0 to TDC3. However, the timing at which these operations start is not the same, and the lower the hierarchy, the later the start timing. This delay is caused by processing delay due to sequential shift of the upper layer. Referring to FIG. 1, when processing a block PBs in a certain hierarchy, the condition (hierarchical process start condition) is that the processing of the reference blocks PBt to PBrr is completed in the immediately higher hierarchy. In other words, in the upper hierarchy, the process of the block PBs in the lower hierarchy cannot be started unless the sequential shift proceeds and the process up to the block PBbb is finished. This is the reason why the operation delay occurs in the lower layer. However, the pipeline parallel processing shown in FIG. 4 is faster than the sequential processing shown in FIG. On the other hand, in the sequential processing of FIG. 5, the processing of the immediately lower layer is started when all processing of a certain layer is completed. Accordingly, the hierarchical processing start condition is naturally satisfied even in the sequential processing.

図6は、RACPエンコーダにおける階層処理部3(3a〜3cの総称)の構成図である。それぞれの階層における階層処理部3は、取り扱うブロックサイズが異なる点を除けば、基本的な構成および動作はほぼ同様である(最下位の階層処理部3cについては一部簡略化できる)。階層処理部3は、低周波交流成分予測部31と、高周波交流成分予測部32と、予測処理部33と、アダマール変換部34と、交流成分復元部35と、エントロピー符号化部36と、逆アダマール変換部37と、高周波交流成分算出部38とを主体に構成されている。   FIG. 6 is a configuration diagram of the hierarchy processing unit 3 (generic name of 3a to 3c) in the RACP encoder. The hierarchical processing units 3 in the respective layers have almost the same basic configuration and operation except that the handled block sizes are different (the lowest hierarchical processing unit 3c can be partially simplified). The hierarchical processing unit 3 includes a low-frequency AC component prediction unit 31, a high-frequency AC component prediction unit 32, a prediction processing unit 33, a Hadamard transform unit 34, an AC component restoration unit 35, an entropy encoding unit 36, and an inverse The Hadamard transform unit 37 and the high-frequency AC component calculation unit 38 are mainly configured.

低周波交流成分予測部31には、対象ブロックPBの低周波交流成分予測に必要な情報がバッファから読み出されて供給される。本実施形態では、この処理に必要な情報として、図1に示したように、今回の処理対象となる対象ブロックPBsの直流成分DC(n-1)と、その周囲に位置する8つの参照ブロックPBt〜PBrr(参照領域)の直流成分DC(n-1)が用いられる。参照ブロックPBt〜PBrrの直流成分DC(n-1)は、そのブロックが処理済/未処理の区別に関わりなく、換言すれば、そのブロック内のサブブロックの情報が算出されているか否かに関わりなく、直上位の階層(n−1)で算出済みの直流成分DC(n-1)が一律に用いられる。   The low frequency AC component prediction unit 31 is supplied with information necessary for predicting the low frequency AC component of the target block PB after being read from the buffer. In the present embodiment, as information necessary for this processing, as shown in FIG. 1, the DC component DC (n-1) of the target block PBs to be processed this time and the eight reference blocks positioned around it. A DC component DC (n-1) of PBt to PBrr (reference region) is used. The DC component DC (n−1) of the reference blocks PBt to PBrr is independent of whether the block has been processed or not processed, in other words, whether or not the information of the sub-blocks in the block is calculated. Regardless, the DC component DC (n-1) calculated in the immediately higher hierarchy (n-1) is uniformly used.

低周波交流成分予測部31は、参照ブロックPBt〜PBrrの直流成分DC(n-1)を用いた交流成分予測によって、対象ブロックPBsの低周波交流成分AClowを予測する。その際、上下左右の各予測方向に関して、内側ブロックの中心位置よりも対象ブロックPBsに近い位置に近傍予測点が設定され、この近傍予測点における近傍画素値が予測・算出される。交流成分予測は、各予測方向について個別に算出された近傍画素値を用いて行われる。   The low-frequency AC component prediction unit 31 predicts the low-frequency AC component AClow of the target block PBs by AC component prediction using the DC component DC (n-1) of the reference blocks PBt to PBrr. At that time, for each of the prediction directions of the top, bottom, left, and right, a neighborhood prediction point is set at a position closer to the target block PBs than the center position of the inner block, and a neighborhood pixel value at this neighborhood prediction point is predicted and calculated. The AC component prediction is performed using the neighboring pixel values calculated individually for each prediction direction.

低周波交流成分予測部31は、対象ブロックPBsの参照領域に相当する参照ブロックPBt〜PBrrの直流成分DC(n-1)を用いた交流成分予測によって、対象ブロックPBsの低周波交流成分AClow={αlow,βlow,γlow}を予測する。この予測は、以下の数式1,2に基づいて行われる。以下、あるブロック(例えば”PBr”)の直流成分の値DC(n-1)を、そのブロックの添字(例えば添字”R”)を以て記載するものとする。   The low-frequency AC component prediction unit 31 performs the AC component prediction using the DC component DC (n-1) of the reference blocks PBt to PBrr corresponding to the reference region of the target block PBs, thereby performing the low-frequency AC component AClow = of the target block PBs. Predict {αlow, βlow, γlow}. This prediction is performed based on the following formulas 1 and 2. Hereinafter, the DC component value DC (n−1) of a certain block (for example, “PBr”) is described by using the suffix (for example, the suffix “R”) of the block.

(数式1)
c00 = S+(αlow+βlow+γlow)
c01 = S+(−αlow+βlow−γlow)
c10 = S+(αlow−βlow−γlow)
c11 = S+(−αlow−βlow+γlow)
(Formula 1)
c00 = S + (αlow + βlow + γlow)
c01 = S + (− αlow + βlow−γlow)
c10 = S + (αlow−βlow−γlow)
c11 = S + (− αlow−βlow + γlow)

(数式2)
αlow = (L’−R’)/6
βlow = (T’−B’)/6
γlow = 0
L’ = L+(S−LL)/8
R’ = R+(S−RR)/8
T’ = T+(S−TT)/8
B’ = B+(S−BB)/8
(Formula 2)
αlow = (L'-R ') / 6
βlow = (T′−B ′) / 6
γlow = 0
L ′ = L + (S−LL) / 8
R ′ = R + (S−RR) / 8
T ′ = T + (S−TT) / 8
B ′ = B + (S−BB) / 8

ここで、c00〜c11は、対象ブロックPBsを細分化したサブブロックs00〜s11の予測画素値である。実空間とアダマール空間との間における写像の可逆性より、実空間の画素値c00〜c11を予測することは、対象ブロックPBsの直流成分Sが既知であることを前提に、アダマール空間の低周波交流成分AClow、すなわちαlow,βlow,γlowの各成分を予測することと等価である。ただし、線形予測が困難なγ成分を省略し、α,β成分だけを用いても、画素値c00〜c11を良好に近似できることは、従来技術として例示した先行技術文献から周知である。αlowは、水平方向のアダマール基底の成分を規定する水平成分に関する低周波交流成分であり、βlowは、垂直方向のアダマール基底の成分を規定する垂直成分に関する低周波交流成分である。また、γlowは、これら2つの基底と直交したそれ以外の成分に関する低周波交流成分である。また、数式2は、λ=1/2の場合における近傍画素値L’,R’,T’,L’の算出式である。このλに関しては、対象ブロックPBsから参照ブロックに至る方向で、対象ブロックと内側ブロックの間のブロック境界をλ=0とし、そこから内側ブロックの中心位置までの距離をλ=1とする。また、近傍画素値L’,R’,T’,B’は、内側ブロックの中心位置よりも対象ブロックPBsに近い近傍予測点について線形予測等によって予測された値である。   Here, c00 to c11 are predicted pixel values of sub-blocks s00 to s11 obtained by subdividing the target block PBs. Predicting the pixel values c00 to c11 of the real space from the reversibility of the mapping between the real space and the Hadamard space is based on the assumption that the DC component S of the target block PBs is known, and the low frequency of the Hadamard space. This is equivalent to predicting the AC component AClow, that is, αlow, βlow, and γlow. However, it is well known from the prior art documents exemplified as the prior art that the pixel values c00 to c11 can be satisfactorily approximated by omitting the γ component that is difficult to linearly predict and using only the α and β components. αlow is a low-frequency AC component related to the horizontal component that defines the horizontal Hadamard basis component, and βlow is a low-frequency AC component related to the vertical component that defines the vertical Hadamard basis component. Γlow is a low-frequency alternating current component related to the other components orthogonal to these two bases. Formula 2 is a formula for calculating the neighboring pixel values L ′, R ′, T ′, and L ′ when λ = ½. Regarding λ, in the direction from the target block PBs to the reference block, the block boundary between the target block and the inner block is set to λ = 0, and the distance from there to the center position of the inner block is set to λ = 1. The neighboring pixel values L ′, R ′, T ′, and B ′ are values predicted by linear prediction or the like for the neighboring prediction points that are closer to the target block PBs than the center position of the inner block.

図7は、λ=1/2におけるブロック中心位置および近傍予測点の位置的関係の説明図である。それぞれのブロックの中心位置における中心画素値は、そのブロック自体の直流成分DC(n-1)とみなす。λの尺度と一致させるべく、ブロックを4分割したときの正方形の1辺の長さを1とし、サブブロックを更に4分割したときの正方形の1辺の長さを1/2とする。この場合、隣り合ったブロック同士の中心間距離は2となり、対象ブロックPBsの中心位置および各近傍予測点(その近傍画素値=L’,R’,T’,B’)間の距離はすべて3/2となる。それぞれの予測方向に関して、近傍予測点の近傍画素値(例えばR’)は、内側ブロックの中心画素値(例えばR)と、外側ブロックの中心画素値(例えばRR)とを少なくとも用い、かつ、ブロック同士の中心位置間の距離と、ブロックの中心位置および近傍予測点の間の距離とに基づいて予測・算出される。   FIG. 7 is an explanatory diagram of the positional relationship between the block center position and the vicinity prediction point at λ = 1/2. The central pixel value at the center position of each block is regarded as the DC component DC (n−1) of the block itself. In order to match the scale of λ, the length of one side of the square when the block is divided into four is set to 1, and the length of one side of the square when the sub-block is further divided into four is set to ½. In this case, the center-to-center distance between adjacent blocks is 2, and the distance between the center position of the target block PBs and each of the neighboring prediction points (its neighboring pixel values = L ′, R ′, T ′, B ′) is all. 3/2. For each prediction direction, the neighborhood pixel value (eg, R ′) of the neighborhood prediction point uses at least the center pixel value (eg, R) of the inner block and the center pixel value (eg, RR) of the outer block, and Prediction / calculation is performed based on the distance between the center positions of each other and the distance between the center position of the block and the neighboring prediction points.

図8は、λ=1/2における3点を用いた右方の予測方向に関する近傍画素値R’の算出説明図である。まず、対象ブロックPBsの中心画素値Sおよび右外側ブロックPBrrの中心画素値RRの差を、これらのブロックの中心間距離4で除算することにより、傾きθが算出される。この傾きθは、対象ブロックPBsおよび右外側ブロックPBrrの単位距離あたりの画素値の変化率に相当する。つぎに、同じ予測方向では画素値が一様に変化するという前提の下、右方の予測方向の傾きθに、右内側ブロックPBrの中心位置および右方の近傍予測点の間の距離1/2を乗算することにより、右内側ブロックPBrの中心画素値Rからの変化量Δpが算出される。そして、右内側ブロックPBrの中心画素値Rに変化量Δpを加算することにより、右方の近傍予測点の近傍画素値R’が算出される。同様の方法で、上方、λ=1/2で共通化された各近傍予測点の近傍画素値T’,L’,B’が算出される。   FIG. 8 is an explanatory diagram of calculation of the neighboring pixel value R ′ regarding the right prediction direction using three points at λ = 1/2. First, the inclination θ is calculated by dividing the difference between the center pixel value S of the target block PBs and the center pixel value RR of the right outer block PBrr by the center-to-center distance 4 of these blocks. This inclination θ corresponds to the change rate of the pixel value per unit distance of the target block PBs and the right outer block PBrr. Next, on the assumption that the pixel values change uniformly in the same prediction direction, the distance 1 between the center position of the right inner block PBr and the right neighboring prediction point is set to the gradient θ in the right prediction direction. By multiplying by 2, a change amount Δp from the center pixel value R of the right inner block PBr is calculated. Then, by adding the change amount Δp to the central pixel value R of the right inner block PBr, the neighboring pixel value R ′ of the right neighboring prediction point is calculated. In the same manner, the neighborhood pixel values T ′, L ′, and B ′ of the neighborhood prediction points that are shared by λ = ½ at the upper side are calculated.

画像の空間的な相関性から、対象ブロックPBsに近い近傍予測点の近傍画素値T’〜R’は、これよりも遠い内側ブロックPBt〜PBrの中心画素値T〜Rよりも対象ブロックPBsの特性を色濃く反映している傾向があり、より真値に近いと考えることができる。したがって、中心画素値T〜Rそのものに代えて近傍画素値T’〜R’を用いることで、より予測精度の高い交流成分予測を行うことが可能になる。なお、画像平面上の縁部のように周辺領域の一部が欠落している場合、低周波交流成分予測部31は、例外的に、対象ブロックPBsの中心画素値Sをその部分の情報として用いる。また、実際の処理においては、上記数式1,2を統合して、単一の数式として扱ってもよいのは当然である。   From the spatial correlation of the image, the neighboring pixel values T ′ to R ′ of the neighboring prediction points close to the target block PBs are those of the target block PBs that are more than the central pixel values T to R of the inner blocks PBt to PBr farther than this. There is a tendency to reflect the characteristic deeply, and it can be considered that it is closer to the true value. Therefore, by using the neighboring pixel values T ′ to R ′ instead of the center pixel values T to R themselves, it is possible to perform AC component prediction with higher prediction accuracy. When a part of the peripheral region is missing like an edge on the image plane, the low-frequency AC component prediction unit 31 exceptionally uses the center pixel value S of the target block PBs as information on the portion. Use. In the actual processing, it is natural that the above formulas 1 and 2 may be integrated and handled as a single formula.

低周波交流成分予測部31は、ブロック一辺の1/2よりも高い分解能(λ≦1)で、対象ブロックPBsにより近い近傍画素値T’〜R’を予測(典型的には線形予測)し、これを用いた交流成分予測を行う。したがって、λの値は1/2以外にも、λ≦1となる任意の値を設定してよい。特に、λを1/2よりも小さな値(1/4や1/8等)に設定すれば、サブブロックの分解能以上の精度を確保できる。図9は、λ=1/4における3点を用いた近傍画素値T’〜R’の算出説明図である。この場合、ブロック同士の中心位置間の距離と、ブロックの中心位置および近傍予測点の間の距離とを考慮した線形予測的な考え方から、近傍画素値T’〜R’および低周波交流成分AClow={αlow,βlow,γlow}は、数式3より算出される。   The low-frequency AC component prediction unit 31 predicts (typically linear prediction) neighboring pixel values T ′ to R ′ that are closer to the target block PBs with a resolution (λ ≦ 1) that is higher than ½ of one side of the block. The AC component prediction using this is performed. Therefore, the value of λ may be set to an arbitrary value satisfying λ ≦ 1 other than ½. In particular, if λ is set to a value smaller than 1/2 (such as 1/4 or 1/8), it is possible to ensure an accuracy that is equal to or higher than the resolution of the sub-block. FIG. 9 is an explanatory diagram for calculating the neighboring pixel values T ′ to R ′ using three points at λ = 1/4. In this case, the neighboring pixel values T ′ to R ′ and the low-frequency AC component AClow are determined from a linear predictive approach that takes into account the distance between the center positions of the blocks and the distance between the center position of the blocks and the neighboring prediction points. = {Αlow, βlow, γlow} is calculated from Equation 3.

(数式3)
αlow = (L’−R’)/5
βlow = (T’−B’)/5
γlow = 0
L’ = L+(S−LL)×3/16
R’ = R+(S−RR)×3/16
T’ = T+(S−TT)×3/16
B’ = B+(S−BB)×3/16
(Formula 3)
αlow = (L′−R ′) / 5
βlow = (T′−B ′) / 5
γlow = 0
L ′ = L + (S−LL) × 3/16
R ′ = R + (S−RR) × 3/16
T ′ = T + (S−TT) × 3/16
B ′ = B + (S−BB) × 3/16

図10は、λ=1/8における3点を用いた近傍画素値の算出説明図である。この場合、近傍画素値T’〜R’および低周波交流成分AClow={αlow,βlow,γlow}は、数式4より算出される。   FIG. 10 is an explanatory diagram of calculation of neighboring pixel values using three points at λ = 1/8. In this case, the neighboring pixel values T ′ to R ′ and the low-frequency AC component AClow = {αlow, βlow, γlow} are calculated from Equation 4.

(数式4)
αlow = (L’−R’)×4/18
βlow = (T’−B’)×4/18
γlow = 0
L’ = L+(S−LL)×7/32
R’ = R+(S−RR)×7/32
T’ = T+(S−TT)×7/32
B’ = B+(S−BB)×7/32
(Formula 4)
αlow = (L′−R ′) × 4/18
βlow = (T′−B ′) × 4/18
γlow = 0
L ′ = L + (S−LL) × 7/32
R ′ = R + (S−RR) × 7/32
T ′ = T + (S−TT) × 7/32
B ′ = B + (S−BB) × 7/32

例示した3つのケース(λ=1/2,1/4,1/8)のように、対象ブロックPBsと同サイズの参照ブロックPBt〜PBrrのみを参照して交流成分予測を行う場合、λ=1/4の位置の画素を予測することが最適である。また、上述した3点を用いた線形予測にはやや劣るものの、図11に示すような2点を用いた線形予測にて近傍画素値T’〜R’を数式5のように算出してもよい。λ=1/2を一例に説明すると、例えば近傍画素値R’は、右内側・右外側ブロックPBr,PBrrの単位距離あたりの画素値の変化率(傾きθ=(R−RR)/2)に、内側ブロックの中心位置および近傍予測点の間の距離である1/2を乗算し、この乗算によって得られた値Δpを内側ブロックPBrの中心画素値Rに加算することによって得られる。   When the AC component prediction is performed by referring only to the reference blocks PBt to PBrr having the same size as the target block PBs as in the three cases illustrated (λ = 1/2, 1/4, 1/8), λ = It is optimal to predict a pixel at 1/4 position. Further, although it is somewhat inferior to the linear prediction using the three points described above, the neighboring pixel values T ′ to R ′ can be calculated as in Equation 5 by the linear prediction using two points as shown in FIG. Good. Taking λ = 1/2 as an example, for example, the neighboring pixel value R ′ is a change rate of pixel values per unit distance of the right inner / right outer blocks PBr and PBrr (slope θ = (R−RR) / 2). Is multiplied by ½ which is the distance between the center position of the inner block and the neighboring prediction point, and the value Δp obtained by this multiplication is added to the center pixel value R of the inner block PBr.

(数式5)
αlow = (L’−R’)/6
βlow = (T’−B’)/6
γlow = 0
L’ = (5L−LL)/4
R’ = (5R−RR)/4
T’ = (5T−TT)/4
B’ = (5B−BB)/4
(Formula 5)
αlow = (L'-R ') / 6
βlow = (T′−B ′) / 6
γlow = 0
L ′ = (5L−LL) / 4
R ′ = (5R−RR) / 4
T ′ = (5T−TT) / 4
B ′ = (5B−BB) / 4

また、例えば、特許第3700976号公報に開示されている以下の数式6に基づいた交流成分予測を行ってもよい。同数式6において、除算値8は、線形予測における隣接ブロックの距離に応じて一義的に特定される。   For example, you may perform alternating current component prediction based on the following Numerical formula 6 currently disclosed by the patent 3700976. In Equation 6, the division value 8 is uniquely specified according to the distance between adjacent blocks in linear prediction.

(数式6)
c00 = S+(U+L−B−R)/8
c01 = S+(U+R−B−L)/8
c10 = S+(B+L−U−R)/8
c11 = S+(B+R−U−L)/8
(Formula 6)
c00 = S + (U + L-B-R) / 8
c01 = S + (U + R−B−L) / 8
c10 = S + (B + L−U−R) / 8
c11 = S + (B + R−UL) / 8

同数式6の手法では、対象ブロックPBsの参照領域として、対象ブロックPBsと同サイズである上下左右の参照ブロックPBt〜PBrのみが用いられ、ブロック毎の繰り返し処理によって随時生成されるサブブロックの情報(AC成分)は必要ない。また、対象ブロックPBsと同サイズのブロックのみを用いた手法以外にも、特許第3774201号公報や特許第4000157号公報に開示されているように、処理済領域(例えば図1のPBt,PBl)については、ブロックを細分化したサブブロックの情報(AC成分)を併用してもよい。さらに、対象ブロックPBsに直接隣接したブロックやサブブロックのみならず、そこから1ブロック離れたブロック等を含めて、参照領域は適宜設定すればよい。   In the method of Formula 6, only the upper, lower, left, and right reference blocks PBt to PBr having the same size as the target block PBs are used as the reference area of the target block PBs, and information on subblocks generated as needed by iterative processing for each block. (AC component) is not necessary. In addition to the method using only blocks of the same size as the target block PBs, as disclosed in Japanese Patent No. 3774201 and Japanese Patent No. 4000157, processed regions (for example, PBt and PB1 in FIG. 1) For, subblock information (AC component) obtained by subdividing a block may be used in combination. Furthermore, the reference area may be set as appropriate including not only the block or sub-block directly adjacent to the target block PBs but also a block one block away from the block or sub-block.

ここに例示した交流成分予測のすべてに共通する点は、対象ブロックPBsの参照領域として、少なくとも対象ブロックPBsと同一サイズのブロックが用いられるという点であり、これが本実施形態に係る低周波交流成分の必要条件となる。低周波交流成分予測部31によって算出された低周波交流成分AClowは、予測処理部33および高周波交流成分算出部38に供給される。   The point common to all the AC component predictions exemplified here is that at least a block having the same size as the target block PBs is used as the reference region of the target block PBs. This is the low-frequency AC component according to this embodiment. Is a necessary condition. The low frequency AC component AClow calculated by the low frequency AC component prediction unit 31 is supplied to the prediction processing unit 33 and the high frequency AC component calculation unit 38.

一方、低周波交流成分予測部31と並列に設けられた高周波交流成分予測部32には、対象ブロックPBの高周波交流成分予測に必要な情報がバッファから読み出されて供給される。この処理に必要な情報は、対象ブロックPBsの近傍に位置し、かつ、従前の処理で既に処理された処理済ブロックの高周波交流成分AChigh(n)であり、本実施形態では、対象ブロックPBsの垂直/水平方向の近傍に位置する参照ブロックPBt,PBlに関するものが用いられる。垂直方向(上方)の処理済ブロックPBtに関する高周波交流成分AC(t)highは、これを対象ブロックPBsとした同一階層(n)での従前の処理において、高周波交流成分算出部38によって既に算出され、今回の処理を開始する時点ではバッファ内に格納されている。同様に、水平方向(左方)のブロックPBlに関する高周波交流成分AC(l)highは、これを対象ブロックPBsとした同一階層(n)での従前の処理において、高周波交流成分算出部38によって既に算出され、今回の処理を開始する時点ではバッファ内に格納されている。   On the other hand, information necessary for high frequency AC component prediction of the target block PB is read from the buffer and supplied to the high frequency AC component prediction unit 32 provided in parallel with the low frequency AC component prediction unit 31. Information necessary for this processing is the high-frequency AC component AChigh (n) of the processed block that is located in the vicinity of the target block PBs and has already been processed in the previous processing. In this embodiment, the information of the target block PBs The reference blocks PBt and PBl located in the vicinity of the vertical / horizontal direction are used. The high-frequency AC component AC (t) high related to the processed block PBt in the vertical direction (upward) has already been calculated by the high-frequency AC component calculation unit 38 in the previous processing in the same hierarchy (n) using this as the target block PBs. At the time of starting this processing, it is stored in the buffer. Similarly, the high-frequency AC component AC (l) high related to the horizontal (left) block PBl has already been obtained by the high-frequency AC component calculation unit 38 in the previous processing in the same hierarchy (n) where this is the target block PBs. It is calculated and stored in the buffer at the time of starting this processing.

対象ブロックPBsの高周波交流成分予測では、数式7に示すように、高周波交流成分AC(t)high,AC(l)highを用いた重み付け予測によって、対象ブロックPBsの高周波交流成分AChigh={αhigh,βhigh,γhigh}が予測される。そして、高周波交流成分予測部32によって予測された高周波交流成分AChighは、予測処理部33に供給される。ここで、同数式7の定数kは、重み付け予測における予測の強さを表す。この定数kが大きすぎると発散してしまうので、k<1とする必要がある。本実施形態では一例としてk=1/4に設定しているが、これ以外に1/2,1/8等の適宜の値を設定してもよい。   In the high-frequency AC component prediction of the target block PBs, as shown in Equation 7, the high-frequency AC component AChigh = {αhigh, of the target block PBs is obtained by weighted prediction using the high-frequency AC components AC (t) high and AC (l) high. βhigh, γhigh} is predicted. Then, the high-frequency AC component AChigh predicted by the high-frequency AC component prediction unit 32 is supplied to the prediction processing unit 33. Here, the constant k in Equation 7 represents the strength of prediction in weighted prediction. If this constant k is too large, it diverges, so it is necessary to set k <1. In the present embodiment, k = 1/4 is set as an example, but other appropriate values such as 1/2, 1/8, etc. may be set.

(数式7)
αhigh = (α(t)high−α(l)high)・k
βhigh = (β(l)high−β(t)high)・k
γhigh = 0
(Formula 7)
αhigh = (α (t) high−α (l) high) · k
βhigh = (β (l) high-β (t) high) · k
γhigh = 0

この重み付け予測では、算出済みの高周波交流成分AC(t)high,AC(l)highを単純に加算するのではなく、対象ブロックPBを基準とした処理済ブロックPBt,PBlの予測方向に応じて、高周波交流成分AC(t)high,AC(l)highの符号を適宜反転させている。   In this weighted prediction, the calculated high-frequency AC components AC (t) high and AC (l) high are not simply added, but according to the prediction direction of the processed blocks PBt and PBl with the target block PB as a reference. The signs of the high-frequency AC components AC (t) high and AC (l) high are appropriately reversed.

図12は、水平成分(αhigh)の重み付け予測における符号反転の説明図である。図2に示したように、水平方向のアダマール基底(α基底)では、+1,−1が水平方向に並んでいる。したがって、対象ブロックPBsの垂直方向(上方)に近接した処理済ブロックPBtに関しては、その交流成分を符号を反転させることなく、そのままの値(+α(t)high)を用いた方が上方の画素との誤差が小さくなる。また、対象ブロックPBsの水平方向(左方)に近接した処理済ブロックPBlに関しては、その交流成分の符号を反転させた値(−α(l)high)を用いた方が左方の画素との誤差が小さくなる。したがって、数式7に示した符号反転付の重み付け予測を行えば、対象ブロックPBsに関する水平方向の高周波交流成分αhighを適切に予測できる。   FIG. 12 is an explanatory diagram of sign inversion in the weighted prediction of the horizontal component (αhigh). As shown in FIG. 2, in the horizontal Hadamard base (α base), +1 and −1 are arranged in the horizontal direction. Therefore, with respect to the processed block PBt close to the target block PBs in the vertical direction (upward), it is possible to use the value (+ α (t) high) as it is without changing the sign of the AC component. And the error becomes smaller. For the processed block PBl close to the horizontal direction (left side) of the target block PBs, the pixel using the value (-α (l) high) obtained by inverting the sign of the AC component is used as the pixel on the left side. The error becomes smaller. Therefore, if the weighted prediction with sign inversion shown in Equation 7 is performed, the horizontal high-frequency AC component αhigh related to the target block PBs can be appropriately predicted.

図13は、垂直成分(αhigh)の重み付け予測における符号反転の説明図である。図2に示したように、垂直方向のアダマール基底(β基底)では、+1,−1が垂直方向に並んでいる。したがって、対象ブロックPBsの垂直方向(上方)に近接した処理済ブロックPBtに関しては、その交流成分の符号を反転させた値(−β(t)high)を用いた方が上方の画素との誤差が小さくなる。また、対象ブロックPBsの水平方向(左方)に近接した処理済ブロックPBlに関しては、その交流成分を符号を反転させることなく、そのままの値(+β(l)high)を用いた方が左方の画素との誤差が小さくなる。したがって、数式7に示した符号反転付の重み付け予測を行えば、対象ブロックPBsに関する垂直方向の高周波交流成分βhighを適切に予測できる。   FIG. 13 is an explanatory diagram of sign inversion in weighted prediction of the vertical component (αhigh). As shown in FIG. 2, in the vertical Hadamard base (β base), +1 and −1 are aligned in the vertical direction. Therefore, with respect to the processed block PBt close to the target block PBs in the vertical direction (upward), the error with the upper pixel is better when the value (−β (t) high) obtained by inverting the sign of the AC component is used. Becomes smaller. For the processed block PBl close to the target block PBs in the horizontal direction (left side), the AC component is left as it is without changing the sign (+ β (l) high). The error with the other pixel becomes smaller. Therefore, if the weighted prediction with sign inversion shown in Equation 7 is performed, the high-frequency AC component βhigh in the vertical direction related to the target block PBs can be appropriately predicted.

なお、高周波交流成分予測の別の手法として、垂直方向(上方)の高周波交流成分AC(t)highおよび水平方向の高周波交流成分AC(l)highのいずれか一方のみを用いて、対象ブロックPBsの高周波交流成AChighを予測してもよい。例えば、左方の成分AC(l)highのみを用いる場合には、単純にAC(t)high=0とし、係数kを例えば1/4から1/2に変えればよい。さらに、本実施形態では、γ成分についてはγlow,γhigh=0としているが、適宜の手法を用いてγ成分の予測を加えてもよい。γ成分の予測に関しては、例えば、本出願人が既に出願した特願2010−109079号にその詳細が開示されている。その概略は、まず、対象ブロックPBsの直流成分および参照情報を用いた線形予測によって、α成分およびβ成分が算出される。つぎに、対象ブロックPBsに関して、所定の処理済ブロックの直流成分と、先に算出されたα,β成分とを用いた重み付き加算によって、γ成分が算出される。重み付け加算は、対象ブロックPBsと処理済ブロックとの間における画素値の誤差を最小化するフィルタを用いて行われ、そのフィルタ係数は、これらのブロックの間における画素値の二乗誤差を極値または極値近傍にする値として予め設定されている。   As another method for predicting the high-frequency AC component, only one of the vertical (upper) high-frequency AC component AC (t) high and the horizontal high-frequency AC component AC (l) high is used, and the target block PBs is used. The high-frequency alternating current AChigh may be predicted. For example, when only the left component AC (l) high is used, AC (t) high = 0 is simply set, and the coefficient k may be changed from 1/4 to 1/2, for example. Furthermore, in the present embodiment, γ component is set to γlow and γhigh = 0, but prediction of the γ component may be added using an appropriate method. Details of the prediction of the γ component are disclosed in, for example, Japanese Patent Application No. 2010-109079 already filed by the present applicant. In summary, first, an α component and a β component are calculated by linear prediction using a DC component and reference information of the target block PBs. Next, with respect to the target block PBs, a γ component is calculated by weighted addition using a DC component of a predetermined processed block and the previously calculated α and β components. The weighted addition is performed using a filter that minimizes the error of the pixel value between the target block PBs and the processed block, and the filter coefficient of the square error of the pixel value between these blocks is an extreme value or It is set in advance as a value near the extreme value.

予測処理部33は、数式8に示すように、低周波交流成分予測部31によって予測された低周波交流成分AClowと、高周波交流成分予測部32によって予測された高周波交流成分AChighとを加算することによって、対象ブロックPBsの交流成分の予測値ACpred={αpred,βpred,γpred}を算出する。予測処理部33によって算出された予測値ACpredは、交流成分復元部35に供給される。   As shown in Formula 8, the prediction processing unit 33 adds the low-frequency AC component AClow predicted by the low-frequency AC component prediction unit 31 and the high-frequency AC component AChigh predicted by the high-frequency AC component prediction unit 32. Thus, the predicted value ACpred = {αpred, βpred, γpred} of the AC component of the target block PBs is calculated. The predicted value ACpred calculated by the prediction processing unit 33 is supplied to the AC component restoration unit 35.

(数式8)
αpred = αlow+αhigh
βpred = βlow+βhigh
γpred = γlow+γhigh
(Formula 8)
αpred = αlow + αhigh
βpred = βlow + βhigh
γpred = γlow + γhigh

交流成分復元部35は、減算器35aと、非可逆変換部35bと、逆変換部35cと、加算器35dとを有する。交流成分復元部35が担う役割としては、交流成分の予測値ACpredと原画像との間に生じる残差成分ΔACの算出・変換、および、交流成分の復元という2つがある。   The AC component restoration unit 35 includes a subtractor 35a, an irreversible conversion unit 35b, an inverse conversion unit 35c, and an adder 35d. The AC component restoration unit 35 has two roles: calculation / conversion of the residual component ΔAC generated between the AC component predicted value ACpred and the original image, and AC component restoration.

具体的には、減算器35aは、数式9に示すように、予測処理部33によって算出された予測値ACpred={αpred.βpred,γpred}と、原画像における真値TAC={Tα,Tβ.Tγ}との差分を残差成分ΔAC={Δα,Δβ,Δγ}として算出する。   Specifically, the subtractor 35a calculates the predicted value ACpred = {αpred. βpred, γpred} and the true value TAC = {Tα, Tβ. The difference from Tγ} is calculated as a residual component ΔAC = {Δα, Δβ, Δγ}.

(数式9)
Δα = Tα−αpred
Δβ = Tβ−βpred
Δγ = Tγ−γpred
(Formula 9)
Δα = Tα-αpred
Δβ = Tβ-βpred
Δγ = Tγ-γpred

ここで、交流成分の真値TACは、アダマール変換部34によって算出・供給される。すなわち、図3に示したDC算出部1によって算出されたTDC(n)のうち、対象ブロックPBsに関するもの(4値)がバッファから読み出され、これにアダマール変換を施すことによって、対象ブロックPBsに関する交流成分の真値TACが生成される。予測値ACpredが本来の画像(真値TAC)に近くなるほど、残差成分ΔACが小さくなる。残差成分ΔACが小さくなれば、統計的に見た残差成分ΔACの出現頻度が0近傍に偏る傾向が高まるので、エントロピー符号化を施す上で有利になる。   Here, the true value TAC of the AC component is calculated and supplied by the Hadamard transform unit 34. That is, among the TDC (n) calculated by the DC calculation unit 1 shown in FIG. 3, the one related to the target block PBs (four values) is read from the buffer and subjected to Hadamard transform to thereby read the target block PBs. A true value TAC of the alternating current component is generated. The closer the predicted value ACpred is to the original image (true value TAC), the smaller the residual component ΔAC. If the residual component ΔAC is reduced, the statistically observed appearance frequency of the residual component ΔAC tends to be biased near 0, which is advantageous in performing entropy coding.

非可逆変換部35bは、減算器35aによって算出された残差成分ΔACに対して、例えば量子化といった非可逆変換を施し、エントロピー符号化部36および逆変換部35cに出力する。エントロピー符号化部36は、残差成分ΔACを非可逆変換したデータに対して、ハフマン符号化や算術符号化といったエントロピー符号化を施すことによって、最終的な出力である画像の圧縮データ(圧縮ACn)を生成する。   The irreversible conversion unit 35b performs irreversible conversion such as quantization on the residual component ΔAC calculated by the subtractor 35a, and outputs the result to the entropy encoding unit 36 and the inverse conversion unit 35c. The entropy coding unit 36 performs entropy coding such as Huffman coding or arithmetic coding on the data obtained by irreversibly transforming the residual component ΔAC, thereby compressing the compressed image data (compressed ACn) as the final output. ) Is generated.

一方、逆変換部35cは、残差成分ΔACを非可逆変換したデータに対して、可逆変換部35bにおける非可逆変換とは逆の処理を施すことによって、残差成分ΔAC’={Δα’,Δβ’,Δγ’}を算出する。この残差成分ΔAC’は、本来の残差成分ΔACを復元した値だが、非可逆変換(元の値を完全に復元することはできない)が施されている関係上、本来の残差成分ΔACとは僅かに相違する。   On the other hand, the inverse transform unit 35c performs a process opposite to the irreversible transform in the reversible transform unit 35b on the data obtained by irreversibly transforming the residual component ΔAC, so that the residual component ΔAC ′ = {Δα ′, Δβ ′, Δγ ′} is calculated. Although this residual component ΔAC ′ is a value obtained by restoring the original residual component ΔAC, the original residual component ΔAC is obtained because of irreversible transformation (the original value cannot be completely restored). Is slightly different.

加算器35dは、数式10に示すように、予測処理部33から供給された交流成分の予測値ACpredに、残差成分ΔAC’を加算することによって、交流成分の復元値AC’={α’,β’,γ’}を算出する。加算器35dの入力として本来の残差成分ΔACはなく、復元された残差成分ΔAC’を用いる理由は、デコード時の繰り返し処理によって誤差が累積することを防止し、伸張画像の再現性を担保するためである。   As shown in Equation 10, the adder 35d adds the residual component ΔAC ′ to the AC component predicted value ACpred supplied from the prediction processing unit 33, thereby restoring the AC component restoration value AC ′ = {α ′. , Β ′, γ ′}. The reason why the original residual component ΔAC is not used as the input of the adder 35d and the restored residual component ΔAC ′ is used is to prevent errors from accumulating due to repetitive processing at the time of decoding and ensure the reproducibility of the expanded image. It is to do.

(数式10)
α' = αpred+Δα’
β’ = βpred+Δβ’
γ’ = γpred+Δγ’
(Formula 10)
α '= αpred + Δα'
β '= βpred + Δβ'
γ '= γpred + Δγ'

逆アダマール変換部37は、加算器35dより出力された対象ブロックPBsの交流成分AC’(復元値)と、バッファから読み出された対象ブロックPBsの直流成分DC(n-1)とを入力とした逆アダマール変換を行い、対象ブロックPBsを細分化した各サブブロックの平均画素値DC(n)(サブブロックの直流成分)を算出する。算出された直流成分DC(n)は、バッファに一時的に格納される。バッファに格納された直流成分DC(n)は、直下位の階層における処理で随時読み出され、その処理に必要な情報として用いられる。   The inverse Hadamard transform unit 37 receives the AC component AC ′ (restoration value) of the target block PBs output from the adder 35d and the DC component DC (n−1) of the target block PBs read from the buffer. The inverse Hadamard transform is performed, and the average pixel value DC (n) (the DC component of the sub block) of each sub block obtained by subdividing the target block PBs is calculated. The calculated direct current component DC (n) is temporarily stored in the buffer. The direct current component DC (n) stored in the buffer is read as needed in the processing in the immediately lower hierarchy and used as information necessary for the processing.

高周波交流成分算出部38は、数式11に示すように、交流成分復元部35によって復元された交流成分AC’と、低周波交流成分予測部31によって予測された低周波交流成分AClowとの差分に基づいて、この対象ブロックPBsの高周波交流成分AChigh(n)={αhigh(n),βhigh(n),γhigh(n)}を算出する。   The high-frequency AC component calculation unit 38 calculates the difference between the AC component AC ′ restored by the AC component restoration unit 35 and the low-frequency AC component AClow predicted by the low-frequency AC component prediction unit 31 as shown in Expression 11. Based on this, the high-frequency AC component AChigh (n) = {αhigh (n), βhigh (n), γhigh (n)} of the target block PBs is calculated.

(数式11)
αhigh(n) = α’−αlow
βhigh(n) = β’−βlow
γhigh(n) = γ’−γlow
(Formula 11)
αhigh (n) = α'−αlow
βhigh (n) = β'-βlow
γhigh (n) = γ'−γlow

高周波交流成分算出部38によって算出された高周波交流成分AChigh(n)は、バッファに一時的に格納される。バッファに格納された高周波交流成分AChigh(n)は、同一階層での次回以降の処理において随時読み出され、その処理に必要な処理済ブロックの情報として用いられる。   The high-frequency AC component AChigh (n) calculated by the high-frequency AC component calculation unit 38 is temporarily stored in the buffer. The high-frequency AC component AChigh (n) stored in the buffer is read as needed in the next and subsequent processes in the same hierarchy, and is used as processed block information necessary for the process.

なお、以上の説明から明らかなように、対象ブロックPBsを対象とした今回の処理では、2種類の高周波交流成分AChigh,AChigh(n)が算出されるが、両者は異なる用途で用いられる点に留意されたい。高周波交流成分予測部32の出力である高周波交流成分AChighは、今回の処理で算出される対象ブロックPBsの予測値ACpred自体に反映すべき値である。これに対して、高周波交流成分算出部38の出力である高周波交流成分AChigh(n)は、それ以降の処理で高周波交流成分AChighを予測するために、換言すれば、対象ブロックPBsの予測残差ΔAC(≒ΔAC’)を他のブロックに反映するために用いられる。   As is clear from the above description, in the current process for the target block PBs, two types of high-frequency AC components AChigh and AChigh (n) are calculated, but both are used for different purposes. Please keep in mind. The high-frequency AC component AChigh that is the output of the high-frequency AC component prediction unit 32 is a value that should be reflected in the predicted value ACpred itself of the target block PBs calculated in the current process. On the other hand, the high-frequency AC component AChigh (n), which is the output of the high-frequency AC component calculation unit 38, predicts the high-frequency AC component AChigh in the subsequent processing, in other words, the prediction residual of the target block PBs. Used to reflect ΔAC (≈ΔAC ′) in other blocks.

このように、本実施形態に係るRACPエンコーダによれば、対象ブロックPBsに関する交流成分の予測値ACpredとして、低周波交流成分予測部31によって予測された低周波交流成分AClowそのものではなく、これに高周波交流成分予測部32によって予測された高周波交流成分AChighを加算することによって、補正された値が用いられる。すなわち、予測値ACpredは、低周波交流成分AClowを高周波交流成分AChighで補正することによって算出される。高周波交流成分予測部32は、今回の予測で加味すべき高周波交流成分AChigh(低周波交流成分予測では予測できない)を、処理済ブロックの高周波交流成分AChigh(n)、すなわち従前の処理で既に算出された値を用いた重み付け予測によって算出する。高周波交流成分AChigh(n)は、予測値ACpredに残差成分ΔAC(≒ΔAC’)を加算した復元値AC(≒AC’)から低周波交流成分AClowを除いたものに相当する。したがって、高周波交流成分AChigh(n)は残差成分ΔACに依存することになり、予測が外れて原画像との残差成分ΔACが大きくなるほど高周波交流成分AChigh(n)も大きくなる。従前の高周波交流成分AChigh(n)から今回の高周波交流成分AChighが予測され、これが今回の低周波交流成分AClowに加算される。これにより、今回の予測値ACpredに従前の残差成分ΔACが反映される。また、今回の処理で高周波交流成分算出部38が算出した高周波交流成分AChigh(n)を用いて、次回以降の高周波交流成分AChighが予測され、これが次回以降の低周波交流成分AClowに加算される。これにより、次回以降の予測値ACpred(将来値)に今回の残差成分ΔAC’(過去値)が反映される。このような処理の繰り返しによって、あるブロックの残差成分ΔACが高周波交流成分AChigh(n)として他のブロックに順次伝搬・反映されていく。   As described above, according to the RACP encoder according to the present embodiment, the predicted value ACpred of the AC component related to the target block PBs is not the low-frequency AC component AClow itself predicted by the low-frequency AC component prediction unit 31 but the high-frequency component AClow. The corrected value is used by adding the high frequency AC component AChigh predicted by the AC component prediction unit 32. That is, the predicted value ACpred is calculated by correcting the low-frequency AC component AClow with the high-frequency AC component AChigh. The high-frequency AC component prediction unit 32 has already calculated the high-frequency AC component AChigh (which cannot be predicted by the low-frequency AC component prediction) to be taken into account in the current prediction by the high-frequency AC component AChigh (n) of the processed block, that is, the previous processing. It is calculated by weighted prediction using the determined value. The high-frequency AC component AChigh (n) corresponds to the restoration value AC (≈AC ′) obtained by adding the residual component ΔAC (≈ΔAC ′) to the predicted value ACpred and the low-frequency AC component AClow is removed. Therefore, the high-frequency AC component AChigh (n) depends on the residual component ΔAC, and the higher the residual component ΔAC with the original image becomes, the higher the high-frequency AC component AChigh (n) becomes. The current high-frequency AC component AChigh is predicted from the previous high-frequency AC component AChigh (n), and this is added to the current low-frequency AC component AClow. As a result, the previous residual component ΔAC according to the current predicted value ACpred is reflected. Also, the next high frequency AC component AChigh is predicted using the high frequency AC component AChigh (n) calculated by the high frequency AC component calculation unit 38 in this processing, and this is added to the next low frequency AC component AClow. . As a result, the current residual component ΔAC ′ (past value) is reflected in the predicted value ACpred (future value) after the next time. By repeating such processing, the residual component ΔAC of a certain block is sequentially propagated and reflected to other blocks as a high-frequency AC component AChigh (n).

残差成分ΔACの伝搬について、図14を参照して詳述する。図14は、ある任意のブロックPB11を起点とした残差伝搬の説明図である。ブロックPB11の残差成分ΔAC11は、このブロックB11を参照するブロックPB12の高周波交流成分AChighを介して、ブロックPB12の予測値ACpredに反映された後、それ以降の水平方向のブロックPB13,PB14にも順次伝搬されていく。一方、この残差成分ΔAC11は、ブロックPB11を参照するブロックPB21の高周波交流成分AChighを介して、ブロックPB21の予測値ACpredに反映された後、それ以降の垂直方向のブロックPB31,PB41にも順次伝搬されていく。同様に、各ブロックPB21,PB31,PB41よりも右側に位置する水平方向のブロックにも残差成分ΔAC11が順次伝搬されていく。ここで、高周波交流成分AChighの予測手法として重み付け予測を用いている関係上、他のブロックに及ぼす残差成分ΔAC11の影響の度合いは、ブロックPB11から遠くなるほど低下する。上述した数式7より、残差成分ΔACの影響を受けるブロックが参照ブロックPB11から遠くなるほど、このブロックにより近い他の参照ブロックの影響の方が強くなっていくからである。画像に空間的な相関性があるということは、予測誤差の生じ方にも空間的な相関性が認められるということである。この知得に基づき、ブロックPB11に近いブロックほど、その予測値ACpredに残差成分ΔAC11を強く反映させる。これにより、通常の交流成分予測(低周波交流成分予測)だけでは空間的に近い画像領域内で同様に生じるであろう残差成分ΔACを、高周波交流成分AChighを加味することによって相殺できる。残差成分ΔAC11を他のブロックにどの程度強く反映させるかは、予測の強さを表す係数k(数式7を参照)によって決定される。逆に、ブロックPB11から遠いブロックほど、その予測値ACpredに対する残差成分ΔAC11の反映の度合いを低下させる。これにより、相関性が低いブロックに及ぼす残差成分ΔAC11の悪影響が抑制される。以上のような残差伝搬は、ブロックPB11以外のブロックについても、それを起点として同様に生じる。   The propagation of the residual component ΔAC will be described in detail with reference to FIG. FIG. 14 is an explanatory diagram of residual propagation starting from an arbitrary block PB11. The residual component ΔAC11 of the block PB11 is reflected in the predicted value ACpred of the block PB12 via the high-frequency AC component AChigh of the block PB12 that refers to the block B11, and then also to the subsequent horizontal blocks PB13 and PB14 Propagated sequentially. On the other hand, the residual component ΔAC11 is reflected in the predicted value ACpred of the block PB21 via the high-frequency AC component AChigh of the block PB21 referring to the block PB11, and then sequentially to the subsequent vertical blocks PB31 and PB41. Propagated. Similarly, the residual component ΔAC11 is sequentially propagated to the horizontal block located on the right side of each of the blocks PB21, PB31, and PB41. Here, due to the use of weighted prediction as a prediction method for the high-frequency AC component AChigh, the degree of influence of the residual component ΔAC11 on other blocks decreases as the distance from the block PB11 increases. This is because, from Equation 7 described above, as the block affected by the residual component ΔAC becomes farther from the reference block PB11, the influence of other reference blocks closer to this block becomes stronger. The fact that an image has a spatial correlation means that a spatial correlation is also recognized in the way in which prediction errors occur. Based on this knowledge, the closer to the block PB11, the stronger the residual component ΔAC11 is reflected in the predicted value ACpred. As a result, the residual component ΔAC that would similarly occur in an image area that is spatially close by only normal AC component prediction (low-frequency AC component prediction) can be canceled by adding the high-frequency AC component AChigh. How strongly the residual component ΔAC11 is reflected in other blocks is determined by a coefficient k (see Equation 7) representing the strength of prediction. On the contrary, as the block is farther from the block PB11, the degree of reflection of the residual component ΔAC11 with respect to the predicted value ACpred is reduced. Thereby, the adverse effect of the residual component ΔAC11 on the block having low correlation is suppressed. Residual propagation as described above occurs in the same manner for blocks other than the block PB11.

このような残差成分ΔACの伝搬によって、交流成分予測だけでは捉えられない成分(従前の残差成分ΔACに起因したもの)が予測値ACpredに加味されるので、予測画像が原画像に近づく傾向が高まり、予測精度の一層の向上を図ることが可能になる。そして、予測精度が向上した分だけ、画像の圧縮率を高めることができる。特に、図4に示したようなパイプライン的な並行処理を行えば、全体的な処理時間を短縮できる。   Due to such propagation of the residual component ΔAC, a component that is not captured only by the AC component prediction (the one resulting from the previous residual component ΔAC) is added to the predicted value ACpred, so that the predicted image tends to approach the original image As a result, the prediction accuracy can be further improved. Then, the image compression rate can be increased by the amount that the prediction accuracy is improved. In particular, if pipeline parallel processing as shown in FIG. 4 is performed, the overall processing time can be shortened.

(RACPエンコードプログラム)
つぎに、ハードウェアとして実現されるRACPエンコーダと同等の処理を、コンピュータのソフトウェア処理によって実現するためのRACPエンコードプログラムについて説明する。なお、ハードウェア処理とソフトウェア処理との間には本質的な相違はないので、ここでは概略的な説明に留め、その詳細は上述したRACPエンコーダに関する記載を参照するものとする。
(RACP encoding program)
Next, a description will be given of a RACP encoding program for realizing processing equivalent to a RACP encoder realized as hardware by software processing of a computer. Since there is no essential difference between hardware processing and software processing, only a brief description is given here, and the details thereof refer to the above-described description of the RACP encoder.

図15は、RACPエンコードプログラムのフローチャートである。コンピュータによるソフトウェア処理では、図5に示したような逐次処理が基本となる。まず、ステップ1において、入力画像の画像平面上にブロック(4タイプ)が複数設定され、それぞれのブロックの平均画素値TDC0〜TDC3が算出される。算出された平均画素値TDC0〜3は、バッファに随時格納される。すべてのブロックの処理が終了するとステップ2に進む。   FIG. 15 is a flowchart of the RACP encoding program. In software processing by a computer, sequential processing as shown in FIG. 5 is fundamental. First, in step 1, a plurality of blocks (4 types) are set on the image plane of the input image, and average pixel values TDC0 to TDC3 of the respective blocks are calculated. The calculated average pixel values TDC0 to TDC3 are stored in the buffer as needed. When all the blocks have been processed, the process proceeds to Step 2.

ステップ2において、8×8ブロックの平均画素値TDC0に対して、DC符号化、すなわち、差分パルス幅変調とエントロピー符号化とが施され、これによって、圧縮データの一部となる画像の直流成分DC0が生成・出力される。また、その復元値がDC0としてバッファに格納される。   In Step 2, DC coding, that is, differential pulse width modulation and entropy coding is performed on the average pixel value TDC0 of the 8 × 8 block, and thereby the DC component of the image that becomes part of the compressed data. DC0 is generated and output. The restored value is stored in the buffer as DC0.

ステップ3において、階層番号LNが1(初期値)にセットされる。LN=1は、処理を行うべき階層が最上位階層であることを示す。そして、1つの階層処理が終了する毎に1ずつインクリメントされ(ステップ16)、下位の階層へと順番に推移していく。そして、LN=3、すなわち最下位階層の処理が終わった時点で、全ての処理が終了する(ステップ15)。   In step 3, the hierarchy number LN is set to 1 (initial value). LN = 1 indicates that the hierarchy to be processed is the highest hierarchy. Each time one hierarchical process is completed, it is incremented by 1 (step 16), and the process proceeds in order to the lower hierarchy. Then, when LN = 3, that is, when the processing of the lowest layer is finished, all the processing is finished (step 15).

ステップ4において、ブロック番号BNが1(初期値)にセットされる。先のステップ3における階層番号LNの設定にともない、その階層で処理対象となるブロックのサイズは一義的に特定され、全体のブロック数に応じた終了ブロック番号BNendも特定される。同一階層内におけるブロックの処理が終了する毎にブロック番号BNが1ずつインクリメントされ(ステップ14)、処理対象が所定の方向に順次シフトしていく。そして、終了ブロック番号BNendに相当するブロックの処理が終了した時点で、その階層における処理が終了する(ステップ13)。   In step 4, the block number BN is set to 1 (initial value). With the setting of the layer number LN in the previous step 3, the size of the block to be processed in that layer is uniquely specified, and the end block number BNend corresponding to the total number of blocks is also specified. Each time processing of a block in the same hierarchy is completed, the block number BN is incremented by 1 (step 14), and the processing target is sequentially shifted in a predetermined direction. Then, when the processing of the block corresponding to the end block number BNend is completed, the processing in the hierarchy is completed (step 13).

ステップ5において、ブロック番号BNによって指定されたブロックを対象ブロックPBsとして、その低周波交流成分AClowが予測される。低周波交流成分AClowは、対象ブロックPBsの参照領域に相当するブロックの直流成分DC(n-1)(直上位の階層にて算出)を用いた交流成分予測によって算出される。なお、対象ブロックPBsと同一サイズのブロックのみを用いた交流成分予測のみならず、サブブロックの直流成分DC(n)(同一階層にて算出)を併用した交流成分予測を行ってもよいことは上述した通りである。   In step 5, the low-frequency AC component AClow is predicted with the block designated by the block number BN as the target block PBs. The low-frequency AC component AClow is calculated by AC component prediction using the DC component DC (n−1) (calculated at the immediately higher hierarchy) of the block corresponding to the reference region of the target block PBs. Note that not only AC component prediction using only blocks of the same size as the target block PBs, but also AC component prediction using the DC component DC (n) (calculated in the same hierarchy) of the sub-block together may be performed. As described above.

ステップ6において、対象ブロックPBsの高周波交流成分AChighが予測される。高周波交流成分AChighは、対象ブロックPBsの近傍に位置し、かつ、従前の処理で既に処理された処理済ブロックの高周波交流成分AChigh(n)(同一階層にて算出)を用いた重み付け予測によって算出される。この予測によって、上記処理済ブロックの残差成分ΔAC’が高周波交流成分AChighに反映される。   In step 6, the high-frequency AC component AChigh of the target block PBs is predicted. The high-frequency AC component AChigh is calculated by weighted prediction using the high-frequency AC component AChigh (n) (calculated in the same hierarchy) of the processed block that is located in the vicinity of the target block PBs and has already been processed in the previous processing. Is done. By this prediction, the residual component ΔAC ′ of the processed block is reflected in the high-frequency AC component AChigh.

ステップ7において、対象ブロックPBsの低周波交流成分AClowと、対象ブロックPBsの高周波交流成分AChighとを加算することによって、対象ブロックPBsの交流成分の予測値ACpredが算出される。これにより、ステップ6で述べた上記処理済ブロックの残差成分ΔAC’は、高周波交流成分AChighを介して、予測値ACpredに反映されることになるので、予測精度の向上が期待できる。そして、ステップ8において、対象ブロックPBsの予測値ACpredと、対象ブロックPBsに対応した原画像の真値TACとの差分が残差成分ΔACとして算出される。   In step 7, the predicted value ACpred of the AC component of the target block PBs is calculated by adding the low frequency AC component AClow of the target block PBs and the high frequency AC component AChigh of the target block PBs. As a result, the residual component ΔAC ′ of the processed block described in step 6 is reflected in the predicted value ACpred via the high-frequency AC component AChigh, so that improvement in prediction accuracy can be expected. In step 8, the difference between the predicted value ACpred of the target block PBs and the true value TAC of the original image corresponding to the target block PBs is calculated as a residual component ΔAC.

ステップ9では、ステップ8で算出された残差成分ΔACに対して、非可逆変換およびエントロピー符号化が施される。これによって、画像の圧縮データの一部としての圧縮AC(n)が生成される。ステップ9に続くステップ10において、非可逆変換が施された残差成分ΔACに対して、その逆処理が行われ、本来の残差成分ΔACを復元した復元値ΔAC’が算出される。   In Step 9, the lossy component ΔAC calculated in Step 8 is subjected to irreversible transformation and entropy coding. As a result, compressed AC (n) is generated as part of the compressed image data. In step 10 following step 9, the residual component ΔAC subjected to the irreversible transformation is inversely processed to calculate a restored value ΔAC ′ obtained by restoring the original residual component ΔAC.

ステップ11では、ステップ7で算出された予測値ACpredに、残差成分ΔAC’(復元値)を加算することによって、対象ブロックPBsの交流成分AC’が復元される。そして、これを入力とした逆アダマール変換によって、対象ブロックPBsを細分化した各サブブロックの平均画素値DC(n)が算出される。   In step 11, the AC component AC ′ of the target block PBs is restored by adding the residual component ΔAC ′ (restoration value) to the predicted value ACpred calculated in step 7. Then, the average pixel value DC (n) of each sub-block obtained by subdividing the target block PBs is calculated by inverse Hadamard transformation using this as an input.

ステップ12では、ステップ11で算出された交流成分の復元値AC’と、ステップ5で算出された低周波交流成分AClowとの差分に基づいて、次回以降の処理で処理済ブロックの情報として用いられる高周波交流成分AChigh(n)が算出される。なお、ステップ10〜12の処理は、LN=3、すなわち最下位の階層処理ではスキップされる。   In step 12, based on the difference between the AC component restoration value AC ′ calculated in step 11 and the low-frequency AC component AClow calculated in step 5, it is used as processed block information in the subsequent processing. A high-frequency AC component AChigh (n) is calculated. Note that the processing in steps 10 to 12 is skipped in LN = 3, that is, in the lowest hierarchical processing.

ステップ13において、ブロック番号BNが終了ブロック番号BNendに到達したか否かが判断される。終了ブロック番号BNendに到達するまでは、ステップ14においてブロック番号BNが1ずつインクリメントされていき、ステップ5〜14のループが繰り返される。そして、終了ブロック番号BNendに到達した場合、すなわち、画像平面内の全ブロックの処理が終了した場合には、ループを抜けてステップ15に進む。   In step 13, it is determined whether or not the block number BN has reached the end block number BNend. Until the end block number BNend is reached, the block number BN is incremented by 1 in step 14, and the loop of steps 5 to 14 is repeated. When the end block number BNend is reached, that is, when the processing of all the blocks in the image plane is completed, the process exits the loop and proceeds to step 15.

ステップ15において、階層番号LNが3(最下位階層)に到達したか否かが判断される。LN=3に到達するまでは、ステップ16において階層番号LNが1ずつインクリメントされていき、それぞれの階層の処理としてステップ5〜14のループが繰り返される。これにより、階層が下位になるにしたがって、処理対象となるブロックのサイズが段階的に小さくなっていき、上述した一連の処理が再帰的に実行される。上位階層側において算出されたサブブロックの直流成分DCn(出力)は、下位階層側のブロックの直流成分DCn-1(入力)として用いられる。そして、LN=3で、かつ、BN=BNendに到達した場合、すなわち、最下位階層の全処理が終了した場合には、ステップ13,15の判断からループを抜け、これによって、本プログラムの処理が終了する。   In step 15, it is determined whether or not the hierarchy number LN has reached 3 (the lowest hierarchy). Until reaching LN = 3, the layer number LN is incremented by 1 in step 16, and the loop of steps 5 to 14 is repeated as the processing of each layer. As a result, the size of the block to be processed gradually decreases as the hierarchy becomes lower, and the series of processes described above are recursively executed. The DC component DCn (output) of the sub-block calculated on the upper layer side is used as the DC component DCn-1 (input) of the block on the lower layer side. When LN = 3 and BN = BNend is reached, that is, when all the processes in the lowest hierarchy are completed, the loop exits from the determination of steps 13 and 15, whereby the processing of this program Ends.

本実施形態に係るRACPエンコードプログラムによれば、上述したRACPエンコーダと同様、予測精度の一層の向上を図ることができ、画像の圧縮率を高めることができる。   According to the RACP encoding program according to the present embodiment, the prediction accuracy can be further improved and the compression rate of the image can be increased, as in the above-described RACP encoder.

(RACPデコーダ)
図16は、上述したRACPエンコーダまたはRACPエンコードプログラムによって生成された圧縮データを伸張するRACPデコーダの全体構成図である。このデコーダは、DC復号化5と、3つの階層処理部6a〜6cとを主体に構成されている。これらのユニット5,6a〜6cより出力されたデータDCn(n=0,1,2,3)は、図示しないバッファ(記憶部)に一時的に格納される。
(RACP decoder)
FIG. 16 is an overall configuration diagram of a RACP decoder that decompresses compressed data generated by the above-described RACP encoder or RACP encoding program. This decoder is mainly composed of DC decoding 5 and three hierarchical processing units 6a to 6c. Data DCn (n = 0, 1, 2, 3) output from these units 5, 6a to 6c is temporarily stored in a buffer (storage unit) (not shown).

DC復号化5および階層処理部6a〜6cは、8×8ブロック(最上位階層)、4×4ブロック(第2位階層)、2×2ブロック(第3位階層)、1×1ブロック(最下位階層)の階層構造において、自己に割り当てられた階層処理を行う。最上位階層のDC復号化部5は、画像の直流成分DC0に関する圧縮データに対して、画像圧縮時に施された処理の逆処理を行うことによって、8×8ブロックの平均画素値DC0を生成し、これを第2位階層の階層処理部6aに供給する。   The DC decoding 5 and the hierarchy processing units 6a to 6c are configured to have 8 × 8 blocks (the highest layer), 4 × 4 blocks (the second layer), 2 × 2 blocks (the third layer), and 1 × 1 block ( In the hierarchical structure of the lowest hierarchy, the hierarchical processing assigned to itself is performed. The DC decoding unit 5 in the highest hierarchy generates an average pixel value DC0 of 8 × 8 blocks by performing reverse processing of the processing applied at the time of image compression on the compressed data related to the DC component DC0 of the image. This is supplied to the hierarchy processing unit 6a of the second hierarchy.

RACPデコーダの階層構造自体は、RACPエンコーダのそれとほぼ同様であるが、エンコーダにおける階層処理部3a〜3cの出力となる交流成分AC1〜AC3が、デコーダにおける階層処理部6a〜6cの入力となる点が相違する。これらの階層処理部6a〜6cは、画像の交流成分AC1〜AC3に関する圧縮データと、直上位の階層より供給された平均画素値DCn-1とに基づいて、平均画素値DCnを復元する。復元された平均画素値DCnは、必要に応じて直下位の階層に供給するために出力され、バッファに格納される。そして、最下位階層の階層処理部6cによって算出された1×1ブロックの平均画素値DC3の集合が最終的な伸張画像となる。なお、デコーダにおける順次シフトの方向は、エンコーダのそれに準じるものとする。また、デコーダの処理は、並列処理および逐次処理のどちらであってもよい。   The hierarchical structure itself of the RACP decoder is substantially the same as that of the RACP encoder, but the AC components AC1 to AC3 that are the outputs of the hierarchical processing units 3a to 3c in the encoder are input to the hierarchical processing units 6a to 6c in the decoder. Is different. These hierarchical processing units 6a to 6c restore the average pixel value DCn based on the compressed data related to the AC components AC1 to AC3 of the image and the average pixel value DCn-1 supplied from the immediately higher hierarchy. The restored average pixel value DCn is output for supply to the immediately lower hierarchy as necessary, and is stored in the buffer. Then, a set of average pixel values DC3 of 1 × 1 blocks calculated by the lowest-level hierarchy processing unit 6c is the final decompressed image. Note that the direction of sequential shift in the decoder conforms to that of the encoder. The decoder processing may be either parallel processing or sequential processing.

図17は、RACPデコーダにおける階層処理部6(6a〜6cの総称)の構成図である。それぞれの階層における階層処理部6は、取り扱うブロックのサイズが異なる点を除けば、基本的な構成および動作はほぼ同様である(最下位の階層処理部6cについては一部簡略化できる)。階層処理部6は、低周波交流成分予測部61と、高周波交流成分予測部62と、予測処理部63と、交流成分復元部65と、逆アダマール変換部67と、高周波交流成分算出部68とを主体に構成されている。   FIG. 17 is a configuration diagram of the hierarchy processing unit 6 (generic name of 6a to 6c) in the RACP decoder. The hierarchical processing units 6 in the respective layers have substantially the same basic configuration and operation except that the sizes of the blocks to be handled are different (the lowermost hierarchical processing unit 6c can be partially simplified). The hierarchical processing unit 6 includes a low-frequency AC component prediction unit 61, a high-frequency AC component prediction unit 62, a prediction processing unit 63, an AC component restoration unit 65, an inverse Hadamard transform unit 67, and a high-frequency AC component calculation unit 68. It is mainly composed.

低周波交流成分予測部61は、対象ブロックPBsの参照領域に相当するブロックの直流成分DC(n-1)を用いた交流成分予測によって、対象ブロックPBsの低周波交流成分を予測する。高周波交流成分予測部62は、対象ブロックPBsの近傍に位置し、かつ、従前の処理で既に処理された処理済ブロックの高周波交流成分AChigh(n)を用いた重み付け予測によって、対象ブロックPBsの高周波交流成分AChighを予測する。そして、予測処理部63は、低周波交流成分予測部61によって予測された低周波交流成分AClowと、高周波交流成分予測部62によって予測された高周波交流成分AChighとを加算することによって、対象ブロックPBsの交流成分の予測値ACpredを算出する。ここまでの処理は、図6に示したRACPエンコーダのユニット31〜33の処理と同様である。   The low-frequency AC component prediction unit 61 predicts the low-frequency AC component of the target block PBs by AC component prediction using the DC component DC (n−1) of the block corresponding to the reference region of the target block PBs. The high-frequency AC component prediction unit 62 is positioned in the vicinity of the target block PBs and is subjected to weighted prediction using the high-frequency AC component AChigh (n) of the processed block that has already been processed in the previous processing, so that the high-frequency AC component prediction unit 62 Predict AC component AChigh. The prediction processing unit 63 adds the low-frequency AC component AClow predicted by the low-frequency AC component prediction unit 61 and the high-frequency AC component AChigh predicted by the high-frequency AC component prediction unit 62 to thereby add the target block PBs. The predicted value ACpred of the AC component is calculated. The processing so far is the same as the processing of the units 31 to 33 of the RACP encoder shown in FIG.

交流成分復元部65は、予測処理部63によって算出された予測値ACpredと、原画像との残差成分ΔAC’(復元値)とを加算することによって、対象ブロックPBsの交流成分の復元値AC’を算出する。交流成分復元部65は、図6に示した逆変換部35cと同様の逆変換部65cと、同図に示した加算器35dと同様の加算器65dとを有するが、同図に示した減算器35aや非可逆変換部35bの如きものは存在しない。逆変換部65cは、非可逆圧縮された画像の圧縮データ(圧縮AC(n))に対して、画像圧縮時に施された非可逆変換およびエントロピー符号化の双方に関する逆処理を行うことによって、原画像との残差成分ΔAC’を復元する。加算器65dは、予測処理部63によって算出された予測値ACpredに、逆変換部65cから出力された残差成分ΔAC’を加算することによって、対象ブロックPBsの交流成分の復元値AC’を算出する。   The AC component restoring unit 65 adds the predicted value ACpred calculated by the prediction processing unit 63 and the residual component ΔAC ′ (restored value) of the original image, thereby restoring the AC component restored value AC of the target block PBs. 'Is calculated. The AC component restoration unit 65 includes an inverse conversion unit 65c similar to the inverse conversion unit 35c illustrated in FIG. 6 and an adder 65d similar to the adder 35d illustrated in FIG. There is no such thing as the device 35a or the irreversible conversion unit 35b. The inverse transform unit 65c performs inverse processing on both the irreversible transform and the entropy encoding performed at the time of image compression on the compressed data (compression AC (n)) of the irreversibly compressed image, thereby performing the original processing. The residual component ΔAC ′ with the image is restored. The adder 65d calculates the restored value AC ′ of the AC component of the target block PBs by adding the residual component ΔAC ′ output from the inverse transform unit 65c to the predicted value ACpred calculated by the prediction processing unit 63. To do.

逆アダマール変換部67は、加算器65dより出力された対象ブロックPBsの交流成分AC’(復元値)と、バッファから読み出された対象ブロックPBsの直流成分DC(n-1)とを入力とした逆アダマール変換を行い、対象ブロックPBsを細分化した各サブブロックの平均画素値DC(n)(サブブロックの直流成分)を算出する。算出された直流成分DC(n)は、バッファに一時的に格納される。バッファに格納された直流成分DC(n)は、直下位の階層における処理で随時読み出され、その処理に必要な情報として用いられる。   The inverse Hadamard transform unit 67 receives the AC component AC ′ (restoration value) of the target block PBs output from the adder 65d and the DC component DC (n−1) of the target block PBs read from the buffer. The inverse Hadamard transform is performed, and the average pixel value DC (n) (the DC component of the sub block) of each sub block obtained by subdividing the target block PBs is calculated. The calculated direct current component DC (n) is temporarily stored in the buffer. The direct current component DC (n) stored in the buffer is read as needed in the processing in the immediately lower hierarchy and used as information necessary for the processing.

高周波交流成分算出部68は、交流成分復元部65によって復元された交流成分AC’と、低周波交流成分予測部31によって予測された低周波交流成分AClowとの差分に基づいて、この対象ブロックPBsの高周波交流成分AChigh(n)を算出する。算出された高周波交流成分AChigh(n)は、バッファに一時的に格納される。バッファに格納された高周波交流成分AChigh(n)は、同一階層での次回以降の処理において随時読み出され、その処理に必要な処理済ブロックの情報として用いられる。   The high frequency AC component calculation unit 68 determines the target block PBs based on the difference between the AC component AC ′ restored by the AC component restoration unit 65 and the low frequency AC component AClow predicted by the low frequency AC component prediction unit 31. The high frequency alternating current component AChigh (n) is calculated. The calculated high-frequency AC component AChigh (n) is temporarily stored in the buffer. The high-frequency AC component AChigh (n) stored in the buffer is read as needed in the next and subsequent processes in the same hierarchy, and is used as processed block information necessary for the process.

このように、本実施形態に係るRACPデコーダによれば、上述したRACPデコーダまたはRACPエンコードプログラムによって生成された圧縮データを適切に伸張できる。特に、図4に示したようなパイプライン的な並行処理を行えば、全体的な処理時間を短縮できる。   As described above, according to the RACP decoder according to the present embodiment, the compressed data generated by the above-described RACP decoder or RACP encoding program can be appropriately decompressed. In particular, if pipeline parallel processing as shown in FIG. 4 is performed, the overall processing time can be shortened.

(RACPデコードプログラム)
つぎに、ハードウェアとして実現されるRACPデコーダと同等の処理を、コンピュータのソフトウェア処理によって実現するためのRACPデコードプログラムについて説明する。なお、ハードウェア処理とソフトウェア処理との間には本質的な相違はないので、ここでは概略的な説明に留め、その詳細は上述したRACPデコーダ等に関する記載を参照するものとする。
(RACP decoding program)
Next, a RACP decoding program for realizing processing equivalent to the RACP decoder realized as hardware by software processing of a computer will be described. Since there is no essential difference between hardware processing and software processing, only a brief description will be given here, and details thereof will be referred to the above-described description of the RACP decoder and the like.

図18は、RACPデコードプログラムのフローチャートである。コンピュータによるソフトウェア処理では、図5に示したような逐次処理が基本となる。まず、ステップ21において、画像の直流成分DC0の圧縮データに対して、DC復号化、すなわち、データ圧縮時に施された符号化処理の逆処理が施され、これによって、8×8ブロックの平均画素値DC0が復元され、これがバッファに格納される。   FIG. 18 is a flowchart of the RACP decoding program. In software processing by a computer, sequential processing as shown in FIG. 5 is fundamental. First, in step 21, the DC data DC0 compressed data of the image is subjected to DC decoding, that is, the reverse processing of the encoding processing performed at the time of data compression, thereby the average pixel of the 8 × 8 block. The value DC0 is restored and stored in the buffer.

ステップ22,23において、RACPエンコードプログラムと同様に、階層番号LNが1(初期値)、ブロック番号BNが1(初期値)にそれぞれセットされる。つぎに、ステップ24,25において、ブロック番号BNによって指定されたブロックを対象ブロックPBsとして、その低周波交流成分AChighおよび高周波交流成分AChighがそれぞれ予測される。ステップ25に続くステップ26では、対象ブロックPBsの低周波交流成分AClowと、対象ブロックPBsの高周波交流成分AChighとを加算することによって、対象ブロックPBsの交流成分の予測値ACpredが算出される。   In steps 22 and 23, similarly to the RACP encoding program, the layer number LN is set to 1 (initial value) and the block number BN is set to 1 (initial value). Next, in steps 24 and 25, the block specified by the block number BN is set as the target block PBs, and the low-frequency AC component AChigh and the high-frequency AC component AChigh are predicted. In step 26 following step 25, the predicted value ACpred of the AC component of the target block PBs is calculated by adding the low frequency AC component AClow of the target block PBs and the high frequency AC component AChigh of the target block PBs.

ステップ27では、画像の圧縮データである圧縮ACn(n)が伸張され、これによって、残差成分ΔAC’が復元される。ステップ28では、ステップ26で算出された交流成分の予測値ACpredに、ステップ27で算出された残差成分ΔAC’を加算することによって、対象ブロックPBsの交流成分の復元値AC’が復元される。そして、これを入力とした逆アダマール変換によって、対象ブロックPBsを細分化した各サブブロックの平均画素値DC(n)が算出される。そして、ステップ29では、ステップ18で算出された交流成分の復元値AC’と、ステップ24で算出された低周波交流成分AClowとの差分に基づいて、次回以降の処理で処理済ブロックの情報として用いられる高周波交流成分AChigh(n)が算出される。なお、ステップ29の処理は、LN=3、すなわち最下位の階層処理ではスキップされる。   In step 27, the compressed ACn (n) that is the compressed data of the image is decompressed, and thereby the residual component ΔAC ′ is restored. In step 28, the AC component restoration value AC 'of the target block PBs is restored by adding the residual component ΔAC' calculated in step 27 to the AC component prediction value ACpred calculated in step 26. . Then, the average pixel value DC (n) of each sub-block obtained by subdividing the target block PBs is calculated by inverse Hadamard transformation using this as an input. Then, in step 29, based on the difference between the AC component restoration value AC ′ calculated in step 18 and the low-frequency AC component AClow calculated in step 24, the processed block information is processed in the subsequent processing. A high-frequency AC component AChigh (n) to be used is calculated. Note that the processing in step 29 is skipped in LN = 3, that is, in the lowest hierarchical processing.

ステップ30において、ブロック番号BNが終了ブロック番号BNendに到達したか否かが判断される。終了ブロック番号BNendに到達するまでは、ステップ31においてブロック番号BNが1ずつインクリメントされていき、ステップ24〜31のループが繰り返される。そして、終了ブロック番号BNendに到達した場合、すなわち、画像平面内の全ブロックの処理が終了した場合には、ステップ30の判断結果よりループを抜け、ステップ32に進む。   In step 30, it is determined whether or not the block number BN has reached the end block number BNend. Until the end block number BNend is reached, the block number BN is incremented by 1 in step 31, and the loop of steps 24-31 is repeated. When the end block number BNend is reached, that is, when the processing of all the blocks in the image plane is completed, the process exits the loop from the determination result of step 30, and proceeds to step 32.

ステップ32において、階層番号LNが3(最下位階層)に到達したか否かが判断される。N=3に到達するまでは、ステップ33において階層番号LNが1ずつインクリメントされていき、それぞれの階層の処理としてステップ24〜31のループが繰り返される。これにより、階層が下位になるにしたがって、処理対象となるブロックのサイズが段階的に小さくなっていき、上述した一連の処理が再帰的に実行される。上位階層側において算出されたサブブロックの直流成分DCn(出力)は、下位階層側のブロックの直流成分DCn-1(入力)として用いられる。そして、LN=3で、かつ、BN=BNendに到達した場合、すなわち、最下位階層の処理が終了した場合には、ステップ30,32の判断からループを抜け、これによって、本プログラムの処理が終了する。   In step 32, it is determined whether or not the hierarchy number LN has reached 3 (the lowest hierarchy). Until N = 3, the layer number LN is incremented by 1 in step 33, and the loop of steps 24-31 is repeated as the processing of each layer. As a result, the size of the block to be processed gradually decreases as the hierarchy becomes lower, and the series of processes described above are recursively executed. The DC component DCn (output) of the sub-block calculated on the upper layer side is used as the DC component DCn-1 (input) of the block on the lower layer side. When LN = 3 and BN = BNend is reached, that is, when the processing of the lowest layer is completed, the loop exits from the determination of steps 30 and 32, whereby the processing of this program is executed. finish.

本実施形態に係るRACPデコードプログラムによれば、上述したRACPデコーダと同様の効果を奏する。   According to the RACP decoding program according to the present embodiment, the same effects as those of the above-described RACP decoder can be obtained.

なお、以上の本実施形態に関する説明では、従前の残差成分ΔACに起因した高周波交流成分AChighに関しては、交流成分予測だけでは予測できず、その予測値AClowには含まれない成分であるという意味合いで、予測値AClow(低周波成分)に対する高周波成分と位置付けている。これを別の視点で捉えるならば、高周波交流成分AChighを、交流成分予測によって予測された交流成分AClowの補正成分とみなすこともできる。この場合、低交流周波成分AClowおよび高周波交流成分AChighの加算にて予測値ACpredを算出するプロセスは、交流成分予測によって予測された予測値AClowを、従前の残差成分ΔAC(≒AChigh(n))に起因した補正成分AChighで補正することによって、補正予測値ACpredを算出するプロセスであると言い換えることができる。   In the above description of the present embodiment, the high-frequency AC component AChigh caused by the previous residual component ΔAC cannot be predicted only by the AC component prediction, and is a component that is not included in the predicted value AClow. Therefore, it is positioned as a high frequency component for the predicted value AClow (low frequency component). If this is grasped from another viewpoint, the high-frequency AC component AChigh can be regarded as a correction component of the AC component AClow predicted by the AC component prediction. In this case, the process of calculating the predicted value ACpred by adding the low AC frequency component AClow and the high frequency AC component AChigh is performed by converting the predicted value AClow predicted by the AC component prediction into the previous residual component ΔAC (≈AChigh (n) In other words, it is a process for calculating the corrected predicted value ACpred.

以上のように、本発明に係る交流成分予測手法は、予測精度の向上により画像の圧縮率を高める用途に対して、広く適用できる。   As described above, the AC component prediction method according to the present invention can be widely applied to applications that increase the compression rate of an image by improving prediction accuracy.

1 DC算出部
2 DC符号化部
3(3a〜3c) 階層処理部
5 DC復号化部
6(6a〜6c) 階層処理部
31,61 低周波交流成分予測部
32,62 高周波交流成分予測部
33,63 予測処理部
34 アダマール変換部
35,65 交流成分復元部
35a 減算器
35b 非可逆変換部
35c,65c 逆変換部
35d,65d 加算器
36 エントロピー符号化部
37,67 逆アダマール変換部
38,68 高周波交流成分算出部
DESCRIPTION OF SYMBOLS 1 DC calculation part 2 DC encoding part 3 (3a-3c) Hierarchical process part 5 DC decoding part 6 (6a-6c) Hierarchical process part 31, 61 Low frequency alternating current component prediction part 32, 62 High frequency alternating current component prediction part 33 , 63 Prediction processing unit 34 Hadamard transform unit 35, 65 AC component restoration unit 35a Subtractor 35b Non-reversible transform unit 35c, 65c Inverse transform unit 35d, 65d Adder 36 Entropy encoding unit 37, 67 Inverse Hadamard transform unit 38, 68 High-frequency AC component calculator

Claims (12)

画像平面上に設定されたブロック毎の繰り返し処理によって、ブロック単位で交流成分予測を行う交流成分予測システムにおいて、
今回の処理で処理対象となる対象ブロックの参照領域に相当するブロックの直流成分を用いた交流成分予測によって、前記対象ブロックの低周波交流成分を予測する低周波交流成分予測部と、
前記対象ブロックの近傍に位置し、かつ、従前の処理で既に処理された処理済ブロックの高周波交流成分を用いた重み付け予測によって、前記対象ブロックの高周波交流成分を予測する高周波交流成分予測部と、
前記低周波交流成分予測部によって予測された低周波交流成分と、前記高周波交流成分予測部によって予測された高周波交流成分とを加算することによって、前記対象ブロックの交流成分の予測値を算出する予測処理部と、
前記予測処理部によって算出された予測値と、原画像との残差成分とを加算することによって、前記対象ブロックの交流成分の復元値を算出する交流成分復元部と、
前記交流成分復元部によって算出された復元値と、前記低周波交流成分予測部によって予測された低周波交流成分との差分に基づいて、次回以降の処理で前記処理済ブロックの情報として用いられる高周波交流成分を算出する高周波交流成分算出部と
を有することを特徴とする交流成分予測システム。
In the AC component prediction system that performs AC component prediction in units of blocks by iterative processing for each block set on the image plane,
A low-frequency AC component prediction unit that predicts a low-frequency AC component of the target block by AC component prediction using a DC component of a block corresponding to the reference region of the target block to be processed in the current process;
A high-frequency AC component prediction unit that predicts a high-frequency AC component of the target block by weighted prediction using a high-frequency AC component of a processed block that is located in the vicinity of the target block and has already been processed in a previous process;
Prediction for calculating the predicted value of the AC component of the target block by adding the low-frequency AC component predicted by the low-frequency AC component prediction unit and the high-frequency AC component predicted by the high-frequency AC component prediction unit A processing unit;
An AC component restoration unit that calculates a restoration value of the AC component of the target block by adding a prediction value calculated by the prediction processing unit and a residual component of the original image;
Based on the difference between the restoration value calculated by the AC component restoration unit and the low frequency AC component predicted by the low frequency AC component prediction unit, the high frequency used as information of the processed block in the subsequent processing An AC component prediction system comprising: a high-frequency AC component calculation unit that calculates an AC component.
前記高周波交流成分予測部は、前記対象ブロックと前記処理済ブロックとの間における画素値の誤差が小さくなるように、前記対象ブロックを基準とした前記処理済ブロックの予測方向に応じて、前記処理済ブロックの高周波交流成分の符号を反転させた上で、前記重み付け予測を行うことを特徴とする請求項1に記載された交流成分予測システム。   The high-frequency AC component prediction unit performs the processing according to a prediction direction of the processed block with reference to the target block so that an error of a pixel value between the target block and the processed block becomes small. 2. The AC component prediction system according to claim 1, wherein the weighted prediction is performed after inverting the sign of a high-frequency AC component of a completed block. 前記交流成分は、水平方向のアダマール基底の成分を規定する水平成分を含み、
前記高周波交流成分予測部は、前記対象ブロックの垂直方向に近接した前記処理済ブロックに関する前記水平成分と、前記対象ブロックの水平方向に近接した前記処理済ブロックに関する前記水平成分の符号を反転させた値とを加算することによって、前記水平成分に含まれる高周波交流成分に関する前記重み付け予測を行うことを特徴とする請求項2に記載された交流成分予測システム。
The alternating current component includes a horizontal component that defines a horizontal Hadamard basis component,
The high-frequency AC component prediction unit inverts the sign of the horizontal component related to the processed block close to the target block in the vertical direction and the horizontal component related to the processed block close to the target block in the horizontal direction. The AC component prediction system according to claim 2, wherein the weighted prediction regarding the high-frequency AC component included in the horizontal component is performed by adding a value.
前記交流成分は、垂直方向のアダマール基底の成分を規定する垂直成分を含み、
前記高周波交流成分予測部は、前記対象ブロックの垂直方向に近接した前記処理済ブロックに関する前記垂直成分の符号を反転させた値と、前記対象ブロックの水平方向に近接した前記処理済ブロックに関する前記垂直成分とを加算することによって、前記垂直成分に含まれる高周波交流成分に関する前記重み付け予測を行うことを特徴とする請求項2または3に記載された交流成分予測システム。
The alternating current component includes a vertical component that defines a vertical Hadamard basis component,
The high-frequency AC component prediction unit is configured to invert the sign of the vertical component related to the processed block close to the target block in the vertical direction and the vertical related to the processed block close to the target block in the horizontal direction. 4. The AC component prediction system according to claim 2, wherein the weighted prediction relating to the high-frequency AC component included in the vertical component is performed by adding the component.
前記交流成分予測システムは、画像を非可逆圧縮するエンコーダであって、
前記交流成分復元部は、
前記予測処理部によって算出された予測値と、原画像における真値との差分を残差成分として算出する減算器と、
前記減算器によって算出された残差成分に非可逆変換を施す非可逆変換部と、
前記非可逆変換部から出力された残差成分にエントロピー符号化を施して、画像の圧縮データを出力するエントロピー符号化部と、
前記非可逆変換部から出力された残差成分に、前記非可逆変換とは逆の処理を施すことによって、残差成分を復元する逆変換部と、
前記予測処理部によって算出された予測値に、前記逆変換部から出力された残差成分を加算する加算器と
を有することを特徴とする請求項1から4のいずれかに記載された交流成分予測システム。
The AC component prediction system is an encoder for irreversibly compressing an image,
The AC component restoration unit is
A subtractor that calculates a difference between a prediction value calculated by the prediction processing unit and a true value in the original image as a residual component;
An irreversible conversion unit that performs irreversible conversion on the residual component calculated by the subtractor;
An entropy encoding unit that performs entropy encoding on the residual component output from the lossy conversion unit and outputs compressed image data;
An inverse transform unit that restores the residual component by performing a process reverse to the irreversible transform on the residual component output from the irreversible transform unit;
5. The AC component according to claim 1, further comprising an adder that adds the residual component output from the inverse transform unit to the prediction value calculated by the prediction processing unit. Prediction system.
前記交流成分予測システムは、非可逆圧縮された画像を伸張するデコーダであって、
前記交流成分復元部は、
非可逆圧縮された画像の圧縮データに対して、画像圧縮時に施された非可逆変換およびエントロピー符号化の逆処理を行うことによって、原画像との残差成分を復元する逆変換部と、
前記予測処理部によって算出された予測値に、前記逆変換部から出力された残差成分を加算することによって、交流成分を復元する加算器と
を有することを特徴とする請求項1から4のいずれかに記載された交流成分予測プログラム。
The AC component prediction system is a decoder that decompresses a lossy compressed image,
The AC component restoration unit is
An inverse transform unit that restores a residual component from the original image by performing inverse processing of lossy transformation and entropy encoding performed at the time of image compression on the compressed data of the lossy compressed image;
5. An adder that restores an AC component by adding a residual component output from the inverse transform unit to a predicted value calculated by the prediction processing unit. An AC component prediction program described in any one of the above.
画像平面上に設定されたブロック毎の繰り返し処理によって、ブロック単位で行われる交流成分予測をコンピュータに実行させる交流成分予測プログラムにおいて、
今回の処理で処理対象となる対象ブロックの参照領域に相当するブロックの直流成分を用いた交流成分予測によって、前記対象ブロックの低周波交流成分を予測する第1のステップと、
前記対象ブロックの近傍に位置し、かつ、従前の処理で既に処理された処理済ブロックの高周波交流成分を用いた重み付け予測によって、前記対象ブロックの高周波交流成分を予測する第2のステップと、
前記低周波交流成分と、前記高周波交流成分とを加算することによって、前記対象ブロックの交流成分の予測値を算出する第3のステップと、
前記予測値と、原画像との残差成分とを加算することによって、前記対象ブロックの交流成分の復元値を算出する第4のステップと、
前記復元値と、前記低周波交流成分との差分に基づいて、次回以降の処理で前記処理済ブロックの情報として用いられる高周波交流成分を算出する第5のステップと
を実行させることを特徴とする交流成分予測プログラム。
In the AC component prediction program that causes the computer to execute AC component prediction performed in units of blocks by iterative processing for each block set on the image plane,
A first step of predicting a low-frequency AC component of the target block by AC component prediction using a DC component of a block corresponding to a reference region of the target block to be processed in the current process;
A second step of predicting the high-frequency alternating current component of the target block by weighted prediction using the high-frequency alternating current component of the processed block located in the vicinity of the target block and already processed in the previous processing;
A third step of calculating a predicted value of the AC component of the target block by adding the low-frequency AC component and the high-frequency AC component;
A fourth step of calculating a restoration value of the AC component of the target block by adding the prediction value and a residual component of the original image;
Based on the difference between the restoration value and the low-frequency AC component, a fifth step of calculating a high-frequency AC component used as information of the processed block in the subsequent processing is executed. AC component prediction program.
前記第2のステップは、前記対象ブロックと前記処理済ブロックとの間における画素値の誤差が小さくなるように、前記対象ブロックを基準とした前記処理済ブロックの予測方向に応じて、前記処理済ブロックの高周波交流成分の符号を反転させた上で、前記重み付け予測を行うステップであることを特徴とする請求項7に記載された交流成分予測プログラム。   In the second step, the processed block is processed according to a prediction direction of the processed block with respect to the target block so that an error of a pixel value between the target block and the processed block becomes small. The AC component prediction program according to claim 7, wherein the weighted prediction is performed after inverting the sign of the high-frequency AC component of the block. 前記交流成分は、水平方向のアダマール基底の成分を規定する水平成分を含み、
前記第2のステップは、前記対象ブロックの垂直方向に近接した前記処理済ブロックに関する前記水平成分と、前記対象ブロックの水平方向に近接した前記処理済ブロックに関する前記水平成分の符号を反転させた値とを加算することによって、前記水平成分に含まれる高周波交流成分に関する前記重み付け予測を行うステップであることを特徴とする請求項8に記載された交流成分予測プログラム。
The alternating current component includes a horizontal component that defines a horizontal Hadamard basis component,
The second step is a value obtained by inverting the sign of the horizontal component related to the processed block close to the target block in the vertical direction and the horizontal component related to the processed block close to the target block in the horizontal direction. The AC component prediction program according to claim 8, wherein the weighting prediction is performed on the high-frequency AC component included in the horizontal component by adding.
前記交流成分は、垂直方向のアダマール基底の成分を規定する垂直成分を含み、
前記第2のステップは、前記対象ブロックの垂直方向に近接した前記処理済ブロックに関する前記垂直成分の符号を反転させた値と、前記対象ブロックの水平方向に近接した前記処理済ブロックに関する前記垂直成分とを加算することによって、前記垂直成分に含まれる高周波交流成分に関する前記重み付け予測を行うステップであることを特徴とする請求項8または9に記載された交流成分予測プログラム。
The alternating current component includes a vertical component that defines a vertical Hadamard basis component,
The second step includes a value obtained by inverting the sign of the vertical component related to the processed block adjacent to the target block in the vertical direction and the vertical component related to the processed block adjacent to the target block in the horizontal direction. 10. The AC component prediction program according to claim 8, wherein the weighted prediction is performed on the high-frequency AC component included in the vertical component by adding.
前記交流成分予測プログラムは、画像を非可逆圧縮するエンコードプログラムであって、
前記第4のステップは、
前記予測値と、原画像における真値との差分を残差成分として算出するステップと、
前記残差成分に非可逆変換を施すステップと、
前記残差成分にエントロピー符号化を施して、画像の圧縮データを出力するステップと、
前記残差成分に前記非可逆変換とは逆の処理を施すことによって、残差成分を復元するステップと、
前記予測値に前記残差成分を加算するステップと
を有することを特徴とする請求項7から10のいずれかに記載された交流成分予測プログラム。
The AC component prediction program is an encoding program for irreversibly compressing an image,
The fourth step includes
Calculating a difference between the predicted value and a true value in the original image as a residual component;
Applying an irreversible transformation to the residual component;
Performing entropy coding on the residual component and outputting compressed image data;
Restoring the residual component by subjecting the residual component to a process opposite to the lossy transformation;
The AC component prediction program according to claim 7, further comprising a step of adding the residual component to the prediction value.
前記交流成分予測プログラムは、非可逆圧縮された画像を伸張するデコードプログラムであって、
前記第4のステップは、
非可逆圧縮された画像の圧縮データに対して、画像圧縮時に施された非可逆変換およびエントロピー符号化の逆処理を行うことによって、原画像との残差成分を復元するステップと、
前記予測値に前記残差成分を加算することによって、交流成分を復元するステップと
を有することを特徴とする請求項7から10のいずれかに記載された交流成分予測プログラム。
The AC component prediction program is a decoding program for expanding an irreversible compressed image,
The fourth step includes
Restoring the residual component from the original image by performing reverse processing of the lossy transformation and entropy encoding performed at the time of image compression on the compressed data of the lossy compressed image;
The AC component prediction program according to claim 7, further comprising a step of restoring an AC component by adding the residual component to the predicted value.
JP2010118954A 2010-05-25 2010-05-25 AC component prediction system and AC component prediction program Active JP5007431B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010118954A JP5007431B2 (en) 2010-05-25 2010-05-25 AC component prediction system and AC component prediction program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010118954A JP5007431B2 (en) 2010-05-25 2010-05-25 AC component prediction system and AC component prediction program

Publications (2)

Publication Number Publication Date
JP2011249954A true JP2011249954A (en) 2011-12-08
JP5007431B2 JP5007431B2 (en) 2012-08-22

Family

ID=45414708

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010118954A Active JP5007431B2 (en) 2010-05-25 2010-05-25 AC component prediction system and AC component prediction program

Country Status (1)

Country Link
JP (1) JP5007431B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021072510A (en) * 2019-10-30 2021-05-06 株式会社アクセル Image processing device, image processing method, image processing program, and image processing system
JP7393819B2 (en) 2021-11-19 2023-12-07 株式会社アクセル Image processing system, encoding device, decoding device, image processing method, image processing program, encoding method, encoding program, decoding method, and decoding program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3700976B2 (en) * 2002-08-14 2005-09-28 株式会社アクセル Image processing apparatus and image processing method
JP3774210B2 (en) * 2003-06-13 2006-05-10 株式会社東京機械製作所 Underlay material supply device
JP2010087673A (en) * 2008-09-30 2010-04-15 Akuseru:Kk Image processing system and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3700976B2 (en) * 2002-08-14 2005-09-28 株式会社アクセル Image processing apparatus and image processing method
JP3774210B2 (en) * 2003-06-13 2006-05-10 株式会社東京機械製作所 Underlay material supply device
JP2010087673A (en) * 2008-09-30 2010-04-15 Akuseru:Kk Image processing system and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021072510A (en) * 2019-10-30 2021-05-06 株式会社アクセル Image processing device, image processing method, image processing program, and image processing system
JP7040793B2 (en) 2019-10-30 2022-03-23 株式会社アクセル Image processing device, image processing method, image processing program, and image processing system
JP7393819B2 (en) 2021-11-19 2023-12-07 株式会社アクセル Image processing system, encoding device, decoding device, image processing method, image processing program, encoding method, encoding program, decoding method, and decoding program

Also Published As

Publication number Publication date
JP5007431B2 (en) 2012-08-22

Similar Documents

Publication Publication Date Title
US11546627B2 (en) Moving picture decoding method and moving picture encoding method
US20240205430A1 (en) Block-Based Predictive Coding For Point Cloud Compression
CN109891894A (en) It is compiled and is restored using the video of domain transformation recursion filter
JP5007431B2 (en) AC component prediction system and AC component prediction program
JP4660698B2 (en) Image processing system and image processing program
JP5007430B2 (en) AC component prediction system and AC component prediction program
JP2006295804A (en) Image compression method and image decompression method
JP2009077183A (en) Data compressor, data compression/extension system, and data compression method
Nandi et al. Fractal image compression using fast context independent HV partitioning scheme
JP3452115B2 (en) Image processing device
JP2015015595A (en) Moving image encoding device, encoding mode determination method, and encoding program
JP5007432B2 (en) Image processing system and image processing program
JP4862186B2 (en) Predictive processing system
JP4730144B2 (en) Decoding device, inverse quantization method, and program thereof
CN112165617B (en) Video coding method and device, electronic equipment and storage medium
JP4434974B2 (en) Data compression apparatus, data compression method, data compression program, and data expansion apparatus
JP5108828B2 (en) Image encoding device
Bidgoli et al. A geometry-aware compression of 3D mesh texture with random access
JP2011071825A (en) System and program for processing image
JP2011049942A (en) Image processing system and program
JP2001128182A (en) Image encoding method and computer-readable recording medium storing image encoding program
JP2004260282A (en) Method for creating code book in vector quantization processing
JP5404857B2 (en) Image coding apparatus, image coding method, image decoding apparatus, and image decoding method
CN117157973A (en) Encoding and decoding method, related equipment and storage medium
JP2013175870A (en) Image processing device and image processing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120224

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20120224

TRDD Decision of grant or rejection written
A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20120404

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120410

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

R150 Certificate of patent or registration of utility model

Ref document number: 5007431

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20150608

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20150608

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250