JPH06351006A - Variable rate encoding device for picture signal - Google Patents

Variable rate encoding device for picture signal

Info

Publication number
JPH06351006A
JPH06351006A JP13878393A JP13878393A JPH06351006A JP H06351006 A JPH06351006 A JP H06351006A JP 13878393 A JP13878393 A JP 13878393A JP 13878393 A JP13878393 A JP 13878393A JP H06351006 A JPH06351006 A JP H06351006A
Authority
JP
Japan
Prior art keywords
coding
rate
encoding
prediction
quantization
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
JP13878393A
Other languages
Japanese (ja)
Other versions
JP3159230B2 (en
Inventor
Kazunari Irie
一成 入江
Ryozo Kishimoto
了造 岸本
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP13878393A priority Critical patent/JP3159230B2/en
Publication of JPH06351006A publication Critical patent/JPH06351006A/en
Application granted granted Critical
Publication of JP3159230B2 publication Critical patent/JP3159230B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Time-Division Multiplex Systems (AREA)
  • Transmission Systems Not Characterized By The Medium Used For Transmission (AREA)
  • Image Processing (AREA)
  • Television Signal Processing For Recording (AREA)

Abstract

PURPOSE:To flexibly and speedily change an encoding rate with respect to an encoding rate instruction signal from a network side by providing an encoding rate control part which operates control for changing the use rate of each prediction mode in an encoding means, and increasing the rate of the bidirectional prediction encoding. CONSTITUTION:This device is equipped with an encoding rate control part 13 which receives an encoding rate instruction signal (d), and operates control for changing the use rate of each prediction mode in the encoding means, and improving the rate of the bidirectional prediction encoding when the reduction of the encoding rate is instructed by the encoding rate instruction signal (d). Then, at the time of reducing the encoding rate, the encoding rate control part 13 controls the encoding means so that the bidirectional prediction encoding using prediction from preceding and succeeding frames can be used. Therefore, the encoding rate can surely be reduced by suppressing the increase of a quantization noise to the minimum, and using the redundancy of a time direction. Also, the encoding rate can be flexibly changed without operating the switching of a quantization table.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、画像信号のディジタル
伝送装置において、符号化レートの変更が可能な画像信
号用可変レート符号化装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a variable rate coding apparatus for image signals, which is capable of changing the coding rate in a digital transmission apparatus for image signals.

【0002】[0002]

【従来の技術】可変レート伝送が可能なネットワークと
接続して画像信号をディジタル伝送するシステムでは、
符号化装置に量子化ステップサイズが異なる複数の量子
化テーブルを用意し、ネットワークの輻輳状態に対応し
て量子化テーブルを切り替えて符号化レートを可変させ
る方式をとっている。
2. Description of the Related Art In a system for digitally transmitting an image signal by connecting to a network capable of variable rate transmission,
A plurality of quantization tables having different quantization step sizes are prepared in the encoding device, and the quantization table is switched according to the congestion state of the network to change the encoding rate.

【0003】図3は、従来の画像信号用可変レート符号
化装置の構成例を示す。図において、量子化テーブル3
1は、大きい量子化ステップサイズから小さい量子化ス
テップサイズまでを含むテーブルである。量子化制御部
32は1つの量子化テーブルを選択し、量子化器33に
はその量子化ステップサイズに応じた符号化レートが設
定される。入力される画像信号aは、量子化器33,減
算器34,加算器35,フレームメモリ36により構成
される符号化部で符号化される。バッファメモリ37
は、その符号化データbを一旦蓄積した後にネットワー
クに送出する。
FIG. 3 shows an example of the configuration of a conventional variable rate coding apparatus for image signals. In the figure, quantization table 3
1 is a table including a large quantization step size to a small quantization step size. The quantization control unit 32 selects one quantization table, and the quantizer 33 is set with the coding rate according to the quantization step size. The input image signal a is encoded by an encoding unit including a quantizer 33, a subtractor 34, an adder 35, and a frame memory 36. Buffer memory 37
Temporarily stores the encoded data b and then sends it to the network.

【0004】ここで、符号化部における符号化処理につ
いて説明する。符号化処理にはフレーム内符号化と、
前フレームからの予測を用いる前方予測符号化と、
前後のフレームからの予測を用いる両方向予測符号化と
がある。
Here, the encoding processing in the encoding unit will be described. Intra-frame encoding is used for encoding processing,
Forward predictive coding using prediction from the previous frame,
There is bidirectional predictive coding that uses prediction from preceding and following frames.

【0005】 フレーム内符号化は、フレーム内のデ
ータのみを用いて符号化するものであり、当該フレーム
の符号化データのみを用いて復号化可能である。 前方予測符号化は、通常は前フレームの復号データ
に対して動きベクトル分だけ位置をずらす動き補償を行
った後に、同位置にある画像サンプル値との差分(予測
誤差)データを符号化するものである。
Intra-frame coding is for coding using only the data within the frame, and can be decoded using only the coded data for the frame. The forward predictive coding normally performs motion compensation on the decoded data of the previous frame by shifting the position by the motion vector, and then encodes the difference (prediction error) data with the image sample value at the same position. Is.

【0006】 両方向予測符号化は、通常は前後各々
のフレームの復号データに対して同様の動き補償を行っ
た後に、前フレームまたは後フレームの同位置にある画
像サンプル値との差分データ、あるいは前後のフレーム
の同位置にある画像サンプル値の平均値との差分データ
を符号化するものである。
In bidirectional predictive coding, normally, after similar motion compensation is performed on decoded data of each of a front frame and a back frame, difference data from an image sample value at the same position in a previous frame or a subsequent frame, or before and after The difference data from the average value of the image sample values at the same position in the frame is encoded.

【0007】これらの各符号化処理はフレームメモリ3
6を用いて行われるが、入力フレームに対する予測モー
ドの割り当て(使用比率)は予め固定されている。以
下、予測モードの割り当てについて、図4に示すMPE
G( Moving Picture ExpertGroup)方式による予測処
理例を参照して説明する。なお、MPEG方式は、複数
の動画像フレームを1組として符号化処理する動画像符
号化の国際標準の一つになっている。
Each of these encoding processes is performed by the frame memory 3
However, the allocation (use ratio) of the prediction mode to the input frame is fixed in advance. Hereinafter, regarding the allocation of the prediction mode, the MPE shown in FIG.
This will be described with reference to an example of prediction processing by the G (Moving Picture Expert Group) method. The MPEG system has become one of the international standards for moving picture coding in which a plurality of moving picture frames are coded as a set.

【0008】図4において、(1)は中1フレームについ
て両方向予測符号化したものであり、(2)は中2フレー
ムについて両方向予測符号化したものである。なお、I
はフレーム内符号化データであり、Iフレームデータの
みで画像信号の復元が可能である。Pは前方予測符号化
データであり、IフレームデータまたはPフレームデー
タを用いて予測符号化を行っているので、再生にはこれ
らのデータの再生が必要である。Bは両方向予測符号化
データであり、IフレームデータとPフレームデータ、
または前後のPフレームデータを用いて予測符号化を行
っているので、再生にはこれらのデータの再生が必要で
ある。(3) は (2)の予測符号化による各データの伝送順
序の例を示したものであり、受信側における復号処理の
順序に合わせてI,P,B,B,P,…,I,B,Bの
順に伝送される。各データには、定位置に同期信号、デ
ータ種別および動きベクトル等の予測に用いたサイド情
報が含まれており、データの途中から区切りを検出して
情報を取り出したり、符号化データの復号処理が可能に
なっている。
In FIG. 4, (1) is bidirectional predictive coding for medium 1 frame, and (2) is bidirectional predictive coding for medium 2 frame. Note that I
Is the intra-frame coded data, and the image signal can be restored only with the I frame data. P is forward predictive coded data, and since predictive coding is performed using I frame data or P frame data, reproduction of these data is necessary for reproduction. B is bidirectional predictive encoded data, which is I frame data and P frame data,
Alternatively, since predictive coding is performed using the preceding and following P frame data, it is necessary to reproduce these data for reproduction. (3) shows an example of the transmission order of each data by the predictive coding of (2), and I, P, B, B, P, ..., I, according to the order of decoding processing on the receiving side. It is transmitted in the order of B and B. Each data includes side information used for prediction of a sync signal, a data type, a motion vector, etc. at a fixed position, detects a delimiter in the middle of the data, extracts the information, and decodes encoded data. Is possible.

【0009】従来装置では、図4(1) または (2)に示す
ように、処理フレーム単位(15フレーム)であらかじめ
設定した使用比率に応じて予測モードを切り替え、(3)
に示すように対応する順序で伝送する構成になってい
る。ここで、I,P,Bの各フレームに対する符号化レ
ートは、(4) に示すようにIフレームデータが最も大き
く、Bフレームデータが最も小さい。したがって、両方
向予測符号化の使用比率を大きくすれば平均符号化レー
トを低減させることができるが、従来はこの使用比率が
固定されていた。
In the conventional apparatus, as shown in FIG. 4 (1) or (2), the prediction mode is switched according to the usage ratio preset in the processing frame unit (15 frames), and (3)
As shown in FIG. 7, the transmission is performed in the corresponding order. Here, the coding rate for each of the I, P, and B frames is highest in the I frame data and lowest in the B frame data, as shown in (4). Therefore, if the usage rate of bidirectional predictive coding is increased, the average coding rate can be reduced, but in the past, this usage rate was fixed.

【0010】そこで、従来装置は、量子化テーブル31
を切り替えて符号化レートを変更する構成になってい
る。すなわち、同一入力信号に対して大きい量子化ステ
ップサイズの量子化テーブルを用いれば出力量子化レベ
ル数は少なくなり、それに対応付けるコード長も短くで
きるので、結果的に符号化レートが低減できるというも
のである。逆に、小さい量子化ステップサイズの量子化
テーブルを選択すれば符号化レートは増加する。
Therefore, the conventional apparatus uses the quantization table 31.
Is changed to change the coding rate. That is, if a quantization table with a large quantization step size is used for the same input signal, the number of output quantization levels decreases, and the code length associated therewith can also be shortened, resulting in a reduction in the coding rate. is there. Conversely, if a quantization table with a small quantization step size is selected, the coding rate will increase.

【0011】なお、量子化テーブル31の選択は、量子
化制御部32の制御に基づいて行われる。量子化制御部
32は、バッファメモリ37内のデータ量cを監視し、
データ量が所定値より大きくなれば大きい量子化ステッ
プサイズの量子化テーブルを選択し、データ量が所定値
より小さくなれば小さい量子化ステップサイズの量子化
テーブルを選択することにより、所定の符号化レートに
なるように制御する。
The quantization table 31 is selected under the control of the quantization controller 32. The quantization controller 32 monitors the data amount c in the buffer memory 37,
When the data amount is larger than a predetermined value, a quantization table with a large quantization step size is selected, and when the data amount is smaller than a predetermined value, a quantization table with a small quantization step size is selected, thereby performing a predetermined encoding. Control the rate.

【0012】また、量子化制御部32はネットワークか
らの符号化レート指示信号dを受け、対応する量子化ス
テップサイズの量子化テーブルを使用することにより符
号化レートを制御する。たとえば、ネットワークが輻輳
状態になった場合には、ネットワーク側から符号化レー
トを低減させる符号化レート指示信号dを受け、大きい
量子化ステップサイズの量子化テーブルに切り替えて符
号化レートを低減させるようになっている。なお、符号
化レート指示信号dには、その他にネットワークの輻輳
状態に対応して、符号化レートの増加あるいは所定の符
号化レートの設定を指示するものがある。
Further, the quantization controller 32 receives the coding rate instruction signal d from the network and controls the coding rate by using the quantization table of the corresponding quantization step size. For example, when the network becomes congested, the coding rate instruction signal d for reducing the coding rate is received from the network side, and the coding rate is reduced by switching to the quantization table having a large quantization step size. It has become. In addition, the coding rate instruction signal d may include an instruction to increase the coding rate or set a predetermined coding rate in response to the congestion state of the network.

【0013】[0013]

【発明が解決しようとする課題】このように、従来の画
像信号用可変レート符号化装置では、予測モードの割り
当て(使用比率)が固定されており、予測処理に係わる
符号化レートは一定になっていた。したがって、符号化
レートの変更は、量子化ステップサイズの異なる量子化
テーブルへの切り替えによる方法がとられていた。
As described above, in the conventional variable rate coding apparatus for image signals, the allocation (use ratio) of the prediction mode is fixed, and the coding rate related to the prediction process becomes constant. Was there. Therefore, the coding rate is changed by switching to a quantization table having a different quantization step size.

【0014】しかし、符号化レートの低減は大きい量子
化ステップサイズの量子化テーブルを選択すれば可能な
ものの、量子化ノイズが増加するために画像品質の劣化
は避けられない。すなわち、量子化ステップサイズの変
更によって符号化レートを変更させる方式では、画像品
質への影響が大きいために大幅な符号化レートの低減は
困難であった。また、量子化テーブル自体を符号化装置
側から復号化装置側に伝送する方式では、量子化テーブ
ルの変更に伴って量子化テーブル自体の情報を伝送しな
ければならず、その分の符号化データが伝送できなくな
る。これでは、却って画像品質を劣化させることにな
り、符号化レート低減のために頻繁に量子化テーブルを
変更することができなかった。このようなことから、従
来装置では符号化レートを柔軟に変更することができ
ず、その可変範囲も限られていた。
However, although the coding rate can be reduced by selecting a quantization table having a large quantization step size, deterioration of image quality cannot be avoided because quantization noise increases. That is, in the method of changing the coding rate by changing the quantization step size, it is difficult to significantly reduce the coding rate because the image quality is greatly affected. Further, in the method of transmitting the quantization table itself from the encoding device side to the decoding device side, the information of the quantization table itself must be transmitted along with the change of the quantization table, and the encoded data corresponding to that must be transmitted. Cannot be transmitted. This would rather deteriorate the image quality, and the quantization table could not be changed frequently in order to reduce the coding rate. For this reason, the conventional apparatus cannot flexibly change the coding rate, and its variable range is limited.

【0015】さらに、符号化処理中のデータに対しては
量子化テーブルの変更ができない。そのために、符号化
レートの低減指示から実際に符号化レートが低減される
までに処理遅延が生じ、その間にネットワークの輻輳に
よるデータ廃棄が生ずることがあった。また、バッファ
メモリ内にすでに蓄積されている符号化データについて
も処理遅延の問題は同様であり、量子化テーブルが速や
かに切り替わったとしても、実際に符号化レートが変更
になるのはバッファメモリ内の蓄積データがすべて送出
されてからとなっていた。このように、従来装置では符
号化レートの変更指示に対する応答が遅く、さらにバッ
ファメモリにおける遅延も加わるために、その間にネッ
トワーク上でデータ廃棄が生じて画像品質を劣化させる
ことがあった。
Further, the quantization table cannot be changed for the data being encoded. Therefore, a processing delay occurs from the instruction to reduce the encoding rate until the encoding rate is actually reduced, and during that time, data is discarded due to network congestion. Also, the problem of processing delay is the same for encoded data already stored in the buffer memory, and even if the quantization table is switched quickly, the actual encoding rate changes in the buffer memory. It was after all the accumulated data of was transmitted. As described above, in the conventional apparatus, the response to the instruction to change the coding rate is slow, and the delay in the buffer memory is added, so that the data may be discarded on the network during that time to deteriorate the image quality.

【0016】本発明は、ネットワーク側からの符号化レ
ート指示信号に対して柔軟に、さらに速やかに符号化レ
ートを変更することができる画像信号用可変レート符号
化装置を提供することを目的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a variable rate coding device for an image signal, which can flexibly and quickly change the coding rate in response to a coding rate instruction signal from the network side. .

【0017】[0017]

【課題を解決するための手段】請求項1に記載の発明
は、符号化手段,量子化制御手段およびバッファメモリ
を備え、量子化制御手段が符号化手段に対して両方向予
測符号化による予測誤差データに対して大きな量子化ス
テップサイズの量子化テーブルを割り当てる画像信号用
可変レート符号化装置において、符号化レート指示信号
を受け、それが符号化レートの低減を指示するときに、
符号化手段における各予測モードの使用比率を変更して
両方向予測符号化の割合を高める制御を行う符号化レー
ト制御手段を備えたことを特徴とする。
The invention according to claim 1 is provided with an encoding means, a quantization control means and a buffer memory, and the quantization control means has a prediction error by bidirectional predictive encoding with respect to the encoding means. In a variable rate coding device for image signals that allocates a quantization table having a large quantization step size to data, when receiving a coding rate instruction signal and instructing reduction of the coding rate,
It is characterized by further comprising a coding rate control means for changing the usage rate of each prediction mode in the coding means to increase the bidirectional prediction coding rate.

【0018】請求項2に記載の発明は、符号化手段,量
子化制御手段およびバッファメモリを備えた画像信号用
可変レート符号化装置において、符号化レート指示信号
を受け、それが符号化レートの低減を指示するときに、
フレーム間予測符号化データについてはその予測に用い
たサイド情報のみをバッファメモリから送出させる符号
化レート制御手段を備えたことを特徴とする。
According to a second aspect of the present invention, in a variable rate coding device for an image signal, which is provided with a coding means, a quantization control means and a buffer memory, a coding rate instruction signal is received, which is a coding rate When instructing reduction,
Regarding inter-frame predictive coded data, a coding rate control means for sending only the side information used for the prediction from the buffer memory is provided.

【0019】[0019]

【作用】請求項1に記載の発明では、符号化レートを低
減させる場合には、符号化レート制御手段が前後のフレ
ームからの予測を用いる両方向予測符号化を多用するよ
うに符号化手段を制御する。これにより、量子化ノイズ
の増加を最小限に抑えながら時間方向の冗長度を利用し
て確実に符号化レートを低減させることができる。ま
た、量子化テーブルの切り替えを伴わないので、柔軟に
符号化レートを変更することができる。
According to the first aspect of the present invention, when the coding rate is reduced, the coding rate control means controls the coding means so that the bidirectional predictive coding using the prediction from the preceding and succeeding frames is frequently used. To do. As a result, the coding rate can be reliably reduced by utilizing the redundancy in the time direction while suppressing the increase of the quantization noise to the minimum. Moreover, since the quantization table is not switched, the coding rate can be flexibly changed.

【0020】請求項2に記載の発明は、符号化レートを
低減させる場合には、符号化レート制御手段がフレーム
間予測符号化データについてはその予測に用いたサイド
情報のみを送出するようにバッファメモリを制御する。
これにより、符号化レートを直接低減することができ、
バッファメモリに起因する符号化レートの変更遅延を解
消することができる。また、ネットワーク側からの符号
化レート低減指示に対して速やかに応答することができ
る。
According to a second aspect of the present invention, when the coding rate is reduced, the coding rate control means sends the side information used for the prediction of the inter-frame prediction coded data only to the buffer. Control memory.
This allows the coding rate to be reduced directly,
It is possible to eliminate the delay in changing the coding rate due to the buffer memory. Further, it is possible to promptly respond to the coding rate reduction instruction from the network side.

【0021】[0021]

【実施例】図1は、本発明の画像信号用可変レート符号
化装置の実施例構成を示す。図において、図3に示す従
来と同一のものは同一符号を付した。すなわち、量子化
テーブル31,量子化制御部32,量子化器33,減算
器34,加算器35は従来と同一である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 shows the configuration of an embodiment of a variable rate coding apparatus for image signals according to the present invention. In the figure, the same parts as those of the conventional one shown in FIG. That is, the quantization table 31, the quantization control unit 32, the quantizer 33, the subtractor 34, and the adder 35 are the same as the conventional one.

【0022】本実施例のフレームメモリ11は、予測モ
ード指定信号eに応じて、フレーム内符号化、前方予測
符号化、両方向予測符号化の各予測モードの使用比率を
変更できる機能を有する。また、バッファメモリ12
は、データ選択指示信号fに応じて、フレーム間予測符
号化データについてはその予測に用いたサイド情報のみ
を選択して送出する機能を有する。なお、前者は請求項
1に記載の発明に対応する機能であり、後者は請求項2
に記載の発明に対応する機能であり、それぞれ独立した
機能であるが、本実施例の構成は両機能を併用したもの
となっている。
The frame memory 11 of this embodiment has a function of changing the usage rate of each prediction mode of intraframe coding, forward prediction coding, and bidirectional prediction coding according to the prediction mode designation signal e. In addition, the buffer memory 12
Has a function of selecting and transmitting only the side information used for the prediction of the inter-frame predictive coded data according to the data selection instruction signal f. The former is a function corresponding to the invention of claim 1, and the latter is a function of claim 2.
Although the functions correspond to the invention described in 1 above and are independent functions, the configuration of the present embodiment is a combination of both functions.

【0023】したがって、本実施例の符号化レート制御
部13は、ネットワークから符号化レート指示信号dを
受け、その符号化レートを設定する予測モード指定信号
eまたはデータ選択指示信号fを出力する。なお、符号
化レート制御部13は、バッファメモリ12内のデータ
量cに応じた符号化レート制御も可能である。
Therefore, the coding rate control unit 13 of the present embodiment receives the coding rate instruction signal d from the network and outputs the prediction mode designation signal e or the data selection instruction signal f for setting the coding rate. The coding rate control unit 13 can also control the coding rate according to the data amount c in the buffer memory 12.

【0024】以下、本実施例装置の動作について説明す
る。符号化レート制御部13は、ネットワークから符号
化レートを低減させる符号化レート指示信号dを受ける
と、例えば図4(1) に示す中1フレームを両方向予測符
号化する予測モードから、図4(2) に示す中2フレーム
を両方向予測符号化する予測モードに変更する予測モー
ド指定信号eをフレームメモリ11に送出する。フレー
ムメモリ11では、この予測モード指定信号eに応じて
両方向予測符号化(Bフレーム)の割合を高めることに
より、符号化レートを低減させることができる。なお、
このとき大きい量子化ステップサイズの量子化テーブル
を用いていても、Bフレームのデータ量が少ないために
画像品質の劣化を少なくすることができる。
The operation of the apparatus of this embodiment will be described below. When the coding rate control unit 13 receives the coding rate instruction signal d for reducing the coding rate from the network, for example, from the prediction mode for bidirectionally predicting one frame shown in FIG. The prediction mode designation signal e for changing the middle two frames shown in 2) to the prediction mode for bidirectional predictive coding is sent to the frame memory 11. In the frame memory 11, the coding rate can be reduced by increasing the ratio of bidirectional predictive coding (B frame) according to the prediction mode designating signal e. In addition,
At this time, even if the quantization table having the large quantization step size is used, the deterioration of the image quality can be suppressed because the data amount of the B frame is small.

【0025】また、符号化レート制御部13は、ネット
ワークから符号化レートを低減させる符号化レート指示
信号dを受けると、データ選択指示信号fをバッファメ
モリ12に送出する。バッファメモリ12は、このデー
タ選択指示信号fに応じて蓄積しているデータのうち、
フレーム間予測符号化データについてはその予測に用い
たサイド情報のみを送出することにより、符号化レート
を速やかに低減することができる。
When the coding rate control unit 13 receives the coding rate instruction signal d for reducing the coding rate from the network, it sends the data selection instruction signal f to the buffer memory 12. The buffer memory 12 selects one of the data accumulated according to the data selection instruction signal f.
For inter-frame predictive coded data, by sending only the side information used for the prediction, the coding rate can be quickly reduced.

【0026】このように、本発明では情報量割り当ての
少ない両方向予測符号化の多用と、符号化データの削減
によって符号化レートを低減させているので、画像信号
の時間変化に対する応答は悪くなる可能性がある。すな
わち、ネットワークが輻輳すると画像の変化速度が遅く
なるが、量子化ノイズの増加による画像品質の劣化に比
べると不自然さはむしろ少ないと言える。
As described above, according to the present invention, since the bidirectional predictive coding with a small amount of information allocation is heavily used and the coding rate is reduced by reducing the coded data, the response to the temporal change of the image signal may be deteriorated. There is a nature. That is, when the network is congested, the change speed of the image becomes slower, but it can be said that the image quality is less unnatural as compared with the deterioration of the image quality due to the increase of the quantization noise.

