JP6069009B2 - Image decoding apparatus and image decoding program - Google Patents

Image decoding apparatus and image decoding program Download PDF

Info

Publication number
JP6069009B2
JP6069009B2 JP2013026049A JP2013026049A JP6069009B2 JP 6069009 B2 JP6069009 B2 JP 6069009B2 JP 2013026049 A JP2013026049 A JP 2013026049A JP 2013026049 A JP2013026049 A JP 2013026049A JP 6069009 B2 JP6069009 B2 JP 6069009B2
Authority
JP
Japan
Prior art keywords
coefficient
frequency
unit
block
component
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2013026049A
Other languages
Japanese (ja)
Other versions
JP2014155191A (en
Inventor
境田 慎一
慎一 境田
井口 和久
和久 井口
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Japan Broadcasting Corp
Original Assignee
Japan Broadcasting 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 Japan Broadcasting Corp filed Critical Japan Broadcasting Corp
Priority to JP2013026049A priority Critical patent/JP6069009B2/en
Publication of JP2014155191A publication Critical patent/JP2014155191A/en
Application granted granted Critical
Publication of JP6069009B2 publication Critical patent/JP6069009B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Description

本発明は、画像をブロック単位で復号する画像復号装置及び画像復号プログラムに関する。   The present invention relates to an image decoding apparatus and an image decoding program for decoding an image in units of blocks.

MPEG−2、H.264/AVC(Advanced Video Coding)や現在規格化作業中のHEVC(High Efficiency Video Coding)などの映像の圧縮符号化方式では、映像の各フレームをブロックと呼ばれる矩形領域に分割して符号化が行われる。以下では、MPEG−2、H.264/AVC、HEVCは、画像符号化技術とも称す。   MPEG-2, H.264. In video compression coding schemes such as H.264 / AVC (Advanced Video Coding) and HEVC (High Efficiency Video Coding) currently being standardized, each frame of the video is divided into rectangular areas called blocks for encoding. Is called. In the following, MPEG-2, H.264. H.264 / AVC and HEVC are also called image encoding techniques.

画像符号化技術の符号化処理には、画像が分割されたブロックを単位として、動き推定や、画像信号を周波数領域の信号に変換する処理などが含まれる(例えば、非特許文献1参照)。   The encoding process of the image encoding technique includes motion estimation, a process of converting an image signal into a frequency domain signal, and the like in units of blocks obtained by dividing an image (see, for example, Non-Patent Document 1).

画像信号を周波数領域の信号に変換する方法として、フーリエ変換、ウェーブレット変換、アダマール変換、カルーネン−レーベ変換等があるが、画像符号化においては、DCT(離散コサイン変換)が用いられることが多い。   As a method for converting an image signal into a frequency domain signal, there are Fourier transform, wavelet transform, Hadamard transform, Karoonen-Leve transform, and the like. In image coding, DCT (discrete cosine transform) is often used.

DCTは、信号を周波数領域に変換する処理であるが、予め用意された数の基底ベクトル(又は基底画像)で元の信号を解析・分析する処理とも捉えることができる。   DCT is a process of converting a signal into a frequency domain, but can also be regarded as a process of analyzing and analyzing an original signal with a number of basis vectors (or basis images) prepared in advance.

図1は、8×8の基底ベクトルを示す図である。画像信号である2次元信号の場合、8次の2次元DCTは、図1に示す64種類の基底ベクトルで、元の2次元信号を表すことになる。   FIG. 1 shows an 8 × 8 basis vector. In the case of a two-dimensional signal that is an image signal, the eighth-order two-dimensional DCT represents the original two-dimensional signal with 64 types of basis vectors shown in FIG.

大久保榮監修,「改訂三版 H.264/AVC 教科書」,インプレス R&D,p124,2009年1月1日Supervised by Satoshi Okubo, “Revised 3rd edition H.264 / AVC textbook”, Impress R & D, p124, January 1, 2009

画像符号化技術の処理においては、伝送あるいは記録するビットレートに応じて、DCT係数の量子化を制御し、情報量を削減する。一般的に、DCT係数の高周波成分は粗く量子化され、低い周波数成分は細かく量子化されることが多い。これにより、DCT係数のうち、低周波成分が高周波成分よりも割合的に多く残る場合が多い。   In the processing of the image coding technique, the amount of information is reduced by controlling the quantization of DCT coefficients in accordance with the bit rate of transmission or recording. In general, the high frequency component of the DCT coefficient is often quantized coarsely, and the low frequency component is often finely quantized. As a result, in the DCT coefficient, there are many cases where the low frequency components remain in proportion to the high frequency components.

例えば、極端に低いビットレートで画像符号化する場合、DCT係数の直流成分以外の交流成分が量子化によってほとんど0になってしまい、交流成分が1つ程度残ることがある。この場合、復号画像が、図1に示す基底ベクトルのうちの1つそのものに影響を受けてしまい、基底ベクトルのパターンがそのまま視認されることがある。   For example, when image coding is performed at an extremely low bit rate, AC components other than the DC component of the DCT coefficient may become almost 0 due to quantization, and about one AC component may remain. In this case, the decoded image may be affected by one of the basis vectors shown in FIG. 1, and the pattern of the basis vector may be visually recognized as it is.

これは、復号画像を視聴するユーザにとって、視覚的に不快な画像となり、画像の品質劣化につながってしまうという問題点がある。   This has a problem that it becomes a visually unpleasant image for the user who views the decoded image, leading to degradation of the image quality.

そこで、本発明は、基底ベクトルのパターンの出現を抑止することで、画質の劣化を防ぐことができる画像復号装置及び画像復号プログラムを提供することを目的とする。   Accordingly, an object of the present invention is to provide an image decoding apparatus and an image decoding program that can prevent deterioration in image quality by suppressing the appearance of a base vector pattern.

本発明の一態様における画像復号装置は、画像符号化技術を用いて符号化されたストリームを復号する画像復号装置であって、復号されたストリームに含まれる、基底ベクトルで表現可能な周波数変換により符号化された各ブロックの周波数変換係数の交流成分が、前記基底ベクトルのパターンを視認させる単独係数とみなせるか否かを判定する出現判定部と、前記出現判定部により前記基底ベクトルのパターンを視認させる単独係数とみなせると判定されたブロックに対し、該ブロック内の交流成分の最大周波数変換係数を、交流成分の他の周波数変換係数に分散させる分散部と、分散された周波数変換係数を含むブロック内の周波数変換係数を、逆周波数変換する逆周波数変換部と、を有する。   An image decoding apparatus according to an aspect of the present invention is an image decoding apparatus that decodes a stream encoded using an image encoding technique, and includes frequency conversion that can be expressed by a basis vector included in the decoded stream. An appearance determination unit that determines whether or not the AC component of the frequency conversion coefficient of each encoded block can be regarded as a single coefficient for visually recognizing the base vector pattern, and the appearance determination unit visually recognizes the base vector pattern A block including a dispersion unit that distributes the maximum frequency conversion coefficient of the AC component in the block to other frequency conversion coefficients of the AC component and a distributed frequency conversion coefficient for a block determined to be regarded as a single coefficient And a reverse frequency conversion unit for performing reverse frequency conversion on the frequency conversion coefficient.

また、前記分散部は、前記最大周波数変換係数を、直流成分側の周波数変換係数に分散させてもよい。   Further, the dispersion unit may disperse the maximum frequency conversion coefficient into a frequency conversion coefficient on the DC component side.

また、分散対象ブロックの上又は左に位置する復号済みブロックの周波数変換係数の分布を参照し、水平又は垂直どちらの成分が多いかを判定する成分判定部をさらに備え、前記分散部は、前記成分判定部により多いと判定された成分側の周波数変換係数に、前記最大周波数変換係数を分散させてもよい。   In addition, the distribution unit further includes a component determination unit that refers to the distribution of the frequency transform coefficients of the decoded block located above or to the left of the distribution target block, and determines whether the horizontal or vertical component is greater, The maximum frequency conversion coefficient may be dispersed in the frequency conversion coefficient on the component side determined to be large by the component determination unit.

また、前記出現判定部は、前記最大周波数変換係数が非0で1つのみ、又は前記最大周波数変換係数と2番目に大きい周波数変換係数との比が閾値以上であれば、前記基底ベクトルのパターンを視認させる単独係数とみなせると判定してもよい。   In addition, the appearance determination unit may be configured such that the basis vector pattern if the maximum frequency conversion coefficient is non-zero and only one, or if the ratio between the maximum frequency conversion coefficient and the second largest frequency conversion coefficient is equal to or greater than a threshold value. It may be determined that it can be regarded as a single coefficient for visual recognition.

また、前記最大周波数変換係数の周波数が、所定の周波数よりも高いか否かを判定する周波数判定部をさらに備え、前記分散部は、前記最大周波数変換係数の周波数が、前記所定の周波数よりも高い場合に、分散処理を行ってもよい。   The frequency determination unit further determines whether the frequency of the maximum frequency conversion coefficient is higher than a predetermined frequency, and the dispersion unit has a frequency of the maximum frequency conversion coefficient higher than the predetermined frequency. If it is high, distributed processing may be performed.

また、本発明の他の態様における画像復号プログラムは、画像符号化技術を用いて符号化されたストリームを復号するため、コンピュータに、復号されたストリームに含まれる、基底ベクトルで表現可能な周波数変換により符号化された各ブロックの周波数変換係数の交流成分が、前記基底ベクトルのパターンを視認させる単独係数とみなせるか否かを判定する出現判定ステップ、前記出現判定ステップにより前記基底ベクトルのパターンを視認させる単独係数とみなせると判定されたブロックに対し、該ブロック内の交流成分の最大周波数変換係数を、交流成分の他の周波数変換係数に分散させる分散ステップ、分散された周波数変換係数を含むブロック内の周波数変換係数を、逆周波数変換する逆周波数変換ステップ、を実行させる。   In addition, since the image decoding program according to another aspect of the present invention decodes a stream encoded using an image encoding technique, the computer performs a frequency conversion that can be expressed by a basis vector included in the decoded stream. The appearance determination step for determining whether or not the alternating current component of the frequency transform coefficient of each block encoded by the step can be regarded as a single coefficient for visually recognizing the basis vector pattern, and the appearance determination step visually recognizes the basis vector pattern. A dispersion step for distributing the maximum frequency conversion coefficient of the AC component in the block to other frequency conversion coefficients of the AC component, and a block including the distributed frequency conversion coefficient An inverse frequency conversion step of performing an inverse frequency conversion on the frequency conversion coefficient is executed.

本発明によれば、基底ベクトルのパターンの出現を抑止することで、画質の劣化を防ぐことができる。   According to the present invention, it is possible to prevent the deterioration of image quality by suppressing the appearance of the basis vector pattern.

8×8の基底ベクトルを示す図。The figure which shows the base vector of 8x8. 実施例1における画像復号装置の概略構成の一例を示すブロック図。1 is a block diagram illustrating an example of a schematic configuration of an image decoding device according to Embodiment 1. FIG. 実施例1における係数分散部の構成の一例を示すブロック図。FIG. 3 is a block diagram illustrating an example of a configuration of a coefficient distribution unit according to the first embodiment. 所定の周波数(その1)を示す図。The figure which shows a predetermined frequency (the 1). 所定の周波数(その2)を示す図。The figure which shows a predetermined frequency (the 2). 分散方法1の一例を示す図。The figure which shows an example of the distribution method 1. FIG. 分散方法2の一例を示す図。The figure which shows an example of the distribution method 2. FIG. 分散方法3の一例を示す図。The figure which shows an example of the distribution method 3. FIG. 実施例1における画像復号処理の一例を示すフローチャート。5 is a flowchart illustrating an example of image decoding processing according to the first embodiment. 実施例2における画像復号装置の構成の一例を示すブロック図。FIG. 6 is a block diagram illustrating an example of a configuration of an image decoding device according to a second embodiment.

以下、各実施例について、添付図面を参照しながら詳細に説明する。   Hereinafter, each embodiment will be described in detail with reference to the accompanying drawings.

[実施例1]
実施例1における画像復号装置は、復号画像に基底ベクトルのパターンが出現することを事前に判定し、基底ベクトルのパターンの出現を抑止し、画質の劣化を防ぐ。
[Example 1]
The image decoding apparatus according to the first embodiment determines in advance that a base vector pattern appears in a decoded image, suppresses the appearance of a base vector pattern, and prevents deterioration in image quality.

<構成>
図2は、実施例1における画像復号装置10の概略構成の一例を示すブロック図である。図2に示すように、画像復号装置10は、受信部101、第1復号部102、逆量子化部103、係数分散部104、逆周波数変換部105、第2復号部106、動き補償部107、加算部108、及び復号画像蓄積部109を有する。各部についての概略を以下に説明する。
<Configuration>
FIG. 2 is a block diagram illustrating an example of a schematic configuration of the image decoding device 10 according to the first embodiment. As illustrated in FIG. 2, the image decoding apparatus 10 includes a reception unit 101, a first decoding unit 102, an inverse quantization unit 103, a coefficient dispersion unit 104, an inverse frequency conversion unit 105, a second decoding unit 106, and a motion compensation unit 107. An adder 108 and a decoded image storage 109. An outline of each part will be described below.

受信部101は、画像符号化技術により符号化されたストリームを受信する。受信部101は、周波数変換係数に関連するストリームを第1復号部102に出力し、動きベクトルに関連するストリームを第2復号部106に出力する。なお、受信されたストリームには、ヘッダ情報などが存在するが、以下では説明を簡単にするため、本実施例に関係する周波数変換係数と動きベクトルとについて説明する。   The receiving unit 101 receives a stream encoded by an image encoding technique. The receiving unit 101 outputs a stream related to the frequency transform coefficient to the first decoding unit 102 and outputs a stream related to the motion vector to the second decoding unit 106. The received stream includes header information and the like. However, in order to simplify the description, frequency conversion coefficients and motion vectors related to the present embodiment will be described below.

第1復号部102は、受信部101から取得したストリームをエントロピー復号し、周波数変換係数を取得する。第1復号部102は、復号した周波数変換係数を逆量子化部103に出力する。   The first decoding unit 102 entropy-decodes the stream acquired from the receiving unit 101 and acquires a frequency conversion coefficient. The first decoding unit 102 outputs the decoded frequency transform coefficient to the inverse quantization unit 103.

以降では、周波数変換係数の一例としてDCT係数を用いるが、本実施例では、これに限られない。例えば、周波数変換として、DCT以外にも、基底ベクトルで表現可能な、DST(離散サイン変換)、アダマール変換などを用いてもよい。   Hereinafter, the DCT coefficient is used as an example of the frequency conversion coefficient, but the present embodiment is not limited to this. For example, in addition to DCT, DST (discrete sine transform), Hadamard transform, etc. that can be expressed by a basis vector may be used as frequency transform.

逆量子化部103は、復号されたDCT係数を取得し、例えば8×8の画素サイズなどのブロック単位で逆量子化を行う。ブロックサイズは、8×8に限らず、4×4など他のサイズでもよい。逆量子化部103は、逆量子化したDCT係数を係数分散部104に出力する。例えば8×8のブロックの場合、最大64個のDCT係数が得られる。   The inverse quantization unit 103 acquires the decoded DCT coefficient, and performs inverse quantization on a block basis such as an 8 × 8 pixel size, for example. The block size is not limited to 8 × 8, but may be other sizes such as 4 × 4. The inverse quantization unit 103 outputs the inversely quantized DCT coefficient to the coefficient dispersion unit 104. For example, in the case of an 8 × 8 block, a maximum of 64 DCT coefficients are obtained.

係数分散部104は、取得した各ブロックのDCT係数のうち、交流成分(AC成分)に基づいて、ブロックを復号した際に基底ベクトルのパターンを視認させる単独係数とみなせるブロックであるか否かを判定する。係数分散部104は、基底ベクトルのパターンを視認させる単独係数とみなせるブロックに対して、そのブロックの交流成分のDCT係数を、交流成分の他のDCT係数に分散させる。係数分散部104は、分散させたDCT係数を含むブロックのDCT係数を逆周波数変換部105に出力する。   The coefficient distribution unit 104 determines whether or not the acquired block is a single coefficient for visually recognizing a base vector pattern when the block is decoded based on an AC component (AC component) of the obtained DCT coefficients. judge. The coefficient dispersion unit 104 disperses the DCT coefficient of the AC component of the block into another DCT coefficient of the AC component for a block that can be regarded as a single coefficient for visually recognizing the basis vector pattern. The coefficient dispersion unit 104 outputs the DCT coefficient of the block including the dispersed DCT coefficient to the inverse frequency conversion unit 105.

係数分散部104は、基底ベクトルのパターンを視認させる単独係数とみなせるブロックでないと判定したブロックに対して、処理を行わずに、逆量子化部103から取得したDCT係数をそのまま逆周波数変換部105に出力する。   The coefficient dispersion unit 104 does not perform processing on the block that is determined not to be a block that can be regarded as a single coefficient for visually recognizing the basis vector pattern, and directly uses the DCT coefficient acquired from the inverse quantization unit 103 as it is. Output to.

逆周波数変換部105は、係数分散部104から取得した各ブロックのDCT係数を逆周波数変換(例えば逆DCT)し、画像信号又は動き補償予測の差分画像信号を生成する。逆周波数変換部105は、生成された画像信号又は差分画像信号を加算部108に出力する。   The inverse frequency transform unit 105 performs inverse frequency transform (for example, inverse DCT) on the DCT coefficients of each block acquired from the coefficient dispersion unit 104 to generate an image signal or a difference image signal for motion compensation prediction. The inverse frequency conversion unit 105 outputs the generated image signal or difference image signal to the addition unit 108.

ここで、動き補償が行われる場合、第2復号部106は、受信部101から取得したストリームをエントロピー復号し、動きベクトルを取得する。第2復号部106は、取得した動きベクトルを動き補償部107に出力する。   Here, when motion compensation is performed, the second decoding unit 106 performs entropy decoding on the stream acquired from the reception unit 101 to acquire a motion vector. The second decoding unit 106 outputs the acquired motion vector to the motion compensation unit 107.

動き補償部107は、後述する復号画像蓄積部109から復号済みの参照画像を取得し、取得した動きベクトルを用いて動き補償処理が行われる。動き補償部107は、動き補償処理で生成した予測画像信号を、加算部108に出力する。   The motion compensation unit 107 acquires a decoded reference image from a decoded image storage unit 109, which will be described later, and performs motion compensation processing using the acquired motion vector. The motion compensation unit 107 outputs the predicted image signal generated by the motion compensation process to the addition unit 108.

加算部108は、動き補償が行われた場合、動き補償部107から取得した予測画像信号と、逆周波数変換部105から取得された差分画像信号とを加算し、最終的な復号画像を生成する。加算部108は、動き補償が行われていない場合は、逆周波数変換部105から取得した画像信号に基づき、最終的な復号画像を生成する。加算部108は、後の動き補償で用いられる可能性があるため、復号画像を復号画像蓄積部109に記憶する。   When motion compensation is performed, the addition unit 108 adds the predicted image signal acquired from the motion compensation unit 107 and the difference image signal acquired from the inverse frequency transform unit 105 to generate a final decoded image. . The adder 108 generates a final decoded image based on the image signal acquired from the inverse frequency converter 105 when motion compensation is not performed. The adder 108 stores the decoded image in the decoded image storage unit 109 because it may be used in later motion compensation.

復号画像蓄積部109は、加算部108から取得した復号画像を、参照画像として蓄積する。復号画像蓄積部109に蓄積された参照画像は、動き補償部107により読み出される。   The decoded image storage unit 109 stores the decoded image acquired from the addition unit 108 as a reference image. The reference image stored in the decoded image storage unit 109 is read out by the motion compensation unit 107.

<係数分散部>
次に、実施例1における係数分散部の詳細について説明する。図3は、実施例1における係数分散部104の構成の一例を示すブロック図である。図3に示す係数分散部104は、出現判定部200、周波数判定部210、分散部220、及び成分判定部230を有する。
<Coefficient dispersion unit>
Next, details of the coefficient dispersion unit in the first embodiment will be described. FIG. 3 is a block diagram illustrating an example of the configuration of the coefficient dispersion unit 104 according to the first embodiment. The coefficient distribution unit 104 illustrated in FIG. 3 includes an appearance determination unit 200, a frequency determination unit 210, a distribution unit 220, and a component determination unit 230.

出現判定部200は、復号されたストリームに含まれる、基底ベクトルで表現可能な周波数変換により符号化された各ブロックの周波数変換係数の交流成分が、基底ベクトルのパターンを視認させる単独係数とみなせるか否かを判定する。   Whether the appearance determination unit 200 can regard the AC component of the frequency conversion coefficient of each block encoded by frequency conversion that can be expressed by a basis vector, included in the decoded stream, as a single coefficient that makes the basis vector pattern visible Determine whether or not.

出現判定部200は、上記処理を実現するため、係数個数カウント部201、係数値測定部202、及び単独係数判定部203を有する。   The appearance determining unit 200 includes a coefficient number counting unit 201, a coefficient value measuring unit 202, and a single coefficient determining unit 203 in order to realize the above processing.

係数個数カウント部201は、例えば8×8のブロック内のDCT係数のうち、交流成分のDCT係数について非0の係数の個数をカウントする。係数個数カウント部201は、カウント値と非0のDCT係数とを係数値測定部202に出力する。   The coefficient number counting unit 201 counts the number of non-zero coefficients for the DCT coefficients of the AC component among the DCT coefficients in, for example, an 8 × 8 block. The coefficient count unit 201 outputs the count value and the non-zero DCT coefficient to the coefficient value measurement unit 202.

係数値測定部202は、取得した交流成分の非0のDCT係数の絶対値を測定する。係数値測定部202は、カウント値と、非0のDCT係数のうち、最大DCT係数と、2番目に大きいDCT係数とを単独係数判定部203に出力する。   The coefficient value measuring unit 202 measures the absolute value of the non-zero DCT coefficient of the acquired AC component. The coefficient value measurement unit 202 outputs the maximum DCT coefficient and the second largest DCT coefficient among the count value and non-zero DCT coefficients to the single coefficient determination unit 203.

単独係数判定部203は、取得したカウント値と、最大DCT係数と、2番目に大きいDCT係数とを用いて、ブロック内の直流成分以外の有効なDCT係数が単独(1個)とみなせるかどうかを判定する。   The single coefficient determination unit 203 uses the acquired count value, the maximum DCT coefficient, and the second largest DCT coefficient to determine whether an effective DCT coefficient other than the DC component in the block can be regarded as single (one). Determine.

単独係数判定部203は、カウント値が1つの場合は、その係数は、単独係数であると判定する。また、単独係数判定部203は、カウント値が2つ以上の場合、最大DCT係数と、2番目に大きいDCT係数との比を計算する。単独係数判定部203は、この比が、閾値(第1閾値)より大きい場合は、最大DCT係数を実質の単独係数とみなす。   The single coefficient determination unit 203 determines that the coefficient is a single coefficient when the count value is one. The single coefficient determination unit 203 calculates the ratio of the maximum DCT coefficient and the second largest DCT coefficient when the count value is two or more. The single coefficient determination unit 203 regards the maximum DCT coefficient as a real single coefficient when this ratio is larger than the threshold (first threshold).

単独係数とは、そのブロック内の交流成分のうち、1つのみが存在するとみなせるDCT係数のことをいう。単独係数がブロック内にあるということは、ブロック内で基底ベクトルのパターンを視認させることを意味する。   The single coefficient is a DCT coefficient that can be regarded as having only one of the AC components in the block. The fact that the single coefficient is in the block means that the basis vector pattern is visually recognized in the block.

つまり、出現判定部200は、最大周波数変換係数が非0であり1つのみ、又は最大周波数変換係数と2番目に大きい周波数変換係数との比が第1閾値以上であれば、判定対象のブロックは、基底ベクトルのパターンを視認させる単独係数とみなせるブロックであると判定することを意味する。   That is, the appearance determination unit 200 determines that a block to be determined if the maximum frequency conversion coefficient is non-zero and only one, or the ratio between the maximum frequency conversion coefficient and the second largest frequency conversion coefficient is equal to or greater than the first threshold. Means that the block can be regarded as a single coefficient for visually recognizing the pattern of the base vector.

なお、第1閾値は、例えば10倍などであり、実験などにより適切な値が決められ、予め設定されていればよい。   Note that the first threshold is, for example, 10 times, and an appropriate value may be determined and set in advance by experiments or the like.

単独係数判定部203は、判定した単独係数を周波数判定部210に出力する。また、単独係数判定部203は、単独係数がないと判定した場合、ブロック内のDCT係数を逆周波数変換部105にそのまま出力する。   The single coefficient determination unit 203 outputs the determined single coefficient to the frequency determination unit 210. In addition, when it is determined that there is no single coefficient, the single coefficient determination unit 203 outputs the DCT coefficient in the block to the inverse frequency conversion unit 105 as it is.

周波数判定部210は、単独係数について、その周波数により分散処理を行うか否かを判定する。周波数判定部210は、例えば、単独係数である最大周波数変換係数の周波数が、所定の周波数(第2閾値)よりも高いか否かを判定する。   The frequency determination unit 210 determines whether or not to perform dispersion processing based on the frequency of the single coefficient. For example, the frequency determination unit 210 determines whether the frequency of the maximum frequency conversion coefficient that is a single coefficient is higher than a predetermined frequency (second threshold).

図4は、所定の周波数(その1)を示す図である。図4に示す例では、低周波方向の3×3以外の基底ベクトルで単独係数となれば、その単独係数の周波数は、所定の周波数よりも高いと判定される。図4に示すように、周波数判定部210は、所定の周波数として、水平方向及び垂直方向で閾値を設定してもよい。   FIG. 4 is a diagram illustrating a predetermined frequency (part 1). In the example illustrated in FIG. 4, if a single coefficient is obtained with a basis vector other than 3 × 3 in the low frequency direction, the frequency of the single coefficient is determined to be higher than a predetermined frequency. As illustrated in FIG. 4, the frequency determination unit 210 may set a threshold value in the horizontal direction and the vertical direction as the predetermined frequency.

図5は、所定の周波数(その2)を示す図である。図5に示す例では、低周波方向で、かつ左上方向の10個の基底ベクトル以外で単独係数となれば、その単独係数の周波数は、所定の周波数よりも高いと判定される。周波数判定部210は、図5に示すような、高周波と低周波の境界となる所定の周波数を設定してもよい。   FIG. 5 is a diagram showing a predetermined frequency (part 2). In the example shown in FIG. 5, if a single coefficient other than the 10 basis vectors in the low frequency direction and the upper left direction is determined, the frequency of the single coefficient is determined to be higher than a predetermined frequency. The frequency determination unit 210 may set a predetermined frequency as a boundary between a high frequency and a low frequency as shown in FIG.

なお、周波数判定部210により、高周波の単独係数に対してのみ分散処理を行わせるようにしたのは、低周波の基底ベクトルは、自然画像にも存在しうるからである。自然画像で存在する可能性が低い高周波の基底ベクトルのパターンが、復号画像に視認できる場合に、ユーザは、違和感を覚えると考えられる。   The reason why the frequency determination unit 210 performs the dispersion process only on the high-frequency single coefficient is that the low-frequency basis vector can exist in the natural image. When a high-frequency basis vector pattern that is unlikely to exist in a natural image can be visually recognized in the decoded image, it is considered that the user feels uncomfortable.

周波数判定部210は、単独係数が所定の周波数よりも高い場合は、その単独係数を分散部220に出力し、単独係数が所定の周波数よりも低い場合は、ブロック内のDCT係数を逆周波数変換部105に出力する。なお、周波数判定部210は、必ずしも必要な構成ではなく、単独係数判定部203と分散部220とを接続するようにしてもよい。   When the single coefficient is higher than the predetermined frequency, the frequency determination unit 210 outputs the single coefficient to the dispersion unit 220. When the single coefficient is lower than the predetermined frequency, the frequency determination unit 210 performs inverse frequency conversion on the DCT coefficient in the block. Output to the unit 105. Note that the frequency determination unit 210 is not necessarily required, and the single coefficient determination unit 203 and the dispersion unit 220 may be connected.

図3に戻り、分散部220は、出現判定部200により基底ベクトルのパターンを視認させる単独係数とみなせると判定されたブロックに対し、このブロック内の交流成分の最大周波数変換係数を、交流成分の他の周波数変換係数に分散させる。また、分散部220は、周波数判定部210により、最大周波数変換係数の周波数が、前記所定の周波数よりも高いと判定された場合に、分散処理を行ってもよい。   Returning to FIG. 3, for the block determined by the appearance determination unit 200 to be regarded as a single coefficient for visually recognizing the base vector pattern, the dispersion unit 220 calculates the maximum frequency conversion coefficient of the AC component in this block. Disperse to other frequency conversion coefficients. Further, the dispersion unit 220 may perform the dispersion process when the frequency determination unit 210 determines that the frequency of the maximum frequency conversion coefficient is higher than the predetermined frequency.

分散部220は、上記処理を実現するため、係数フィルタ部221及び正規化部222を有する。   The dispersion unit 220 includes a coefficient filter unit 221 and a normalization unit 222 in order to realize the above processing.

係数フィルタ部221は、分散処理を施すと判定された単独係数を含むブロックのみ、分散処理(以降では、フィルタ処理とも称す)を行う。フィルタ処理の基本的な目的は、単独係数を例えば周囲のDCT係数に分散させ、復号画像で基底ベクトルが視認できないようにするためである。次に、単独係数の分散方法について説明する。   The coefficient filter unit 221 performs a dispersion process (hereinafter also referred to as a filter process) only on a block including a single coefficient determined to be subjected to the dispersion process. The basic purpose of the filtering process is to disperse the single coefficient into, for example, surrounding DCT coefficients so that the basis vector cannot be visually recognized in the decoded image. Next, a method for dispersing a single coefficient will be described.

(分散方法1)
係数フィルタ部221は、単独係数から低周波数方向(左上方向)のDCT係数に、単独係数を分散させる。図6は、分散方法1の一例を示す図である。図6に示す例では、係数フィルタ部221は、単独係数の左上のDCT係数に対し、単独係数を分散させる。係数フィルタ部221は、例えば単独係数の所定%(例えば50%)を分散させる。
(Dispersion method 1)
The coefficient filter unit 221 disperses the single coefficient from the single coefficient to the DCT coefficient in the low frequency direction (upper left direction). FIG. 6 is a diagram illustrating an example of the distribution method 1. In the example illustrated in FIG. 6, the coefficient filter unit 221 disperses the single coefficient with respect to the DCT coefficient at the upper left of the single coefficient. The coefficient filter unit 221 disperses a predetermined percentage (for example, 50%) of the single coefficient, for example.

これにより、自然画像として存在しない可能性が高い高周波の基底ベクトルよりも低周波の基底ベクトルを用いて復号画像をぼかすことができるようになる。   As a result, the decoded image can be blurred using a low-frequency basis vector rather than a high-frequency basis vector that is highly unlikely to exist as a natural image.

分散処理が行われることで、例えば単独係数の左上のDCT係数が0から、単独係数の所定%の係数値となり、単独係数の係数値は、元々の係数値から所定%引かれた係数値となる。   By performing the distributed processing, for example, the DCT coefficient at the upper left of the single coefficient becomes a coefficient value of a predetermined percentage of the single coefficient from 0, and the coefficient value of the single coefficient is a coefficient value obtained by subtracting a predetermined percentage from the original coefficient value. Become.

(分散方法2)
係数フィルタ部221は、成分判定部230の判定結果に基づいて、分散方向を決定してもよい。
(Dispersion method 2)
The coefficient filter unit 221 may determine the dispersion direction based on the determination result of the component determination unit 230.

成分判定部230は、分散対象ブロックの上又は左に位置する復号済みブロックの周波数変換係数の分布を参照し、水平又は垂直どちらの成分が多いかを判定する。ブロック内で、水平、垂直どちらの成分が多いかは、ブロックの対角線の上半分と、下半分との係数個数又は係数個数×係数値の大小で判断することができる。   The component determination unit 230 refers to the distribution of frequency transform coefficients of decoded blocks located above or to the left of the distribution target block, and determines whether there are more horizontal or vertical components. Whether there are more horizontal or vertical components in the block can be determined by the number of coefficients of the upper half and the lower half of the diagonal line of the block or the number of coefficients × the coefficient value.

図7は、分散方法2の一例を示す図である。図7に示す例では、上ブロックでは、上半分に5個、下半分に1個の非0のDCT係数があり、左ブロックでは、上半分に5個、下半分に2個の非0の係数がある例を示す。   FIG. 7 is a diagram illustrating an example of the distribution method 2. In the example shown in FIG. 7, the upper block has 5 non-zero DCT coefficients in the upper half and the lower half, and the left block has 5 non-zero DCT coefficients and 2 non-zero DCT coefficients in the lower half. An example with a coefficient is shown.

この場合、係数フィルタ部221は、上ブロック及び左ブロックで上半分の係数が下半分の係数より多いため、右上方向に単独係数を分散させる。このとき、成分判定部230は、上及び左ブロックで上半分の係数が多いため、水平方向の高周波成分が多いと判定する。   In this case, the coefficient filter unit 221 disperses the single coefficient in the upper right direction because the upper half coefficient is larger than the lower half coefficient in the upper block and the left block. At this time, the component determination unit 230 determines that there are many high-frequency components in the horizontal direction because the upper and left blocks have many upper half coefficients.

なお、係数フィルタ部221は、上及び左ブロックで下半分の係数が多い場合、左下方向に単独係数を分散させる。また、係数フィルタ部221は、少しでも低周波方向に分散させるため、上半分の係数が多い場合は上方向に、下半分の係数が多い場合は左方向に単独係数を分散させるようにしてもよい。   The coefficient filter unit 221 disperses the single coefficient in the lower left direction when there are many lower half coefficients in the upper and left blocks. In addition, the coefficient filter unit 221 disperses even a little in the low frequency direction, so that when the upper half coefficient is large, the single coefficient is dispersed upward, and when the lower half coefficient is large, the single coefficient is dispersed in the left direction. Good.

これにより、係数フィルタ部221は、周囲の復号済みブロックの傾向に応じて、分散方向を決定することができる。   Thereby, the coefficient filter unit 221 can determine the distribution direction according to the tendency of the surrounding decoded blocks.

(分散方法3)
係数フィルタ部221は、単独係数を、1つのDCT係数ではなく、複数のDCT係数に分散させてもよい。
(Distribution method 3)
The coefficient filter unit 221 may disperse the single coefficient into a plurality of DCT coefficients instead of one DCT coefficient.

図8は、分散方法3の一例を示す図である。図8に示す例では、係数フィルタ部221は、単独係数を、右上、左下のDCT係数に分散させる。なお、係数フィルタ部221は、図8に示す例以外にも、単独係数を3つのDCT係数に分散させたり、分散させる位置を他の位置にしたりしてもよい。   FIG. 8 is a diagram illustrating an example of the distribution method 3. In the example illustrated in FIG. 8, the coefficient filter unit 221 disperses the single coefficient into the upper right and lower left DCT coefficients. In addition to the example shown in FIG. 8, the coefficient filter unit 221 may disperse the single coefficient into three DCT coefficients, or set the position to be dispersed to another position.

分散方法3は、成分判定部230により、上及び左ブロックの係数分布が水平方向と垂直方向とで均一であると判定された場合や、左と上のブロックで係数分布の偏りが異なると判定された場合に、適用されてもよい。   The distribution method 3 is determined when the component determination unit 230 determines that the coefficient distribution of the upper and left blocks is uniform in the horizontal direction and the vertical direction, or when the deviation of the coefficient distribution is different between the left and upper blocks. May be applied if done.

図3に戻り、正規化部222は、フィルタ処理が行われたブロックのDCT係数に対して、正規化処理を行う。正規化部222は、フィルタ処理により分散されたDCT係数のノルムと、分散前のDCT係数のノルムが等しくなるように正規化を行う。なお、正規化部222は、係数フィルタ部221において、分散前後でノルムが同じになるように分散されるのであれば、必ずしも必要な構成ではない。   Returning to FIG. 3, the normalization unit 222 performs normalization processing on the DCT coefficients of the block on which the filter processing has been performed. The normalization unit 222 performs normalization so that the norm of the DCT coefficient dispersed by the filter process is equal to the norm of the DCT coefficient before dispersion. Note that the normalization unit 222 is not necessarily required as long as it is distributed in the coefficient filter unit 221 so that the norms are the same before and after the distribution.

以上の処理が、各ブロックで行われ、最終的に画像全体の復号画像が出力される。このとき、上記構成により、基底ベクトルのパターンを視認させる単独係数とみなせるブロックの発生を抑止し、画質の劣化を防ぐことができる。   The above processing is performed in each block, and finally a decoded image of the entire image is output. At this time, with the above configuration, it is possible to suppress the generation of blocks that can be regarded as single coefficients for visually recognizing the pattern of the base vector, and to prevent deterioration in image quality.

<動作>
次に、画像復号装置10の動作について説明する。図9は、実施例1における画像復号処理の一例を示すフローチャートである。図9に示す処理は、1つのブロックに対する処理を示す。
<Operation>
Next, the operation of the image decoding device 10 will be described. FIG. 9 is a flowchart illustrating an example of the image decoding process according to the first embodiment. The process shown in FIG. 9 shows the process for one block.

ステップS101で、第1復号部102は、DCT係数に関するストリームをエントロピー復号し、DCT係数を取得する。   In step S101, the first decoding unit 102 entropy-decodes a stream related to DCT coefficients, and acquires DCT coefficients.

ステップS102で、逆量子化部103は、ブロック単位のDCT係数に対して、逆量子化を行い、逆量子化後のDCT係数を取得する。   In step S102, the inverse quantization unit 103 performs inverse quantization on the DCT coefficients in block units, and obtains DCT coefficients after inverse quantization.

ステップS103で、係数分散部104(係数個数カウント部201)は、DCT係数のうち、交流成分であり、非0の係数をカウントする。   In step S103, the coefficient dispersion unit 104 (coefficient number counting unit 201) counts a non-zero coefficient that is an AC component among the DCT coefficients.

ステップS104で、係数分散部104(単独係数判定部203)は、カウントされた係数値は、1つだけであるか否かを判定する。カウント値が「1」であれば(ステップS104−YES)ステップS106に進み、カウント値が「1」でなければ(ステップS104−NO)ステップS105に進む。   In step S104, the coefficient dispersion unit 104 (single coefficient determination unit 203) determines whether the counted coefficient value is only one. If the count value is “1” (step S104—YES), the process proceeds to step S106, and if the count value is not “1” (step S104—NO), the process proceeds to step S105.

ステップS105で、係数分散部104(単独係数判定部203)は、交流成分のDCT係数の絶対値の最大値と、2番目に大きいDCT係数の絶対値との比が、閾値(第1閾値)より大きいか否かを判定する。比が第1閾値より大きければ(ステップS105−YES)ステップS106に進み、比が第1閾値以下であれば(ステップS105−NO)ステップS109に進む。   In step S105, the coefficient dispersion unit 104 (single coefficient determination unit 203) determines that the ratio between the maximum absolute value of the DCT coefficient of the AC component and the absolute value of the second largest DCT coefficient is a threshold (first threshold). Determine if greater than. If the ratio is greater than the first threshold (step S105—YES), the process proceeds to step S106, and if the ratio is equal to or less than the first threshold (step S105—NO), the process proceeds to step S109.

ステップS106で、係数分散部104(周波数判定部210)は、最大のDCT係数の周波数が閾値(第2閾値)より高いか否かを判定する。最大DCT係数の周波数が第2閾値より高ければ(ステップS106−YES)ステップS107に進み、最大DCT係数の周波数が第2閾値より低ければ(ステップS106−NO)ステップS109に進む。   In step S106, the coefficient dispersion unit 104 (frequency determination unit 210) determines whether the frequency of the maximum DCT coefficient is higher than a threshold (second threshold). If the frequency of the maximum DCT coefficient is higher than the second threshold (step S106—YES), the process proceeds to step S107, and if the frequency of the maximum DCT coefficient is lower than the second threshold (step S106—NO), the process proceeds to step S109.

ステップS107で、係数分散部104(係数フィルタ部221)は、最大DCT係数を、近傍のDCT係数に分散する。分散方法は、上記分散方法1〜3のいずれかが係数フィルタ部221に設定されていればよい。   In step S107, the coefficient dispersion unit 104 (coefficient filter unit 221) distributes the maximum DCT coefficient to nearby DCT coefficients. As the dispersion method, any one of the dispersion methods 1 to 3 may be set in the coefficient filter unit 221.

ステップS108で、係数分散部104(正規化部222)は、分散後のDCT係数に対して、分散前後のDCT係数のノルムが同じになるように正規化処理を行う。   In step S108, the coefficient dispersion unit 104 (normalization unit 222) performs normalization processing on the DCT coefficients after dispersion so that the norms of the DCT coefficients before and after dispersion are the same.

ステップS109で、逆周波数変換部105は、係数分散部104から取得したDCT係数に対し、逆DCTを行い、画像信号や差分画像信号を生成する。   In step S109, the inverse frequency transform unit 105 performs inverse DCT on the DCT coefficient acquired from the coefficient dispersion unit 104 to generate an image signal and a difference image signal.

ステップS110で、加算部108は、動き補償が行われた場合は、差分画像信号と予測画像信号とが加算され、最終的な復号画像が生成される。加算部108は、動き補償が行われていない場合は、画像信号に基づき、最終的な復号画像を生成する。   In step S110, when motion compensation is performed, the addition unit 108 adds the difference image signal and the predicted image signal, and generates a final decoded image. When the motion compensation is not performed, the adder 108 generates a final decoded image based on the image signal.

以上、実施例1によれば、基底ベクトルのパターンを視認させる単独係数とみなせるブロックの発生を抑止することで、画質の劣化を防ぐことができる。   As described above, according to the first embodiment, it is possible to prevent deterioration in image quality by suppressing the generation of blocks that can be regarded as a single coefficient for visually recognizing a base vector pattern.

[実施例2]
図10は、実施例2における画像復号装置20の構成の一例を示すブロック図である。図10に示す画像復号装置20は、上述した実施例1で説明した画像復号処理をソフトウェアで実装した装置の一例である。
[Example 2]
FIG. 10 is a block diagram illustrating an example of the configuration of the image decoding device 20 according to the second embodiment. An image decoding apparatus 20 illustrated in FIG. 10 is an example of an apparatus in which the image decoding process described in the first embodiment is implemented by software.

図10に示すように、画像復号装置20は、制御部301、主記憶部302、補助記憶部303、ドライブ装置304、ネットワークI/F部306、入力部307、表示部308を有する。これら各構成は、バスを介して相互にデータ送受信可能に接続されている。   As illustrated in FIG. 10, the image decoding device 20 includes a control unit 301, a main storage unit 302, an auxiliary storage unit 303, a drive device 304, a network I / F unit 306, an input unit 307, and a display unit 308. These components are connected to each other via a bus so as to be able to transmit and receive data.

制御部301は、コンピュータの中で、各装置の制御やデータの演算、加工を行うCPU(Central Processing Unit)である。また、制御部301は、主記憶部302又は補助記憶部303に記憶された画像復号プログラムを実行する演算装置である。制御部301は、入力部307や記憶装置からデータを受け取り、演算、加工した上で、表示部308や記憶装置などに出力する。   The control unit 301 is a CPU (Central Processing Unit) that performs control of each device, calculation of data, and processing in a computer. The control unit 301 is an arithmetic device that executes an image decoding program stored in the main storage unit 302 or the auxiliary storage unit 303. The control unit 301 receives data from the input unit 307 and the storage device, calculates and processes the data, and outputs the data to the display unit 308 and the storage device.

また、制御部301は、画像復号プログラムを実行することで、実施例1で説明した処理を実現することができる。   Also, the control unit 301 can realize the processing described in the first embodiment by executing the image decoding program.

主記憶部302は、ROM(Read Only Memory)やRAM(Random Access Memory)などである。主記憶部302は、制御部301が実行する基本ソフトウェアであるOS(Operating System)やアプリケーションソフトウェアなどのプログラムやデータを記憶又は一時保存する記憶装置である。   The main storage unit 302 is a ROM (Read Only Memory), a RAM (Random Access Memory), or the like. The main storage unit 302 is a storage device that stores or temporarily stores programs and data such as OS (Operating System) and application software that are basic software executed by the control unit 301.

補助記憶部303は、HDD(Hard Disk Drive)などであり、アプリケーションソフトウェアなどに関連するデータを記憶する記憶装置である。   The auxiliary storage unit 303 is an HDD (Hard Disk Drive) or the like, and is a storage device that stores data related to application software and the like.

ドライブ装置304は、記録媒体305、例えばフレキシブルディスクからプログラムを読み出し、記憶部にインストールする。   The drive device 304 reads the program from the recording medium 305, for example, a flexible disk, and installs it in the storage unit.

また、記録媒体305に、画像復号プログラムを格納し、この記録媒体305に格納されたプログラムはドライブ装置304を介して画像復号装置20にインストールされる。インストールされた画像復号プログラムは、画像復号装置20により実行可能となる。   In addition, an image decoding program is stored in the recording medium 305, and the program stored in the recording medium 305 is installed in the image decoding apparatus 20 via the drive device 304. The installed image decoding program can be executed by the image decoding device 20.

ネットワークI/F部306は、有線及び/又は無線回線などのデータ伝送路により構築されたLAN(Local Area Network)、WAN(Wide Area Network)などのネットワークを介して接続された通信機能を有する周辺機器と画像復号装置20とのインターフェースである。   The network I / F unit 306 is a peripheral having a communication function connected via a network such as a LAN (Local Area Network) or a WAN (Wide Area Network) constructed by a data transmission path such as a wired and / or wireless line. This is an interface between the device and the image decoding device 20.

入力部307は、カーソルキー、数字入力及び各種機能キー等を備えたキーボード、表示部308の表示画面上でキーの選択等を行うためのマウスやスライドパット等を有する。表示部308は、LCD(Liquid Crystal Display)等により構成され、制御部301から入力される表示データに応じた表示が行われる。   The input unit 307 includes a keyboard having cursor keys, numeric input, various function keys, and the like, a mouse and a slide pad for performing key selection on the display screen of the display unit 308, and the like. The display unit 308 is configured by an LCD (Liquid Crystal Display) or the like, and performs display according to display data input from the control unit 301.

なお、図2に示す復号画像蓄積部109は、例えば主記憶部302又は補助記憶部303により実現され、図2に示す復号画像蓄積部109以外の構成は、例えば制御部301及びワークメモリとしての主記憶部302により実現されうる。   2 is realized by, for example, the main storage unit 302 or the auxiliary storage unit 303. Configurations other than the decoded image storage unit 109 shown in FIG. 2 are configured as, for example, the control unit 301 and the work memory. This can be realized by the main storage unit 302.

画像復号装置20で実行されるプログラムは、実施例1で説明した各部を含むモジュール構成となっている。実際のハードウェアとしては、制御部301が補助記憶部303からプログラムを読み出して実行することにより上記各部のうち1又は複数の各部が主記憶部302上にロードされ、1又は複数の各部が主記憶部302上に生成されるようになっている。   The program executed by the image decoding device 20 has a module configuration including each unit described in the first embodiment. As actual hardware, when the control unit 301 reads a program from the auxiliary storage unit 303 and executes it, one or more of the above-described units are loaded onto the main storage unit 302, and one or more of the units are main. It is generated on the storage unit 302.

このように、上述した実施例1で説明した画像復号処理は、コンピュータに実行させるためのプログラムとして実現されてもよい。このプログラムをサーバ等からインストールしてコンピュータに実行させることで、実施例1で説明した処理を実現することができる。   As described above, the image decoding process described in the first embodiment may be realized as a program for causing a computer to execute the image decoding process. The processing described in the first embodiment can be realized by installing this program from a server or the like and causing the computer to execute the program.

また、このプログラムを記録媒体305に記録し、このプログラムが記録された記録媒体305をコンピュータや携帯端末に読み取らせて、前述した画像復号処理を実現させることも可能である。なお、記録媒体305は、CD−ROM、フレキシブルディスク、光磁気ディスク等の様に情報を光学的,電気的或いは磁気的に記録する記録媒体、ROM、フラッシュメモリ等の様に情報を電気的に記録する半導体メモリ等、様々なタイプの記録媒体を用いることができる。また、上述した実施例で説明した処理は、1つ又は複数の集積回路に実装されてもよい。   It is also possible to record the program on the recording medium 305 and cause the computer or portable terminal to read the recording medium 305 on which the program is recorded to realize the above-described image decoding process. The recording medium 305 is a recording medium that records information optically, electrically, or magnetically, such as a CD-ROM, a flexible disk, or a magneto-optical disk, and information is electrically stored such as a ROM or flash memory. Various types of recording media such as a semiconductor memory for recording can be used. Further, the processing described in the above-described embodiments may be implemented in one or a plurality of integrated circuits.

以上、各実施例について詳述したが、特定の実施例に限定されるものではなく、特許請求の範囲に記載された範囲内において、上記変形例以外にも種々の変形及び変更が可能である。   Each embodiment has been described in detail above. However, the present invention is not limited to the specific embodiment, and various modifications and changes other than the above-described modification are possible within the scope described in the claims. .

10、20 画像復号装置
101 受信部
102 第1復号部
103 逆量子化部
104 係数分散部
105 逆周波数変換部
200 出現判定部
201 係数個数カウント部
202 係数値測定部
203 単独係数判定部
210 周波数判定部
220 分散部
221 係数フィルタ部
222 正規化部
230 成分判定部
301 制御部
DESCRIPTION OF SYMBOLS 10, 20 Image decoding apparatus 101 Reception part 102 1st decoding part 103 Inverse quantization part 104 Coefficient dispersion | distribution part 105 Inverse frequency conversion part 200 Appearance determination part 201 Coefficient number count part 202 Coefficient value measurement part 203 Single coefficient determination part 210 Frequency determination Unit 220 Dispersion unit 221 Coefficient filter unit 222 Normalization unit 230 Component determination unit 301 Control unit

Claims (6)

画像符号化技術を用いて符号化されたストリームを復号する画像復号装置であって、
復号されたストリームに含まれる、基底ベクトルで表現可能な周波数変換により符号化された各ブロックの周波数変換係数の交流成分が、前記基底ベクトルのパターンを視認させる単独係数とみなせるか否かを判定する出現判定部と、
前記出現判定部により前記基底ベクトルのパターンを視認させる単独係数とみなせると判定されたブロックに対し、該ブロック内の交流成分の最大周波数変換係数を、交流成分の他の周波数変換係数に分散させる分散部と、
分散された周波数変換係数を含むブロック内の周波数変換係数を、逆周波数変換する逆周波数変換部と、
を有する画像復号装置。
An image decoding apparatus for decoding a stream encoded using an image encoding technique,
It is determined whether or not the AC component of the frequency transform coefficient of each block encoded by frequency transform that can be expressed by a base vector included in the decoded stream can be regarded as a single coefficient that makes the base vector pattern visible. An appearance determination unit;
Variance for distributing the maximum frequency conversion coefficient of the AC component in the block to other frequency conversion coefficients of the AC component for the block determined by the appearance determination unit to be regarded as a single coefficient for visually recognizing the base vector pattern And
An inverse frequency transform unit for inverse frequency transforming the frequency transform coefficients in the block including the dispersed frequency transform coefficients;
An image decoding apparatus.
前記分散部は、
前記最大周波数変換係数を、直流成分側の周波数変換係数に分散させる請求項1記載の画像復号装置。
The dispersion unit is
The image decoding apparatus according to claim 1, wherein the maximum frequency conversion coefficient is dispersed into frequency conversion coefficients on a DC component side.
分散対象ブロックの上又は左に位置する復号済みブロックの周波数変換係数の分布を参照し、水平又は垂直どちらの成分が多いかを判定する成分判定部をさらに備え、
前記分散部は、
前記成分判定部により多いと判定された成分側の周波数変換係数に、前記最大周波数変換係数を分散させる請求項1又は2記載の画像復号装置。
A component determination unit that refers to the distribution of frequency transform coefficients of the decoded block located above or to the left of the distribution target block and determines whether there are more horizontal or vertical components,
The dispersion unit is
The image decoding device according to claim 1, wherein the maximum frequency transform coefficient is distributed to frequency transform coefficients on a component side determined to be large by the component determination unit.
前記出現判定部は、
前記最大周波数変換係数が非0で1つのみ、又は前記最大周波数変換係数と2番目に大きい周波数変換係数との比が閾値以上であれば、前記基底ベクトルのパターンを視認させる単独係数とみなせると判定する請求項1乃至3いずれか一項に記載の画像復号装置。
The appearance determination unit
If the maximum frequency conversion coefficient is non-zero and only one, or if the ratio between the maximum frequency conversion coefficient and the second largest frequency conversion coefficient is greater than or equal to a threshold value, it can be regarded as a single coefficient that makes the basis vector pattern visible. The image decoding device according to any one of claims 1 to 3.
前記最大周波数変換係数の周波数が、所定の周波数よりも高いか否かを判定する周波数判定部をさらに備え、
前記分散部は、
前記最大周波数変換係数の周波数が、前記所定の周波数よりも高い場合に、分散処理を行う請求項1乃至4いずれか一項に記載の画像復号装置。
A frequency determination unit that determines whether the frequency of the maximum frequency conversion coefficient is higher than a predetermined frequency;
The dispersion unit is
The image decoding apparatus according to any one of claims 1 to 4, wherein distributed processing is performed when a frequency of the maximum frequency conversion coefficient is higher than the predetermined frequency.
画像符号化技術を用いて符号化されたストリームを復号するため、コンピュータに、
復号されたストリームに含まれる、基底ベクトルで表現可能な周波数変換により符号化された各ブロックの周波数変換係数の交流成分が、前記基底ベクトルのパターンを視認させる単独係数とみなせるか否かを判定する出現判定ステップ、
前記出現判定ステップにより前記基底ベクトルのパターンを視認させる単独係数とみなせると判定されたブロックに対し、該ブロック内の交流成分の最大周波数変換係数を、交流成分の他の周波数変換係数に分散させる分散ステップ、
分散された周波数変換係数を含むブロック内の周波数変換係数を、逆周波数変換する逆周波数変換ステップ、
を実行させるための画像復号プログラム。
In order to decode a stream encoded using image encoding technology,
It is determined whether or not the AC component of the frequency transform coefficient of each block encoded by frequency transform that can be expressed by a base vector included in the decoded stream can be regarded as a single coefficient that makes the base vector pattern visible. Appearance determination step,
Variance for distributing the maximum frequency conversion coefficient of the AC component in the block to other frequency conversion coefficients of the AC component for the block determined to be regarded as a single coefficient for visually recognizing the basis vector pattern in the appearance determination step Step,
An inverse frequency transform step for inverse frequency transforming the frequency transform coefficients in the block including the dispersed frequency transform coefficients;
An image decoding program for executing
JP2013026049A 2013-02-13 2013-02-13 Image decoding apparatus and image decoding program Expired - Fee Related JP6069009B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013026049A JP6069009B2 (en) 2013-02-13 2013-02-13 Image decoding apparatus and image decoding program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013026049A JP6069009B2 (en) 2013-02-13 2013-02-13 Image decoding apparatus and image decoding program

Publications (2)

Publication Number Publication Date
JP2014155191A JP2014155191A (en) 2014-08-25
JP6069009B2 true JP6069009B2 (en) 2017-01-25

Family

ID=51576619

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013026049A Expired - Fee Related JP6069009B2 (en) 2013-02-13 2013-02-13 Image decoding apparatus and image decoding program

Country Status (1)

Country Link
JP (1) JP6069009B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160053556A (en) * 2014-11-05 2016-05-13 티에이치산업주식회사 A fixture for a cover of voltage converter

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB0324369D0 (en) * 2003-10-18 2003-11-19 Koninkl Philips Electronics Nv Method and apparatus for calculating an inverse DCT
JP4199712B2 (en) * 2004-08-18 2008-12-17 日本電信電話株式会社 Decoded video quantization error reduction method and apparatus, decoded video quantization error reduction program used for realizing the quantization error reduction method, and computer-readable recording medium storing the program
JP5007259B2 (en) * 2008-03-27 2012-08-22 ルネサスエレクトロニクス株式会社 Image encoding device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160053556A (en) * 2014-11-05 2016-05-13 티에이치산업주식회사 A fixture for a cover of voltage converter
KR101709617B1 (en) 2014-11-05 2017-02-23 티에이치산업주식회사 A fixture for a cover of voltage converter

Also Published As

Publication number Publication date
JP2014155191A (en) 2014-08-25

Similar Documents

Publication Publication Date Title
US10412393B2 (en) Intra-frame encoding method, intra-frame decoding method, encoder, and decoder
US8817884B2 (en) Techniques for perceptual encoding of video frames
US10567768B2 (en) Techniques for calculation of quantization matrices in video coding
US20100316119A1 (en) Preserving text quality in video encoding
US9843815B2 (en) Baseband signal quantizer estimation
JP6087739B2 (en) Moving picture coding apparatus, moving picture decoding apparatus, moving picture system, moving picture coding method, moving picture decoding method, and program
JP2015027022A (en) Video encoder, video coding method, and program
US20120207212A1 (en) Visually masked metric for pixel block similarity
US8848798B2 (en) Information processing apparatus and inter-prediction mode determination method
WO2012160626A1 (en) Image compression device, image restoration device, and program
JP6069009B2 (en) Image decoding apparatus and image decoding program
JP6176044B2 (en) Block structure determination circuit and information compression circuit
JP6200220B2 (en) Image processing apparatus, encoding apparatus, decoding apparatus, and program
JP2019102861A (en) Moving image encoding device, moving image encoding method, and moving image encoding program
JP2019134284A (en) Encoding apparatus, decoding apparatus, encoding method, and decoding method
JP5698629B2 (en) Image processing apparatus, filter processing method, and program
CN112449185B (en) Video decoding method, video encoding device, video encoding medium, and electronic apparatus
CN102948147A (en) Video rate control based on transform-coefficients histogram
US7957607B2 (en) Decoding apparatus, dequantization method, and computer readable medium storing program thereof
JP5789172B2 (en) Image processing apparatus and program
JP6110724B2 (en) Image processing apparatus, encoding apparatus, and encoding program
JP2014143515A (en) Image processing apparatus and image processing program
JP6101067B2 (en) Image processing apparatus and image processing program
JP6159139B2 (en) Image processing apparatus, encoding apparatus, and program
KR101311143B1 (en) Encoding device and method for high speed processing image

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160104

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20161121

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20161129

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20161226

R150 Certificate of patent or registration of utility model

Ref document number: 6069009

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees