JPH0998431A - Device and method for transmitting image signal - Google Patents

Device and method for transmitting image signal

Info

Publication number
JPH0998431A
JPH0998431A JP27686195A JP27686195A JPH0998431A JP H0998431 A JPH0998431 A JP H0998431A JP 27686195 A JP27686195 A JP 27686195A JP 27686195 A JP27686195 A JP 27686195A JP H0998431 A JPH0998431 A JP H0998431A
Authority
JP
Japan
Prior art keywords
block
significance
significant
judgment
image signal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP27686195A
Other languages
Japanese (ja)
Other versions
JP3674110B2 (en
Inventor
Tetsujiro Kondo
哲二郎 近藤
Hideo Nakaya
秀雄 中屋
Toshiya Ishizaka
敏弥 石坂
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.)
Sony Corp
Original Assignee
Sony 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 Sony Corp filed Critical Sony Corp
Priority to JP27686195A priority Critical patent/JP3674110B2/en
Publication of JPH0998431A publication Critical patent/JPH0998431A/en
Application granted granted Critical
Publication of JP3674110B2 publication Critical patent/JP3674110B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce an encoded data amount to be transmitted by adaptively significance-judging motion compensation residual signals and to control the encoded data amount to be transmitted to be fixed at all times by performing feedback buffering. SOLUTION: As for input image data, motion vector is detected by a block unit by block matching for instance with the locally decoded images of a frames in the past. By the motion vector of the block unit, motion compensation is performed to a previous frame, predicted images are prepared and a difference with the input image data is calculated. For the predicted residual, significance judgement is performed for respective blocks and the residual signals of the block judged as a significant block are quantized, then variable length encoded and supplied to a buffer circuit 11. A hierarchical branch to perform transmission is appropriately selected from the residual amount of the buffer circuit 11.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】この発明は、ブロック化され
た画像信号を圧縮する場合、データ伝送量をより削減す
ることができる画像信号伝送装置および方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image signal transmitting apparatus and method capable of further reducing the data transmission amount when compressing a blocked image signal.

【0002】[0002]

【従来の技術】従来、画像圧縮において、なんらかの前
処理によって求められた予測残差を所定のビット数で量
子化することで情報量を削減するのが一般的な方法であ
る。その例として、図7に示すように、予測残差が入力
端子41を介して、動き補償予測符号化回路42へ供給
され、動き補償予測符号化回路42においては、動き補
償された予測画像と入力画像とのサンプル値毎の残差信
号が発生する。この予測残差は、量子化回路43へ供給
され、量子化回路43において元のビット数より少ない
ビット数で量子化される。
2. Description of the Related Art Conventionally, in image compression, a general method is to reduce the amount of information by quantizing a prediction residual obtained by some preprocessing with a predetermined number of bits. As an example, as shown in FIG. 7, the prediction residual is supplied to the motion compensation predictive coding circuit 42 via the input terminal 41. In the motion compensation predictive coding circuit 42, the motion compensated predictive image and A residual signal is generated for each sample value with the input image. This prediction residual is supplied to the quantization circuit 43, and is quantized in the quantization circuit 43 with a bit number smaller than the original bit number.

【0003】量子化回路43からの量子化値が可変長符
号化回路44へ供給され、可変長符号が行われ、バッフ
ァリング回路45へ供給され、バッファリング回路45
は、バッファ残量に応じて量子化回路43の量子化ステ
ップ幅を制御することによって、伝送される出力データ
のレートが一定のものに制御される。このように予測残
差を量子化することにより発生するデータ量(以下、符
号化データ量と称する)を削減する有効な手法の1つと
して、供給されたサンプル値とその予測値との差分をと
ることによって、求められた予測誤差を所定のビット数
で量子化しているが、予測残差すべてを量子化するの
で、かなりの符号化データ量になる。
The quantized value from the quantization circuit 43 is supplied to the variable length coding circuit 44, variable length coding is performed, and it is supplied to the buffering circuit 45 and the buffering circuit 45.
Controls the quantizing step width of the quantizing circuit 43 according to the buffer remaining amount, so that the rate of the output data to be transmitted is controlled to be constant. As one of effective methods for reducing the data amount (hereinafter, referred to as the encoded data amount) generated by quantizing the prediction residual, the difference between the supplied sample value and its predicted value is calculated. By doing so, the obtained prediction error is quantized with a predetermined number of bits, but since all prediction residuals are quantized, the amount of encoded data becomes considerable.

【0004】この符号化データ量を抑える1つの方法と
して、予測残差をブロック分割して、そのブロック毎に
伝送することが有意か否かを判定する有意判定を行い、
その有意判定において、無意と判定されたブロックにつ
いては伝送しないというものがある。
As one method of suppressing the amount of coded data, the prediction residual is divided into blocks and a significant judgment is made to judge whether or not it is significant to transmit each block,
In the significance judgment, there is a method in which a block judged to be insignificant is not transmitted.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、この場
合、ブロックサイズが小さいと有意となるブロックの出
現確率は減るが、総ブロック数が増えるため、フラグな
どのオーバーヘッドが増えて、結果的に符号化データ量
が増えてしまうということがあるという問題があった。
また、ブロックサイズが小さいと画像の内容によって
は、有意ブロックの数が大幅に変わり、情報量を一定に
するための制御が難しくなるという問題があった。
However, in this case, the probability of appearance of a block that becomes significant when the block size is small is reduced, but since the total number of blocks is increased, overhead such as flags is increased, resulting in encoding. There was a problem that the amount of data would increase.
In addition, if the block size is small, the number of significant blocks changes significantly depending on the content of the image, which makes it difficult to control the amount of information to be constant.

【0006】従って、この発明の目的は、階層構造とす
ることによって符号化データ量を削減するとともに、フ
ィードバックバッファリングを行うことによって、符号
化データ量を常に一定にすることができる画像信号伝送
装置および方法を提供することにある。
Therefore, an object of the present invention is to reduce the amount of encoded data by adopting a hierarchical structure and to make the amount of encoded data constant by performing feedback buffering. And to provide a method.

【0007】[0007]

【課題を解決するための手段】請求項1に記載の発明
は、入力される画素値とその予測値との予測残差に対し
て符号化を行う画像信号伝送装置において、予測残差を
第1のブロックへ分割し、第1のブロックのアクティビ
ティーに基づいて、第1のブロック毎に有意か否かを判
定する第1のブロック用の有意判定手段と、第1のブロ
ックのブロックサイズを細分化し、第2のブロックを生
成し、第2のブロック毎に第2のブロックのアクティビ
ティーに基づいて、有意判定を行う第2のブロック用の
有意判定手段と、第2のブロックのブロックサイズを細
分化し、第3のブロックを生成し、第3のブロック毎に
第3のブロックのアクティビティーに基づいて、有意判
定を行う第3のブロック用の有意判定手段と、第1のブ
ロック用の有意判定手段によって、有意と判定された場
合に、符号化データ量が小となるように、予め定められ
た態様で第2のブロックまたは第3のブロックへの処理
へ分岐するようになされ、第1のブロック用の有意判定
手段、第2のブロック用の有意判定手段または第3のブ
ロック用の有意判定手段により有意と判定されたブロッ
クに含まれる予測残差、並びに有意/無意を識別するた
めのフラグを伝送するようにしたことを特徴とする画像
信号伝送装置である。
According to a first aspect of the present invention, there is provided a video signal transmission apparatus for encoding a prediction residual between an input pixel value and its prediction value, wherein 1 block, and the block size of the 1st block is subdivided into a 1st block significance determining means for determining whether or not the 1st block is significant based on the activity of the 1st block. To generate a second block, and for each second block, based on the activity of the second block, a significance judgment means for the second block that performs significance judgment, and a block size of the second block are subdivided. To generate a third block, and based on the activity of the third block for each third block, a significant judgment means for the third block, and a significant judgment for the first block. When it is determined to be significant by the stage, the processing is branched to the second block or the third block in a predetermined manner so that the encoded data amount becomes small, and A prediction residual included in a block determined to be significant by the significance determining unit for blocks, the significance determining unit for second blocks, or the significance determining unit for third blocks, and a flag for identifying significance / insignificance Is an image signal transmission device.

【0008】また、請求項2に記載の発明は、入力され
る画素値とその予測値との予測残差に対して符号化を行
う画像信号伝送装置において、予測残差を第1のブロッ
クへ分割し、第1のブロックのアクティビティーに基づ
いて、第1のブロック毎に有意か否かを判定する第1の
ブロック用の有意判定手段と、第1のブロックのブロッ
クサイズを細分化し、第2のブロックを生成し、第2の
ブロック毎に有意判定を行う第2のブロック用の有意判
定手段と、第1のブロック用の有意判定手段および第2
のブロック用の有意判定手段によって有意と判定された
ブロックに含まれる予測残差を量子化する量子化手段
と、量子化手段の出力を可変長符号化する可変長符号化
手段と、可変長符号化手段の出力が供給されるバッファ
と、バッファの残量に基づいて有意判定のしきい値を変
化させることで、伝送される情報量を一定とするように
構成されたフィードバック形式の情報量制御手段とから
なり、有意/無意を識別するためのフラグとバッファの
出力とを伝送するようにしたことを特徴とする画像信号
伝送装置である。
According to a second aspect of the present invention, in the image signal transmission device for encoding the prediction residual between the input pixel value and its prediction value, the prediction residual is transferred to the first block. The first block is divided, and the block size of the first block is subdivided, and the second block is divided into the second block and the second block. Second block significant judgment means for making a significant judgment for each second block, a first block significant judgment means, and a second block significant judgment means.
Quantizing means for quantizing a prediction residual included in a block determined to be significant by the significance determining means for the block, variable length coding means for variable length coding the output of the quantizing means, and variable length coding A feedback type information amount control configured to make the amount of information to be transmitted constant by changing the threshold to which significance is judged based on the buffer to which the output of the digitizing means is supplied and the remaining amount of the buffer. The image signal transmitting device is characterized by comprising means and means for transmitting a flag for identifying significant / insignificant and an output of the buffer.

【0009】さらに、請求項5に記載の発明は、入力さ
れる画素値とその予測値との予測残差に対して符号化を
行う画像信号伝送方法において、予測残差を第1のブロ
ックへ分割し、第1のブロックのアクティビティーに基
づいて、第1のブロック毎に有意か否かを判定するステ
ップと、第1のブロックのブロックサイズを細分化し、
第2のブロックを生成し、第2のブロック毎に第2のブ
ロックのアクティビティーに基づいて、有意判定を行う
ステップと、第2のブロックのブロックサイズを細分化
し、第3のブロックを生成し、第3のブロック毎に第3
のブロックのアクティビティーに基づいて、有意判定を
行うステップと、第1のブロックの有意判定によって、
有意と判定された場合に、符号化データ量が小となるよ
うに、予め定められた態様で第2のブロックまたは第3
のブロックへの処理へ分岐するようになされ、第1のブ
ロックの有意判定、第2のブロックの有意判定または第
3のブロックの有意判定により有意と判定されたブロッ
クに含まれる予測残差、並びに有意/無意を識別するた
めのフラグを伝送するようにしたことを特徴とする画像
信号伝送方法である。
Further, in the image signal transmission method according to the fifth aspect of the present invention, in which the prediction residual of the input pixel value and the prediction value thereof is encoded, the prediction residual is transferred to the first block. Dividing and determining whether or not each first block is significant based on the activity of the first block, and subdividing the block size of the first block,
Generating a second block, performing a significance judgment for each second block based on the activity of the second block, and subdividing the block size of the second block to generate a third block, Third for every third block
By the step of making a significance judgment based on the activity of the block, and the significance judgment of the first block,
When it is determined to be significant, the second block or the third block is set in a predetermined manner so that the encoded data amount becomes small.
A prediction residual included in a block which is determined to be significant by the significance judgment of the first block, the significance judgment of the second block or the significance judgment of the third block, and The image signal transmission method is characterized in that a flag for distinguishing significance / insignificance is transmitted.

【0010】そして、請求項6に記載の発明は、入力さ
れる画素値とその予測値との予測残差に対して符号化を
行う画像信号伝送方法において、予測残差を第1のブロ
ックへ分割し、第1のブロックのアクティビティーに基
づいて、第1のブロック毎に有意か否かを判定するステ
ップと、第1のブロックのブロックサイズを細分化し、
第2のブロックを生成し、第2のブロック毎に有意判定
を行うステップと、第1のブロックの有意判定および第
2のブロックの有意判定によって有意と判定されたブロ
ックに含まれる予測残差を量子化するステップと、量子
化段の出力を可変長符号化するステップと、可変長符号
化の出力が供給されるバッファと、バッファの残量に基
づいて有意判定のしきい値を変化させることで、伝送さ
れる情報量を一定とするように構成されたフィードバッ
ク形式の情報量制御とからなり、有意/無意を識別する
ためのフラグとバッファの出力とを伝送するようにした
ことを特徴とする画像信号伝送方法である。
According to a sixth aspect of the present invention, in the image signal transmission method for encoding the prediction residual between the input pixel value and its prediction value, the prediction residual is transferred to the first block. Dividing and determining whether or not each first block is significant based on the activity of the first block, and subdividing the block size of the first block,
A step of generating a second block and performing a significance judgment for each second block; and a prediction residual included in the block determined to be significant by the significance judgment of the first block and the significance judgment of the second block. Quantizing, variable-length coding the output of the quantization stage, a buffer to which the variable-length coding output is supplied, and changing the significance judgment threshold value based on the remaining capacity of the buffer. And a feedback type information amount control configured to make the amount of information to be transmitted constant, and transmitting a flag for identifying significant / insignificant and an output of the buffer. Image signal transmission method.

【0011】予測残差を階層的に有意判定することで伝
送する符号化データ量を削減することができ、さらにフ
ィードバックバッファリングを行うことで符号化データ
量を一定に制御することができる。
The amount of encoded data to be transmitted can be reduced by hierarchically determining the prediction residual error, and the amount of encoded data can be controlled to be constant by performing feedback buffering.

【0012】[0012]

【発明の実施の形態】以下、この発明の一実施例につい
て図面を参照して説明する。画像信号伝送装置の一実施
例のブロック図を図1に示す。1で示す入力端子から現
フレームの画像データが入力され、その画像データは、
動き検出回路2および減算器3へ供給される。減算器3
では、入力画像データから予測回路8からの予測画像デ
ータが減算され、その予測残差は、階層化のための有意
判定回路9に供給される。この有意判定回路9では、後
述するようにROMテーブル12から有意判定用のしき
い値が供給され、そのしきい値に基づいて有意判定さ
れ、有意/無意を識別するための有意フラグと有意ブロ
ックのデータが出力される。
BEST MODE FOR CARRYING OUT THE INVENTION An embodiment of the present invention will be described below with reference to the drawings. A block diagram of an embodiment of the image signal transmission device is shown in FIG. The image data of the current frame is input from the input terminal indicated by 1, and the image data is
It is supplied to the motion detection circuit 2 and the subtractor 3. Subtractor 3
Then, the prediction image data from the prediction circuit 8 is subtracted from the input image data, and the prediction residual is supplied to the significance determination circuit 9 for layering. In the significance judgment circuit 9, as will be described later, a threshold for significance judgment is supplied from the ROM table 12, significance judgment is performed based on the threshold, and a significance flag and a significance block for identifying significance / insignificance are provided. Data is output.

【0013】有意判定回路9からの有意フラグは、バッ
ファ回路11へ供給され、有意ブロックのデータは、量
子化回路4へ供給される。量子化回路4では、供給され
た有意ブロックのデータに対してROMテーブル12か
ら供給される量子化ステップ幅に基づいて量子化が行わ
れる。すなわち、バッファ回路11の残量が少ないとき
は、量子化ステップ幅は大きくなるようにフィードバッ
ク制御され、残量が多いときは、量子化ステップ幅は小
さくなるようにフィードバック制御される。
The significance flag from the significance judgment circuit 9 is supplied to the buffer circuit 11, and the data of the significance block is supplied to the quantization circuit 4. In the quantization circuit 4, the supplied significant block data is quantized based on the quantization step width supplied from the ROM table 12. That is, when the remaining amount of the buffer circuit 11 is small, feedback control is performed so that the quantization step width becomes large, and when the remaining amount is large, feedback control is performed so that the quantization step width becomes small.

【0014】量子化回路4からの量子化値は、逆量子化
回路5および可変長符号化回路10へ供給される。可変
長符号化回路10では、供給された有意ブロックの量子
化値に対して、例えばハフマン符号化のようなエントロ
ピー符号化を用いてさらに情報量が削減され、有意フラ
グと共にバッファ回路11へ供給される。逆量子化回路
5では、量子化回路4へ供給した量子化ステップ幅と同
様の量子化ステップ幅に基づいて、量子化値の逆量子
化、すなわち復号が行われ、もとの予測残差が復元され
る。
The quantized value from the quantizing circuit 4 is supplied to the inverse quantizing circuit 5 and the variable length coding circuit 10. The variable-length coding circuit 10 further reduces the amount of information for the supplied quantized value of the significant block by using entropy coding such as Huffman coding, and supplies the information to the buffer circuit 11 together with the significant flag. It The inverse quantization circuit 5 performs inverse quantization of the quantized value, that is, decoding based on the same quantization step width as the quantization step width supplied to the quantization circuit 4, and the original prediction residual is Restored.

【0015】復元された予測残差は、加算器6へ供給さ
れ、加算器6において、予測回路8からの予測画像デー
タと加算される。加算器6の出力からフレームメモリ7
へ供給される。このフレームメモリ7には、ローカル復
号された過去のフレーム画像が記憶されており、その過
去のフレーム画像に対して、加算器6からのデータが書
き込まれ、その書き込まれた画像データがフレームメモ
リ7から動き検出回路2および予測回路8へ供給され
る。動き検出回路2では、入力画像データとフレームメ
モリ7から供給される画像データとを用いて、例えばブ
ロックマッチングによって、ブロック単位に動きベクト
ルの検出が行われる。検出された動きベクトルは、動き
検出回路2からバッファ回路11および予測回路8へ供
給される。
The restored prediction residual is supplied to the adder 6 and is added to the predicted image data from the prediction circuit 8 in the adder 6. From the output of the adder 6 to the frame memory 7
Supplied to The locally decoded past frame image is stored in the frame memory 7, the data from the adder 6 is written to the past frame image, and the written image data is stored in the frame memory 7. Is supplied to the motion detection circuit 2 and the prediction circuit 8. The motion detection circuit 2 uses the input image data and the image data supplied from the frame memory 7 to detect a motion vector for each block by block matching, for example. The detected motion vector is supplied from the motion detection circuit 2 to the buffer circuit 11 and the prediction circuit 8.

【0016】予測回路8では、供給された動きベクトル
によって、フレームメモリ7からの画像データに対して
動き補償を行うことで予測画像データが作成される。作
成された予測画像データは、予測回路8から減算器3お
よび加算器6へ供給される。
In the prediction circuit 8, motion compensation is performed on the image data from the frame memory 7 by the supplied motion vector to generate predicted image data. The generated prediction image data is supplied from the prediction circuit 8 to the subtractor 3 and the adder 6.

【0017】バッファ回路11には、有意フラグ、可変
長符号化された量子化値、動きベクトルおよびROMテ
ーブル12から後述する図4に示すしきい値番号(アド
レス)が供給される。バッファ回路11に入力される量
子化値は、画像の内容によって情報量が変化するが、バ
ッファ回路11の出力は、伝送路の容量にあわせて一定
のレートで出力される。したがって、その差分がバッフ
ァ回路11の残量となり、入力される量子化値が多くな
ればバッファ残量は減少し、入力される量子化値が少な
くなればバッファ残量は増加する。そのバッファ残量
は、バッファ回路11からROMテーブル12へ供給さ
れる。
The buffer circuit 11 is supplied with a significance flag, a variable length coded quantized value, a motion vector, and a threshold number (address) shown in FIG. The quantized value input to the buffer circuit 11 changes in information amount depending on the content of the image, but the output of the buffer circuit 11 is output at a constant rate according to the capacity of the transmission path. Therefore, the difference becomes the remaining amount of the buffer circuit 11, and when the input quantized value increases, the remaining buffer amount decreases, and when the input quantized value decreases, the remaining buffer amount increases. The buffer remaining amount is supplied from the buffer circuit 11 to the ROM table 12.

【0018】ROMテーブル12では、供給されたバッ
ファ残量をある程度のステップ(例えば16ステップ)
に分割し、これをアドレスとして、有意判定用のしきい
値と量子化ステップ幅を出力するROMテーブル12に
入力する。ROMテーブル12の内容は、予めバッファ
残量に応じて、有意判定用のしきい値と量子化ステップ
幅が一括して増減するように、測定、シュミレーショ
ン、経験等に基づいて定められており、且つバッファ回
路11がオーバーフローまたはアンダーフローしないよ
うな値が選択されている。そして、ROMテーブル12
からのしきい値が有意判定回路9に供給され、また、R
OMテーブル12からの量子化ステップ幅が量子化回路
4および逆量子化回路5のそれぞれに供給され、またバ
ッファ回路11には、しきい値番号が供給される。
In the ROM table 12, the supplied buffer remaining amount is determined by a certain number of steps (for example, 16 steps).
It is input to the ROM table 12 which outputs the threshold value for significance judgment and the quantization step width using this as an address. The contents of the ROM table 12 are determined in advance based on measurement, simulation, experience, etc. so that the threshold value for significance determination and the quantization step width may be increased or decreased collectively according to the remaining buffer capacity. Moreover, a value is selected so that the buffer circuit 11 does not overflow or underflow. And the ROM table 12
Is supplied to the significance judgment circuit 9, and R
The quantization step width from the OM table 12 is supplied to each of the quantization circuit 4 and the inverse quantization circuit 5, and the buffer circuit 11 is supplied with a threshold number.

【0019】ここで、ブロックの階層構造の一例を図2
に示す。予測残差について、例えば16×16画素の大
きさの第1のブロックに分割し(第1階層:L1)、ま
ず、注目ブロック内の予測残差の絶対値の最大値(最大
誤差)を検出し、この最大値を予め決められたしきい値
と比較する。その結果、最大値がしきい値よりも小さい
場合は、無意ブロックと判断し、有意フラグは `0' と
して、予測残差の伝送は行わない。
Here, an example of a hierarchical structure of blocks is shown in FIG.
Shown in The prediction residual is divided into, for example, a first block having a size of 16 × 16 pixels (first layer: L1), and first, the maximum absolute value (maximum error) of the prediction residuals in the target block is detected. Then, this maximum value is compared with a predetermined threshold value. As a result, if the maximum value is smaller than the threshold value, it is determined to be an insignificant block, the significance flag is set to "0", and the prediction residual is not transmitted.

【0020】一方、最大残差がしきい値よりも大きい場
合は、有意ブロックであると判断し、有意フラグを立て
る( `1' にする)と共に、さらに下位の階層の有意判
定に制御が移る。第1階層で有意と判定されたブロック
は、さらに8×8画素の大きさの第2のブロックに細分
化し(第2階層:L2)、同様な有意判定を行い、第2
階層で有意と判定されたブロックは、さらに4×4画素
の大きさの第3のブロックに分割され(第3階層:L
3)、有意判定が行われる。
On the other hand, when the maximum residual is larger than the threshold value, it is determined that the block is a significant block, a significant flag is set (set to "1"), and control is moved to the significant determination of the lower hierarchy. . The block determined to be significant in the first layer is further subdivided into a second block having a size of 8 × 8 pixels (second layer: L2), and similar significance determination is performed,
The block determined to be significant in the hierarchy is further divided into a third block having a size of 4 × 4 pixels (third hierarchy: L
3), significance judgment is performed.

【0021】ここで、ブロックの階層分岐の態様につい
て、上述ではL1−L2−L3の順番に階層分岐が行わ
れるよう説明したが、L1−L2の順番に階層分岐を行
う場合、L1−L3の順番に階層分岐を行う場合または
L2−L3の順番に階層分岐を行う場合もある。どのよ
うに階層分岐を行うかを判断するために、予め多数の画
像データを用いたシュミレーションを行い、符号化デー
タ量が少なくなるような階層分岐の態様を求める。
Although the hierarchical branching of blocks has been described above as being performed in the order of L1-L2-L3, when hierarchical branching is performed in the order of L1-L2, the hierarchical branching of L1-L3 is performed. In some cases, hierarchical branching may be performed in order, or hierarchical branching may be performed in L2-L3 order. In order to determine how to perform hierarchical branching, a simulation using a large number of image data is performed in advance and a mode of hierarchical branching that reduces the amount of encoded data is obtained.

【0022】図3は、このシュミレーションの計算の例
を示し、例えば2ビットの量子化器を想定したときの有
意判定用のしきい値と符号化データ量の関係を示す。図
3では、この平均ビット数が2ビットを超えるものも示
されているがこれは予測残差のみならず、動きベクト
ル、有意フラグ、しきい値番号等のデータを伝送するた
めである。1つの予測誤差当りのビット数は、有意ブロ
ックの割合を表している。
FIG. 3 shows an example of this simulation calculation, and shows the relationship between the threshold value for significance judgment and the amount of encoded data when a 2-bit quantizer is assumed, for example. FIG. 3 also shows that the average number of bits exceeds 2 bits, but this is because not only the prediction residual but also data such as a motion vector, a significant flag, and a threshold number are transmitted. The number of bits per prediction error represents the ratio of significant blocks.

【0023】この図3によると、各しきい値に対して、
平均ビット数が最小となる階層分岐の態様が一定ではな
い。すなわち、しきい値に対して平均ビット数が最小と
なる階層分岐の態様がL1−L2−L3であったり、L
1−L3であったりする。したがって、図3のシュミレ
ーション結果に基づいて、階層分岐の態様をしきい値に
応じて制御することで圧縮効率を高めることが可能とな
る。
According to FIG. 3, for each threshold,
The mode of hierarchical branching in which the average number of bits is minimum is not constant. That is, the mode of the hierarchical branch in which the average number of bits is the minimum with respect to the threshold value is L1-L2-L3, or
It may be 1-L3. Therefore, it is possible to increase the compression efficiency by controlling the mode of hierarchical branching according to the threshold value based on the simulation result of FIG.

【0024】次に、ROMテーブル12の内容の一例を
図4に示す。この図4は、バッファ残量が多い場合をア
ドレスの少ないほう、バッファ残量が少ない場合をアド
レスの多いほうにアサインしてあり、有意判定用のしき
い値と量子化ステップ幅が各アドレスに対して設定され
ている。この量子化ステップ幅は、入力されたディジタ
ルコンポーネント信号に処理を施すため、輝度値Yおよ
び色差信号U、Vに対するものが表されている。
Next, an example of the contents of the ROM table 12 is shown in FIG. In FIG. 4, when the buffer remaining amount is large, the one with a small address is assigned, and when the buffer remaining amount is small, the one with a large address is assigned, and the threshold value for the significance judgment and the quantization step width are assigned to each address. It has been set against. This quantization step width is shown for the luminance value Y and the color difference signals U and V because the input digital component signal is processed.