【0027】なお、従来と同様に、量子化制御部32が
バッファメモリ12内のデータ量cに応じた量子化ステ
ップサイズの量子化テーブルを選択し、所定の符号化レ
ートになるように制御する機能をもつ。また、ネットワ
ークからの符号化レート指示信号dを受け、対応する量
子化ステップサイズの量子化テーブルを使用して符号化
レートを制御する機能をもつ。これらの従来機能は、上
述した本発明による機能と同時に併用することが可能で
ある。あるいは、まず本発明による機能により符号化レ
ートを低減させ、それでもネットワークから符号化レー
トの低減を指示された場合にのみ従来機能を稼働させる
ようにしてもよい。
As in the conventional case, the quantization control unit 32 selects a quantization table having a quantization step size according to the data amount c in the buffer memory 12 and controls it so that a predetermined coding rate is obtained. It has a function. It also has a function of receiving the coding rate instruction signal d from the network and controlling the coding rate using the quantization table of the corresponding quantization step size. These conventional functions can be used together with the functions according to the present invention described above. Alternatively, the coding rate may be first reduced by the function according to the present invention, and the conventional function may be activated only when the network instructs to reduce the coding rate.

【0028】図2は、本発明符号化装置に対応する復号
化装置の構成例を示す。図において、受信された符号化
データbはバッファメモリ21に一旦蓄積され、各フレ
ームごとに符号化処理に用いた量子化テーブルおよび予
測モードの各情報が取り出される。符号化データbを復
号化する構成は、量子化器33が逆量子化器22に代わ
る他は符号化装置と同様である。すなわち、逆量子化器
22,減算器34,加算器35およびフレームメモリ1
1により復号化部が構成される。逆量子化器22は、符
号化処理で用いた量子化ステップサイズの量子化テーブ
ル31を用いて逆量子化を行う。また、フレームメモリ
11には、フレーム制御部23によって符号化処理と同
じ予測モードが設定される。以上の構成により、復号化
された画像信号aが加算器35の出力から取り出され
る。
FIG. 2 shows a configuration example of a decoding device corresponding to the encoding device of the present invention. In the figure, the received encoded data b is temporarily stored in the buffer memory 21, and the quantization table and the prediction mode information used for the encoding process are extracted for each frame. The configuration for decoding the encoded data b is the same as that of the encoding device except that the quantizer 33 replaces the inverse quantizer 22. That is, the inverse quantizer 22, the subtractor 34, the adder 35, and the frame memory 1
1 constitutes a decoding unit. The inverse quantizer 22 performs inverse quantization using the quantization table 31 of the quantization step size used in the encoding process. Further, the same prediction mode as in the encoding process is set in the frame memory 11 by the frame control unit 23. With the above configuration, the decoded image signal a is taken out from the output of the adder 35.

