JP6176044B2 - Block structure determination circuit and information compression circuit - Google Patents

Block structure determination circuit and information compression circuit Download PDF

Info

Publication number
JP6176044B2
JP6176044B2 JP2013210154A JP2013210154A JP6176044B2 JP 6176044 B2 JP6176044 B2 JP 6176044B2 JP 2013210154 A JP2013210154 A JP 2013210154A JP 2013210154 A JP2013210154 A JP 2013210154A JP 6176044 B2 JP6176044 B2 JP 6176044B2
Authority
JP
Japan
Prior art keywords
unit
size
block structure
block
orthogonal transform
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.)
Active
Application number
JP2013210154A
Other languages
Japanese (ja)
Other versions
JP2015076666A (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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2013210154A priority Critical patent/JP6176044B2/en
Publication of JP2015076666A publication Critical patent/JP2015076666A/en
Application granted granted Critical
Publication of JP6176044B2 publication Critical patent/JP6176044B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、符号化装置において回路規模を増大させずにブロックの構造を決定するブロック構造決定回路、および回路規模を増大させずに直交変換を行う情報圧縮回路に関する。   The present invention relates to a block structure determination circuit that determines the structure of a block without increasing the circuit scale in an encoding apparatus, and an information compression circuit that performs orthogonal transformation without increasing the circuit scale.

非特許文献1には、ITU-T 勧告H.265 規格にもとづく映像符号化方式であるHEVC(High Efficiency Video Coding)が記載されている。   Non-Patent Document 1 describes HEVC (High Efficiency Video Coding), which is a video encoding system based on the ITU-T recommendation H.265 standard.

HEVCでは、ディジタル化された映像の各フレームは符号化ツリーユニット(CTU:Coding Tree Unit)に分割され、ラスタスキャン順に各CTU が符号化される。各CTUは、クアッドツリー構造で、符号化ユニット(CU:Coding Unit)に分割されて符号化される。各CUは、予測ユニット(PU:Prediction Unit)に分割されて予測される。また、各CUの予測誤差は、クアッドツリー構造で、変換ユニット(TU: Transform Unit)に分割されて周波数変換される。最も大きなサイズのCUを最大CU(LCU: Largest Coding Unit)といい、最も小さなサイズのCUを最小CU(SCU: Smallest Coding Unit )という。   In HEVC, each frame of a digitized video is divided into coding tree units (CTUs), and each CTU is coded in raster scan order. Each CTU has a quad-tree structure and is encoded by being divided into coding units (CU: Coding Unit). Each CU is predicted by being divided into prediction units (PUs). Further, the prediction error of each CU is divided into transform units (TU: Transform Unit) in a quad-tree structure, and is subjected to frequency conversion. The largest CU is called a maximum CU (LCU: Largest Coding Unit), and the smallest CU is called a smallest CU (SCU: Smallest Coding Unit).

CUは、イントラ予測またはフレーム間予測(インター予測)によって予測符号化される。   The CU is predictively encoded by intra prediction or inter-frame prediction (inter prediction).

図7は、CTU サイズが64×64(64画素×64画素)の場合のCU分割例を示す説明図である。図7(A)には、分割形状(以下、ブロック構造ともいう。)の一例が示され、図7(B)には、図7(A)に示す分割形状に対応するCUクアッドツリー構造が示されている。   FIG. 7 is an explanatory diagram showing an example of CU division when the CTU size is 64 × 64 (64 pixels × 64 pixels). FIG. 7A shows an example of a divided shape (hereinafter also referred to as a block structure), and FIG. 7B shows a CU quadtree structure corresponding to the divided shape shown in FIG. It is shown.

また、CUは、クアッドツリー構造でTUに分割される。分割の仕方は、図7(A)に示すCU分割の場合と同様である。なお、図7(B)に記載されている階層(depth )は、TU分割に着目した階層である。   The CU is divided into TUs in a quadtree structure. The way of division is the same as in the case of CU division shown in FIG. Note that the hierarchy (depth) described in FIG. 7B is a hierarchy focused on TU partitioning.

イントラ予測で符号化が行われる場合で分割がなされるときには、TUは、CUと同じサイズのブロックまたはCUが4分割されたブロックであるPUを起点にして逐次分割される。インター予測で符号化が行われる場合には、TUは、CUを起点にして逐次分割される。HEVCでは、符号化に用いるTUの最大サイズを設定することが可能である。   When division is performed when encoding is performed by intra prediction, the TU is sequentially divided starting from a PU that is a block having the same size as the CU or a block obtained by dividing the CU into four. When encoding is performed by inter prediction, the TU is sequentially divided starting from the CU. In HEVC, it is possible to set the maximum size of the TU used for encoding.

図8を参照して、ディジタル化された映像の各フレームの各CUを入力画像としてビットストリームを出力する一般的な映像符号化装置の構成と動作を説明する。   With reference to FIG. 8, the configuration and operation of a general video encoding apparatus that outputs a bit stream using each CU of each frame of a digitized video as an input image will be described.

図8は、一般的な映像符号化装置の一例を示すブロック図である。図8に示す映像符号化装置は、変換部301、量子化部302、エントロピー符号化部303、逆変換/逆量子化部304、バッファ305、予測部306、およびブロック構造決定部307を備える。   FIG. 8 is a block diagram illustrating an example of a general video encoding device. The video encoding apparatus illustrated in FIG. 8 includes a transform unit 301, a quantization unit 302, an entropy coding unit 303, an inverse transform / inverse quantization unit 304, a buffer 305, a prediction unit 306, and a block structure determination unit 307.

ブロック構造決定部307は、CTU毎に、画像の特徴に合わせて符号化効率が高くなるようにCUクアッドツリー構造/PU分割形状/TUクアッドツリー構造を決定する。   The block structure determination unit 307 determines the CU quadtree structure / PU partition shape / TU quadtree structure for each CTU so as to increase the coding efficiency in accordance with the feature of the image.

予測部306は、ブロック構造決定部307が決定したCUクアッドツリー構造およびPU分割形状にもとづいて、CUの入力画像信号に対する予測信号を生成する。予測信号は、イントラ予測またはインター予測にもとづいて生成される。   The prediction unit 306 generates a prediction signal for the input image signal of the CU based on the CU quadtree structure and the PU partition shape determined by the block structure determination unit 307. The prediction signal is generated based on intra prediction or inter prediction.

変換部301は、ブロック構造決定部307が決定したTUクアッドツリー構造にもとづいて、入力画像信号から予測信号を減じた予測誤差画像(予測誤差信号)を周波数変換する。変換部301は、予測誤差信号の変換符号化において、周波数変換にもとづいた4×4、8×8、16×16または32×32ブロックサイズの直交変換を使用する。具体的には、イントラ符号化されるCU(イントラCU)の輝度成分の4×4TUに対して、整数演算で近似した(整数精度の)DST (Discrete Sine Transform :離散サイン変換)を使用する。その他のTUに対して、そのブロックサイズに対応する、整数演算で近似した(整数精度の)DCT (Discrete Cosine Transform :離散コサイン変換)を使用する。   Based on the TU quadtree structure determined by the block structure determination unit 307, the conversion unit 301 performs frequency conversion on the prediction error image (prediction error signal) obtained by subtracting the prediction signal from the input image signal. The transform unit 301 uses orthogonal transform of 4 × 4, 8 × 8, 16 × 16, or 32 × 32 block size based on frequency transform in transform coding of the prediction error signal. Specifically, DST (Discrete Sine Transform) (integer precision) approximated by integer arithmetic is used for 4 × 4 TU of the luminance component of CU (intra CU) to be intra-coded. For other TUs, use DCT (Discrete Cosine Transform) (integer precision) approximated by integer arithmetic corresponding to the block size.

以下、変換部301が実行する離散コサイン変換処理および離散サイン変換処理を、一括して、「直交変換処理」という。   Hereinafter, the discrete cosine transform process and the discrete sine transform process executed by the transform unit 301 are collectively referred to as “orthogonal transform process”.

量子化部302は、変換部301から供給される変換係数(直交変換係数)を量子化する。逆量子化/逆変換部304は、変換係数を逆量子化する。さらに、逆量子化/逆変換部304は、逆量子化した変換係数を逆変換する。逆変換された予測誤差画像は、予測信号が加えられて、バッファ305に供給される。バッファ305は、画像を参照画像として格納する。   The quantization unit 302 quantizes the transform coefficient (orthogonal transform coefficient) supplied from the transform unit 301. The inverse quantization / inverse transform unit 304 inversely quantizes the transform coefficient. Further, the inverse quantization / inverse transform unit 304 inversely transforms the inversely quantized transform coefficient. A prediction signal is added to the inversely transformed prediction error image, and the prediction error image is supplied to the buffer 305. The buffer 305 stores the image as a reference image.

ITU-T 勧告 H.265 High efficiency video coding, April 2013ITU-T recommendation H.265 High efficiency video coding, April 2013

変換部301が実行する変換処理における演算量は、ブロックサイズが大きくなるほど増加する。また、変換部301は、大きなブロックサイズに対する直交変換処理も実行できるように構成されるので、変換部301がハードウェア回路で構成される場合に、変換部301の回路規模が大きくなってハードウェアコストが増大する。また、ブロック構造決定部307は、適正なTUクアッドツリー構造を決定するために、他種類のTUクアッドツリー構造の符号化コストを評価する。そのために、ブロック構造決定部307の回路規模が大きくなってハードウェアコストが増大する。また、HEVCでは、TUの最大サイズを、規格上の最大サイズである32×32よりも小さく設定して制限することにより、変換部301およびブロック構造決定部307が実行する変換処理における演算量の増加を防ぐことができる。例えば、32×32ブロックサイズを評価および変換処理しないようにすることが可能である。ただし、そのような制限によって演算量やハードウェアコストの増大を抑える方法の場合、32×32ブロックサイズが適しているあらゆる画像において符号化効率が低下する。   The amount of calculation in the conversion process executed by the conversion unit 301 increases as the block size increases. In addition, since the transform unit 301 is configured to be able to execute orthogonal transform processing for a large block size, when the transform unit 301 is configured by a hardware circuit, the circuit scale of the transform unit 301 becomes large and the hardware Cost increases. Further, the block structure determination unit 307 evaluates the coding cost of other types of TU quadtree structures in order to determine an appropriate TU quadtree structure. For this reason, the circuit scale of the block structure determination unit 307 is increased and the hardware cost is increased. Further, in HEVC, the maximum size of the TU is set to be smaller than the standard maximum size of 32 × 32, thereby limiting the amount of computation in the conversion processing executed by the conversion unit 301 and the block structure determination unit 307. Increase can be prevented. For example, it is possible not to evaluate and convert a 32 × 32 block size. However, in the case of a method that suppresses an increase in calculation amount and hardware cost due to such a limitation, encoding efficiency is reduced in any image in which a 32 × 32 block size is suitable.

そこで、本発明は、符号化効率の低下を抑えながら回路規模を増大させずにブロック構造を決定できるブロック構造決定回路およびブロック構造決定方法、並びに符号化効率の低下を抑えながら回路規模を増大させずに直交変換処理を行うことができる情報圧縮回路および情報圧縮方法を提供することを目的とする。   Accordingly, the present invention provides a block structure determination circuit and a block structure determination method capable of determining a block structure without increasing the circuit scale while suppressing a decrease in encoding efficiency, and an increase in circuit scale while suppressing a decrease in encoding efficiency. It is an object of the present invention to provide an information compression circuit and an information compression method that can perform orthogonal transformation processing without using the information.

本発明によるブロック構造決定回路は、ブロックが階層的に分割されて形成されるユニットを含むブロック構造であって分割方法が異なる複数のブロック構造から1以上のブロック構造を決定するブロック構造決定回路であって、ユニットのサイズとして複数種類のサイズが規定され、複数のブロック構造を列挙するブロック構造列挙部と、所定サイズ未満のサイズのそれぞれに対応して設けられ、対応サイズのユニットについて直交変換を行って変換係数を出力する直交変換部と、所定サイズ以上のサイズのユニットについて簡略値を変換係数として出力する簡略値出力部とを備え、簡略値出力部は、簡略値として0を出力することを特徴とする。 A block structure determination circuit according to the present invention is a block structure determination circuit that determines one or more block structures from a plurality of block structures that are different from each other in a block structure including units formed by hierarchically dividing a block. A plurality of types of sizes are defined as unit sizes, a block structure enumeration unit that enumerates a plurality of block structures, and a size less than a predetermined size are provided, and orthogonal transformation is performed for units of the corresponding size. An orthogonal transform unit that outputs a transform coefficient and a simplified value output unit that outputs a simplified value as a transform coefficient for a unit having a size larger than a predetermined size , and the simplified value output unit outputs 0 as a simplified value It is characterized by.

本発明によるブロック構造決定方法は、ブロックが階層的に分割されて形成されるユニットを含むブロック構造であって分割方法が異なる複数のブロック構造から1以上のブロック構造を決定するブロック構造決定方法であって、ユニットのサイズとして複数種類のサイズが規定され、複数のブロック構造を列挙し、所定サイズ未満のサイズのそれぞれのユニットについて直交変換を行って変換係数を出力し、所定サイズ以上のサイズのユニットについて簡略値を変換係数として出力し、簡略値は0であることを特徴とする。 The block structure determination method according to the present invention is a block structure determination method for determining one or more block structures from a plurality of block structures having different division methods, the block structure including units formed by dividing blocks hierarchically. A plurality of types of sizes are defined as unit sizes, a plurality of block structures are listed, orthogonal transform is performed on each unit having a size less than a predetermined size, and a transform coefficient is output. A simplified value is output as a conversion coefficient for the unit, and the simplified value is 0 .

本発明による情報圧縮回路は、階層的に分割されて形成されるユニットからなるブロックにおける各々のユニットの情報量を圧縮する情報圧縮回路であって、ユニットのサイズとして複数種類のサイズが規定され、所定サイズ未満のサイズのそれぞれに対応して設けられ、対応サイズのユニットについて直交変換を行って変換係数を出力する直交変換部と、所定サイズ以上のサイズのユニットについて簡略値を変換係数として出力する簡略値出力部とを備え、簡略値出力部は、簡略値として0を出力することを特徴とする。 An information compression circuit according to the present invention is an information compression circuit that compresses the information amount of each unit in a block formed by hierarchically divided units, and a plurality of types of sizes are defined as unit sizes. An orthogonal transform unit that is provided corresponding to each of a size less than a predetermined size, performs orthogonal transform on a unit of the corresponding size and outputs a transform coefficient, and outputs a simplified value as a transform coefficient for a unit of a size larger than the predetermined size. A simplified value output unit, and the simplified value output unit outputs 0 as a simplified value .

本発明による情報圧縮方法は、階層的に分割されて形成されるユニットからなるブロックにおける各々のユニットの情報量を圧縮する情報圧縮方法であって、ユニットのサイズとして複数種類のサイズが規定され、所定サイズ未満のサイズのそれぞれに対応して設けられ、対応サイズのユニットについて直交変換を行って変換係数を出力し、所定サイズ以上のサイズのユニットについて簡略値を変換係数として出力し、簡略値は0であることを特徴とする。 An information compression method according to the present invention is an information compression method for compressing the amount of information of each unit in a block formed by hierarchically divided units, and a plurality of types of sizes are defined as unit sizes, It is provided corresponding to each of the sizes less than the predetermined size, performs orthogonal transform for the unit of the corresponding size and outputs a conversion coefficient, outputs a simple value as a conversion coefficient for the unit of the size larger than the predetermined size , and the simple value is It is 0 .

本発明によれば、符号化効率の低下と演算量の増加の双方を抑制し、かつ、回路規模が小さくなるブロック構造決定回路および情報圧縮回路を得ることができる。   According to the present invention, it is possible to obtain a block structure determination circuit and an information compression circuit that suppress both of a decrease in coding efficiency and an increase in the amount of computation and reduce the circuit scale.

ブロック構造決定手段および圧縮処理手段を含む装置の構成例を示す概念図である。It is a conceptual diagram which shows the structural example of the apparatus containing a block structure determination means and a compression process means. ブロック構造決定部および情報圧縮部の構成例を示すブロック図である。It is a block diagram which shows the structural example of a block structure determination part and an information compression part. ブロック構造決定部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of a block structure determination part. ブロック構造決定部および情報圧縮部の他の構成例を示すブロック図である。It is a block diagram which shows the other structural example of a block structure determination part and an information compression part. 本発明によるブロック構造決定回路の主要部を示すブロック図である。It is a block diagram which shows the principal part of the block structure determination circuit by this invention. 本発明による情報圧縮回路の主要部を示すブロック図である。It is a block diagram which shows the principal part of the information compression circuit by this invention. CUの分割例を示す説明図である。It is explanatory drawing which shows the example of a division | segmentation of CU. 一般的な映像符号化装置の構成を示す説明図である。It is explanatory drawing which shows the structure of a general video coding apparatus.

図1は、本発明によるブロック構造決定手段および圧縮処理手段を含む装置の構成例を示す概念図である。   FIG. 1 is a conceptual diagram showing a configuration example of an apparatus including a block structure determining unit and a compression processing unit according to the present invention.

ブロック構造決定手段10は、所定のコスト評価式を用いて符号化コストが小さいTUクアッドツリー構造(ブロック構造)を決定する。なお、ブロック構造を2次元的に表現すると、図7(A)に示されたようになる。ただし、ブロックサイズは、32×32である。   The block structure determining means 10 determines a TU quadtree structure (block structure) with a low coding cost using a predetermined cost evaluation formula. When the block structure is expressed two-dimensionally, it is as shown in FIG. However, the block size is 32 × 32.

圧縮処理手段20は、ブロック構造決定手段10が決定したブロック構造のCUに含まれるTU毎に直交変換処理を実行する。   The compression processing unit 20 performs orthogonal transform processing for each TU included in the CU having the block structure determined by the block structure determination unit 10.

図1に示すブロック構造決定手段10および圧縮処理手段20は、図8に示された映像符号化装置に適用可能であり、その映像符号化装置に適用される場合には、ブロック構造決定手段10は、ブロック構造決定部307に適用され、圧縮処理手段20は、変換部301に適用される。   The block structure determining means 10 and the compression processing means 20 shown in FIG. 1 can be applied to the video encoding apparatus shown in FIG. 8, and when applied to the video encoding apparatus, the block structure determining means 10 Is applied to the block structure determination unit 307, and the compression processing means 20 is applied to the conversion unit 301.

実施形態1.
図2は、図1に示すブロック構造決定手段10および圧縮処理手段20の具体的構成例であるブロック構造決定部110および情報圧縮部210の構成を示すブロック図である。
Embodiment 1. FIG.
FIG. 2 is a block diagram showing configurations of a block structure determining unit 110 and an information compressing unit 210, which are specific configuration examples of the block structure determining unit 10 and the compression processing unit 20 shown in FIG.

ブロック構造決定部110は、ブロック構造列挙部111、4×4直交変換部112、8×8直交変換部113、16×16直交変換部114、直流成分出力部115およびブロック構造評価部117を含む。   The block structure determining unit 110 includes a block structure listing unit 111, a 4 × 4 orthogonal transform unit 112, an 8 × 8 orthogonal transform unit 113, a 16 × 16 orthogonal transform unit 114, a DC component output unit 115, and a block structure evaluation unit 117. .

情報圧縮部210は、4×4直交変換部212、8×8直交変換部213、16×16直交変換部214、および直流成分出力部215を含む。   The information compression unit 210 includes a 4 × 4 orthogonal transform unit 212, an 8 × 8 orthogonal transform unit 213, a 16 × 16 orthogonal transform unit 214, and a DC component output unit 215.

ブロック構造決定部110において、ブロック構造列挙部111は、入力画像にもとづいて、使用されうるブロック構造を全て挙げる。図7に一例が示されているが(ただし、この場合には、最大ブロックのサイズは32×32)、ブロック構造は、4×4、8×8,16×16のTUの組み合わせであるか、または、32×32の一つのTUである。   In the block structure determination unit 110, the block structure enumeration unit 111 lists all the block structures that can be used based on the input image. An example is shown in FIG. 7 (however, in this case, the maximum block size is 32 × 32), but the block structure is a combination of 4 × 4, 8 × 8, and 16 × 16 TUs. Or one TU of 32 × 32.

なお、ブロック構造列挙部111は、32×32のCUを起点として分割可能な全ての組み合わせ(全てのブロック構造)を列挙してもよいが、入力画像にもとづいて符号化コストが所定値以下になる幾つかのブロック構造を挙げてもよい。   The block structure enumeration unit 111 may enumerate all combinations (all block structures) that can be divided starting from a 32 × 32 CU, but the encoding cost is less than a predetermined value based on the input image. Some block structures may be mentioned.

4×4直交変換部112は、4×4TUの直交変換(具体的には、整数精度のDCT :ただし、イントラ予測の場合には整数精度のDST )を行う。8×8直交変換部113は、8×8TUの直交変換(具体的には、整数精度のDCT )を行う。16×16直交変換部114は、16×16TUの直交変換(具体的には、整数精度のDCT )を行う。   The 4 × 4 orthogonal transform unit 112 performs 4 × 4 TU orthogonal transform (specifically, integer precision DCT: where DST is integer precision in the case of intra prediction). The 8 × 8 orthogonal transform unit 113 performs 8 × 8 TU orthogonal transform (specifically, DCT with integer precision). The 16 × 16 orthogonal transform unit 114 performs 16 × 16 TU orthogonal transform (specifically, DCT with integer precision).

直流成分出力部115は、直交変換における周波数が0の成分(直流成分)のみを出力する。すなわち、全ての交流成分を0として扱う。   The DC component output unit 115 outputs only a component having a frequency of 0 (DC component) in orthogonal transform. That is, all AC components are treated as 0.

図3は、ブロック構造決定部110の動作を示すフローチャートである。図3を参照して、ブロック構造決定部110の動作を説明する。   FIG. 3 is a flowchart showing the operation of the block structure determination unit 110. The operation of the block structure determination unit 110 will be described with reference to FIG.

ブロック構造列挙部111は、ブロック構造を列挙(リストアップ)する(ステップS101)。そして、リストアップしたブロック構造の数を変数nにセットする(ステップS102)。   The block structure enumeration unit 111 enumerates (lists up) block structures (step S101). Then, the number of listed block structures is set to a variable n (step S102).

次に、ブロック構造列挙部111は、n番目のブロック構造を構成するTUを順次、4×4直交変換部112、8×8直交変換部113、16×16直交変換部114、または直流成分出力部115に供給する(ステップS103)。そして、nの値を1減らす(ステップS104)。   Next, the block structure enumeration unit 111 sequentially converts the TUs constituting the nth block structure into 4 × 4 orthogonal transform unit 112, 8 × 8 orthogonal transform unit 113, 16 × 16 orthogonal transform unit 114, or DC component output. It supplies to the part 115 (step S103). Then, the value of n is decreased by 1 (step S104).

ステップS103の処理で、ブロック構造列挙部111は、TUを、そのTUのサイズに対応する直交変換部に出力する。すなわち、TUのサイズが4×4であれば、TUを、4×4直交変換部112に出力する。TUのサイズが8×8であれば、TUを、8×8直交変換部113に出力する。TUのサイズが16×16であれば、TUを、16×16直交変換部114に出力する。   In the process of step S103, the block structure listing unit 111 outputs the TU to the orthogonal transform unit corresponding to the size of the TU. That is, if the TU size is 4 × 4, the TU is output to the 4 × 4 orthogonal transform unit 112. If the TU size is 8 × 8, the TU is output to the 8 × 8 orthogonal transform unit 113. If the TU size is 16 × 16, the TU is output to the 16 × 16 orthogonal transform unit 114.

TUのサイズが32×32の場合には、ブロック構造列挙部111は、直流成分出力部115にTUを出力する。   When the TU size is 32 × 32, the block structure listing unit 111 outputs the TU to the DC component output unit 115.

各変換部は、直交変換(例えば、整数精度のDCT )を実行し、変換係数をブロック構造評価部117に出力する(ステップS105)。ただし、直流成分出力部115は、直流成分をブロック構造評価部117に出力する。   Each transform unit performs orthogonal transform (for example, DCT with integer precision) and outputs transform coefficients to the block structure evaluation unit 117 (step S105). However, the DC component output unit 115 outputs the DC component to the block structure evaluation unit 117.

ブロック構造評価部117は、複数のTUを含むCUの符号化コストを計算する(ステップS106)。符号化コストには、符号量に関する値と符号化歪み(画質に相関する。)とが反映されている。ブロック構造評価部117は、一例として、以下のRD(Rate Distortion )コストを使用する。   The block structure evaluation unit 117 calculates the coding cost of the CU including a plurality of TUs (step S106). The encoding cost reflects a value related to the code amount and encoding distortion (correlated with image quality). As an example, the block structure evaluation unit 117 uses the following RD (Rate Distortion) cost.

Cost = D + λ・R   Cost = D + λ ・ R

D は符号化歪みであり、R は、変換係数まで加味した符号量であり、λはラグランジェ乗数である。   D is the coding distortion, R is the amount of code including the transform coefficient, and λ is the Lagrange multiplier.

ブロック構造評価部117は、n=0でない場合には、ステップS103〜S106の処理を再度実行する(ステップS107)。すなわち、次のブロック構造について変換係数(または、直流成分のみ)が算出され、符号化コストが計算される。   If n = 0 is not satisfied, the block structure evaluation unit 117 executes the processes of steps S103 to S106 again (step S107). That is, the transform coefficient (or only the DC component) is calculated for the next block structure, and the coding cost is calculated.

n=0である場合には、ブロック構造評価手段117は、計算済の各々のブロック構造の符号化コストを比較し、符号化コストが低い所定個数のブロック構造(CUの分割状態を示す。)、例えば、符号化コストが最小であるブロック構造(この場合、所定個数は1)を示すデータを出力する(ステップS108)。   When n = 0, the block structure evaluation unit 117 compares the calculated coding costs of the respective block structures, and shows a predetermined number of block structures with low coding costs (indicating the division state of the CU). For example, data indicating a block structure having a minimum encoding cost (in this case, the predetermined number is 1) is output (step S108).

本実施形態では、TUのサイズが32×32(最大TUサイズ)である場合には、ブロック構造決定部110は、直交変換の演算を実行しない。ブロック構造決定部110は、直交変換の直流成分を出力するのみである。従って、ブロック構造決定部110の演算量の増加が抑制されるとともに、ブロック構造決定部110の回路規模が小さくなる。   In the present embodiment, when the TU size is 32 × 32 (maximum TU size), the block structure determination unit 110 does not perform the orthogonal transform operation. The block structure determination unit 110 only outputs a direct current component of orthogonal transformation. Therefore, an increase in the calculation amount of the block structure determining unit 110 is suppressed, and the circuit scale of the block structure determining unit 110 is reduced.

次に、情報圧縮部210の動作を説明する。情報圧縮部210において、CUを構成するTUは、そのTUのサイズに対応する直交変換部に入力される。すなわち、TUのサイズが4×4であれば、TUは、4×4直交変換部212に入力される。TUのサイズが8×8であれば、TUは、8×8直交変換部213に入力される。TUのサイズが16×16であれば、TUは、16×16直交変換部214に入力される。   Next, the operation of the information compression unit 210 will be described. In the information compression unit 210, the TU constituting the CU is input to the orthogonal transform unit corresponding to the size of the TU. That is, if the size of the TU is 4 × 4, the TU is input to the 4 × 4 orthogonal transform unit 212. If the TU size is 8 × 8, the TU is input to the 8 × 8 orthogonal transform unit 213. If the TU size is 16 × 16, the TU is input to the 16 × 16 orthogonal transform unit 214.

TUのサイズが32×32の場合には、TUは、直流成分出力部215に入力される。   When the TU size is 32 × 32, the TU is input to the DC component output unit 215.

各変換部は、直交変換(例えば、整数精度のDCT )を実行し、変換係数を出力する。ただし、直流成分出力部215は、直流成分を出力する。   Each transform unit performs orthogonal transform (for example, DCT with integer precision) and outputs transform coefficients. However, the DC component output unit 215 outputs a DC component.

本実施形態では、TUのサイズが32×32(最大TUサイズ)である場合には、情報圧縮部210は、直交変換の演算を実行しない。情報圧縮部210は、直交変換の直流成分を出力するのみである。従って、情報圧縮部210の演算量の増加が抑制されるとともに、情報圧縮部210の回路規模が小さくなる。   In the present embodiment, when the TU size is 32 × 32 (maximum TU size), the information compression unit 210 does not perform an orthogonal transform operation. The information compression unit 210 only outputs a direct current component of orthogonal transformation. Therefore, an increase in the calculation amount of the information compression unit 210 is suppressed, and the circuit scale of the information compression unit 210 is reduced.

なお、本実施形態において、ブロック構造決定部110および情報圧縮部210によって、最大TUサイズについて直交変換の演算が実行されず直交変換の直流成分が出力された場合、逆量子化/逆変換部304(図8参照)を、最大TUサイズについて逆直交変換の演算を実行せず直流成分のみを逆直交変換して結果を出力するように構成してもよい。すなわち、本実施形態では、逆量子化/逆変換部304の演算量の増加が抑制されるとともに、その回路規模を小さくすることも可能である。   In the present embodiment, when the block structure determination unit 110 and the information compression unit 210 do not perform the orthogonal transformation operation on the maximum TU size and output the DC component of the orthogonal transformation, the inverse quantization / inverse transformation unit 304 is used. (Refer to FIG. 8) may be configured such that the inverse orthogonal transform operation is not performed on the maximum TU size, and only the direct current component is inversely orthogonal transformed and the result is output. That is, in the present embodiment, an increase in the amount of computation of the inverse quantization / inverse transform unit 304 is suppressed, and the circuit scale can be reduced.

また、本実施形態では、ブロック構造決定部110および情報圧縮部210は、最大TUサイズについてのみ直交変換の演算を実行せず直交変換における直流成分を出力したが、より小さいサイズ(例えば、16×16)以上のサイズのTUについて直流成分を変換係数として出力するようにしてもよい。その場合には、画質が低下する可能性があるが、演算量のおよび回路規模の削減の効果がより大きくなる。   In the present embodiment, the block structure determination unit 110 and the information compression unit 210 output the DC component in the orthogonal transform without performing the orthogonal transform operation only for the maximum TU size, but the smaller size (for example, 16 × 16) A DC component may be output as a conversion coefficient for a TU having the above size. In that case, the image quality may be reduced, but the effect of reducing the amount of calculation and the circuit scale is further increased.

また、本実施形態では、ブロック構造決定部110および情報圧縮部210は、直交変換における直流成分を変換係数として出力するようにしたが、直流成分に加えて、所定の低周波成分を出力するようにしてもよい。所定の低周波成分は、例えば、直流成分に隣接する「3つ」の低周波成分である。なお、「3つ」はあくまでも一例であり、その数をより多くしてもよい。   In the present embodiment, the block structure determination unit 110 and the information compression unit 210 output the direct current component in the orthogonal transform as a transform coefficient, but output a predetermined low frequency component in addition to the direct current component. It may be. The predetermined low frequency component is, for example, “three” low frequency components adjacent to the direct current component. Note that “three” is merely an example, and the number thereof may be increased.

実施形態2.
図4は、図1に示すブロック構造決定手段10および圧縮処理手段20の他の例であるブロック構造決定部120および情報圧縮部220の構成を示すブロック図である。
Embodiment 2. FIG.
FIG. 4 is a block diagram showing configurations of a block structure determining unit 120 and an information compressing unit 220 which are other examples of the block structure determining unit 10 and the compression processing unit 20 shown in FIG.

ブロック構造決定部120は、ブロック構造列挙部111、4×4直交変換部112、8×8直交変換部113、16×16直交変換部114、零出力部116およびブロック構造評価部117を含む。   The block structure determination unit 120 includes a block structure enumeration unit 111, a 4 × 4 orthogonal transform unit 112, an 8 × 8 orthogonal transform unit 113, a 16 × 16 orthogonal transform unit 114, a zero output unit 116, and a block structure evaluation unit 117.

情報圧縮部220は、4×4直交変換部212、8×8直交変換部213、16×16直交変換部214、および零出力部216を含む。   The information compression unit 220 includes a 4 × 4 orthogonal transform unit 212, an 8 × 8 orthogonal transform unit 213, a 16 × 16 orthogonal transform unit 214, and a zero output unit 216.

ブロック構造決定部120において、ブロック構造列挙部111、4×4直交変換部112、8×8直交変換部113、16×16直交変換部114およびブロック構造評価部117は、第1の実施形態のブロック構造決定部110におけるそれらと同様に動作する。   In the block structure determining unit 120, the block structure listing unit 111, 4 × 4 orthogonal transform unit 112, 8 × 8 orthogonal transform unit 113, 16 × 16 orthogonal transform unit 114, and block structure evaluation unit 117 are the same as those in the first embodiment. The same operation as that in the block structure determination unit 110 is performed.

本実施形態では、TUのサイズが32×32の場合には、ブロック構造列挙部111は、零出力部216にTUを出力する。零出力部116は、変換係数として常に零(0)を出力する。   In the present embodiment, when the TU size is 32 × 32, the block structure listing unit 111 outputs the TU to the zero output unit 216. The zero output unit 116 always outputs zero (0) as the conversion coefficient.

すなわち、TUのサイズが32×32(最大TUサイズ)である場合には、ブロック構造決定部120は、直交変換の演算を実行しない。ブロック構造決定部120は、0を出力するのみである。従って、ブロック構造決定部120の演算量の増加が抑制されるとともに、ブロック構造決定部110の回路規模が小さくなる。   That is, when the TU size is 32 × 32 (maximum TU size), the block structure determination unit 120 does not perform the orthogonal transform operation. The block structure determination unit 120 only outputs 0. Therefore, an increase in the calculation amount of the block structure determining unit 120 is suppressed, and the circuit scale of the block structure determining unit 110 is reduced.

次に、情報圧縮部220の動作を説明する。情報圧縮部220において、4×4直交変換部212、8×8直交変換部213、および16×16直交変換部214は、第1の実施形態の情報圧縮部210におけるそれらと同様に動作する。   Next, the operation of the information compression unit 220 will be described. In the information compression unit 220, the 4 × 4 orthogonal transform unit 212, the 8 × 8 orthogonal transform unit 213, and the 16 × 16 orthogonal transform unit 214 operate in the same manner as those in the information compression unit 210 of the first embodiment.

本実施形態では、TUのサイズが32×32の場合には、TUは、零出力部216に入力される。零出力部216は、変換係数として常に零(0)を出力する。   In the present embodiment, when the size of the TU is 32 × 32, the TU is input to the zero output unit 216. The zero output unit 216 always outputs zero (0) as the conversion coefficient.

すなわち、TUのサイズが32×32(最大TUサイズ)である場合には、情報圧縮部220は、直交変換の演算を実行しない。情報圧縮部220は、常に0を出力するのみである。従って、情報圧縮部220の演算量の増加が抑制されるとともに、情報圧縮部220の回路規模が小さくなる。   That is, when the size of the TU is 32 × 32 (maximum TU size), the information compression unit 220 does not perform the orthogonal transform operation. The information compression unit 220 always outputs 0 only. Therefore, an increase in the calculation amount of the information compression unit 220 is suppressed, and the circuit scale of the information compression unit 220 is reduced.

なお、本実施形態では、ブロック構造決定部120および情報圧縮部220は、最大TUサイズについてのみ直交変換の演算を実行せず、変換係数として0を出力したが、より小さいサイズ(例えば、16×16)以上のサイズのTUについて変換係数として0を出力するようにしてもよい。その場合には、画質が低下する可能性があるが、演算量のおよび回路規模の削減の効果がより大きくなる。   In the present embodiment, the block structure determination unit 120 and the information compression unit 220 do not perform orthogonal transformation only for the maximum TU size and output 0 as a transform coefficient, but a smaller size (for example, 16 × 16) 0 may be output as a conversion coefficient for a TU of the above size. In that case, the image quality may be reduced, but the effect of reducing the amount of calculation and the circuit scale is further increased.

なお、本実施形態において、ブロック構造決定部120および情報圧縮部220によって、最大TUサイズについて直交変換の演算が実行されず変換係数として0が出力された場合、逆量子化/逆変換部304(図8参照)を、最大TUサイズについて逆直交変換の演算を実行せず0を出力するように構成してもよい。すなわち、本実施形態では、逆量子化/逆変換部304の演算量の増加が抑制されるとともに、その回路規模を小さくすることも可能である。   In the present embodiment, when the block structure determining unit 120 and the information compressing unit 220 do not perform the orthogonal transform operation on the maximum TU size and output 0 as the transform coefficient, the inverse quantization / inverse transform unit 304 ( 8) may be configured to output 0 without executing the inverse orthogonal transform operation for the maximum TU size. That is, in the present embodiment, an increase in the amount of computation of the inverse quantization / inverse transform unit 304 is suppressed, and the circuit scale can be reduced.

なお、HEVCでは、CTU は、輝度成分の符号化ブロック(CTB :Coding Tree Block )と、それに対応する色差成分のCTB とで構成される。また、現行のHEVCでは、色差成分の解像度として、4:2:0 (U 成分およびV 成分の画素数は、水平方向および垂直方向において、輝度成分Y の画素数の1/2 )が規定されている。よって、色差成分に関しては、TUサイズを、輝度成分に関するTUサイズの1/2 にすることができる。   In HEVC, the CTU is composed of a luminance component coding block (CTB: Coding Tree Block) and a corresponding color difference component CTB. Also, in the current HEVC, the resolution of the color difference component is defined as 4: 2: 0 (the number of pixels of the U component and V component is 1/2 of the number of pixels of the luminance component Y in the horizontal direction and the vertical direction). ing. Therefore, with respect to the color difference component, the TU size can be reduced to ½ of the TU size related to the luminance component.

従って、32×32のTUについて直交変換の演算を実行しないように構成されている場合でも、色差成分に関するTUでは、全てのブロックサイズについて直交変換の演算が実行されるようにすることができる。   Accordingly, even when the orthogonal transformation operation is not executed for the 32 × 32 TU, the orthogonal transformation operation can be executed for all block sizes in the TU relating to the color difference component.

図5は、本発明によるブロック構造決定回路の主要部を示すブロック図である。図5に示すように、ブロック構造決定回路1は、複数のブロック構造を列挙するブロック構造列挙部2(例えば、図2および図4に示すブロック構造列挙部111で実現される。)と、所定サイズ(例えば、32×32)未満のサイズのそれぞれに対応して設けられ、対応サイズのユニットについて直交変換を行って変換係数を出力する直交変換部3〜3(例えば、図2および図4に示す4×4直交変換部112、8×8直交変換部113、16×16直交変換部114で実現される。)と、所定サイズ以上のサイズのユニットについて簡略値(例えば、直流成分、低周波成分、0)を変換係数として出力する簡略値出力部3N+1(例えば、図2に示す直流成分出力部115または図4に示す零出力部116で実現される。)とを備える。 FIG. 5 is a block diagram showing the main part of the block structure determining circuit according to the present invention. As shown in FIG. 5, the block structure determination circuit 1 includes a block structure enumeration unit 2 that enumerates a plurality of block structures (for example, realized by the block structure enumeration unit 111 shown in FIGS. 2 and 4), and a predetermined structure. Orthogonal transformation units 3 1 to 3 N (for example, FIG. 2 and FIG. 2) provided corresponding to each of sizes smaller than the size (for example, 32 × 32), performing orthogonal transformation on the corresponding size unit and outputting transformation coefficients. 4 × 4 orthogonal transform unit 112, 8 × 8 orthogonal transform unit 113, and 16 × 16 orthogonal transform unit 114 shown in FIG. 4) and simple values (for example, DC component, low-frequency component, 0) simplified value output section for outputting the transform coefficients 3 N + 1 (for example, implemented by the zero output portion 116 shown in the DC component output unit 115 or FIG. 4 is shown in FIG. 2.) and Bei the That.