【0025】有意判定用のしきい値に関して、バッファ
残量が多い(アドレスが小)ときはしきい値は小さく、
バッファ残量が少ない(アドレスが大)ときはしきい値
は大きくなっている。量子化ステップ幅に関しては、バ
ッファ残量が多い(アドレスが小)ときは量子化ステッ
プ幅は小さく、バッファ残量が少ない(アドレスが大)
ときは量子化ステップ幅は大きくなっている。
Regarding the threshold value for significance judgment, the threshold value is small when the buffer remaining amount is large (the address is small),
The threshold is high when the buffer is low (the address is large). Regarding the quantization step width, when the buffer remaining amount is large (the address is small), the quantization step width is small and the buffer remaining amount is small (the address is large).
Sometimes the quantization step size is large.

【0026】バッファ残量に応じてROMテーブル12
から読み出された有意判定用のしきい値は、有意判定回
路9に供給され、ブロックの最大残差としきい値とを比
較することによって、有意か否かが階層的に判断される
と共に、しきい値に応じて階層分岐の態様が選択され
る。
ROM table 12 according to the remaining buffer capacity
The significance judgment threshold value read out from is supplied to the significance judgment circuit 9, and by comparing the maximum residual of the block with the threshold value, whether or not it is significant is hierarchically judged. The mode of hierarchical branching is selected according to the threshold value.

【0027】同様にバッファ残量に応じてROMテーブ
ル12から読み出された量子化ステップ幅は、量子化回
路4および逆量子化回路5に供給され、量子化回路4で
は、有意ブロックと判定された残差信号の量子化が行わ
れ、逆量子化回路5では、ローカル復号を行うために、
予測残差が復号される。
Similarly, the quantization step width read from the ROM table 12 according to the remaining buffer amount is supplied to the quantization circuit 4 and the inverse quantization circuit 5, and the quantization circuit 4 determines that it is a significant block. The residual signal is quantized, and the inverse quantization circuit 5 performs local decoding in order to perform local decoding.
The prediction residual is decoded.

【0028】この例における量子化回路4が線形量子化
を行うものとしたが、レベルに応じて量子化ステップ幅
が異なる非線形量子化、例えばADRC(ダイナミック
レンジ適応符号化)を用いても良い。このADRCと
は、画像の局所的な相関を利用してレベル方向の冗長度
を適応的に除去するものである。すなわち、8ビットの
原データの持つ0〜255のダイナミックレンジの中
で、各ブロック毎に再量子化するのに必要なブロック内
ダイナミックレンジは、大幅に小さくなり、このため
に、再量子化に必要なビット数は、元の8ビットより大
幅に低減することが可能となる。
Although the quantization circuit 4 in this example performs linear quantization, nonlinear quantization having different quantization step widths depending on the level, for example, ADRC (Dynamic Range Adaptive Coding) may be used. The ADRC is a method for adaptively removing redundancy in the level direction by utilizing local correlation of images. That is, within the dynamic range of 0 to 255 of the 8-bit original data, the intra-block dynamic range required for requantization for each block is significantly reduced. The required number of bits can be significantly reduced from the original 8 bits.

【0029】固定長のADRCの場合のROMテーブル
12を図5に示す。この図5は、上述の図4のROMテ
ーブル12と同様にバッファ残量が多い場合をアドレス
の少ないほう、バッファ残量が少ない場合をアドレスの
多いほうにアサインしてあり、有意判定用のしきい値と
量子化ステップ幅が各アドレスに対して設定されてい
る。ここでは、しきい値番号に対応する量子化ステップ
幅として、Th1が設定されている。なお、ダイナミッ
クレンジが大きいほど量子化ビット数を多くする可変長
ADRCも量子化の方法として採用することもできる。
The ROM table 12 for the fixed length ADRC is shown in FIG. In this FIG. 5, as in the case of the ROM table 12 in FIG. 4 described above, the case where the buffer remaining amount is large is assigned to the one having a smaller address, and the case where the buffer remaining amount is smaller is assigned to the one having a larger address. A threshold value and a quantization step size are set for each address. Here, Th1 is set as the quantization step width corresponding to the threshold number. Note that variable-length ADRC, which increases the number of quantization bits as the dynamic range increases, can also be used as a quantization method.

【0030】ここで、階層化有意判定処理回路4の一例
のブロック図を図6に示す。21で示す入力端子から入
力された予測残差は、第1階層ブロック化回路22、第
2階層ブロック化回路23および第3階層ブロック化回
路24へ供給される。第1階層ブロック化回路22で
は、16×16ブロックに分割され、最大残差検出回路
25および選択判断回路33へ供給される。
Here, FIG. 6 shows a block diagram of an example of the hierarchical significance determination processing circuit 4. The prediction residual input from the input terminal 21 is supplied to the first layer blocking circuit 22, the second layer blocking circuit 23, and the third layer blocking circuit 24. The first layer blocking circuit 22 divides it into 16 × 16 blocks and supplies them to the maximum residual detection circuit 25 and the selection determination circuit 33.

【0031】最大残差検出回路25では、供給された1
6×16ブロック毎に残差の絶対値の最大値が検出され
る。検出された最大残差は、比較回路30へ供給され、
端子28から供給されるしきい値と比較され、しきい値
より大きい場合は、flag1が1にセットされ、しきい値
より小さい場合は、flag1が0にセットされ、選択判断
回路33へ供給される。すなわち、比較回路30におい
て、有意判定が行われ、有意と判定された場合flag1に
1がセットされ、無意と判定された場合flag1に0がセ
ットされる。
In the maximum residual detection circuit 25, the supplied 1
The maximum absolute value of the residual is detected for each 6 × 16 block. The detected maximum residual is supplied to the comparison circuit 30,
It is compared with the threshold value supplied from the terminal 28. If it is larger than the threshold value, flag1 is set to 1, and if it is smaller than the threshold value, flag1 is set to 0 and supplied to the selection judgment circuit 33. It That is, in the comparison circuit 30, the significance determination is performed, and if it is determined to be significant, flag1 is set to 1, and if it is determined to be insignificant, flag1 is set to 0.