【0029】[0029]

【発明の効果】以上説明したように本発明は、量子化ノ
イズの増加を最小限に抑えながら確実に、かつ柔軟に符
号化レートを変更することができる。さらに、量子化テ
ーブルの切り替えおよびバッファメモリに起因する符号
化レートの変更遅延を解消し、ネットワーク側からの符
号化レート低減指示に対して速やかに応答することがで
きる。したがって、ネットワーク上で輻輳によるデータ
廃棄を防止することができ、可変レート符号化方式にお
ける画像品質の安定化を図ることができる。
As described above, according to the present invention, the coding rate can be changed reliably and flexibly while suppressing an increase in quantization noise to a minimum. Furthermore, it is possible to eliminate the delay of the coding rate change due to the switching of the quantization table and the buffer memory, and to promptly respond to the coding rate reduction instruction from the network side. Therefore, it is possible to prevent data discarding due to congestion on the network and stabilize the image quality in the variable rate coding method.

【0030】なお、従来方式ではネットワーク上でIフ
レームデータが廃棄され、1組のフレームデータ全体が
再生不能になって画像品質の劣化状態が長引くことがあ
った。それに対して、本発明ではフレーム間予測符号化
データについてはそのサイド情報のみに削減して符号化
レートの低減を図るので、ネットワーク上でのIフレー
ムデータの廃棄を防止することができ、かつ復号化処理
における画像品質劣化を最小限に抑えることができる。
In the conventional method, the I frame data may be discarded on the network, the entire set of frame data may become unreproducible, and the deterioration state of the image quality may be prolonged. On the other hand, in the present invention, the interframe predictive coded data is reduced to only the side information to reduce the coding rate, so that the discarding of I frame data on the network can be prevented and the decoding can be performed. It is possible to minimize the deterioration of image quality in the digitization process.

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