図6は、本発明による情報圧縮回路の主要部を示すブロック図である。図6に示すように、情報圧縮回路6は、所定サイズ(例えば、32×32)未満のサイズのそれぞれに対応して設けられ、対応サイズのユニットについて直交変換を行って変換係数を出力する直交変換部7〜7(例えば、図2および図4に示す4×4直交変換部212、8×8直交変換部213、16×16直交変換部214で実現される。)と、所定サイズ以上のサイズのユニットについて簡略値(例えば、直流成分、低周波成分、0)を変換係数として出力する簡略値出力部7N+1(例えば、図2に示す直流成分出力部215または図4に示す零出力部216で実現される。)とを備える。 FIG. 6 is a block diagram showing the main part of the information compression circuit according to the present invention. As shown in FIG. 6, the information compression circuit 6 is provided corresponding to each of a size smaller than a predetermined size (for example, 32 × 32), and performs orthogonal transformation on the unit of the corresponding size and outputs a transformation coefficient. Transformers 7 1 to 7 N (for example, realized by 4 × 4 orthogonal transform unit 212, 8 × 8 orthogonal transform unit 213, and 16 × 16 orthogonal transform unit 214 shown in FIGS. 2 and 4) and a predetermined size Simplified value output unit 7 N + 1 (for example, DC component output unit 215 shown in FIG. 2 or zero shown in FIG. 4) outputs a simple value (for example, DC component, low frequency component, 0) as a conversion coefficient for the unit of the above size. It is realized by the output unit 216).