【0032】第2階層ブロック化回路23では、8×8
ブロックに分割され、最大残差検出回路26および選択
判断回路33へ供給される。最大残差検出回路26で
は、供給された8×8ブロック毎に残差の絶対値の最大
値が検出される。検出された最大残差は、比較回路31
へ供給され、端子28から供給されるしきい値と比較さ
れ、しきい値より大きい場合は、flag2が1にセットさ
れ、しきい値より小さい場合は、flag2が0にセットさ
れ、選択判断回路33へ供給される。すなわち、比較回
路31において、有意判定が行われ、有意と判定された
場合flag2に1がセットされ、無意と判定された場合fl
ag2に0がセットされる。
In the second layer blocking circuit 23, 8 × 8
It is divided into blocks and supplied to the maximum residual detection circuit 26 and the selection judgment circuit 33. The maximum residual detection circuit 26 detects the maximum absolute value of the residual for each supplied 8 × 8 block. The maximum residual detected is calculated by the comparison circuit 31.
Is supplied to the terminal 28 and is compared with the threshold value supplied from the terminal 28. If it is larger than the threshold value, flag2 is set to 1. If it is smaller than the threshold value, flag2 is set to 0 and the selection judgment circuit 33. That is, in the comparison circuit 31, a significant judgment is made, flag1 is set to 1 when it is judged to be significant, and fl when it is judged to be insignificant.
0 is set in ag2.

【0033】同様に、第3階層ブロック化回路24で
は、4×4ブロックに分割され、最大残差検出回路27
および選択判断回路33へ供給される。最大残差検出回
路27では、供給された4×4ブロック毎に残差の絶対
値の最大値が検出される。検出された最大残差は、比較
回路32へ供給され、端子28から供給されるしきい値
と比較され、しきい値より大きい場合は、flag3が1に
セットされ、しきい値より小さい場合は、flag3が0に
セットされ、選択判断回路33へ供給される。すなわ
ち、比較回路32において、有意判定が行われ、有意と
判定された場合flag3に1がセットされ、無意と判定さ
れた場合flag3に0がセットされる。
Similarly, in the third layer blocking circuit 24, the maximum residual difference detecting circuit 27 is divided into 4 × 4 blocks.
And the selection judgment circuit 33. The maximum residual detection circuit 27 detects the maximum absolute value of the residual for each supplied 4 × 4 block. The detected maximum residual is supplied to the comparison circuit 32 and compared with the threshold value supplied from the terminal 28. If it is larger than the threshold value, flag3 is set to 1 and if it is smaller than the threshold value. , Flag3 are set to 0 and supplied to the selection judgment circuit 33. That is, in the comparison circuit 32, the significance determination is performed, and if it is determined to be significant, flag3 is set to 1, and if it is determined to be insignificant, flag3 is set to 0.

【0034】また、端子28から供給されるしきい値
は、ROM29にも供給されており、ここに予めしきい
値に応じてどの階層分岐を選択するかを示した選択信号
が書き込まれている。よって、供給されたしきい値に対
応する選択信号がROM29から読み出され、選択判断
回路33へ供給される。選択判断回路33では、第1階
層からのflag1および予測残差、第2階層からのflag2
および予測残差および第3階層からのflag3および予測
残差が供給され、選択信号に応じて、出力端子34から
伝送されるflagおよび出力端子35から伝送される有意
ブロックデータが選択される。
The threshold value supplied from the terminal 28 is also supplied to the ROM 29, and a selection signal indicating in advance which hierarchical branch should be selected according to the threshold value is written therein. . Therefore, the selection signal corresponding to the supplied threshold value is read from the ROM 29 and supplied to the selection judgment circuit 33. In the selection judgment circuit 33, flag1 and prediction residual from the first layer, flag2 from the second layer
The prediction residual and the flag3 and the prediction residual from the third layer are supplied, and the flag transmitted from the output terminal 34 and the significant block data transmitted from the output terminal 35 are selected according to the selection signal.

【0035】一般的には、図3のデータから判断できる
ように、しきい値が小さいときはL1−L3の階層分岐
が行われ、しきい値が少し大きくなるとL2−L3の階
層分岐が行われ、さらにしきい値が大きくなるとL1−
L2−L3の階層分岐が選択される。
In general, as can be judged from the data of FIG. 3, when the threshold value is small, the L1-L3 hierarchical branch is performed, and when the threshold value is slightly increased, the L2-L3 hierarchical branch is performed. If the threshold value increases further, L1-
The hierarchical branch of L2-L3 is selected.

【0036】なお、有意フラグについては、ブロックの
階層分岐にしたがって、ツリー構造で圧縮を施すことな
くまとめておくか、あるいは階層毎にフラグに対してフ
レーム単位でランレングス・ハフマン符号化を行って、
さらに情報量を削減しても良い。ただし、この場合フレ
ームメモリが必要となる。
The significant flags are grouped together in a tree structure without compression according to the hierarchical branch of the block, or run length Huffman coding is performed on the flags for each layer in frame units. ,
Further, the amount of information may be reduced. However, in this case, a frame memory is required.

【0037】この実施例では、並列に第1、第2および
第3のブロックを生成しているが、第1のブロックを生
成した後、第2のブロックを生成し、さらにその後第3
のブロックを生成することで、階層分岐を適宜選択する
ことも可能である。
In this embodiment, the first, second and third blocks are generated in parallel. However, after the first block is generated, the second block is generated and then the third block is generated.
It is also possible to appropriately select the hierarchical branch by generating the block of.

【0038】また、この実施例では、予測残差の最大値
の絶対値としきい値とを比較することで、有意判定を行
っているが、予測残差の自乗和または積和としきい値を
比較することで、有意判定を行うことも可能である。
Further, in this embodiment, the significance value is determined by comparing the absolute value of the maximum value of the prediction residual with the threshold value, but the sum of squares or the sum of products of the prediction residual and the threshold value are compared. It is also possible to make a significant judgment by making a comparison.

【0039】[0039]

【発明の効果】この発明に依れば、予測残差ブロックに
おける有意判定を階層的に行い、且つしきい値に応じて
階層分岐を変化させることで、圧縮効率を高めることが
可能となると共に、フィードバックバッファリングを行
うことで、情報量を一定に制御するとが可能となる。
According to the present invention, the compression efficiency can be improved by hierarchically determining the significance of prediction residual blocks and changing the hierarchical branching according to the threshold value. By performing feedback buffering, it is possible to control the amount of information to be constant.

【図面の簡単な説明】[Brief description of drawings]

【図1】この発明の画像信号伝送装置の一実施例を示す
ブロック図である。
FIG. 1 is a block diagram showing an embodiment of an image signal transmission device of the present invention.

【図2】この発明に係る階層的ブロックの一例を示す略
線図である。
FIG. 2 is a schematic diagram showing an example of a hierarchical block according to the present invention.

【図3】この発明に係る階層分岐法のビットレートの一
例を示す図である。
FIG. 3 is a diagram showing an example of a bit rate of the hierarchical branching method according to the present invention.

【図4】この発明に係る線形量子化に基づいたレート制
御用ROMテーブルの一例を示す図である。
FIG. 4 is a diagram showing an example of a ROM table for rate control based on linear quantization according to the present invention.

【図5】この発明に係る非線形量子化に基づいたレート
制御用ROMテーブルの一例を示す図である。
FIG. 5 is a diagram showing an example of a ROM table for rate control based on nonlinear quantization according to the present invention.