【図1】本発明の画像信号用可変レート符号化装置の実
施例構成を示すブロック図。
FIG. 1 is a block diagram showing the configuration of an embodiment of a variable rate coding apparatus for image signals of the present invention.

【図2】本発明符号化装置に対応する復号化装置の構成
例を示すブロック図。
FIG. 2 is a block diagram showing a configuration example of a decoding device corresponding to the encoding device of the present invention.

【図3】従来の画像信号用可変レート符号化装置の構成
例を示すブロック図。
FIG. 3 is a block diagram showing a configuration example of a conventional variable rate coding device for image signals.

【図4】MPEG方式による予測処理例を説明する図。FIG. 4 is a diagram illustrating an example of a prediction process according to the MPEG method.

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

11 フレームメモリ 12 バッファメモリ 13 符号化レート制御部 21 バッファメモリ 22 逆量子化器 23 フレーム制御部 31 量子化テーブル 32 量子化制御部 33 量子化器 34 減算器 35 加算器 36 フレームメモリ 37 バッファメモリ 11 frame memory 12 buffer memory 13 coding rate control unit 21 buffer memory 22 inverse quantizer 23 frame control unit 31 quantization table 32 quantization control unit 33 quantizer 34 subtractor 35 adder 36 frame memory 37 buffer memory

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 フレーム内符号化、前方予測符号化、両
方向予測符号化の各予測モードを所定の使用比率で切り
替えて画像信号を符号化し、そのフレーム内符号化デー
タあるいはフレーム間予測符号化データを出力する符号
化手段と、 前記符号化手段の符号化処理に供する複数の量子化テー
ブルを有し、前記両方向予測符号化による予測誤差デー
タに対して大きな量子化ステップサイズの量子化テーブ
ルを割り当て、さらにネットワークの輻輳状態に応じた
符号化レート指示信号を受けて対応する量子化テーブル
を選択し、その量子化ステップサイズに応じた符号化レ
ートを設定する量子化制御手段と、 前記フレーム内符号化データ,フレーム間予測符号化デ
ータおよびその予測に用いたサイド情報を一旦蓄積する
バッファメモリとを備えた画像信号用可変レート符号化
装置において、 前記符号化レート指示信号を受け、それが符号化レート
の低減を指示するときに、前記符号化手段における各予
測モードの使用比率を変更して両方向予測符号化の割合
を高める制御を行う符号化レート制御手段を備えたこと
を特徴とする画像信号用可変レート符号化装置。
1. An intra-frame coded data or an inter-frame coded data is coded by switching each prediction mode of intra-frame coding, forward prediction coding, and bidirectional prediction coding at a predetermined use ratio. And a plurality of quantization tables used for the encoding process of the encoding means, and assigns a quantization table having a large quantization step size to the prediction error data by the bidirectional predictive encoding. , A quantization control means for receiving a coding rate instruction signal according to a congestion state of the network, selecting a corresponding quantization table, and setting a coding rate according to the quantization step size; Data, interframe predictive coded data, and a buffer memory that temporarily stores side information used for the prediction In the image signal variable rate coding device, when the coding rate instruction signal is received and when it instructs the reduction of the coding rate, the bidirectional prediction code is changed by changing the usage ratio of each prediction mode in the coding means. A variable rate coding apparatus for image signals, comprising a coding rate control means for performing control for increasing the ratio of coding.
【請求項2】 フレーム内符号化、前方予測符号化、両
方向予測符号化の各予測モードを所定の使用比率で切り
替えて入力信号を符号化し、フレーム内符号化データあ
るいはフレーム間予測符号化データを出力する符号化手
段と、 前記符号化手段の符号化処理に供する複数の量子化テー
ブルを有し、ネットワークの輻輳状態に応じた符号化レ
ート指示信号を受けて対応する量子化テーブルを選択
し、その量子化ステップサイズに応じた符号化レートを
設定する量子化制御手段と、 前記フレーム内符号化データ,フレーム間予測符号化デ
ータおよびその予測に用いたサイド情報を一旦蓄積する
バッファメモリとを備えた画像信号用可変レート符号化
装置において、 前記符号化レート指示信号を受け、それが符号化レート
の低減を指示するときに、フレーム間予測符号化データ
についてはその予測に用いたサイド情報のみをバッファ
メモリから送出させる符号化レート制御手段を備えたこ
とを特徴とする画像信号用可変レート符号化装置。
2. An input signal is coded by switching each prediction mode of intraframe coding, forward prediction coding, and bidirectional prediction coding at a predetermined use ratio, and intraframe coded data or interframe coded data is converted. Encoding means to output, having a plurality of quantization tables to be used in the encoding process of the encoding means, select the corresponding quantization table by receiving the encoding rate instruction signal according to the congestion state of the network, Quantization control means for setting a coding rate according to the quantization step size, and a buffer memory for temporarily accumulating the intra-frame coded data, inter-frame predictive coded data and side information used for the prediction In the variable rate coding device for image signal, when the coding rate instruction signal is received and the instruction is to reduce the coding rate, A variable rate coding apparatus for image signals, comprising: a coding rate control means for sending only side information used for prediction of interframe predictive coded data from a buffer memory.
JP13878393A 1993-06-10 1993-06-10 Variable rate coding device for image signals Expired - Fee Related JP3159230B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP13878393A JP3159230B2 (en) 1993-06-10 1993-06-10 Variable rate coding device for image signals

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13878393A JP3159230B2 (en) 1993-06-10 1993-06-10 Variable rate coding device for image signals