1 ブロック構造決定回路
2 ブロック構造列挙部
〜3 直交変換部
N+1 簡略値出力部
6 情報圧縮回路
〜7 直交変換部
N+1 簡略値出力部
10 ブロック構造決定手段
20 圧縮処理手段
110,120 ブロック構造決定部
111 ブロック構造列挙部
112 4×4直交変換部
113 8×8直交変換部
114 16×16直交変換部
115 直流成分出力部
116 零出力部
117 ブロック構造評価部
210,220 情報圧縮部
212 4×4直交変換部
213 8×8直交変換部
214 16×16直交変換部
215 直流成分出力部
216 零出力部
1 block structure determination circuit 2 block structure listing unit 3 1 to 3 N orthogonal transform unit 3 N + 1 simplified value output unit 6 information compression circuit 7 1 to 7-N orthogonal transformation section 7 N + 1 simplified value output section 10 block structure determination unit 20 compression Means 110, 120 Block structure determination unit 111 Block structure enumeration unit 112 4 × 4 orthogonal transform unit 113 8 × 8 orthogonal transform unit 114 16 × 16 orthogonal transform unit 115 DC component output unit 116 Zero output unit 117 Block structure evaluation unit 210, 220 Information compression unit 212 4 × 4 orthogonal transform unit 213 8 × 8 orthogonal transform unit 214 16 × 16 orthogonal transform unit 215 DC component output unit 216 Zero output unit