【図6】この発明の有意判定回路の一例を示したブロッ
ク図である。
FIG. 6 is a block diagram showing an example of a significance judgment circuit of the present invention.

【図7】従来のフィードバックバッファリングを用いた
圧縮符号化のブロック図である。
FIG. 7 is a block diagram of compression encoding using conventional feedback buffering.

【符号の説明】[Explanation of symbols]

2 動き検出回路 3 減算器 4 量子化回路 5 逆量子化回路 6 加算器 7 フレームメモリ 8 予測回路 9 有意判定回路 10 可変長符号化回路 11 バッファ回路 12 ROMテーブル 2 Motion Detection Circuit 3 Subtractor 4 Quantization Circuit 5 Inverse Quantization Circuit 6 Adder 7 Frame Memory 8 Prediction Circuit 9 Significance Judgment Circuit 10 Variable Length Coding Circuit 11 Buffer Circuit 12 ROM Table

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 入力される画素値とその予測値との予測
残差に対して符号化を行う画像信号伝送装置において、 上記予測残差を第1のブロックへ分割し、上記第1のブ
ロックのアクティビティーに基づいて、上記第1のブロ
ック毎に有意か否かを判定する第1のブロック用の有意
判定手段と、 上記第1のブロックのブロックサイズを細分化し、第2
のブロックを生成し、上記第2のブロック毎に上記第2
のブロックのアクティビティーに基づいて、有意判定を
行う第2のブロック用の有意判定手段と、 上記第2のブロックのブロックサイズを細分化し、第3
のブロックを生成し、上記第3のブロック毎に上記第3
のブロックのアクティビティーに基づいて、有意判定を
行う第3のブロック用の有意判定手段と、 上記第1のブロック用の有意判定手段によって、有意と
判定された場合に、符号化データ量が小となるように、
予め定められた態様で上記第2のブロックまたは上記第
3のブロックへの処理へ分岐するようになされ、 上記第1のブロック用の有意判定手段、上記第2のブロ
ック用の有意判定手段または上記第3のブロック用の有
意判定手段により有意と判定されたブロックに含まれる
上記予測残差、並びに上記有意/無意を識別するための
フラグを伝送するようにしたことを特徴とする画像信号
伝送装置。
1. An image signal transmission apparatus for encoding a prediction residual between an input pixel value and its prediction value, wherein the prediction residual is divided into a first block and the first block. Based on the activity of the first block, the first block significance determining means for determining whether or not the first block is significant, and the block size of the first block is subdivided,
Block is generated, and the second block is generated for each second block.
And a block size of the second block is further subdivided, and a third block significance determination means for performing a significance determination based on the activity of the block
Block is generated, and the third block is generated for each of the third blocks.
When the significance is determined to be significant by the significance determining means for the third block and the significance determining means for the first block based on the activity of the block, the encoded data amount is small. So that
The processing is branched to the processing to the second block or the third block in a predetermined mode, and the significance determining means for the first block, the significance determining means for the second block or the An image signal transmitting apparatus, characterized in that the prediction residual included in the block determined to be significant by the significance determining means for the third block and the flag for identifying the significance / insignificance are transmitted. .
【請求項2】 入力される画素値とその予測値との予測
残差に対して符号化を行う画像信号伝送装置において、 上記予測残差を第1のブロックへ分割し、上記第1のブ
ロックのアクティビティーに基づいて、上記第1のブロ
ック毎に有意か否かを判定する第1のブロック用の有意
判定手段と、 上記第1のブロックのブロックサイズを細分化し、第2
のブロックを生成し、上記第2のブロック毎に上記有意
判定を行う第2のブロック用の有意判定手段と、 上記第1のブロック用の有意判定手段および上記第2の
ブロック用の有意判定手段によって有意と判定されたブ
ロックに含まれる上記予測残差を量子化する量子化手段
と、 上記量子化手段の出力を可変長符号化する可変長符号化
手段と、 上記可変長符号化手段の出力が供給されるバッファと、 上記バッファの残量に基づいて有意判定のしきい値を変
化させることで、伝送される情報量を一定とするように
構成されたフィードバック形式の情報量制御手段とから
なり、 上記有意/無意を識別するためのフラグと上記バッファ
の出力とを伝送するようにしたことを特徴とする画像信
号伝送装置。
2. An image signal transmission apparatus for encoding a prediction residual between an input pixel value and its prediction value, wherein the prediction residual is divided into a first block and the first block. Based on the activity of the first block, the first block significance determining means for determining whether or not the first block is significant, and the block size of the first block is subdivided,
Second block, and the second block significant judgment means for performing the significance judgment for each of the second blocks, the first block significance judgment means, and the second block significance judgment means. Quantizing means for quantizing the prediction residual included in the block determined to be significant, variable length coding means for variable length coding the output of the quantizing means, and output of the variable length coding means Is supplied, and a feedback type information amount control means configured to keep the amount of information transmitted by changing the threshold value for significance determination based on the remaining amount of the buffer. The image signal transmission device is characterized in that the flag for identifying the significance / insignificance and the output of the buffer are transmitted.
【請求項3】 請求項2に記載の画像信号伝送装置にお
いて、 上記量子化手段は、線形量子化または非線形量子化の量
子化ステップ幅を適応的に変化させることを特徴とする
画像信号伝送装置。
3. The image signal transmission device according to claim 2, wherein the quantization means adaptively changes a quantization step width of linear quantization or non-linear quantization. .
【請求項4】 請求項1または請求項2に記載の画像信
号伝送装置において、 有意判定手段は、上記予測残差の絶対値の最大値を予め
定められたしきい値と比較し、上記最大値が上記しきい
値より大きい場合、有意ブロックと判定し、上記最大値
が上記しきい値より小さい場合、無意ブロックと判定す
ることを特徴とする画像信号伝送装置。
4. The image signal transmitting apparatus according to claim 1 or 2, wherein the significance determining means compares the maximum absolute value of the prediction residual with a predetermined threshold value, and determines the maximum value. An image signal transmitting apparatus, wherein when the value is larger than the threshold value, it is determined to be a significant block, and when the maximum value is smaller than the threshold value, it is determined to be an insignificant block.
【請求項5】 入力される画素値とその予測値との予測
残差に対して符号化を行う画像信号伝送方法において、 上記予測残差を第1のブロックへ分割し、上記第1のブ
ロックのアクティビティーに基づいて、上記第1のブロ
ック毎に有意か否かを判定するステップと、 上記第1のブロックのブロックサイズを細分化し、第2
のブロックを生成し、上記第2のブロック毎に上記第2
のブロックのアクティビティーに基づいて、有意判定を
行うステップと、 上記第2のブロックのブロックサイズを細分化し、第3
のブロックを生成し、上記第3のブロック毎に上記第3
のブロックのアクティビティーに基づいて、有意判定を
行うステップと、 上記第1のブロックの有意判定によって、有意と判定さ
れた場合に、符号化データ量が小となるように、予め定
められた態様で上記第2のブロックまたは上記第3のブ
ロックへの処理へ分岐するようになされ、 上記第1のブロックの有意判定、上記第2のブロックの
有意判定または上記第3のブロックの有意判定により有
意と判定されたブロックに含まれる上記予測残差、並び
に上記有意/無意を識別するためのフラグを伝送するよ
うにしたことを特徴とする画像信号伝送方法。
5. An image signal transmission method for encoding a prediction residual between an input pixel value and its prediction value, wherein the prediction residual is divided into a first block and the first block. Determining whether each of the first blocks is significant based on the activity of the first block, and dividing the block size of the first block into
Block is generated, and the second block is generated for each second block.
Determining the significance based on the activity of the block, and subdividing the block size of the second block into the third block.
Block is generated, and the third block is generated for each of the third blocks.
The step of performing a significance judgment based on the activity of the block and the significance judgment of the first block described above are performed in a predetermined manner so that the encoded data amount becomes small when the significance is judged. The processing is branched to the processing to the second block or the third block, and is significant by the significance judgment of the first block, the significance judgment of the second block or the significance judgment of the third block. An image signal transmission method, wherein the prediction residual included in the determined block and a flag for identifying the significance / insignificance are transmitted.
【請求項6】 入力される画素値とその予測値との予測
残差に対して符号化を行う画像信号伝送方法において、 上記予測残差を第1のブロックへ分割し、上記第1のブ
ロックのアクティビティーに基づいて、上記第1のブロ
ック毎に有意か否かを判定するステップと、 上記第1のブロックのブロックサイズを細分化し、第2
のブロックを生成し、上記第2のブロック毎に上記有意
判定を行うステップと、 上記第1のブロックの有意判定および上記第2のブロッ
クの有意判定によって有意と判定されたブロックに含ま
れる上記予測残差を量子化するステップと、 上記量子化段の出力を可変長符号化するステップと、 上記可変長符号化の出力が供給されるバッファと、 上記バッファの残量に基づいて有意判定のしきい値を変
化させることで、伝送される情報量を一定とするように
構成されたフィードバック形式の情報量制御とからな
り、 上記有意/無意を識別するためのフラグと上記バッファ
の出力とを伝送するようにしたことを特徴とする画像信
号伝送方法。
6. An image signal transmission method for encoding a prediction residual between an input pixel value and its prediction value, wherein the prediction residual is divided into a first block and the first block. Determining whether each of the first blocks is significant based on the activity of the first block, and dividing the block size of the first block into
Generating the block and performing the significance judgment for each of the second blocks, and the prediction included in the blocks determined to be significant by the significance judgment of the first block and the significance judgment of the second block. The step of quantizing the residual, the step of variable-length coding the output of the quantization stage, the buffer to which the output of the variable-length coding is supplied, and the significant judgment based on the remaining amount of the buffer. A feedback type information amount control configured to make the transmitted information amount constant by changing the threshold value, and transmits the flag for identifying the significant / insignificant and the output of the buffer. A method for transmitting an image signal, characterized in that.
【請求項7】 請求項6に記載の画像信号伝送方法にお
いて、 上記量子化は、線形量子化または非線形量子化の量子化
ステップ幅を適応的に変化させることを特徴とする画像
信号伝送方法。
7. The image signal transmission method according to claim 6, wherein the quantization adaptively changes a quantization step width of linear quantization or non-linear quantization.
【請求項8】 請求項5または請求項6に記載の画像信
号伝送方法において、 有意判定は、上記予測残差の絶対値の最大値を予め定め
られたしきい値と比較し、上記最大値が上記しきい値よ
り大きい場合、有意ブロックと判定し、上記最大値が上
記しきい値より小さい場合、無意ブロックと判定するこ
とを特徴とする画像信号伝送方法。
8. The image signal transmission method according to claim 5 or 6, wherein in the significance determination, the maximum value of the absolute values of the prediction residuals is compared with a predetermined threshold value, and the maximum value is determined. Is larger than the threshold, it is determined to be a significant block, and if the maximum value is smaller than the threshold, it is determined to be an insignificant block.
JP27686195A 1995-09-29 1995-09-29 Image signal transmission apparatus and method Expired - Lifetime JP3674110B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27686195A JP3674110B2 (en) 1995-09-29 1995-09-29 Image signal transmission apparatus and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27686195A JP3674110B2 (en) 1995-09-29 1995-09-29 Image signal transmission apparatus and method