Publications (2)

Publication Number Publication Date
JPH06351006A true JPH06351006A (en) 1994-12-22
JP3159230B2 JP3159230B2 (en) 2001-04-23

Family

ID=15230108

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13878393A Expired - Fee Related JP3159230B2 (en) 1993-06-10 1993-06-10 Variable rate coding device for image signals

Country Status (1)

Country Link
JP (1) JP3159230B2 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999022525A1 (en) * 1997-10-23 1999-05-06 Mitsubishi Denki Kabushiki Kaisha Image encoding method, image encoder, image decoding method, and image decoder
JPH11146395A (en) * 1997-11-05 1999-05-28 Nec Eng Ltd Image transmission system and image coder
JPH11231866A (en) * 1997-03-13 1999-08-27 Yamaha Corp Data communication device, communication method, communication system and medium with program recorded
US6574243B2 (en) 1996-12-27 2003-06-03 Yamaha Corporation Real time communications of musical tone information
US6801944B2 (en) 1997-03-13 2004-10-05 Yamaha Corporation User dependent control of the transmission of image and sound data in a client-server system
US7664367B2 (en) 2004-02-03 2010-02-16 Panasonic Corporation Information processing device
WO2011030680A1 (en) * 2009-09-08 2011-03-17 ブラザー工業株式会社 Encoding device, encoding method, and encoding program
US11503267B2 (en) 2017-12-21 2022-11-15 Sony Interactive Entertainment Inc. Image processing device, content processing device, content processing system, and image processing method

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7050462B2 (en) 1996-12-27 2006-05-23 Yamaha Corporation Real time communications of musical tone information
US7158530B2 (en) 1996-12-27 2007-01-02 Yamaha Corporation Real time communications of musical tone information
US7072362B2 (en) 1996-12-27 2006-07-04 Yamaha Corporation Real time communications of musical tone information
US6574243B2 (en) 1996-12-27 2003-06-03 Yamaha Corporation Real time communications of musical tone information
JPH11231866A (en) * 1997-03-13 1999-08-27 Yamaha Corp Data communication device, communication method, communication system and medium with program recorded
US6801944B2 (en) 1997-03-13 2004-10-05 Yamaha Corporation User dependent control of the transmission of image and sound data in a client-server system
US6493385B1 (en) 1997-10-23 2002-12-10 Mitsubishi Denki Kabushiki Kaisha Image encoding method, image encoder, image decoding method, and image decoder
WO1999022525A1 (en) * 1997-10-23 1999-05-06 Mitsubishi Denki Kabushiki Kaisha Image encoding method, image encoder, image decoding method, and image decoder
JPH11146395A (en) * 1997-11-05 1999-05-28 Nec Eng Ltd Image transmission system and image coder
US7664367B2 (en) 2004-02-03 2010-02-16 Panasonic Corporation Information processing device
WO2011030680A1 (en) * 2009-09-08 2011-03-17 ブラザー工業株式会社 Encoding device, encoding method, and encoding program
JP2011061362A (en) * 2009-09-08 2011-03-24 Brother Industries Ltd Encoding device, encoding method, and encoding program
US11503267B2 (en) 2017-12-21 2022-11-15 Sony Interactive Entertainment Inc. Image processing device, content processing device, content processing system, and image processing method