Claims (10)

ブロックが階層的に分割されて形成されるユニットを含むブロック構造であって分割方法が異なる複数のブロック構造から1以上のブロック構造を決定するブロック構造決定回路であって、
ユニットのサイズとして複数種類のサイズが規定され、
前記複数のブロック構造を列挙するブロック構造列挙部と、
所定サイズ未満のサイズのそれぞれに対応して設けられ、対応サイズのユニットについて直交変換を行って変換係数を出力する直交変換部と、
所定サイズ以上のサイズのユニットについて簡略値を変換係数として出力する簡略値出力部とを備え
前記簡略値出力部は、前記簡略値として0を出力する
ことを特徴とするブロック構造決定回路。
A block structure determination circuit for determining one or more block structures from a plurality of block structures having a block structure including units formed by hierarchically dividing blocks and having different division methods,
Multiple types of sizes are defined as unit sizes,
A block structure enumeration unit for enumerating the plurality of block structures;
An orthogonal transform unit that is provided corresponding to each of a size less than a predetermined size, performs orthogonal transform on a unit of the corresponding size, and outputs a transform coefficient;
A simplified value output unit that outputs a simplified value as a conversion coefficient for a unit of a size larger than a predetermined size ,
The simplified value output unit outputs 0 as the simplified value .
前記所定サイズは、最大ユニットサイズである
請求項記載のブロック構造決定回路。
Wherein the predetermined size, block structure determination circuit according to claim 1, wherein the maximum unit size.
符号化装置に搭載されるブロック構造決定回路であって、
変換係数と所定のコスト評価式とを用いて各ブロック構造に関する符号化コストを算出し、符号化コストが低い順に1以上のブロック構造を特定するブロック構造評価部をさらに備える
請求項1または請求項記載のブロック構造決定回路。
A block structure determination circuit mounted on an encoding device,
Using the conversion coefficient and a predetermined cost evaluation formula to calculate the coding cost for each block structure further comprises claim 1 or claim block structure evaluation section coding cost identify one or more block structure in ascending order 3. The block structure determining circuit according to 2.
ブロックが階層的に分割されて形成されるユニットを含むブロック構造であって分割方法が異なる複数のブロック構造から1以上のブロック構造を決定するブロック構造決定方法であって、
ユニットのサイズとして複数種類のサイズが規定され、
前記複数のブロック構造を列挙し、
所定サイズ未満のサイズのそれぞれのユニットについて直交変換を行って変換係数を出力し、
所定サイズ以上のサイズのユニットについて簡略値を変換係数として出力し、
前記簡略値は0である
ことを特徴とするブロック構造決定方法。
A block structure determining method for determining one or more block structures from a plurality of block structures having a block structure including units formed by hierarchically dividing blocks and having different dividing methods,
Multiple types of sizes are defined as unit sizes,
Enumerate the plurality of block structures;
Perform orthogonal transform on each unit of size less than the predetermined size and output transform coefficient,
A simple value is output as a conversion coefficient for units of a size larger than the specified size .
The block structure determining method , wherein the simplified value is 0 .
前記所定サイズは、最大ユニットサイズである
請求項記載のブロック構造決定方法。
The block structure determination method according to claim 4 , wherein the predetermined size is a maximum unit size.
符号化装置に適用されるブロック構造決定方法であって、
変換係数と所定のコスト評価式とを用いて各ブロック構造に関する符号化コストを算出し、符号化コストが低い順に1以上のブロック構造を特定する
請求項4または請求項記載のブロック構造決定方法。
A block structure determination method applied to an encoding device, comprising:
The block structure determination method according to claim 4 or 5 , wherein an encoding cost for each block structure is calculated using a transform coefficient and a predetermined cost evaluation formula, and one or more block structures are specified in order of increasing encoding cost. .
階層的に分割されて形成されるユニットからなるブロックにおける各々のユニットの情報量を圧縮する情報圧縮回路であって、
ユニットのサイズとして複数種類のサイズが規定され、
所定サイズ未満のサイズのそれぞれに対応して設けられ、対応サイズのユニットについて直交変換を行って変換係数を出力する直交変換部と、
所定サイズ以上のサイズのユニットについて簡略値を変換係数として出力する簡略値出力部とを備え
前記簡略値出力部は、前記簡略値として0を出力する
ことを特徴とする情報圧縮回路。
An information compression circuit for compressing the amount of information of each unit in a block formed by hierarchically divided units,
Multiple types of sizes are defined as unit sizes,
An orthogonal transform unit that is provided corresponding to each of a size less than a predetermined size, performs orthogonal transform on a unit of the corresponding size, and outputs a transform coefficient;
A simplified value output unit that outputs a simplified value as a conversion coefficient for a unit of a size larger than a predetermined size ,
The simplified value output unit outputs 0 as the simplified value .
前記所定サイズは、最大ユニットサイズである
請求項記載の情報圧縮回路。
The information compression circuit according to claim 7 , wherein the predetermined size is a maximum unit size.
階層的に分割されて形成されるユニットからなるブロックにおける各々のユニットの情報量を圧縮する情報圧縮方法であって、
ユニットのサイズとして複数種類のサイズが規定され、
所定サイズ未満のサイズのそれぞれに対応して設けられ、対応サイズのユニットについて直交変換を行って変換係数を出力し、
所定サイズ以上のサイズのユニットについて簡略値を変換係数として出力し、
前記簡略値は0である
ことを特徴とする情報圧縮方法。
An information compression method for compressing the amount of information of each unit in a block formed of hierarchically divided units,
Multiple types of sizes are defined as unit sizes,
It is provided corresponding to each of the sizes less than the predetermined size, performs orthogonal transformation on the unit of the corresponding size, and outputs a transform coefficient,
A simple value is output as a conversion coefficient for units of a size larger than the specified size .
The information compression method , wherein the simplified value is 0 .
前記所定サイズは、最大ユニットサイズである
請求項記載の情報圧縮方法。
The information compression method according to claim 9 , wherein the predetermined size is a maximum unit size.
JP2013210154A 2013-10-07 2013-10-07 Block structure determination circuit and information compression circuit Active JP6176044B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013210154A JP6176044B2 (en) 2013-10-07 2013-10-07 Block structure determination circuit and information compression circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013210154A JP6176044B2 (en) 2013-10-07 2013-10-07 Block structure determination circuit and information compression circuit