Publications (2)

Publication Number Publication Date
JPH0998431A true JPH0998431A (en) 1997-04-08
JP3674110B2 JP3674110B2 (en) 2005-07-20

Family

ID=17575441

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27686195A Expired - Lifetime JP3674110B2 (en) 1995-09-29 1995-09-29 Image signal transmission apparatus and method

Country Status (1)

Country Link
JP (1) JP3674110B2 (en)

Also Published As

Publication number Publication date
JP3674110B2 (en) 2005-07-20

Similar Documents

Publication Publication Date Title
KR970011859B1 (en) Encoding method and device for using fuzzy control
EP1322122B1 (en) Image predictive decoding method
KR910000707B1 (en) Method and apparatus for encoding transmitting
US5025482A (en) Image transformation coding device with adaptive quantization characteristic selection
US6025879A (en) System for moving object detection in moving picture
EP0903945A2 (en) Interframe coding system and method
US4792851A (en) Method and apparatus for coding motion image signal
US5508745A (en) Apparatus for controlling a quantization level to be modified by a motion vector
US6473465B1 (en) Method and apparatus for video coding at high efficiency
US6266447B1 (en) Coding apparatus
JPH0998431A (en) Device and method for transmitting image signal
JP3769788B2 (en) Image signal transmission apparatus and method
JPS61164390A (en) Adaptive forecast coding device of inter-frame and between frames of animation picture signal
JP2916027B2 (en) Image coding device
KR950005624B1 (en) Image compressing & encoding apparatus and method
JP3675002B2 (en) Image signal transmission apparatus and method
JPH05284369A (en) Method and device for encoding/restoring image data
JP3709584B2 (en) Image signal processing apparatus and method
KR0152036B1 (en) Quantization level deciding method and apparatus with image characteristic of image data
JPH05219496A (en) Picture encoder and moving picture encoder
JPH10145793A (en) Image coding device and method, and image decoding device and method
JP2953351B2 (en) Predictive coding device for television signals
JPH06217286A (en) Image encoding device
JPH04331592A (en) Moving image encoder
JPH0787582B2 (en) Image coding transmission device

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040907

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041105

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050201

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050310

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050418

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

Free format text: PAYMENT UNTIL: 20090513

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20100513

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20100513

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20110513

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20120513

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20130513

Year of fee payment: 8

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term