Also Published As

Publication number Publication date
JP3159230B2 (en) 2001-04-23

Similar Documents

Publication Publication Date Title
US5680483A (en) Method and device for coding digital signals which are representative of a sequence of pictures
JP4373609B2 (en) Method and apparatus for adaptive encoding of video data stream
US9148694B2 (en) Method and apparatus enabling fast channel change for DSL system
JP4468800B2 (en) Random access points in video coding
JP3436507B2 (en) Bit rate control method
JP2009524328A (en) Replacement of frame data in video stream signal
JPH03190482A (en) Moving picture coder
JPH0795584A (en) Picture coder
JPH04262694A (en) Encoding device for picture signal
JP3159230B2 (en) Variable rate coding device for image signals
JP3194317B2 (en) Variable rate coding device for image signal
JP4362795B2 (en) Video encoding apparatus and method
JP3147859B2 (en) Video signal multi-channel encoder
JP3834170B2 (en) Video code processing system
JP4769392B2 (en) Signal processing device
JP2834134B2 (en) Multiplexing device and multiple decoding device
JPH07193821A (en) Animation picture and its method
JP2002010263A (en) Motion picture encoding apparatus and its method
JPH1174799A (en) Processing method of variable length encoding data and buffer controller
JPH11215508A (en) Method for controlling code generation and coder using the method
JPH07111653A (en) Encoder
JPH10210475A (en) Image coder
JP2002101417A (en) Moving image encoding method and device therefor
JPH11205791A (en) Image coding method and image encoder
JPH0870458A (en) Method for controlling encoding quantity

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090216

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20090216

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20100216

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20110216

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20110216

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20120216

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20130216

Year of fee payment: 12

LAPS Cancellation because of no payment of annual fees