Publications (2)

Publication Number Publication Date
JP2015076666A JP2015076666A (en) 2015-04-20
JP6176044B2 true JP6176044B2 (en) 2017-08-09

Family

ID=53001237

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013210154A Active JP6176044B2 (en) 2013-10-07 2013-10-07 Block structure determination circuit and information compression circuit

Country Status (1)

Country Link
JP (1) JP6176044B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6670670B2 (en) * 2015-06-08 2020-03-25 財團法人工業技術研究院Industrial Technology Research Institute Video encoding method and system using adaptive color conversion
US10390020B2 (en) 2015-06-08 2019-08-20 Industrial Technology Research Institute Video encoding methods and systems using adaptive color transform
WO2019188465A1 (en) * 2018-03-30 2019-10-03 ソニー株式会社 Image encoding device, image encoding method, image decoding device, and image decoding method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012147290A (en) * 2011-01-13 2012-08-02 Canon Inc Image coding apparatus, image coding method, program, image decoding apparatus, image decoding method, and program

Also Published As

Publication number Publication date
JP2015076666A (en) 2015-04-20

Similar Documents

Publication Publication Date Title
JP6588523B2 (en) Intra-prediction method and encoder and decoder using the same
CN107483947B (en) Video encoding and decoding apparatus and non-transitory computer-readable storage medium
WO2013058473A1 (en) Adaptive transform method based on in-screen prediction and apparatus using the method
JP2009094828A (en) Device and method for encoding image, and device and method for decoding image
KR101737861B1 (en) Apparatus and method for dct size decision based on transform depth
KR20170108367A (en) Method and apparatus for processing a video signal based on intra prediction
CN111279698B (en) Asymmetric division apparatus and method for image coding
JP6176044B2 (en) Block structure determination circuit and information compression circuit
JP6708211B2 (en) Moving picture coding apparatus, moving picture coding method, and recording medium storing moving picture coding program
JP5887012B2 (en) Image decoding method
JP5886922B2 (en) Image decoding method
JP5574072B1 (en) Video encoding apparatus, video encoding method, and video encoding program
JP2017028372A (en) Coding scheme conversion device, method and program
JP5887013B2 (en) Image decoding method
JP5891333B2 (en) Image decoding method
JP5690898B2 (en) Image decoding method
JP5422681B2 (en) Image decoding method
JP6409400B2 (en) Video encoding apparatus, method and program
JP6497100B2 (en) Video encoding apparatus, method and program
JPWO2015141116A1 (en) Video encoding apparatus, video encoding method, and video encoding program
JP5644987B1 (en) Video encoding apparatus, video encoding method, and video encoding program
JP2016129391A (en) Image decoding method
KR20170124076A (en) Method and apparatus for encoding and decoding a video signal group
JP2012120086A (en) Video encoder
KR20130050534A (en) Methods of encoding using hadamard transform and apparatuses using the same

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160902

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170413

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170425

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170605

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170626

R150 Certificate of patent or registration of utility model

Ref document number: 6176044

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150