JPH0473352B2 - - Google Patents

Info

Publication number
JPH0473352B2
JPH0473352B2 JP20545483A JP20545483A JPH0473352B2 JP H0473352 B2 JPH0473352 B2 JP H0473352B2 JP 20545483 A JP20545483 A JP 20545483A JP 20545483 A JP20545483 A JP 20545483A JP H0473352 B2 JPH0473352 B2 JP H0473352B2
Authority
JP
Japan
Prior art keywords
encoder
flip
adder
input data
speed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP20545483A
Other languages
Japanese (ja)
Other versions
JPS6097791A (en
Inventor
Kiichi Matsuda
Takeshi Okazaki
Toshitaka Tsuda
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP58205454A priority Critical patent/JPS6097791A/en
Publication of JPS6097791A publication Critical patent/JPS6097791A/en
Publication of JPH0473352B2 publication Critical patent/JPH0473352B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は画像信号の帯域圧縮処理装置に係り、
特に超高速で帯域圧縮を行つて符号化する符号化
回路に関するものである。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to a band compression processing device for image signals.
In particular, it relates to an encoding circuit that performs band compression and encoding at ultra-high speed.

〔従来の技術〕[Conventional technology]

画像信号を帯域圧縮して符号化する符号化方式
は、従来各種の形式のものが提案されているが、
その代表的なものにDPCM(Differential pulse
code modulation)符号化方式がある。DPCM符
号器は例えば第1図に示されるごとき基本的構成
を有し、減算器1において入力信号xiから予測値
piを減算することによつて予測誤差eiはフリツプ
フロツプ(FF)2に一旦保持されたのち、次の
サンプリング周期に読出され量子化器(Q)3におい
て量子化されて、量子化された予測誤差Q(ei
として出力される。予測値piはフリツプフロツプ
(FF)4に一旦保持されたのち、次のサンプリン
グ周期に読出されて加算器5において量子化され
た予測誤差Q(ei)と加算されることによつて、
その出力に現在の入力に対応する予測値piを得
る。予測値piは予測関数に基いて発生されるた
め、入力信号との差分値の発生頻度が変化し、従
つて量子化された予測誤差Q(ei)は入力信号に
比べて情報量が減少し、これによつて帯域圧縮が
行われる。
Various types of encoding methods have been proposed to band-compress and encode image signals.
A typical example is DPCM (Differential pulse
code modulation) encoding method. The DPCM encoder has a basic configuration as shown in FIG .
By subtracting p i , the prediction error e i is temporarily held in flip-flop (FF) 2, and then read out in the next sampling period and quantized by quantizer (Q) 3. Prediction error Q(e i )
is output as The predicted value p i is temporarily held in the flip-flop (FF) 4, and then read out in the next sampling period and added to the quantized prediction error Q(e i ) in the adder 5, so that
The predicted value p i corresponding to the current input is obtained at its output. Since the predicted value p i is generated based on the prediction function, the frequency of occurrence of the difference value from the input signal changes, and therefore the quantized prediction error Q(e i ) has less information than the input signal. This results in bandwidth compression.

DPCM符号器においては、その動作上サンプ
リング周期の間に各部の演算が終了する必要があ
り、第1図に示された符号器の場合は動作速度の
上限は、量子化器3、加算器5、減算器1および
フリツプフロツプ2の演算時間の和によつて定ま
る。このため入力信号が超高速信号の場合はこの
ままでは処理が不可能になるため、第2図に示す
ように多相に展開し低速データとして処理を行わ
なければならなくなる。
In a DPCM encoder, the operations of each part must be completed during the sampling period for its operation, and in the case of the encoder shown in FIG. , is determined by the sum of the operation times of subtracter 1 and flip-flop 2. For this reason, if the input signal is a very high-speed signal, it will not be possible to process it as it is, so it will have to be expanded into multiple phases and processed as low-speed data, as shown in FIG.

第2図は3相に展開して演算を行うDPCM符
号器の一例を示している。同図において6は速度
変換部であつて、動作速度fsを有する入力信号を
3相に展開して、それぞれ動作速度fs/3を有す
る3出力a,b,cを得る。7,8,9はそれぞ
れ第1図と同様の構成を有するDPCM符号器ブ
ロツクであつて、それぞれ出力a,b,cを処理
して量子化された予測誤差の出力を発生する。
FIG. 2 shows an example of a DPCM encoder that performs calculations by expanding into three phases. In the figure, reference numeral 6 denotes a speed converter, which expands an input signal having an operating speed f s into three phases to obtain three outputs a, b, and c each having an operating speed f s /3. 7, 8, and 9 are DPCM encoder blocks each having the same configuration as in FIG. 1, and process outputs a, b, and c, respectively, to generate an output of a quantized prediction error.

第2図に示されたDPCM符号器では、それぞ
れDPCM符号器7,8,9は入力信号の動作速
度の1/3の動作速度を有していればよく、従つて
第1図の場合と比べ高速の信号を処理することが
できるが、反面回路規模が増大する。
In the DPCM encoder shown in FIG. 2, each of the DPCM encoders 7, 8, and 9 only needs to have an operating speed that is 1/3 of the operating speed of the input signal. Although it is possible to process signals at higher speeds, the circuit size increases.

第1図および第2図に示されたDPCM符号器
は、1サンプリング周期前のデータと入力データ
との差分値によつて符号化を行うものであるが、
nサンプリング周期前のデータと入力データとの
差分値によつて符号化するDPCM符号器が必要
になる場合がある。このような符号器は例えば、
カラーテレビ信号の信号の直流分(f=0)とサ
ブキヤリア信号fscとに対して、伝達関数が合致
するフイルタ特性を符号器に付与しようとする場
合等に必要となるものであり、所要のフイルタ特
性はサンプリング周波数fsをn/2fscに選ぶこと
によつて実現される。
The DPCM encoder shown in FIGS. 1 and 2 performs encoding using the difference value between data one sampling period before and input data.
A DPCM encoder that performs encoding using a difference value between data n sampling periods before and input data may be required. Such an encoder is, for example,
This is necessary when trying to give the encoder filter characteristics whose transfer functions match the DC component (f = 0) of the color television signal and the subcarrier signal fsc , and the required The filter characteristics are realized by choosing the sampling frequency f s to be n/2f sc .

第3図はこのような符号化回路の従来例を示
し、5サンプリング周期前のデータと入力データ
との差分値によつて符号化する場合の原則的構成
を示している。同図において、第1図におけると
同じ部分は同じ番号で示されており、10,11
はそれぞれフリツプフロツプ(FF×5)である。
FIG. 3 shows a conventional example of such an encoding circuit, and shows the basic configuration when encoding is performed using a difference value between data five sampling periods before and input data. In the figure, the same parts as in Figure 1 are indicated by the same numbers, 10, 11.
are each flip-flop (FF×5).

第3図は符号化回路においては、フリツプフロ
ツプ10,11はそれぞれ5ステツプからなり、
5サンプリング周期後までデータを保持して出力
する。これによつて第1図について説明したとこ
ろと同様にして演算が行われて、量子化された予
測誤差を出力として得ることができる。かつこの
場合、サブキヤリア信号周波数fsc=24.3MHzを有
する高品位テレビ(HDTV)信号に対応して、
2.5fscをサンプリング周波数として選ぶことによ
つて、直流分とサブキヤリア周波数fscとに対し
て伝達関数が合致するフイルタ特性を実現するこ
とができる。
FIG. 3 shows that in the encoding circuit, flip-flops 10 and 11 each consist of 5 steps;
Data is held and output until after 5 sampling periods. As a result, calculations are performed in the same manner as described with reference to FIG. 1, and a quantized prediction error can be obtained as an output. And in this case, corresponding to a high definition television (HDTV) signal having a subcarrier signal frequency f sc =24.3MHz,
By selecting 2.5 f sc as the sampling frequency, it is possible to realize filter characteristics in which the transfer function matches the DC component and the subcarrier frequency f sc .

しかしながら第3図の符号化回路は第1図の場
合と同様に、超高速信号に対しては処理不可能で
ある。すなわち第3図において、減算器1、加算
器5、量子化器3の動作速度をそれぞれ10ns,
10ns,20nsとすると、第3図の符号器が動作可能
な入力周波数の上限は25MHzであつて、HDTV
信号における60MHz(13ns)のデータ速度を有す
る入力信号を処理することはできない。
However, as with the case of FIG. 1, the encoding circuit of FIG. 3 cannot process extremely high-speed signals. That is, in FIG. 3, the operating speeds of subtracter 1, adder 5, and quantizer 3 are set to 10 ns, respectively.
10ns and 20ns, the upper limit of the input frequency at which the encoder in Figure 3 can operate is 25MHz, which is
It is not possible to process input signals that have a data rate of 60MHz (13ns) in the signal.

第4図は第3図の符号化処理を分割構成とした
場合の回路例を示している。同図において第1図
におけると同じ部分は同じ番号で示されており、
12,13はそれぞれフリツプフロツプ(FF×
4)である。
FIG. 4 shows an example of a circuit when the encoding process of FIG. 3 is implemented in a divided configuration. In this figure, the same parts as in FIG. 1 are indicated by the same numbers.
12 and 13 are flip-flops (FF×
4).

第4図の符号化回路においては、フリツプフロ
ツプ12,13はそれぞれ4ステツプからなり、
4サンプリング周期後までデータを保持して出力
する。この場合は量子化器3はフリツプフロツプ
12とフリツプフロツプ2の間に配置されてい
て、フリツプフロツプ12の最終ステツプのフリ
ツプフロツプとフリツプフロツプ2のそれぞれの
クロツクの間に動作を行えばよく、従つてこの場
合の処理速度は減算器1および加算器5の動作速
度の和または量子化器3の動作速度によつて決定
される。第3図と同様に減算器1、加算器5、量
子化器3の動作速度をそれぞれ10ns,10ns,20ns
とすると、第4図の符号化回路が動作可能な入力
周波数の上限は1/(10×10-9+10×10-9)Hzま
たは1/(20×10-9)Hzすなわち50MHzとなる
が、これでも60MHzのデータ速度を有する入力信
号を処理することはできない。
In the encoding circuit of FIG. 4, flip-flops 12 and 13 each consist of four steps;
The data is held and output until after 4 sampling periods. In this case, the quantizer 3 is disposed between the flip-flop 12 and the flip-flop 2, and only needs to operate between the clocks of the final step of the flip-flop of the flip-flop 12 and the clocks of the flip-flop 2. The speed is determined by the sum of the operating speeds of subtracter 1 and adder 5 or the operating speed of quantizer 3. Similarly to Figure 3, the operating speeds of subtracter 1, adder 5, and quantizer 3 are set to 10ns, 10ns, and 20ns, respectively.
Then, the upper limit of the input frequency at which the encoding circuit in Figure 4 can operate is 1/(10×10 -9 +10×10 -9 )Hz or 1/(20×10 -9 )Hz, or 50MHz. , this still cannot process input signals with a data rate of 60MHz.

第5図は並列構成とした場合の符号化回路の構
成例を示している。同図において14は直並列変
換回路(S/P)、15-1,…,15-5はDPCM
符号器ブロツクである。
FIG. 5 shows an example of the configuration of the encoding circuit in a parallel configuration. In the same figure, 14 is a serial/parallel conversion circuit (S/P), 15 -1 ,..., 15 -5 is a DPCM
It is an encoder block.

第5図において直並列変換回路14は入力信号
を5相の信号a,b,c,d,eに直並列変換し
て出力する。DPCM符号器ブロツク15-1,…,
15-5は、それぞれ第1図に示されたDPCM符号
器と同様の構成を有し、それぞれ25MHzの処理速
度を有する。従つて第5図の符号化回路は全体と
して25×5MHzの処理速度を有し、60MHzのデー
タ速度を有する入力信号を処理することができる
が、反面、回路規模が著しく大きい。
In FIG. 5, a serial-to-parallel conversion circuit 14 converts the input signal into five-phase signals a, b, c, d, and e, and outputs the resultant signals. DPCM encoder block 15 -1 ,...,
15-5 each have a similar configuration to the DPCM encoder shown in FIG. 1, and each has a processing speed of 25 MHz. Therefore, although the encoding circuit of FIG. 5 has a processing speed of 25.times.5 MHz as a whole and can process an input signal having a data rate of 60 MHz, on the other hand, the circuit scale is extremely large.

このように従来の符号化回路においては、超高
速信号を処理しようとすると、回路規模が増大す
るという問題があつた。
As described above, conventional encoding circuits have had the problem that the circuit size increases when attempting to process ultra-high-speed signals.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

本発明はこのような従来技術の問題点を解決し
ようとするものであつて、その目的は、DPCM
符号器において処理速度を向上させるとともに、
回路規模の増大を防止した符号化回路を提供する
ことにある。
The present invention attempts to solve the problems of the prior art, and its purpose is to
In addition to improving processing speed in the encoder,
An object of the present invention is to provide an encoding circuit that prevents an increase in circuit scale.

〔課題を解決しようとする手段〕[Means to try to solve the problem]

上記目的を達成するための本発明の構成は以下
に示す通りである。即ち、本発明は、直列入力デ
ータを1/m(mは整数)の速度のm相の並列出
力に変換する速度変換回路と、該m相の並列出力
の内の1相の出力を入力データとし、入力データ
と予測値との差分を量子化することによつて符号
化を行うm個の符号器と、該m個の符号器の符号
化出力を第1の入力とし局部復号出力を得るm個
の加算器とを具え、該m個の加算器のそれぞれの
局部復号出力を遂次他相の符号器の予測値として
入力しまた該他相の符号器と同じ相の該加算器の
第2の入力とするように接続するとともに、各符
号器の入力データと予測値との時間差が該直列入
力データのn(nは整数)サンプリング周期とな
るように各符号器および各加算器の入力段または
出力段に1/mの速度の遅延素子を配置したこと
を特徴とする符号化回路としての構成を有するも
のである。
The structure of the present invention for achieving the above object is as shown below. That is, the present invention provides a speed conversion circuit that converts serial input data into m-phase parallel outputs with a speed of 1/m (m is an integer), and converts the output of one phase of the m-phase parallel outputs into input data. and m encoders that perform encoding by quantizing the difference between input data and predicted values, and the encoded outputs of the m encoders are used as the first inputs to obtain local decoded outputs. m adders, the local decoded outputs of each of the m adders are successively inputted as predicted values of the encoder of the other phase, and the input of the adder of the same phase as the encoder of the other phase is provided. In addition, each encoder and each adder are connected so that the input data of each encoder and the predicted value are n sampling periods (n is an integer) of the serial input data. It has a configuration as an encoding circuit characterized in that a delay element with a speed of 1/m is arranged at the input stage or the output stage.

〔実施例〕〔Example〕

第6図は本発明の符号化回路の一実施例として
第3図の場合と同じく5サンプリング周期前のデ
ータと入力データとの差分値によつて符号化する
場合の構成を示している。同図において、21は
直並列変換回路(S/P)、22は減算器、23,
24はフリツプフロツプ(FF)、25は量子化器
(Q)、26,27はフリツプフロツプ(FF)、28
は加算器、29は減算器、30,31はフリツプ
フロツプ(FF)、32は量子化器(Q)、33,3
4,35はフリツプフロツプ(FF)、36は加算
器である。また第7図は第6図の符号化回路にお
ける処理順序を示すフローチヤートである。同図
において,,,,, a−e , b−
c はそれぞれ各部の信号を示し、各信号は同じ
符号によつて第6図中に対応する位置に示されて
いる。
FIG. 6 shows, as an embodiment of the encoding circuit of the present invention, a configuration in which encoding is performed using the difference value between data five sampling periods before and input data, as in the case of FIG. 3. In the figure, 21 is a serial/parallel conversion circuit (S/P), 22 is a subtracter, 23,
24 is a flip-flop (FF), 25 is a quantizer
(Q), 26, 27 are flip-flops (FF), 28
is an adder, 29 is a subtracter, 30, 31 are flip-flops (FF), 32 is a quantizer (Q), 33, 3
4 and 35 are flip-flops (FF), and 36 is an adder. Further, FIG. 7 is a flowchart showing the processing order in the encoding circuit of FIG. 6. In the same figure, ,,,, a-e, b-
c indicates a signal of each part, and each signal is indicated by the same reference numeral at a corresponding position in FIG.

直並列変換回路21は入力信号を2相の信号
a,に変換して出力する。第7図において入力
信号がA1,B1,C1,D1,E1,A2,…の順であつ
たとしたとき、信号はA1,C1,D1,E1,B2
…となり信号はB1,D1,A2,C2…となる。第
6図において減算器22、フリツプフロツプ2
3,24、量子化器25、フリツプフロツプ2
6,27および加算器28からなる符号器ブロツ
ク(以下これを符号器ブロツクAと呼ぶ)は、加
算器28の出力信号を減算器22における予測
値の信号として用いるものとすれば、入力
(E1,B2,…)に対し=(A′1,C′1…)が予測
値となるため、1/2に低速化されたサンプリング
周期において2サンプリング周期前のデータと入
力データとの差分によつて予測誤差を求める符号
器の形をなしている。また減算器29、フリツプ
フロツプ30,31、量子化器32、フリツプフ
ロツプ33,34,35および加算器36からな
る符号器ブロツク(以下これを符号器ブロツクB
と呼ぶ)は、フリツプフロツプ35の出力信号
を減算器29における予測値の信号として用いる
ものとすれば、入力(=C2,E2,…)に対し
(=B′1,D′1…)が予測値となるため、1/2に
低速化されたサンプリング周期において3サンプ
リング周期前のデータと入力データとの差分によ
つて予測誤差を求める符号器の形をなしている。
しかしながら第6図では、符号器ブロツクAにお
ける2サンプリング周期前の信号は符号器ブロ
ツクBにおける予測値の信号として用いられ、符
号器ブロツクBにおける3サンプリング周期前の
信号は符号器ブロツクAにおける予測値の信号
として用いられていて、それぞれ入力信号,
との差分の信号 a−e , b−c が求められ
る。信号 a−e , b−c はそれぞれ量子化器
25,32によつて量子化されて、それぞれ量子
化された予測誤差の信号出力を得るが、両出力は
いずれも5サンプリング周期前のデータと入力デ
ータとの差分によつて求められた予測誤差であ
る。
The serial/parallel conversion circuit 21 converts the input signal into a two-phase signal a, and outputs the signal a. In Fig. 7, when the input signals are in the order of A 1 , B 1 , C 1 , D 1 , E 1 , A 2 , ..., the signals are A 1 , C 1 , D 1 , E 1 , B 2
...and the signals become B 1 , D 1 , A 2 , C 2 .... In FIG. 6, a subtracter 22, a flip-flop 2
3, 24, quantizer 25, flip-flop 2
6, 27 and an adder 28 (hereinafter referred to as encoder block A), if the output signal of the adder 28 is used as the predicted value signal in the subtracter 22, the encoder block (hereinafter referred to as encoder block A) is 1 , B 2 , ...), the predicted value is = (A' 1 , C' 1 ...), so the difference between the data two sampling periods before and the input data in the sampling period that has been slowed down to 1/2. It takes the form of an encoder that calculates the prediction error by . An encoder block (hereinafter referred to as encoder block B) consisting of a subtracter 29, flip-flops 30 and 31, a quantizer 32, flip-flops 33, 34, and 35, and an adder 36
If the output signal of the flip-flop 35 is used as the predicted value signal in the subtracter 29, then (=B′ 1 , D′ 1 ...) for the inputs (=C 2 , E 2 , ...) Since this is the predicted value, the encoder is configured to calculate the prediction error from the difference between the input data and the data three sampling cycles ago at a sampling cycle that has been slowed down to 1/2.
However, in FIG. 6, the signal in encoder block A two sampling periods earlier is used as the predicted value signal in encoder block B, and the signal three sampling periods earlier in encoder block B is used as the predicted value signal in encoder block A. are used as input signals, respectively.
The difference signals ae and bc are obtained. The signals a-e and b-c are quantized by the quantizers 25 and 32, respectively, to obtain signal outputs of quantized prediction errors, but both outputs are data from five sampling periods ago. This is the prediction error determined by the difference from the input data.

第6図においては、符号器ブロツクA,Bの処
理速度は加算器28と減算器29の動作速度の和
または量子化器25または量子化器32によつて
決定される。
In FIG. 6, the processing speed of encoder blocks A and B is determined by the sum of the operating speeds of adder 28 and subtracter 29 or by quantizer 25 or quantizer 32.

第3図と同様に加算器28、減算器29、量子
化器25、量子化器32の動作速度をそれぞれ
10ns,10ns,20ns,20nsとすると、それぞれ1/
(10×10-9+10×10-9)Hzまたは1/(20×10-9
Hzすなわち50MHzの処理速度を有している。60M
Hzのデータ速度を有する入力信号は直並列変換回
路21によつて2相に変換され、従つて入力信号
,はいずれも30MHzのデータ速度であるか
ら、第6図に示された符号器によつて60MHzのデ
ータ速度を有する入力データを処理することがで
きる。このように第6図の符号器によれば、第5
図の符号器に比べて回路規模が小さいに拘らず、
所要のデータ処理速度を余裕をもつて実現するこ
とができる。
Similarly to FIG. 3, the operating speeds of the adder 28, subtracter 29, quantizer 25, and quantizer 32 are
10ns, 10ns, 20ns, 20ns, respectively 1/
(10×10 -9 +10×10 -9 )Hz or 1/(20×10 -9 )
It has a processing speed of Hz or 50MHz. 60M
An input signal having a data rate of Hz is converted into two phases by the serial-to-parallel converter circuit 21, and since both input signals have a data rate of 30MHz, the encoder shown in FIG. It is capable of processing input data with a data rate of 60MHz. In this way, according to the encoder of FIG.
Although the circuit scale is smaller than the encoder shown in the figure,
The required data processing speed can be easily achieved.

第8図は本発明の符号化回路の他の実施例とし
て11サンプリング周期前のデータと入力データと
の差分値によつて符号化する場合の構成を示した
ものである。同図において41は直並列変換回路
(S/P)であつて入力データを3相に速度変換
する。42は減算器、43,44はフリツプフロ
ツプ(FF)、45は量子化器(Q)、46,47はフ
リツプフロツプ(FF)、48は加算器、49はフ
リツプフロツプ(FF)であつて、これらは符号
器ブロツクAを構成している。50は減算器、5
1,52はフリツプフロツプ(FF)、53は量子
化器(Q)、54,55はフリツプフロツプ(FF)、
56は加算器、57,58はフリツプフロツプ
(FF)であつて、これらは符号器ブロツクBを構
成している。59は減算器、60,61はフリツ
プフロツプ(FF)、62は量子化器(Q)、63,6
4はフリツプフロツプ(FF)、65は加算器、6
6,67はフリツプフロツプ(FF)であつて、
これらは符号器ブロツクCを構成している。また
第9図は第8図の符号化回路における処理順序を
示すフローチヤートであつて、入力データ11
21,31,41,…が直並列変換回路41に入力され
たとき、各符号器ブロツクA,B,Cにおいて処
理されるデータをそれぞれ1,2,3によつて示
したものである。
FIG. 8 shows the configuration of another embodiment of the encoding circuit of the present invention in which encoding is performed using the difference value between data 11 sampling periods ago and input data. In the figure, 41 is a serial/parallel conversion circuit (S/P) that converts the speed of input data into three phases. 42 is a subtracter, 43 and 44 are flip-flops (FF), 45 is a quantizer (Q), 46 and 47 are flip-flops (FF), 48 is an adder, and 49 is a flip-flop (FF). It constitutes the container block A. 50 is a subtractor, 5
1 and 52 are flip-flops (FF), 53 is a quantizer (Q), 54 and 55 are flip-flops (FF),
56 is an adder, and 57 and 58 are flip-flops (FF), which constitute encoder block B. 59 is a subtracter, 60, 61 are flip-flops (FF), 62 is a quantizer (Q), 63, 6
4 is a flip-flop (FF), 65 is an adder, 6
6 and 67 are flip-flops (FF),
These constitute encoder block C. FIG. 9 is a flowchart showing the processing order in the encoding circuit of FIG.
When 2 1 , 3 1 , 4 1 , . be.

第8図は符号化回路においては、符号器ブロツ
クCは入力(=72,102,…)に対し、符号器ブ
ロツクAの局部復号出力(=71,81)が予測値と
なるため、1/3に低速化されたサンプリング周期
において3サンプリング周期前のデータと入力デ
ータとの差分によつて予測誤差を求める符号器を
形成し、符号器ブロツクA,Bはそれぞれ4サン
プリング周期前のデータと入力データとの差分に
よつて予測誤差を求める符号器を形成している。
そして符号器ブロツクAにおける3サンプリング
周期前の信号は符号器ブロツクCにおける予測値
の信号として用いられ、符号器ブロツクCにおけ
る4サンプリング周期前の信号は符号器ブロツク
Bにおける予測値の信号として用いられ、符号器
ブロツクBにおける4サンプリング周期前の信号
は符号器ブロツクAにおける予測値の信号として
用いられていて、これらの予測値の信号を用いて
各符号器ブロツクA,B,Cがそれぞれ入力信号
との差分を求め、これによつてそれぞれ量子化さ
れた予測誤差の信号を出力するようになつてい
る。従つて第8図に儒された符号化回路では各出
力は、いずれも11サンプリング周期前のデータと
入力データとの差分によつて求められた、量子化
された予測誤差である。第9図においては、各符
号器ブロツクA,B,Cのそれぞれの入力データ
と、予測値の関係の一例が示されている。
Figure 8 shows that in the encoding circuit, encoder block C uses the local decoded output (=7 1 , 8 1 ) of encoder block A as the predicted value for the input (= 7 2 , 10 2 , ...). Therefore, an encoder is formed that calculates the prediction error based on the difference between the input data and the data three sampling periods ago at a sampling period slowed down to 1/3, and encoder blocks A and B each calculate the prediction error using the difference between the input data and the data three sampling periods ago. This forms an encoder that calculates the prediction error based on the difference between the data and the input data.
The signal from encoder block A three sampling periods before is used as the predicted value signal at encoder block C, and the signal from encoder block C four sampling periods before is used as the predicted value signal at encoder block B. , the signal from encoder block B four sampling periods ago is used as the predicted value signal in encoder block A, and each encoder block A, B, and C each input signal using these predicted value signals. The system calculates the difference between the two and outputs a quantized prediction error signal. Therefore, in the encoding circuit shown in FIG. 8, each output is a quantized prediction error obtained from the difference between the data 11 sampling periods ago and the input data. FIG. 9 shows an example of the relationship between the input data of each encoder block A, B, and C and predicted values.

第8図において、符号器ブロツクA,B,Cの
処理速度は、減算器42,50,59、加算器4
8,56,65、量子化器45,53,62の各
素子の動作速度によつて決定される。通常量子化
器の動作速度は加算器または減算器の動作速度よ
り小さいため、符号器ブロツクA,B,Cの処理
速度は量子化器の動作速度によつて決定される。
In FIG. 8, the processing speeds of encoder blocks A, B, and C are as follows: subtracters 42, 50, 59, adder 4;
8, 56, 65, and the operating speed of each element of quantizers 45, 53, and 62. Since the operating speed of a quantizer is usually lower than the operating speed of an adder or subtracter, the processing speed of encoder blocks A, B, and C is determined by the operating speed of the quantizer.

量子化器の動作速度が加算器と減算器の動作速
度の和よりも大きい場合、たとえば15nsとすると
符号器ブロツクA,B,Cの処理速度は約67MHz
となり、第6図の場合よりも高速な動作が実現で
きる。
If the operating speed of the quantizer is greater than the sum of the operating speeds of the adder and subtracter, for example 15 ns, the processing speed of encoder blocks A, B, and C will be approximately 67 MHz.
Therefore, faster operation than the case shown in FIG. 6 can be realized.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明の符号化回路によれ
ば、直列データを1/m(mは整数)の速度のm
相の並列出力に変換し、該m相の並列出力の内の
1相の出力を入力データとし、入力データと予測
値との差分を量子化することによつて符号化を行
うm個の符号器と、該m個の符号器の符号化出力
を第1の入力とし局部復号出力を得るm個の加算
器とを備え該m個の加算器のそれぞれの局部復号
出力を遂次他相の符号器の予測値として入力しま
た該他相の符号器と同じ相の該加算器の第2の入
力とするように接続するとともに、各符号器の入
力データと予測値との時間差が該直列入力データ
のn(nは整数)サンプリング周期となるように
各符号器および各加算器の入力段または出力段に
1/mの速度の遅延素子を配置したので、小さな
回路規模で高速動作を行うことが可能な符号化回
路を実現することができる。
As explained above, according to the encoding circuit of the present invention, serial data can be converted to m at a speed of 1/m (m is an integer).
m codes that perform encoding by converting into parallel outputs of phases, using the output of one phase among the parallel outputs of the m phases as input data, and quantizing the difference between the input data and the predicted value. and m adders which take the encoded outputs of the m encoders as first inputs and obtain locally decoded outputs, and sequentially convert the locally decoded outputs of each of the m adders into other phase signals. It is connected so that it is input as the predicted value of the encoder and the second input of the adder of the same phase as the encoder of the other phase, and the time difference between the input data of each encoder and the predicted value is A delay element with a speed of 1/m is placed at the input stage or output stage of each encoder and each adder so that the sampling period of the input data is n (n is an integer), so high-speed operation is possible with a small circuit scale. It is possible to realize an encoding circuit that can perform the following steps.

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

第1図はDPCMの符号器の基本的構成を示す
図、第2図は超高速入力に用いられる符号器の構
成を示す図、第3図は5サンプリング周期前のデ
ータと入力データとの差分値によつて符号化する
符号化回路の原理的構成を示す図、第4図は第3
図に示される符号化回路を分割構成とした場合の
構成例を示す図、第5図は第3図に示された符号
化回路を並列構成とした場合の構成例を示す図、
第6図は本発明の符号化回路の一実施例として第
3図の場合と同じく5サンプリング周期前のデー
タと入力データとの差分値によつて符号化する場
合の構成を示す図、第7図は第6図に示された符
号化回路における処理順序を示すフローチヤー
ト、第8図は本発明の符号化回路の他の実施例と
して11サンプリング周期前のデータと入力データ
との差分値によつて符号化する場合の構成例を示
す図、第9図は第8図に示された符号化回路にお
ける処理順序を示すフローチヤートである。 1:減算器、2:フリツプフロツプ(FF)、
3:量子化器(Q)、4:フリツプフロツプ(FF)、
5:加算器、6:速度変換部、7,8,9:
DPCM符号器ブロツク、10,11:フリツプ
フロツプ(FF×5)、12,13:フリツプフロ
ツプ(FF×4)、14:直並列変換回路(S/
P)、15-1,…,15-5:DPCM符号器ブロツ
ク、21:直並列変換回路(S/P)、22:減
算器、23,24:フリツプフロツプ(FF)、2
5:量子化器(Q)、26,27:フリツプフロツプ
(FF)、28:加算器、29:減算器、30,3
1:フリツプフロツプ(FF)、32:量子化器
(Q)、33,34,35:フリツプフロツプ
(FF)、36:加算器、41:直並列変換回路
(S/P)、42:減算器、43,44:フリツプ
フロツプ(FF)、45:量子化器(Q)、46,4
7:フリツプフロツプ(FF)、48:加算器、4
9:フリツプフロツプ(FF)、50:減算器、5
1,52:フリツプフロツプ(FF)、53:量子
化器(Q)、54,55:フリツプフロツプ(FF)、
56:加算器、57,58:フリツプフロツプ
(FF)、59:減算器、60,61:フリツプフ
ロツプ(FF)、62:量子化器、63,64:フ
リツプフロツプ(FF)、65:2加算器、66,
67:フリツプフロツプ(FF)。
Figure 1 shows the basic configuration of a DPCM encoder, Figure 2 shows the configuration of an encoder used for ultra-high-speed input, and Figure 3 shows the difference between data 5 sampling cycles ago and input data. Figure 4 is a diagram showing the principle configuration of an encoding circuit that encodes by value.
FIG. 5 is a diagram showing an example of a configuration when the encoding circuit shown in FIG. 3 is configured in a divided configuration; FIG.
FIG. 6 is a diagram showing the configuration of an embodiment of the encoding circuit of the present invention in which encoding is performed using the difference value between data five sampling periods before and input data, as in the case of FIG. 3; The figure is a flowchart showing the processing order in the encoding circuit shown in Figure 6, and Figure 8 is a flowchart showing the processing order in the encoding circuit of the present invention. FIG. 9 is a flowchart showing the processing order in the encoding circuit shown in FIG. 8. 1: Subtractor, 2: Flip-flop (FF),
3: Quantizer (Q), 4: Flip-flop (FF),
5: Adder, 6: Speed converter, 7, 8, 9:
DPCM encoder block, 10, 11: flip-flop (FF x 5), 12, 13: flip-flop (FF x 4), 14: serial/parallel conversion circuit (S/
P), 15-1 ,..., 15-5 : DPCM encoder block, 21: Serial-to-parallel conversion circuit (S/P), 22: Subtractor, 23, 24: Flip-flop (FF), 2
5: Quantizer (Q), 26, 27: Flip-flop (FF), 28: Adder, 29: Subtractor, 30, 3
1: Flip-flop (FF), 32: Quantizer
(Q), 33, 34, 35: Flip-flop (FF), 36: Adder, 41: Serial-to-parallel conversion circuit (S/P), 42: Subtractor, 43, 44: Flip-flop (FF), 45: Quantization Vessel (Q), 46,4
7: Flip-flop (FF), 48: Adder, 4
9: Flip-flop (FF), 50: Subtractor, 5
1, 52: flip-flop (FF), 53: quantizer (Q), 54, 55: flip-flop (FF),
56: Adder, 57, 58: Flip-flop (FF), 59: Subtractor, 60, 61: Flip-flop (FF), 62: Quantizer, 63, 64: Flip-flop (FF), 65: 2 adder, 66 ,
67: Flip Flop (FF).

Claims (1)

【特許請求の範囲】[Claims] 1 直列入力データを1/m(mは整数)の速度
のm相の並列出力に変換する速度変換回路と、該
m相の並列出力の内の1相の出力を入力データと
し、入力データと予測値との差分を量子化するこ
とによつて符号化を行うm個の符号器と、該m個
の符号器の符号化出力を第1の入力とし局部復号
出力を得るm個の加算器とを具え、該m個の加算
器のそれぞれの局部復号出力を遂次他相の符号器
の予測値として入力しまた該他相の符号器と同じ
相の該加算器の第2の入力とするように接続する
とともに、各符号器の入力データと予測値との時
間差が該直列入力データのn(nは整数)サンプ
リング周期となるように各符号器および各加算器
の入力段または出力段に1/mの速度の遅延素子
を配置したことを特徴とする符号化回路。
1 A speed conversion circuit that converts serial input data into m-phase parallel outputs with a speed of 1/m (m is an integer), and the output of one phase of the m-phase parallel outputs as input data; m encoders that perform encoding by quantizing differences with predicted values, and m adders that take the encoded outputs of the m encoders as first inputs and obtain locally decoded outputs. The local decoded outputs of each of the m adders are sequentially inputted as predicted values of the encoder of the other phase, and the second input of the adder of the same phase as the encoder of the other phase. The input stage or output stage of each encoder and each adder is connected so that the time difference between the input data of each encoder and the predicted value is n (n is an integer) sampling period of the serial input data. 1. An encoding circuit characterized in that a delay element having a speed of 1/m is arranged in the circuit.
JP58205454A 1983-11-01 1983-11-01 Encoding circuit Granted JPS6097791A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58205454A JPS6097791A (en) 1983-11-01 1983-11-01 Encoding circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58205454A JPS6097791A (en) 1983-11-01 1983-11-01 Encoding circuit

Publications (2)

Publication Number Publication Date
JPS6097791A JPS6097791A (en) 1985-05-31
JPH0473352B2 true JPH0473352B2 (en) 1992-11-20

Family

ID=16507144

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58205454A Granted JPS6097791A (en) 1983-11-01 1983-11-01 Encoding circuit

Country Status (1)

Country Link
JP (1) JPS6097791A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0314356B1 (en) * 1987-10-27 1999-03-31 Canon Kabushiki Kaisha Predictive coding system

Also Published As

Publication number Publication date
JPS6097791A (en) 1985-05-31

Similar Documents

Publication Publication Date Title
US6556707B1 (en) Method and apparatus for image processing for performing a color conversion
JPH01284110A (en) Serial bit device
JP2000125297A (en) Method for coding and decoding consecutive image
US5043809A (en) Encoding apparatus
EP0660530A1 (en) Cascaded sigma-delta modulators
JPH0473352B2 (en)
JPH01236879A (en) Picture encoder
US5166958A (en) Coding apparatus with low-frequency and DC suppression
JPH038156B2 (en)
JPS62264785A (en) Parallel processing circuit
JPH0525142B2 (en)
JPS6251830A (en) Parallel processing type plane forecasting circuit
JPS6251829A (en) Parallel interpolation dpcm coding circuit
US4973973A (en) Code converter and encoder for converting a unipolar binary coded signal into a bipolar binary coded signal
JP2888849B2 (en) Intra-frame predicted DPCM coding circuit
JPH0216887A (en) Picture encodor
JPH0366854B2 (en)
JP2518214B2 (en) High efficiency encoder
JPS62249582A (en) Predictive coding circuit
JPH01198882A (en) Decoder for coding system with high efficiency for television signal
JPS5932951B2 (en) DPCM encoding circuit
KR0160624B1 (en) Data compressor
SU1363538A1 (en) Apparatus for correcting hf predistortion of secam colour signal
KR100207384B1 (en) Apparatus for decoding intra dc coefficient of video signal decoding system
JPH01181328A (en) Encoder