JPH08116452A - Data compressor - Google Patents

Data compressor

Info

Publication number
JPH08116452A
JPH08116452A JP6252533A JP25253394A JPH08116452A JP H08116452 A JPH08116452 A JP H08116452A JP 6252533 A JP6252533 A JP 6252533A JP 25253394 A JP25253394 A JP 25253394A JP H08116452 A JPH08116452 A JP H08116452A
Authority
JP
Japan
Prior art keywords
appearance probability
data
symbol
arithmetic
encoding
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
JP6252533A
Other languages
Japanese (ja)
Other versions
JP3282407B2 (en
Inventor
Kazuo Hayashi
林  和夫
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP25253394A priority Critical patent/JP3282407B2/en
Publication of JPH08116452A publication Critical patent/JPH08116452A/en
Application granted granted Critical
Publication of JP3282407B2 publication Critical patent/JP3282407B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Image Processing (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

PURPOSE: To attain high speed data compression while keeping a high compression rate by collecting results of learning by plural data compression means and allowing them to be shared in common. CONSTITUTION: When image information being compression object data is fed to an image split means 101., the image information is divided into plural areas and they are processed in parallel by arithmetic coding processing means 102a-l02n. The arithmetic coding processing means 102a-102n use a learning algorithm to vary a compression parameter and the result of learning by the arithmetic coding processing means 102a-102n are collected through a symbol occurrence probability calculation means 105 and a symbol occurrence probability setting means 107 and the compression parameter based on the result of collection is fed back to the arithmetic coding processing means.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ディジタル画像信号の
蓄積、伝送等に用いて好適なデータ圧縮装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data compression device suitable for storage and transmission of digital image signals.

【0002】[0002]

【従来の技術】画像情報等の符号化/復号化処理の高速
化を図るため、種々の技術が提案されている。例えば、
特開昭63−74169号公報においては、複数の符号
化/復号化処理部を設け、1枚の画像情報を複数に分割
し、分割した画像情報をそれぞれ別個の符号化/復号化
処理部に供給する技術が開示されている。すなわち、分
割された各画像情報に対して並列に符号化/復号化処理
を行うことにより、全体として単位時間当たりの符号化
あるいは復号化処理可能な画像情報量を増加させ、符号
化/復号化処理を高速化させる、というものである。
2. Description of the Related Art Various techniques have been proposed in order to speed up encoding / decoding processing of image information and the like. For example,
In Japanese Unexamined Patent Publication No. 63-74169, a plurality of encoding / decoding processing units are provided, one image information is divided into a plurality of pieces, and the divided image information is provided to separate encoding / decoding processing units. Dispensing techniques are disclosed. That is, by performing encoding / decoding processing on each divided image information in parallel, the amount of image information that can be encoded or decoded per unit time is increased as a whole, and the encoding / decoding is performed. It is to speed up the process.

【0003】また、画像情報を効率良く符号化するた
め、種々の学習アルゴリズムを用いる技術が知られてい
る。ここで、学習アルゴリズムとは、最初に初期状態の
圧縮パラメータに基づいて圧縮対象データを圧縮しなが
ら、この圧縮対象データの性質(出現するシンボルのパ
ターン等)を分析し、その後は、高い圧縮率が得られる
ように、分析結果に基づいて圧縮パラメータを設定する
ものをいう。学習アルゴリズムを用いた場合は、圧縮処
理の初期段階においては学習内容が収束しておらず、高
い圧縮率は得られない。例えば、図13(a)に示す画像
情報が圧縮対象データであって、学習アルゴリズムによ
って得られる圧縮パラメータが圧縮対象データに適合し
た値に収束するまでにハッチングを施した部分の圧縮が
行われたとすると、この部分の圧縮率は低くなる。
Further, there are known techniques for using various learning algorithms in order to efficiently encode image information. Here, the learning algorithm is to analyze the property of the data to be compressed (the pattern of the appearing symbols, etc.) while compressing the data to be compressed based on the compression parameter in the initial state, and then to obtain a high compression rate. So that the compression parameter is set based on the analysis result. When the learning algorithm is used, the learning content does not converge at the initial stage of the compression process, and a high compression rate cannot be obtained. For example, it is assumed that the image information shown in FIG. 13A is the compression target data and that the hatched portion is compressed until the compression parameter obtained by the learning algorithm converges to a value suitable for the compression target data. Then, the compression rate of this portion becomes low.

【0004】[0004]

【発明が解決しようとする課題】ところで、特開昭63
−74169号公報記載の技術に単に学習アルゴリズム
を適用すると、圧縮率がきわめて悪化するという問題が
生じた。例えば、図13(b)に示すように、画像情報を
4つの領域に分割し、各々別個の符号化/復号化器を用
いて符号化/復号化処理を行う場合を想定すると、各符
号化/復号化器が独立に学習を行うため、圧縮率の低く
なる部分(ハッチングを施した部分)の面積が、同図
(a)の約4倍になる。この発明は上述した事情に鑑みて
なされたものであり、高速かつ圧縮率の高いデータ圧縮
装置を提供することを目的とする。
By the way, Japanese Patent Laid-Open No. Sho 63-63
If the learning algorithm is simply applied to the technique described in Japanese Patent Laid-Open No. 74169, there arises a problem that the compression rate is extremely deteriorated. For example, assuming that the image information is divided into four areas as shown in FIG. / Since the decoder performs learning independently, the area of the part where the compression rate becomes low (hatched part) is
It is about 4 times that of (a). The present invention has been made in view of the above-mentioned circumstances, and an object of the present invention is to provide a data compression device having a high speed and a high compression rate.

【0005】[0005]

【課題を解決するための手段】上記課題を解決するた
め、請求項1記載の構成にあっては、所定の学習アルゴ
リズムに基づいて圧縮パラメータを適宜変更しつつ、入
力されたデータを圧縮して出力する複数のデータ圧縮手
段と、圧縮対象データが入力されると、この圧縮対象デ
ータを分割し前記各データ圧縮手段に供給するデータ分
割手段と、前記各データ圧縮手段の学習結果を集計する
集計手段と、この集計手段における集計結果に基づい
て、前記各データ圧縮手段に対して共通の圧縮パラメー
タを設定する圧縮パラメータ設定手段とを具備すること
を特徴とする。
In order to solve the above-mentioned problems, in the structure according to claim 1, the input data is compressed while the compression parameter is appropriately changed based on a predetermined learning algorithm. A plurality of data compressing means for outputting and a data dividing means for dividing the data to be compressed when the data to be compressed are inputted, and a totaling for summing learning results of the data compressing means. Means and a compression parameter setting means for setting a common compression parameter for each of the data compression means based on the result of the totalization by the totalizing means.

【0006】また、請求項2記載の構成にあっては、学
習アルゴリズムに基づいて圧縮パラメータを適宜変更し
つつ、入力されたデータを圧縮して出力する第1および
第2のデータ圧縮手段と、圧縮対象データが入力される
と、この圧縮対象データを分割し前記第1および第2の
データ圧縮手段に供給するデータ分割手段と、前記第1
のデータ圧縮手段を起動し、その後に前記第2のデータ
圧縮手段を起動する起動制御手段と、前記第1のデータ
圧縮手段における学習結果に基づいて、前記第2のデー
タ圧縮手段における圧縮パラメータの初期値を設定する
圧縮パラメータ設定手段とを具備することを特徴とす
る。
According to the second aspect of the invention, the first and second data compression means compresses and outputs the input data while appropriately changing the compression parameter based on the learning algorithm. When the data to be compressed is input, the data to be compressed is divided and supplied to the first and second data compressing means, and the first to second data compression means.
Of the compression parameter of the second data compression unit based on the learning result of the activation control unit that activates the second data compression unit and then activates the second data compression unit. And compression parameter setting means for setting an initial value.

【0007】また、請求項3記載の構成にあっては、請
求項1記載のデータ圧縮装置において、前記圧縮対象デ
ータは、複数種類のシンボルによって構成されるもので
あり、前記各データ圧縮手段は、出現確率の高いシンボ
ルをビット長の短い二値データに変換するとともに、出
現確率の低いシンボルをビット長の長い二値データに変
換することによって、供給されたデータを圧縮するもの
であり、前記圧縮対象データ含まれるシンボルの出現確
率を逐次算出する出現確率算出手段と、前記出現確率の
変動量が所定の収束条件を満たしたか否かを判定し、こ
の収束条件が満たされた場合に前記圧縮パラメータ設定
手段の動作を停止させる収束条件判定手段とを具備する
ことを特徴とする。
According to a third aspect of the present invention, in the data compression apparatus according to the first aspect, the data to be compressed is composed of a plurality of types of symbols, and each of the data compression means is , A symbol having a high appearance probability is converted into binary data having a short bit length, and a symbol having a low appearance probability is converted into binary data having a long bit length, thereby compressing the supplied data. Appearance probability calculating means for sequentially calculating the appearance probability of the symbols included in the compression target data, and it is determined whether or not the variation amount of the appearance probability satisfies a predetermined convergence condition, and if the convergence condition is satisfied, the compression is performed. Convergence condition determination means for stopping the operation of the parameter setting means is provided.

【0008】[0008]

【作用】請求項1記載の構成にあっては、複数のデータ
圧縮手段は、所定の学習アルゴリズムに基づいて圧縮パ
ラメータを適宜変更しつつ、入力されたデータを圧縮し
て出力する。また、データ分割手段は、圧縮対象データ
が入力されると、この圧縮対象データを分割し前記各デ
ータ圧縮手段に供給する。その際、集計手段は各データ
圧縮手段の学習結果を集計し、圧縮パラメータ設定手段
はこの集計結果に基づいて、各データ圧縮手段に対して
共通の圧縮パラメータを設定する。これにより、各デー
タ圧縮手段における学習結果が共有されることになる。
In the structure according to the first aspect, the plurality of data compression means compresses the input data and outputs it while appropriately changing the compression parameter based on a predetermined learning algorithm. Further, when the data to be compressed is input, the data dividing means divides the data to be compressed and supplies it to each of the data compressing means. At that time, the totaling means totals the learning results of each data compressing means, and the compression parameter setting means sets a common compression parameter for each data compressing means based on this totaling result. As a result, the learning result in each data compression means is shared.

【0009】また、請求項2記載の構成にあっては、デ
ータ分割手段は圧縮対象データを分割し第1および第2
のデータ圧縮手段に供給する。ここで、起動制御手段に
よって第1のデータ圧縮手段が起動されると、この第1
のデータ圧縮手段は、所定の学習アルゴリズムに基づい
て圧縮パラメータを適宜変更しつつ、入力されたデータ
を圧縮して出力する。次に、圧縮パラメータ設定手段
は、第1のデータ圧縮手段における学習結果に基づい
て、第2のデータ圧縮手段における圧縮パラメータの初
期値を設定する。次に、起動制御手段によって第2のデ
ータ圧縮手段が起動されると、第2のデータ圧縮手段は
所定の学習アルゴリズムに基づいて圧縮パラメータを適
宜変更しつつ、入力されたデータを圧縮して出力する。
このように、第1のデータ圧縮手段における学習結果が
第2のデータ圧縮手段において用いられる。
According to the second aspect of the invention, the data dividing means divides the data to be compressed into first and second data.
Data compression means. When the activation control means activates the first data compression means, the first data compression means activates the first data compression means.
The data compressing means compresses the input data and outputs it while appropriately changing the compression parameter based on a predetermined learning algorithm. Next, the compression parameter setting means sets the initial value of the compression parameter in the second data compression means, based on the learning result in the first data compression means. Next, when the second data compression means is activated by the activation control means, the second data compression means compresses the input data and outputs it while appropriately changing the compression parameter based on a predetermined learning algorithm. To do.
In this way, the learning result of the first data compression means is used in the second data compression means.

【0010】また、請求項3記載の構成にあっては、出
現確率算出手段は圧縮対象データ含まれるシンボルの出
現確率を逐次算出する。収束条件判定手段は、出現確率
の変動量が所定の収束条件を満たしたか否かを判定し、
この収束条件が満たされた場合に圧縮パラメータ設定手
段の動作を停止させる。これにより、出現確率の変動量
がある程度収束した時点で各データ圧縮手段が独立に学
習を行う。
Further, in the structure according to the third aspect, the appearance probability calculating means successively calculates the appearance probability of the symbols included in the compression target data. The convergence condition determination means determines whether or not the variation amount of the appearance probability satisfies a predetermined convergence condition,
When this convergence condition is satisfied, the operation of the compression parameter setting means is stopped. As a result, each data compression unit independently learns when the variation in the occurrence probability converges to some extent.

【0011】[0011]

【実施例】【Example】

A.各実施例の概要 最初に各実施例の概要を説明する。まず、第1実施例に
おいては、圧縮対象となる画像情報は、図8に示すよう
な複数のブロックに分割される。各ブロックはn個の算
術符号化処理手段によって各々別々に符号化される。こ
れらブロックの符号化が終了すると、各ブロックにおけ
る各シンボルの出現頻度が集計され、その結果が各算術
符号化処理手段に対して、学習結果として設定される。
従って、学習結果が収束するまでのデータ量は、1個の
算術符号化処理手段を用いた場合と同程度まで抑えるこ
とが可能である。しかも、実際の符号化処理は、n個の
算術符号化処理手段によって並列に行われるため、きわ
めて高速である。
A. Outline of each embodiment First, an outline of each embodiment will be described. First, in the first embodiment, the image information to be compressed is divided into a plurality of blocks as shown in FIG. Each block is separately encoded by n arithmetic encoding processing means. When the coding of these blocks is completed, the frequency of appearance of each symbol in each block is aggregated, and the result is set as a learning result for each arithmetic coding processing means.
Therefore, the amount of data until the learning result converges can be suppressed to the same extent as when one arithmetic coding processing unit is used. Moreover, since the actual encoding process is performed in parallel by the n arithmetic encoding processing means, it is extremely fast.

【0012】第2実施例においては、圧縮対象となる画
像情報は、図9に示すような複数のブロックに分割され
る。最初に1個の算術符号化処理手段によってBlock 1
-1が符号化され、その課程で同ブロック内における各
シンボルの出現頻度が求められる。次に、その結果を用
いて、2個の算術符号化処理手段によってBlock 1-
2、Block 2-1が並列に符号化され、各シンボルの出
現頻度が集計される。次に、その結果を用いて、3個の
算術符号化処理手段によってBlock 1-3、Block2-
2、Block 3-1が並列に符号化される。以下同様に、
他のブロックも処理される。これにより、ある算術符号
化処理手段における学習結果が他の算術符号化処理手段
においても反映され、高速かつ高い圧縮率で符号化処理
を行うことが可能になる。
In the second embodiment, the image information to be compressed is divided into a plurality of blocks as shown in FIG. First, Block 1 is executed by one arithmetic coding processing means.
-1 is coded, and the frequency of appearance of each symbol in the same block is obtained in the process. Next, using the result, Block 1- is performed by the two arithmetic coding processing means.
2, Block 2-1 are coded in parallel, and the frequency of appearance of each symbol is aggregated. Next, using the result, Block 1-3 and Block2- are provided by the three arithmetic coding processing means.
2, Block 3-1 is encoded in parallel. And so on
Other blocks are also processed. As a result, the learning result in one arithmetic coding processing means is reflected in the other arithmetic coding processing means, and the coding processing can be performed at high speed and high compression rate.

【0013】第3実施例においては、圧縮対象となる画
像情報は、図10に示すような複数のブロックに分割さ
れる。最初に1個の算術符号化処理手段によってBlock
Aが符号化され、その課程で各シンボルの出現頻度が求
められる。次に、その結果を用いて、n個の算術符号化
処理手段によって、領域[1]〜領域[N]が並列に符
号化される。これにより、Block Aにおける学習結果が
他の算術符号化処理手段においても用いられ、高速かつ
高い圧縮率で符号化処理を行うことが可能になる。
In the third embodiment, the image information to be compressed is divided into a plurality of blocks as shown in FIG. First, a block is created by one arithmetic coding processing unit.
A is encoded, and the frequency of appearance of each symbol is obtained in the process. Next, using the result, the areas [1] to [N] are coded in parallel by the n arithmetic coding processing means. As a result, the learning result in Block A is also used in other arithmetic coding processing means, and the coding processing can be performed at high speed and with a high compression rate.

【0014】B.第1実施例 B−1.算術符号化方式 以下、本実施例(および後述する他の実施例)において
採用されている算術符号化方式について説明する。算術
符号化方式については以下で詳しく述べるが、一言で言
えば、入力されるシンボル系列の出現確立に応じて確立
数直線を区間分割し、分割された区間内の位置を示す二
進少数値をその系列に対する符号とするものであり、符
号後を算術演算により逐次的に構成していくことからこ
の名がある。この算術符号化方式は、国際電信電話諮問
委員会と国際標準化機構との合同の規格案であるJBI
G(Joint Bi-level Image experts Group)において国
際標準化作業が進められており、2値画像符号化方式と
して採用されたQM−Coderの基本となる方式であ
る。
B. First embodiment B-1. Arithmetic Coding Method Hereinafter, an arithmetic coding method adopted in this embodiment (and other embodiments described later) will be described. The arithmetic coding method will be described in detail below, but in a nutshell, the probability line is divided into sections according to the appearance of the input symbol sequence, and a binary decimal value indicating the position within the divided section. Is the code for the sequence, and it has this name because it is constructed sequentially by arithmetic operations after the code. This arithmetic coding method is JBI, which is a joint standard proposal between the International Telegraph and Telephone Advisory Committee and the International Organization for Standardization.
International standardization work is underway in G (Joint Bi-level Image experts Group), which is a basic method of QM-Coder adopted as a binary image coding method.

【0015】以下、2つのシンボル”0”、”1”の出
現確率がそれぞれP0=0.75及び、P1=1−P0
0.25で与えられる場合の2値算術符号化方式による
符号化処理の例を図11を用いて説明する。この例にお
いては、シンボル”0”は出現確率が高いシンボルであ
り優勢シンボルと呼ばれ、シンボル”0”は出現確率が
低いシンボルであり劣勢シンボルと呼ばれる。すなわ
ち、頻繁に出現する優勢シンボルは数直線上の幅広い領
域が与えられる。図11において、まず、0以上1未満
の数直線を0.75:0.25に分割し、0以上0.7
5未満の領域A0と、0.75以上1未満の領域A1を作
成する。次に、情報源から入力される最初のシンボル
が”0”であれば領域A0を、”1”であれば領域A1を
選択する。
Hereinafter, the appearance probabilities of the two symbols "0" and "1" are P 0 = 0.75 and P 1 = 1-P 0 =, respectively.
An example of encoding processing by the binary arithmetic encoding method when given by 0.25 will be described with reference to FIG. In this example, the symbol “0” is a symbol having a high appearance probability and is called a dominant symbol, and the symbol “0” is a symbol having a low appearance probability and is called a inferior symbol. That is, the dominant symbol that appears frequently is given a wide area on the number line. In FIG. 11, first, the number line of 0 or more and less than 1 is divided into 0.75: 0.25, and 0 or more and 0.7
An area A 0 of less than 5 and an area A 1 of 0.75 or more and less than 1 are created. Next, if the first symbol input from the information source is "0", the area A0 is selected, and if it is "1", the area A1 is selected.

【0016】例えば、情報源から入力される最初のシン
ボルが”0”であり、領域A0が選択された場合、選択
された領域A0を同様に0.75:0.25に再分割
し、領域A00(0以上0.5625(0.752)未
満)及び領域A01(0.5625以上1未満)を作成す
る。ここで、次の入力シンボルが“0”であれば領域A
00を、”1”であれば領域A01を選択する。このような
領域分割/領域選択処理を全ての入力シンボルに対して
行い、最後の分割で得られた領域内の1点の2進少数表
示を符号とする。この領域内の1点は通常、選択された
領域内の最下点が用いられる。
For example, when the first symbol input from the information source is "0" and the area A0 is selected, the selected area A0 is similarly subdivided into 0.75: 0.25, a 00 to create a (0 or 0.5625 (0.75 2) below) and a region a 01 (less than 0.5625 or 1). Here, if the next input symbol is “0”, the area A
If 00 is "1", area A 01 is selected. Such area division / area selection processing is performed for all input symbols, and the binary decimal representation of one point in the area obtained by the last division is used as a code. As the one point in this area, the lowest point in the selected area is usually used.

【0017】図11において、太線で囲まれた領域は、
入力シンボル系列”0010”を符号化した場合の符号
化過程を示しており、この入力シンボル系列を符号化し
た結果生成される符号として図中の”Code”と示さ
れた1点の値が用いられる。表1に4ビットからなる入
力シンボル系列をこの2値算術符号化方式によって符号
化処理した結果を示す。なお、表1中の数値の末尾のB
は2進数であることを示している。表1においては、各
入力シンボル系列に対して、「出現確率」と、「領域内
の最下点」とが示されている。ここで、各入力シンボル
系列に対応する「領域内の最下点」の有効桁を、他の領
域の最下点と区別するために最低限必要となるものを残
して切り捨て、その結果の小数部のビット列を「符号」
とする。
In FIG. 11, the area surrounded by the thick line is
The encoding process when the input symbol sequence "0010" is encoded is shown, and the value of one point shown as "Code" in the figure is used as a code generated as a result of encoding this input symbol sequence. To be Table 1 shows the result of coding processing of an input symbol sequence consisting of 4 bits by this binary arithmetic coding method. In addition, B at the end of the numerical values in Table 1
Indicates that it is a binary number. In Table 1, the "probability of appearance" and the "bottom point in the area" are shown for each input symbol series. Here, the significant digits of the "bottom point in the area" corresponding to each input symbol series are rounded down, leaving the minimum necessary to distinguish them from the bottom points of other areas. The bit string of the part is "sign"
And

【0018】[0018]

【表1】 [Table 1]

【0019】表1によれば、入力シンボル系列”000
0”、”0001”、”0010”を符号化処理した場
合に生成される符号データ長が入力シンボル系列長より
も小さくなっており符号化処理の効果の出ていることが
分かる。また、それ以外の入力シンボル系列を符号化処
理した場合に生成される符号データ長は、入力シンボル
系列長と同じかそれ以上となっている。後者の符号デー
タ長が長くなった原因としては、第一に、符号化処理の
際に用いた2つのシンボル”0”、”1”の出現確率の
値がこれら入力シンボル系列に最適なものではなっかた
ことが挙げられる。また、第二に、符号化処理対象の入
力シンボル系列長が十分な長さではなかったことが挙げ
られる。すなわち、上記例では、説明の簡素化のため入
力シンボル系列のビット長を4ビットにしたが、この程
度の長さでは充分な効果を得ることが困難である。
According to Table 1, the input symbol sequence "000"
It can be seen that the code data length generated when 0 "," 0001 ", and" 0010 "are coded is smaller than the input symbol sequence length, and the coding process is effective. The code data length generated when the input symbol sequence other than is coded is equal to or longer than the input symbol sequence length. It can be mentioned that the values of the appearance probabilities of the two symbols “0” and “1” used in the encoding process are not optimal for these input symbol sequences. The reason is that the length of the input symbol sequence to be processed was not sufficiently long, that is, in the above example, the bit length of the input symbol sequence was set to 4 bits in order to simplify the description, but this length is about this. Is enough It is difficult to obtain the effect.

【0020】すなわち、入力シンボル系列に最適なシン
ボル”0”、”1”の出現確率の値を用い、かつ、その
入力シンボル系列が十分な長さを持っている場合、この
算術符号化方式によるデータの削減の効果はより大きな
ものになり、このような場合、理論的には入力データ系
列の持つエントロピーの値に近い符号長まで圧縮できる
ことが知られている。
That is, when the values of the appearance probabilities of the optimum symbols "0" and "1" are used for the input symbol sequence, and the input symbol sequence has a sufficient length, this arithmetic coding method is used. It is known that the effect of data reduction becomes larger, and in such a case, it is theoretically possible to compress to a code length close to the entropy value of the input data sequence.

【0021】また、上記例では、入力シンボルの出現確
率値が一定である場合について説明したが、算術符号化
方式は、符号化処理を行いながら入力シンボル系列の局
所的な性質に適合するように入力シンボルの出現確率値
をダイナミックに変更することが容易に行えるという特
徴を持っている。算術符号化方式では、符号化処理時と
復号化処理時に同一の入力シンボルの出現確率値を用い
れば、1つのシンボルを符号化する毎に入力シンボルの
出現確率値を変更しても問題は無い。そこで、既に符号
化処理済のシンボル系列から各シンボルの出現確率値を
求め、それに基づいて入力シンボルの出現確率値を逐次
変更することによって、最適なシンボルの出現確率値を
用いて符号化処理を行うという学習アルゴリズムを用い
ることが可能になる。前述したQM−Coderでは、
予め複数個のシンボルの出現確率値を用意しておいて、
符号化処理をしながらこれを間欠的に切り換える構成と
なっている。
Further, in the above example, the case where the appearance probability value of the input symbol is constant has been described. However, the arithmetic coding method is adapted to the local property of the input symbol sequence while performing the coding process. It has a feature that the appearance probability value of the input symbol can be easily changed dynamically. In the arithmetic coding method, if the same appearance probability value of the input symbol is used during the encoding process and the decoding process, there is no problem even if the appearance probability value of the input symbol is changed every time one symbol is encoded. . Therefore, the appearance probability value of each symbol is obtained from the symbol sequence that has already been encoded, and the appearance probability value of the input symbol is sequentially changed based on it, so that the encoding process is performed using the optimum symbol appearance probability value. It becomes possible to use the learning algorithm of doing. In the QM-Coder described above,
Prepare the appearance probability values of multiple symbols in advance,
The configuration is such that this is switched intermittently during the encoding process.

【0022】前述の算術符号化方式によって画像情報を
符号化する場合、入力画素データをシンボル系列として
順次入力し、各シンボルの出現確率を周囲の画素データ
の状態に基づいて予測し、その予測結果に基づいて前述
の符号化処理を行う。また、符号化処理開始時には、各
シンボルの出現確率として一定の初期値を設定する。符
号化処理の開始時点では、処理対象となる画像情報の各
シンボルの出現確率は不明であるため、通常は、各シン
ボルの出現確率は等しいものと仮定して処理を開始す
る。
When image information is coded by the above-mentioned arithmetic coding method, input pixel data is sequentially input as a symbol series, the appearance probability of each symbol is predicted based on the state of surrounding pixel data, and the prediction result thereof is obtained. Based on the above, the above-mentioned encoding processing is performed. At the start of the encoding process, a constant initial value is set as the probability of appearance of each symbol. Since the appearance probability of each symbol of the image information to be processed is unknown at the start of the encoding process, the process is usually started assuming that the appearance probabilities of the respective symbols are equal.

【0023】図12に、2値算術符号化方式において、
符号化処理が進行するにつれて、符号化処理開始時に設
定した劣勢シンボルの出現確率の初期値から、処理対象
画像情報の性質に適合した劣勢シンボルの出現確率Pに
近づく様子を示す。図12に示したように、符号化処理
開始時に設定した各シンボルの出現確率の初期値が処理
対象となる入力画像情報の性質に適合した出現確率に近
づくまでの一定期間は、入力シンボル系列に最適な出現
確率値が用いられないため、生成される符号長が長くな
るため、符号化効率が低下することになる。
In FIG. 12, in the binary arithmetic coding system,
As the encoding process progresses, it is shown that the initial value of the appearance probability of the inferior symbol set at the start of the encoding process approaches the appearance probability P of the inferior symbol that matches the property of the processing target image information. As shown in FIG. 12, for a certain period of time until the initial value of the appearance probability of each symbol set at the start of the encoding process approaches the appearance probability that matches the property of the input image information to be processed, the input symbol sequence is Since the optimum appearance probability value is not used, the generated code length becomes long, and thus the coding efficiency decreases.

【0024】B−2.実施例の構成 実施例の全体構成 以下、図面を参照し本発明の第1実施例を説明する。図
1は、本実施例に係る複写機のブロック図である。図に
おいて1は自動原稿搬送装置、2は画像読み取り装置、
3はセレクタ、4は符号化処理部、5はページメモリ、
6はバスアービタ、7はDMAコントローラ、8は画像
記憶装置、9は外部入出力I/F部、10は復号化処理
部、11はマルチプレクサ、12は自動用紙綴じ装置、
13は画像記録装置、14はユーザインタフェース、1
5は通信コントローラ、16はCPU、17はRAM、
18はPROM、19は割り込みコントローラである。
B-2. Configuration of Embodiments Overall Configuration of Embodiments A first embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram of a copying machine according to this embodiment. In the figure, 1 is an automatic document feeder, 2 is an image reading device,
3 is a selector, 4 is an encoding processing unit, 5 is a page memory,
6 is a bus arbiter, 7 is a DMA controller, 8 is an image storage device, 9 is an external input / output I / F unit, 10 is a decoding processing unit, 11 is a multiplexer, 12 is an automatic paper binding device,
13 is an image recording device, 14 is a user interface, 1
5 is a communication controller, 16 is a CPU, 17 is a RAM,
Reference numeral 18 is a PROM, and 19 is an interrupt controller.

【0025】画像入力手段は自動原稿搬送装置1と画像
読み取り装置2からなり、画像読み取り装置2はCCD
等の撮像素子によって原稿を電気的な画像データに変換
して読み取る。自動原稿搬送装置1は画像読み取り装置
2の所定読み取り位置まで原稿を順次送り出し、読み取
り終了後排出する。セレクタ3は画像入力手段にて読み
取った画像データと外部入出力I/F部から入力されペ
ージメモリ5に格納された画像データのどちらを符号化
処理部4に入力するかを切り換えるために用いられる。
符号化処理部4は画像データを符号化することによって
後述する画像記憶装置8に蓄積可能な画像枚数を増やす
と共に、画像記憶装置8へのデータ転送速度を下げるた
めに使用される。
The image input means comprises an automatic document feeder 1 and an image reading device 2, and the image reading device 2 is a CCD.
A document is converted into electrical image data and read by an image pickup device such as. The automatic document feeder 1 sequentially sends out documents to a predetermined reading position of the image reading device 2, and discharges them after the reading is completed. The selector 3 is used to switch which of the image data read by the image input means and the image data input from the external input / output I / F unit and stored in the page memory 5 is input to the encoding processing unit 4. .
The encoding processing unit 4 is used to encode the image data to increase the number of images that can be stored in the image storage device 8 described later and to reduce the data transfer speed to the image storage device 8.

【0026】ページメモリ5は符号化処理部4のデータ
出力速度が一定速でないこと、画像記憶装置8のデータ
転送の開始に時間を要し転送速度も一定ではないため
に、符号化処理部4から出力されるデータを一時蓄積す
るために用いられる。外部入出力I/F部9はネットワ
ーク回線を介して画像データを入出力するために使用さ
れる。外部入出力I/F部9によって入出力される画像
データはページメモリ5に一時蓄積される。復号化処理
部10は符号化された画像データを復号化する。マルチ
プレクサ11は復号化処理部10にて復号化された画像
データの出力先をページメモリ5とするか画像出力手段
とするかを切り換えるために用いられる。画像出力手段
は画像記録装置13と自動用紙綴じ装置12からなり、
画像記録装置13は復号化された画像データをレーザな
どを用いた電子写真記録方式などにより用紙に画像を記
録する。自動原稿綴じ装置12は画像記録装置13が順
次出力する部数ごとに用紙綴じを行う。
In the page memory 5, since the data output speed of the encoding processing unit 4 is not constant, it takes time to start the data transfer of the image storage device 8 and the transfer speed is also not constant. It is used to temporarily store the data output from. The external input / output I / F unit 9 is used to input / output image data via a network line. The image data input / output by the external input / output I / F unit 9 is temporarily stored in the page memory 5. The decoding processing unit 10 decodes the encoded image data. The multiplexer 11 is used to switch whether the output destination of the image data decoded by the decoding processing unit 10 is the page memory 5 or the image output means. The image output means comprises an image recording device 13 and an automatic paper binding device 12,
The image recording device 13 records the decoded image data on a sheet by an electrophotographic recording method using a laser or the like. The automatic document binding device 12 binds sheets according to the number of copies that the image recording device 13 sequentially outputs.

【0027】DMAコントローラ7は6チャンネル備
え、チャンネル1はページメモリ5から符号化処理部4
へのDMA転送、チャンネル2は符号化処理部4からペ
ージメモリ5へのDMA転送、チャンネル3はページメ
モリ5から復号化処理部10へのDMA転送、チャンネ
ル4は復号化処理部10からページメモリ5へのDMA
転送、チャンネル5はページメモリ5と画像記憶装置8
間のDMA転送、チャンネル6はページメモリ5と外部
入出力I/F部9間のDMA転送を行う。バスアービタ
6は符号化処理部4、画像記憶装置8、外部入出力I/
F部9、復号化処理部10の4つの装置からの6種類の
DMA転送要求を所定の優先順位と所定のデータ単位で
調停する。
The DMA controller 7 has 6 channels, and the channel 1 from the page memory 5 to the encoding processing unit 4
To the page memory 5, DMA transfer from the encoding processor 4 to the page memory 5, channel 3 DMA transfer from the page memory 5 to the decoding processor 10, channel 4 from the decoding processor 10 to the page memory DMA to 5
Transfer, channel 5 is page memory 5 and image storage device 8
DMA transfer between channels, and the channel 6 performs DMA transfer between the page memory 5 and the external input / output I / F unit 9. The bus arbiter 6 includes an encoding processing unit 4, an image storage device 8, and external input / output I / O.
It arbitrates six types of DMA transfer requests from four devices of the F unit 9 and the decoding processing unit 10 in a predetermined priority order and a predetermined data unit.

【0028】以上が画像データに係わり、より高速に動
作させるために後述の制御系のCPUバスとは分離され
た構成になっている。制御手段は制御系のCPUバスに
接続される各装置から構成される。CPU16は主制御
装置でCPUバスに接続される各装置を制御する。PR
OM18はCPU16を動作させるためのソフトウェア
を格納する。RAM17はCPU16の作業用メモリと
して使用する。割り込みコントローラ19は符号化処理
部4、画像記憶装置8、外部入出力I/F部9、復号化
処理部10、及び、3チャンネルの通信コントローラ1
5からの割り込み要求を所定の優先順位で受け付けてC
PU16に処理を促す。通信コントローラ15は3チャ
ンネル備え、CPUと画像入力手段、画像出力手段、ユ
ーザインタフェース14それぞれとの間でコマンド/ス
テータスを送受信するための装置である。ユーザインタ
フェース14は操作者の指示を入力したり画像処理装置
の状態を表示するための装置である。
The above is concerned with the image data, and in order to operate at a higher speed, it is separated from the CPU bus of the control system described later. The control means is composed of each device connected to the CPU bus of the control system. The CPU 16 is a main control device and controls each device connected to the CPU bus. PR
The OM 18 stores software for operating the CPU 16. The RAM 17 is used as a working memory for the CPU 16. The interrupt controller 19 includes an encoding processing unit 4, an image storage device 8, an external input / output I / F unit 9, a decoding processing unit 10, and a 3-channel communication controller 1.
Accepts the interrupt request from 5 with a predetermined priority and C
PU16 is prompted to process. The communication controller 15 has three channels and is a device for transmitting / receiving commands / status between the CPU and the image input unit, the image output unit, and the user interface 14. The user interface 14 is a device for inputting an operator's instruction and displaying the state of the image processing device.

【0029】実施例の要部の構成 (符号化処理部4)次に、符号化処理部4の詳細構成を
図2を参照し説明する。図において101は画像分割手
段であり、セレクタ3を介して符号化対象画像情報が入
力されると、この画像情報を図8に示されるような複数
のブロックに分割する。以後、図8において、 Block 1-1,Block 1-2,・・・,Block 1-mを領域[1]、 Block 2-1,Block 2-2,・・・,Block 2-mを領域[2]、 : : : Block n-1,Block n-2,・・・,Block n-mを領域[N] という。
Configuration of Main Part of Embodiment (Encoding Processor 4) Next, a detailed configuration of the encoding processor 4 will be described with reference to FIG. In the figure, 101 is an image dividing means, which receives the image information to be encoded through the selector 3 and divides this image information into a plurality of blocks as shown in FIG. Thereafter, in FIG. 8, Block 1-1, Block 1-2, ..., Block 1-m are areas [1], Block 2-1, Block 2-2, ..., Block 2-m are areas. [2], ::: Block n-1, Block n-2, ..., Block nm are referred to as a region [N].

【0030】次に、102a〜102nは、「N」個の
算術符号化処理手段であり、上述した領域[1]〜領域
[N]の画像情報を各Block を単位として画像分割手段
101から各々受信し、符号化処理を行う。そして、各
算術符号化処理手段102a〜102nは、符号化処理
の結果として得られた符号化データと、処理対象となっ
たBlock 内における各シンボルの出現頻度を示すシンボ
ル出現頻度情報とを出力する。また、各算術符号化処理
手段102a〜102nは、新たなBlock に対して符号
化処理が可能な状態になると画像入力要求信号を画像分
割手段101に出力する。
Next, 102a to 102n are "N" arithmetic coding processing means, and the image information of the above-mentioned area [1] to area [N] is divided from the image dividing means 101 in units of blocks. Receive and perform encoding processing. Then, each of the arithmetic coding processing means 102a to 102n outputs the coded data obtained as a result of the coding processing and the symbol appearance frequency information indicating the appearance frequency of each symbol in the Block which is the processing target. . Further, each of the arithmetic coding processing means 102a to 102n outputs an image input request signal to the image dividing means 101 when the coding processing can be performed on a new Block.

【0031】画像分割手段101は、この画像入力要求
信号に応答して、対応する領域の画像情報を各算術符号
化処理手段102a〜102nに順次出力する。103
は符号化動作制御手段であり、符号化処理を進行するた
めに、他の構成要素に対して適宜コマンドを出力する。
107はシンボル出現確率設定手段であり、符号化動作
制御手段103の制御の下、各算術符号化処理手段10
2a〜102nに対して、シンボル出現確率値 P_Set
を設定する。すなわち、シンボル出現確率設定手段10
7は、符号化処理の当初においては、所定のシンボル出
現確率初期値 P_Set_Init をこのシンボル出現確率値 P
_Set として各算術符号化処理手段102a〜102n
に設定する。一方、それ以降においては、集計結果に基
づいて算出されたシンボル出現確率決定結果 P_Det(詳
細は後述する)をシンボル出現確率値 P_Set として設
定する。
In response to the image input request signal, the image dividing means 101 sequentially outputs the image information of the corresponding area to the arithmetic coding processing means 102a to 102n. 103
Is an encoding operation control means, which outputs a command to other components as appropriate in order to proceed with the encoding process.
Reference numeral 107 is a symbol appearance probability setting means, which is under the control of the encoding operation control means 103, each arithmetic encoding processing means 10.
Symbol appearance probability value P_Set for 2a to 102n
Set. That is, the symbol appearance probability setting means 10
7 indicates that at the beginning of the encoding process, a predetermined symbol appearance probability initial value P_Set_Init is set to this symbol appearance probability value P.
_Set as arithmetic coding processing means 102a to 102n
Set to. On the other hand, after that, the symbol appearance probability determination result P_Det (details will be described later) calculated based on the aggregation result is set as the symbol appearance probability value P_Set.

【0032】次に、104は符号化処理開始制御手段で
あり、符号化動作制御手段103から所定のコマンドが
供給されると、各算術符号化処理手段102a〜102
nを起動し、符号化処理を開始させる。105はシンボ
ル出現確率算出手段であり、各算術符号化処理手段10
2a〜102nから各Block 毎のシンボル出現頻度情報
が供給されると、これら集計し、集計結果をシンボル出
現確率算出結果 P_Tmpとして出力する。なお、ここにい
う集計結果とは、新たに供給されたシンボル出現頻度情
報と、過去に供給されたシンボル出現頻度情報とを合算
し、現在判明している範囲内で各シンボルの出現頻度を
算出したものである。
Next, reference numeral 104 denotes an encoding processing start control means. When a predetermined command is supplied from the encoding operation control means 103, each of the arithmetic encoding processing means 102a-102.
n is activated to start the encoding process. Reference numeral 105 is a symbol appearance probability calculation means, and each arithmetic coding processing means 10
When the symbol appearance frequency information for each Block is supplied from 2a to 102n, these are aggregated and the aggregated result is output as the symbol appearance probability calculation result P_Tmp. It should be noted that the aggregation result referred to here is the sum of newly supplied symbol appearance frequency information and past supplied symbol appearance frequency information, and calculates the appearance frequency of each symbol within the currently known range. It was done.

【0033】ところで、本実施例においては、シンボル
出現確率値 P_Set の採り得る値として、予め数種類の
もの(2-1,2-2,2-3,・・・・)がシンボル出現確率算
出手段105内のテーブルに記憶され、各シンボルの実
際の出現確率(シンボル出現確率算出結果 P_Tmp )に
最も近い値がそのテーブルから選択される。そして、こ
れら選択された値の集合がシンボル出現確率決定結果 P
_Det として、シンボル出現確率設定手段107に出力
される。
By the way, in the present embodiment, as the possible values of the symbol appearance probability value P_Set, several kinds (2 -1 , 2 -2 , 2 -3 , ...) Of the symbol appearance probability values are calculated beforehand. A value stored in a table in 105 and closest to the actual appearance probability of each symbol (symbol appearance probability calculation result P_Tmp) is selected from the table. Then, the set of these selected values is the symbol appearance probability determination result P
_Det is output to the symbol appearance probability setting means 107.

【0034】次に、106はシンボル出現確率収束判定
手段であり、シンボル出現確率算出結果 P_Tmp の履歴
を記憶し、新たなシンボル出現確率算出結果 P_Tmp が
供給されると、これと前回供給されたシンボル出現確率
算出結果 P_Tmp とを比較し、両者の差異が所定の収束
条件に合致するか否かを判定する。すなわち、各シンボ
ルに係るシンボル出現確率算出結果 P_Tmp の差異が予
め規定された閾値以内であった場合に、各算出結果は収
束したものと判定される。換言すれば、収束したシンボ
ル出現確率算出結果 P_Tmpと、これに基づいて決定され
たシンボル出現確率決定結果 P_Det とは、処理対象と
なる入力画像情報の性質に適合したものになる。
Next, reference numeral 106 is a symbol appearance probability convergence determination means, which stores the history of the symbol appearance probability calculation result P_Tmp, and when a new symbol appearance probability calculation result P_Tmp is supplied, this and the previously supplied symbol. The appearance probability calculation result P_Tmp is compared to determine whether or not the difference between the two meets a predetermined convergence condition. That is, when the difference in the symbol appearance probability calculation result P_Tmp for each symbol is within a predetermined threshold, it is determined that the calculation results have converged. In other words, the converged symbol appearance probability calculation result P_Tmp and the symbol appearance probability determination result P_Det determined based on the converged symbol appearance probability calculation result P_Tet match the characteristics of the input image information to be processed.

【0035】シンボル出現確率収束判定手段106にお
いて、「シンボルの出現確率値の算出結果は処理対象と
なる入力画像情報の性質に適合した出現確率値に収束し
ていない」と判定された場合は、算出されたシンボル出
現確率決定結果 P_Det が各算術符号化処理手段102
a〜102nにおけるシンボル出現確率値 P_Set に設
定される。すなわち、符号化動作制御手段103は、シ
ンボル出現確率設定手段107に対して、各算術符号化
処理手段102a〜102nにシンボル出現確率値 P_S
et を設定するように指示すると共に、各算術符号化処
理手段102a〜102nで符号化処理を起動させるよ
うに符号化処理開始制御手段104に指示する。
When the symbol appearance probability convergence determination means 106 determines that "the calculation result of the appearance probability value of the symbol does not converge to the appearance probability value that matches the property of the input image information to be processed", The calculated symbol appearance probability determination result P_Det is the arithmetic coding processing means 102.
It is set to the symbol appearance probability value P_Set in a to 102n. That is, the encoding operation control means 103 instructs the symbol appearance probability setting means 107 to assign the symbol appearance probability value P_S to each of the arithmetic encoding processing means 102a to 102n.
At the same time as instructing et to be set, the encoding processing start control means 104 is instructed to activate the encoding processing in each of the arithmetic encoding processing means 102a to 102n.

【0036】シンボル出現確率設定手段107は、上記
指示を受信すると、シンボル出現確率算出手段105よ
り入力されるシンボル出現確率決定結果 P_Det を、各
算術符号化処理手段102a〜102nにおけるシンボ
ル出現確率値 P_Set に設定する。そして、シンボル出
現確率設定手段107によるシンボル出現確率値 P_Set
の設定が完了すると、符号化処理開始制御手段104
は、各算術符号化処理手段102a〜102nに対し
て、符号化処理起動信号を出力し符号化処理の開始を指
示する。
When the symbol appearance probability setting means 107 receives the above instruction, the symbol appearance probability determination result P_Det input from the symbol appearance probability calculating means 105 is set to the symbol appearance probability value P_Set in each of the arithmetic coding processing means 102a to 102n. Set to. Then, the symbol appearance probability value P_Set by the symbol appearance probability setting means 107
When the setting of is completed, the encoding process start control means 104
Outputs an encoding process activation signal to each of the arithmetic encoding processing means 102a to 102n and instructs the arithmetic encoding processing means 102a to 102n to start the encoding process.

【0037】一方、シンボル出現確率収束判定手段10
6において、シンボル出現確率算出結果 P_Tmp は入力
画像情報の性質に適合した出現確率値に収束したと判定
された場合、シンボル出現確率収束判定手段106は符
号化動作制御手段103に対してシンボル出現確率収束
判定信号を出力する。シンボル出現確率収束判定手段1
06からシンボル出現確率収束判定信号が入力される
と、符号化動作制御手段103は、シンボル出現確率設
定手段107に対してはシンボル出現確率値 P_Set を
設定すべき旨の指示を行わず、各算術符号化処理手段1
02a〜102nでの符号化処理を起動することを符号
化処理開始制御手段104に指示する。これにより、符
号化処理開始制御手段104は各算術符号化処理手段1
02a〜102nに対して符号化処理起動信号を出力し
符号化処理の開始を指示する。
On the other hand, the symbol appearance probability convergence determining means 10
6, when it is determined that the symbol appearance probability calculation result P_Tmp has converged to the appearance probability value that matches the property of the input image information, the symbol appearance probability convergence determination means 106 instructs the encoding operation control means 103 to perform the symbol appearance probability. Output a convergence judgment signal. Symbol appearance probability convergence determination means 1
When the symbol appearance probability convergence determination signal is input from 06, the encoding operation control means 103 does not instruct the symbol appearance probability setting means 107 to set the symbol appearance probability value P_Set, and each arithmetic operation Encoding processing means 1
The encoding process start control unit 104 is instructed to start the encoding process in 02a to 102n. As a result, the encoding processing start control means 104 causes the arithmetic encoding processing means 1 to operate.
An encoding process start signal is output to 02a to 102n to instruct the start of the encoding process.

【0038】(復号化処理部10)次に、図3を参照
し、復号化処理部10の詳細を説明する。図において1
08a〜108nは「N」個の算術復号化処理手段であ
り、上述した領域[1]〜領域[N]の符号化データ
を、各Block を単位として符号化処理部4内の各各算術
符号化処理手段102a〜102nから受信し、これら
符号化データを画像情報に復号化して出力する。各算術
復号化処理手段108a〜108nは、復号化処理の結
果として得られた画像情報と、処理対象となったBlock
内における各シンボルの出現頻度を示すシンボル出現頻
度情報とを出力する。また、114は画像合成手段であ
り、各算術復号化処理手段108a〜108nから出力
された画像情報を合成し出力する。
(Decoding Processing Unit 10) Next, the details of the decoding processing unit 10 will be described with reference to FIG. 1 in the figure
Reference numerals 08a to 108n are "N" arithmetic decoding processing means, and each arithmetic code in the encoding processing unit 4 is the encoded data of the area [1] to area [N] described above in units of each Block. It receives from the encoding processing means 102a to 102n, decodes these encoded data into image information, and outputs the image information. Each of the arithmetic decoding processing means 108a to 108n has the image information obtained as a result of the decoding processing and the Block which is the processing target.
And the symbol appearance frequency information indicating the appearance frequency of each symbol in the. Further, 114 is an image synthesizing means, which synthesizes and outputs the image information output from each of the arithmetic decoding processing means 108a to 108n.

【0039】109は復号化動作制御手段であり、復号
化処理を進行するために、他の構成要素に対して適宜コ
マンドを出力する。113はシンボル出現確率設定手段
であり、復号化動作制御手段109の制御の下、各算術
復号化処理手段108a〜108nに対して、シンボル
出現確率値 P_Set を設定する。すなわち、シンボル出
現確率設定手段113は、上述したシンボル出現確率設
定手段107において記憶されているものと同一のシン
ボル出現確率初期値 P_Set_Init を記憶しており、復号
化処理の当初においては、このシンボル出現確率初期値
P_Set_Init をこのシンボル出現確率値 P_Set として
各算術復号化処理手段108a〜108nに設定する。
一方、それ以降においては、集計結果に基づいて算出さ
れたシンボル出現確率決定結果 P_Detをシンボル出現確
率値 P_Set として設定する。
Decoding operation control means 109 outputs commands as appropriate to other components in order to proceed with the decoding process. A symbol appearance probability setting unit 113 sets a symbol appearance probability value P_Set for each of the arithmetic decoding processing units 108a to 108n under the control of the decoding operation control unit 109. That is, the symbol appearance probability setting means 113 stores the same symbol appearance probability initial value P_Set_Init as that stored in the above-mentioned symbol appearance probability setting means 107, and at the beginning of the decoding process, this symbol appearance probability is set. Initial probability
P_Set_Init is set in each arithmetic decoding processing means 108a to 108n as this symbol appearance probability value P_Set.
On the other hand, after that, the symbol appearance probability determination result P_Det calculated based on the aggregation result is set as the symbol appearance probability value P_Set.

【0040】次に、110は復号化処理開始制御手段で
あり、復号化動作制御手段109から所定のコマンドが
供給されると、各算術復号化処理手段108a〜108
nを起動し、符号化処理を開始させる。111はシンボ
ル出現確率算出手段であり、上述したシンボル出現確率
算出手段105と同様に構成されている。すなわち、シ
ンボル出現確率算出手段111は、各算術復号化処理手
段108a〜108nから各Block 毎のシンボル出現頻
度情報が供給されると、これら集計し、シンボル出現確
率算出結果 P_Tmp とシンボル出現確率決定結果 P_Det
とを出力する。また、112はシンボル出現確率収束判
定手段であり、上述したシンボル出現確率収束判定手段
106と同様に構成され、シンボル出現確率算出結果 P
_Tmp が収束したか否かを判定する。
Next, 110 is a decoding process start control means, and when a predetermined command is supplied from the decoding operation control means 109, each arithmetic decoding processing means 108a-108.
n is activated to start the encoding process. Reference numeral 111 is a symbol appearance probability calculating means, which is configured similarly to the above-mentioned symbol appearance probability calculating means 105. That is, when the symbol appearance probability calculation means 111 is supplied with the symbol appearance frequency information for each Block from each of the arithmetic decoding processing means 108a to 108n, these are aggregated and the symbol appearance probability calculation result P_Tmp and the symbol appearance probability determination result are collected. P_Det
And output. Further, 112 is a symbol appearance probability convergence determination means, which is configured similarly to the symbol appearance probability convergence determination means 106 described above, and has a symbol appearance probability calculation result P.
Determine whether _Tmp has converged.

【0041】B−3.実施例の動作 次に、本実施例の動作について説明する。操作者によっ
て自動原稿搬送装置1に原稿がセットされ、ユーザイン
タフェース14より複写動作開始の指示が入力される
と、自動原稿搬送装置1にセットされた原稿は画像読み
取り装置2の所定の読み取り位置まで搬送され、画像読
み取り装置2により光電変換され電気的な画像データと
して読み取られる。読み取られた画像データは符号化処
理部4に供給される。
B-3. Operation of Embodiment Next, the operation of this embodiment will be described. When an operator sets a document on the automatic document feeder 1 and inputs an instruction to start a copying operation from the user interface 14, the document set on the automatic document feeder 1 reaches the predetermined reading position of the image reading device 2. The image is conveyed, photoelectrically converted by the image reading device 2, and read as electrical image data. The read image data is supplied to the encoding processing unit 4.

【0042】符号化処理部4の内部においては、まずシ
ンボル出現確率設定手段107によって、各算術符号化
処理手段102a〜102nにシンボル出現確率初期値
P_Set_Init がシンボル出現確率値 P_Set として設定
される。次に、各算術符号化処理手段102a〜102
nから画像分割手段101に画像入力要求信号が出力さ
れる。103は、これら画像入力要求信号が供給される
と、入力された画像情報を各領域毎に分割し、各算術符
号化処理手段102a〜102nに供給する。
In the encoding processing unit 4, first, the symbol appearance probability setting means 107 causes the arithmetic encoding processing means 102a to 102n to generate symbol appearance probability initial values.
P_Set_Init is set as the symbol appearance probability value P_Set. Next, the arithmetic coding processing means 102a to 102.
An image input request signal is output from n to the image dividing unit 101. When these image input request signals are supplied, the 103 divides the input image information into regions and supplies the divided image information to the arithmetic coding processing means 102a to 102n.

【0043】次に、各算術符号化処理手段102a〜1
02nにあっては、シンボル出現確率初期値 P_Set_Ini
t をに基づいて、各領域の画像情報が符号化される。以
後、各算術符号化処理手段102a〜102nは、各々
が受信した画像情報の符号化処理結果に基づいて、シン
ボル出現確率値が適宜変更されてゆく(但し、変更後の
シンボル出現確率値は外部には出力されず、専ら各算術
符号化処理手段内部の符号化処理のみに用いられる)。
そして、各々対応する領域に係る符号化処理が終了する
と、画像分割手段100に対する画像入力要求信号の出
力が停止され、符号化処理終了信号が符号化動作制御手
段103、シンボル出現確率算出手段105に対して出
力されると共に、Block 1-1、Block 2-1、・・・、
Block n-1の符号化処理を行った時点で得られた各シ
ンボルの出現頻度情報がシンボル出現確率算出手段10
5に対して出力される。
Next, each of the arithmetic coding processing means 102a-1.
In 02n, the symbol appearance probability initial value P_Set_Ini
The image information of each area is encoded based on t. After that, each of the arithmetic coding processing means 102a to 102n appropriately changes the symbol appearance probability value based on the result of the encoding processing of the image information received by each (however, the changed symbol appearance probability value is the outside). Is not output to, and is used exclusively for the encoding processing inside each arithmetic encoding processing means).
Then, when the encoding process for each corresponding region is finished, the output of the image input request signal to the image dividing unit 100 is stopped, and the encoding process end signal is sent to the encoding operation control unit 103 and the symbol appearance probability calculating unit 105. In addition to being output to Block 1-1, Block 2-1, ...
The appearance frequency information of each symbol obtained at the time of performing the coding processing of Block n-1 is the symbol appearance probability calculating means 10
It is output to 5.

【0044】次に、シンボル出現確率算出手段105
は、第1算術符号化処理手段102a〜第N算術符号化
処理手段102nから出力される符号化処理終了信号と
各シンボルの出現頻度情報が全て入力されると、第1算
術符号化処理手段102a〜第N算術符号化処理手段1
02nにて既に処理済の全画像情報中の各シンボルの出
現頻度を集計し、シンボル出現確率算出結果 P_Tmp と
シンボル出現確率決定結果 P_Det とを出力する。以上
の処理が終了すると、シンボル出現確率算出手段105
は、シンボル出現確率の算出結果をシンボル出現確率収
束判定手段106に出力するとともに、各算術符号化処
理手段に設定するシンボル出現確率値の決定結果をシン
ボル出現確率設定手段107に対して出力する。
Next, the symbol appearance probability calculation means 105
When the encoding process end signal output from the first arithmetic encoding processing unit 102a to the Nth arithmetic encoding processing unit 102n and the appearance frequency information of each symbol are all input, the first arithmetic encoding processing unit 102a. ~ Nth arithmetic coding processing means 1
In 02n, the appearance frequency of each symbol in all the image information that has already been processed is totaled, and the symbol appearance probability calculation result P_Tmp and the symbol appearance probability determination result P_Det are output. When the above processing is completed, the symbol appearance probability calculation means 105
Outputs the calculation result of the symbol appearance probability to the symbol appearance probability convergence determination means 106, and outputs the determination result of the symbol appearance probability value set in each arithmetic coding processing means to the symbol appearance probability setting means 107.

【0045】次に、シンボル出現確率収束判定手段10
6にあっては、シンボル出現確率算出結果 P_Tmp が収
束したか否かが判定されるが、現時点(初期状態)では
シンボル出現確率算出結果 P_Tmp の履歴が存在しない
ため、「収束していない」と判定される。従って、シン
ボル出現確率決定結果 P_Det がシンボル出現確率値P_S
et として、各算術符号化処理手段102a〜102n
に設定される。そして、シンボル出現確率値 P_Set の
設定が完了すると、符号化処理開始制御手段104は各
算術符号化処理手段102a〜102nに対して符号化
処理起動信号を出力する。これにより、各算術符号化処
理手段102a〜102nから画像分割手段101に対
して画像入力要求信号が出力され、Block 1-2、Block
2-2、・・・、Block n-2の符号化処理が行われ
る。
Next, the symbol appearance probability convergence determining means 10
In No. 6, it is determined whether or not the symbol appearance probability calculation result P_Tmp has converged. However, since the history of the symbol appearance probability calculation result P_Tmp does not exist at this time (initial state), it is said that it has not converged. To be judged. Therefore, the symbol appearance probability determination result P_Det is the symbol appearance probability value P_S.
As et, each arithmetic coding processing means 102a to 102n
Is set to Then, when the setting of the symbol appearance probability value P_Set is completed, the encoding processing start control means 104 outputs an encoding processing start signal to each of the arithmetic encoding processing means 102a to 102n. As a result, an image input request signal is output from each of the arithmetic coding processing means 102a to 102n to the image dividing means 101, and Block 1-2 and Block
The coding processing of 2-2, ..., Block n-2 is performed.

【0046】次に、各算術符号化処理手段102a〜1
02nからこれらBlock の符号化データとシンボル出現
頻度情報とが出力される。シンボル出現確率収束判定手
段106においては、新たなシンボル出現頻度情報は過
去のシンボル出現頻度情報の集計結果に対して収束条件
を満たしているか否かが判定される。ここで「収束して
いない」と判定されると、シンボル出現確率決定結果 P
_Det がシンボル出現確率値 P_Set として、各算術符号
化処理手段102a〜102nに設定される。かかる処
理は、シンボル出現確率収束判定手段106において
「収束した」と判定されるまで繰り返される。
Next, the arithmetic coding processing means 102a-1.
02n outputs the coded data of these Blocks and the symbol appearance frequency information. The symbol appearance probability convergence determination means 106 determines whether or not the new symbol appearance frequency information satisfies the convergence condition with respect to the past aggregation result of the symbol appearance frequency information. If it is determined here that it has not converged, the symbol appearance probability determination result P
_Det is set as a symbol appearance probability value P_Set in each of the arithmetic coding processing means 102a to 102n. This process is repeated until the symbol appearance probability convergence determination means 106 determines that the symbol has converged.

【0047】やがて、シンボル出現確率収束判定手段1
06において「収束した」と判定されると、シンボル出
現確率収束判定手段106は符号化動作制御手段103
に対してシンボル出現確率収束判定信号を出力する。シ
ンボル出現確率収束判定手段106からシンボル出現確
率収束判定信号が入力されると、符号化動作制御手段1
03は、各算術符号化処理手段へのシンボル出現確率値
の設定を行わずに、第1算術符号化処理手段102a〜
第N算術符号化処理手段102nでの符号化処理を起動
することを符号化処理開始制御手段104に指示する。
符号化処理開始制御手段104は第1算術符号化処理手
段102a〜第N算術符号化処理手段102nに対して
符号化処理起動信号を出力し符号化処理の開始を指示す
る。
Eventually, the symbol appearance probability convergence determining means 1
If it is determined in “06” that “converged”, the symbol appearance probability convergence determination means 106 causes the encoding operation control means 103.
To the symbol appearance probability convergence determination signal. When the symbol appearance probability convergence determination signal is input from the symbol appearance probability convergence determination means 106, the encoding operation control means 1
03 does not set the symbol appearance probability value in each arithmetic coding processing means, but the first arithmetic coding processing means 102a to 102a.
It instructs the encoding process start control unit 104 to activate the encoding process in the Nth arithmetic encoding process unit 102n.
The encoding process start control unit 104 outputs an encoding process start signal to the first arithmetic encoding process unit 102a to the Nth arithmetic encoding process unit 102n to instruct the start of the encoding process.

【0048】シンボル出現確率収束判定手段106にお
いて、シンボルの出現確率値の算出結果が処理対象とな
る入力画像情報の性質に適合した出現確率値に収束した
と判定されてからは、領域[1]〜領域[N]の画像情
報は、各領域毎に1個ずつ割当てられた第1算術符号化
処理手段102a〜第N算術符号化処理手段102nに
よってそれぞれ独立に符号化処理される。その際、各算
術符号化処理手段102a〜102nで用いられるシン
ボル出現確率値 P_Set は、各算術符号化処理手段10
2a〜102nで各々発生するシンボルの出現確率の変
動に伴って適宜変更されるため、一般的には各々異なっ
たものになる。
After the symbol appearance probability convergence determining means 106 determines that the calculation result of the appearance probability value of the symbol converges to the appearance probability value that matches the property of the input image information to be processed, the area [1] The image information of the area [N] is independently encoded by the first arithmetic encoding processing means 102a to the Nth arithmetic encoding processing means 102n, which are assigned to each area. At that time, the symbol appearance probability value P_Set used in each of the arithmetic coding processing means 102a to 102n is the same as each of the arithmetic coding processing means 10.
2a to 102n are appropriately changed according to the variation of the appearance probability of the symbols, which are generally different from each other.

【0049】このように画像情報が符号化されると、符
号化処理部4内の符号化動作制御手段103はバスアー
ビタ6に画像の転送要求を出力する。CPU16は符号
化処理部4とページメモリ5間のDMA転送を行うDM
Aコントローラ7のチャンネル2に転送開始アドレスを
セットしておく。
When the image information is encoded in this way, the encoding operation control means 103 in the encoding processing unit 4 outputs an image transfer request to the bus arbiter 6. The CPU 16 is a DM that performs DMA transfer between the encoding processing unit 4 and the page memory 5.
The transfer start address is set in the channel 2 of the A controller 7.

【0050】バスアービタ6の調停により符号化処理部
4にて符号化された符号データはDMA転送でページメ
モリ5に書き込まれる。ページメモリ5に1ラインない
し数ライン分の符号データが書き込まれると復号化処理
部10への読み出しが可能となり、CPU16は復号化
処理部10とページメモリ5間のDMA転送を行うDM
Aコントローラ7のチャンネル3に転送開始アドレスを
セットし、復号化処理部10における処理を起動する。
すなわち、ページメモリ5に書き込まれた符号データ
は、バスアービタ6の調停によりDMA転送で復号化処
理部10に送られ元の画像データに復元された後、画像
記録装置13で用紙に記録出力される。
Code data encoded by the encoding processing unit 4 by the arbitration of the bus arbiter 6 is written in the page memory 5 by DMA transfer. When the code data for one line or several lines is written in the page memory 5, it can be read out to the decoding processing unit 10, and the CPU 16 DMs the DMA transfer between the decoding processing unit 10 and the page memory 5.
The transfer start address is set in the channel 3 of the A controller 7, and the processing in the decoding processing unit 10 is started.
That is, the code data written in the page memory 5 is sent to the decoding processing unit 10 by DMA transfer by the arbitration of the bus arbiter 6 and restored to the original image data, and then recorded and output on a sheet by the image recording device 13. ..

【0051】ここで、復号化処理部10の動作の詳細を
説明する。復号化処理部10において復号化処理が開始
されると、復号化動作制御手段109は、まず、シンボ
ル出現確率設定手段113に第1算術復号化処理手段1
08a〜第N算術復号化処理手段108nへのシンボル
出現確率の初期値の設定を指示するとともに、第1算術
復号化処理手段108a〜第N算術復号化処理手段10
8nでの復号化処理の起動を復号化処理開始制御手段1
10に指示する。シンボル出現確率設定手段113は、
シンボル出現確率値 P_Set として、シンボル出現確率
初期値 P_Set_Init を第1算術復号化処理手段108a
〜第N算術復号化処理手段108nに設定する。
Here, details of the operation of the decoding processing unit 10 will be described. When the decoding process is started in the decoding processing unit 10, the decoding operation control unit 109 first causes the symbol appearance probability setting unit 113 to perform the first arithmetic decoding processing unit 1.
08a to Nth arithmetic decoding processing means 108n are instructed to set the initial value of the symbol appearance probability, and first arithmetic decoding processing means 108a to Nth arithmetic decoding processing means 10 are provided.
Decryption process start control means 1 for activating decryption process at 8n
Give 10 instructions. The symbol appearance probability setting means 113
As the symbol appearance probability value P_Set, the symbol appearance probability initial value P_Set_Init is used as the first arithmetic decoding processing means 108a.
~ Set to the Nth arithmetic decoding processing means 108n.

【0052】シンボル出現確率設定手段113による初
期値の設定が完了すると、復号化処理開始制御手段11
0は第1算術復号化処理手段108a〜第N算術復号化
処理手段108nに対して復号化処理起動信号を出力し
復号化処理の開始を指示する。復号化処理起動信号によ
って起動された第1算術復号化処理手段108a、第2
算術復号化処理手段108b、・・・、第N算術復号化
処理手段108nは、それぞれ、符号データ入力要求信
号を出力し、シンボル出現確率設定手段113によって
設定されたシンボル出現確率初期値 P_Set_Init に基づ
いて、領域[1]、領域[2]、・・・、領域[N]中
の所定画素数の入力画像情報(Block 1-1、Block 2-
1、・・・、Block n-1)に対応した符号データを復
号化処理する。なお、上述した各算術符号化処理手段1
02a〜102nの場合と同様に、各算術復号化処理手
段108a〜108nの内部で用いられるシンボル出現
確率値 P_Set は、各算術符号化処理手段で受信した符
号化データに応じて適宜変更される。
When the setting of the initial value by the symbol appearance probability setting means 113 is completed, the decoding process start control means 11
0 outputs a decoding processing start signal to the first arithmetic decoding processing means 108a to the Nth arithmetic decoding processing means 108n to instruct to start the decoding processing. First arithmetic decoding processing means 108a, second activated by the decoding processing activation signal
The arithmetic decoding processing means 108b, ..., And the Nth arithmetic decoding processing means 108n each output a code data input request signal, and based on the symbol appearance probability initial value P_Set_Init set by the symbol appearance probability setting means 113. , Area [1], area [2], ..., Input image information (Block 1-1, Block 2-
, ..., Block n−1) corresponding to the encoded data is decoded. The arithmetic coding processing means 1 described above
As in the case of 02a to 102n, the symbol appearance probability value P_Set used inside each arithmetic decoding processing means 108a to 108n is appropriately changed according to the coded data received by each arithmetic coding processing means.

【0053】各算術復号化処理手段は、それぞれBlock
1-1、Block 2-1、・・・、Block n-1に対応した
符号データの復号化処理が終了すると、符号データ入力
要求信号の出力を停止し、復号化処理終了信号を復号化
動作制御手段109、シンボル出現確率算出手段111
に対して出力する。さらに、これら各算術復号化処理手
段108a〜108nは、Block 1-1、Block 2-1、
・・・、Block n-1に対応した復号化処理を行った時
点で、各シンボルの出現頻度情報をシンボル出現確率算
出手段111に対して出力する。
Each arithmetic decoding processing means is a Block
When the decoding process of the code data corresponding to 1-1, Block 2-1, ..., Block n-1 is completed, the output of the code data input request signal is stopped and the decoding process end signal is decoded. Control means 109, symbol appearance probability calculation means 111
Output to Further, each of the arithmetic decoding processing means 108a to 108n has a block 1-1, a block 2-1 and a block 2-1.
... At the time when the decoding process corresponding to Block n-1 is performed, the appearance frequency information of each symbol is output to the symbol appearance probability calculating unit 111.

【0054】シンボル出現確率算出手段111は、第1
算術復号化処理手段108a〜第N算術復号化処理手段
108nから出力される復号化処理終了信号と各シンボ
ルの出現頻度情報が全て入力されると、第1算術復号化
処理手段108a〜第N算術復号化処理手段108nに
て既に処理済の全画像情報中の各シンボルの出現頻度を
集計し、シンボル出現確率算出結果 P_Tmp とシンボル
出現確率決定結果 P_Det とを出力する。以上の処理が
終了すると、シンボル出現確率算出手段111は、シン
ボル出現確率算出結果 P_Tmp をシンボル出現確率収束
判定手段112に、シンボル出現確率決定結果 P_Det
をシンボル出現確率設定手段113に供給する。
The symbol appearance probability calculating means 111 has a first
When the decoding process end signal output from the arithmetic decoding processing unit 108a to the Nth arithmetic decoding processing unit 108n and the appearance frequency information of each symbol are all input, the first arithmetic decoding processing unit 108a to the Nth arithmetic operation. The appearance frequency of each symbol in all the image information that has already been processed by the decoding processing means 108n is totaled, and the symbol appearance probability calculation result P_Tmp and the symbol appearance probability determination result P_Det are output. When the above processing is completed, the symbol appearance probability calculation means 111 sends the symbol appearance probability calculation result P_Tmp to the symbol appearance probability convergence determination means 112, and the symbol appearance probability determination result P_Det.
Is supplied to the symbol appearance probability setting means 113.

【0055】シンボル出現確率収束判定手段112は、
シンボル出現確率算出結果 P_Tmpが、処理対象となる画
像情報の性質に適合した出現確率値に収束したかを判定
するために、シンボル出現確率算出手段111より入力
されたシンボル出現確率の算出結果の履歴を保持してお
き、一定期間中のシンボル出現確率の変化量を求め、前
記一定期間中のシンボル出現確率の変化量が予め規定さ
れた閾値以内に収束した時点で、各シンボルの出現確率
値の算出結果が、処理対象となる画像情報の性質に適合
した出現確率値に収束したと判定する。
The symbol appearance probability convergence determination means 112 is
In order to determine whether or not the symbol appearance probability calculation result P_Tmp converges to the appearance probability value that matches the property of the image information to be processed, the history of the symbol appearance probability calculation results input from the symbol appearance probability calculation unit 111. Is held, the amount of change in the symbol appearance probability during a certain period is determined, and when the amount of change in the symbol appearance probability during the certain period converges within a predetermined threshold, the appearance probability value of each symbol It is determined that the calculation result has converged to the appearance probability value that matches the property of the image information to be processed.

【0056】シンボル出現確率収束判定手段112にお
いて、シンボルの出現確率値の算出結果が処理対象とな
る画像情報の性質に適合した出現確率値に収束していな
いと判定された場合、復号化動作制御手段109は、シ
ンボル出現確率設定手段113に第1算術復号化処理手
段108a〜第N算術復号化処理手段108nへのシン
ボル出現確率値 P_Set の設定を指示すると共に、第1
算術復号化処理手段108a〜第N算術復号化処理手段
108nでの復号化処理の起動を復号化処理開始制御手
段110に指示する。シンボル出現確率設定手段113
は、シンボル出現確率算出手段111より入力されるシ
ンボル出現確率決定結果 P_Det を第1算術復号化処理
手段108a〜第N算術復号化処理手段108nに設定
する。シンボル出現確率設定手段113によるシンボル
出現確率値の設定が完了すると、復号化処理開始制御手
段110は第1算術復号化処理手段108a〜第N算術
復号化処理手段108nに対して復号化処理起動信号を
出力し復号化処理の開始を指示する。
When the symbol appearance probability convergence determining means 112 determines that the calculation result of the symbol appearance probability value has not converged to the appearance probability value that matches the property of the image information to be processed, the decoding operation control is performed. The means 109 instructs the symbol appearance probability setting means 113 to set the symbol appearance probability value P_Set to the first arithmetic decoding processing means 108a to the Nth arithmetic decoding processing means 108n, and at the same time,
The decoding process start control unit 110 is instructed to start the decoding process in the arithmetic decoding process unit 108a to the Nth arithmetic decoding process unit 108n. Symbol appearance probability setting means 113
Sets the symbol appearance probability determination result P_Det input from the symbol appearance probability calculating means 111 in the first arithmetic decoding processing means 108a to the Nth arithmetic decoding processing means 108n. When the symbol appearance probability setting means 113 completes the setting of the symbol appearance probability value, the decoding processing start control means 110 sends the decoding processing start signal to the first arithmetic decoding processing means 108a to Nth arithmetic decoding processing means 108n. Is output to instruct the start of the decoding process.

【0057】以上の処理は、シンボルの出現確率値の算
出結果が処理対象となる画像情報の性質に適合した出現
確率値に収束するまで繰り返し実行される。シンボル出
現確率収束判定手段112において、シンボル出現確率
算出結果 P_Tmp が処理対象となる画像情報の性質に適
合した出現確率値に収束したと判定された場合、シンボ
ル出現確率収束判定手段112は復号化動作制御手段1
09に対してシンボル出現確率収束判定信号を出力す
る。シンボル出現確率収束判定手段112からシンボル
出現確率収束判定信号が入力されると、復号化動作制御
手段109は、各算術復号化処理手段へのシンボル出現
確率値の設定を行わずに、第1算術復号化処理手段10
8a〜第N算術復号化処理手段108nでの復号化処理
を起動することを復号化処理開始制御手段110に指示
する。復号化処理開始制御手段110は第1算術復号化
処理手段108a〜第N算術復号化処理手段108nに
対して復号化処理起動信号を出力し復号化処理の開始を
指示する。
The above processing is repeatedly executed until the calculation result of the appearance probability value of the symbol converges to the appearance probability value suitable for the property of the image information to be processed. When the symbol appearance probability convergence determination means 112 determines that the symbol appearance probability calculation result P_Tmp converges to the appearance probability value that matches the property of the image information to be processed, the symbol appearance probability convergence determination means 112 performs the decoding operation. Control means 1
09, a symbol appearance probability convergence determination signal is output. When the symbol appearance probability convergence determination signal is input from the symbol appearance probability convergence determination means 112, the decoding operation control means 109 does not set the symbol appearance probability value in each arithmetic decoding processing means, but performs the first arithmetic operation. Decoding processing means 10
8a to the decoding process start control unit 110 to start the decoding process in the Nth arithmetic decoding process unit 108n. The decoding processing start control means 110 outputs a decoding processing start signal to the first arithmetic decoding processing means 108a to Nth arithmetic decoding processing means 108n, and instructs the start of the decoding processing.

【0058】シンボル出現確率収束判定手段112にお
いて、シンボルの出現確率値の算出結果が処理対象とな
る入力画像情報の性質に適合した出現確率値に収束した
と判定されてからは、領域[1]〜領域[N]の画像情
報は、各領域毎に1個ずつ割当てられた第1算術復号化
処理手段108a〜第N算術復号化処理手段108nに
よってそれぞれ独立に復号化処理され、各算術復号化処
理手段にて復号化処理された結果得られた画像情報は、
画像合成手段114にて合成され、出力画像情報として
出力される。
After the symbol appearance probability convergence determining means 112 determines that the calculation result of the appearance probability value of the symbol converges to the appearance probability value that matches the property of the input image information to be processed, the area [1] -The image information of the area [N] is independently decoded by the first arithmetic decoding processing means 108a to the N-th arithmetic decoding processing means 108n, which are assigned one for each area, and each arithmetic decoding is performed. The image information obtained as a result of the decoding processing by the processing means is
The images are combined by the image combining unit 114 and output as output image information.

【0059】以上の処理を原稿のページ数だけ繰り返
し、1部目の複写を完了する。一方、ページメモリ5に
書き込まれた符号データが1ページ分になると、CPU
16はページメモリ5と画像記憶装置8間のDMA転送
を行うDMAコントローラ7のチャンネル5に転送開始
アドレスをセットし、画像記憶装置8への書き込み処理
を起動する。ページメモリ5に書き込まれた符号データ
は、バスアービタ6の調停によりDMA転送で画像記憶
装置8に書き込まれる。これを1部目の複写期間中、原
稿のページ数だけ繰り返す。2部目以降の複写は、画像
記憶装置8に書き込まれている符号データをDMA転送
で復号化処理部10に転送し、元の画像データに復元し
た後に画像記録装置13で用紙に記録出力する。
The above processing is repeated for the number of pages of the document, and the copy of the first copy is completed. On the other hand, when the code data written in the page memory 5 corresponds to one page, the CPU
Reference numeral 16 sets a transfer start address in the channel 5 of the DMA controller 7 which performs the DMA transfer between the page memory 5 and the image storage device 8 and activates the writing process to the image storage device 8. The code data written in the page memory 5 is written in the image storage device 8 by DMA transfer by the arbitration of the bus arbiter 6. This is repeated for the number of pages of the original document during the copy period of the first copy. For copying the second and subsequent copies, the code data written in the image storage device 8 is transferred to the decoding processing unit 10 by DMA transfer, restored to the original image data, and then recorded and output on paper by the image recording device 13. .

【0060】C.第2実施例 次に、本発明の第2実施例を説明する。第2実施例の全
体構成は第1実施例のもの(図1)と同様であるが、符
号化処理部4および復号化処理部10は各々図4および
図5に示すように構成されている。以下、各々の詳細に
ついて説明する。なお、これらの図において図2,3の
各部に対応する部分には同一の符号を付しその説明を省
略する。
C. Second Embodiment Next, a second embodiment of the present invention will be described. The overall configuration of the second embodiment is similar to that of the first embodiment (FIG. 1), but the encoding processing unit 4 and the decoding processing unit 10 are configured as shown in FIGS. 4 and 5, respectively. . The details of each will be described below. In these figures, parts corresponding to those in FIGS. 2 and 3 are designated by the same reference numerals, and the description thereof will be omitted.

【0061】(符号化処理部4)まず、符号化処理部4
の詳細構成を図4を参照し説明する。図において121
は画像分割手段であり、セレクタ3を介して符号化対象
画像情報が入力されると、この画像情報を図9に示され
るような複数のブロックに分割する。以後、図8におい
て、 Block 1-1,Block 1-2,・・・,Block 1-mを領域[1]、 Block 2-1,Block 2-2,・・・,Block 2-mを領域[2]、 : : : Block n-1,Block n-2,・・・,Block n-mを領域[N] という。画像分割手段121は、各算術符号化処理手段
102a〜102nから供給された画像入力要求信号に
応答して、対応する領域の画像情報を各算術符号化処理
手段102a〜102nに順次出力する。
(Encoding Processor 4) First, the encoding processor 4
The detailed configuration of will be described with reference to FIG. 121 in the figure
Is an image dividing means, and when the image information to be encoded is inputted through the selector 3, this image information is divided into a plurality of blocks as shown in FIG. Thereafter, in FIG. 8, Block 1-1, Block 1-2, ..., Block 1-m are areas [1], Block 2-1, Block 2-2, ..., Block 2-m are areas. [2], ::: Block n-1, Block n-2, ..., Block nm are referred to as a region [N]. The image dividing unit 121 sequentially outputs the image information of the corresponding area to each of the arithmetic coding processing units 102a to 102n in response to the image input request signal supplied from each of the arithmetic coding processing units 102a to 102n.

【0062】次に、123は符号化動作制御手段であ
り、第1実施例における符号化動作制御手段103と同
様に、符号化処理を進行するために、他の構成要素に対
して適宜コマンドを出力する。但し、本実施例にあって
は、各算術符号化処理手段102a〜102nに対して
符号化処理部起動信号が出力される順序は第1実施例の
場合と異なる。すなわち、符号化動作制御手段123
は、最初に第1算術符号化処理手段102aを起動し、
次に第1算術符号化処理手段102aと第2算術符号化
処理手段102bとを起動し、以下同様に起動される算
術符号化処理手段の数が「N」に達するまで1個づつ増
加するように、符号化処理開始制御手段104に指示を
出力する。また、本実施例にあっては、第1実施例のシ
ンボル出現確率収束判定手段106に対応するものは設
けられていない。
Next, reference numeral 123 is an encoding operation control means, which, similarly to the encoding operation control means 103 in the first embodiment, issues an appropriate command to other components in order to proceed with the encoding process. Output. However, in the present embodiment, the order in which the encoding processing unit activation signals are output to the arithmetic encoding processing means 102a to 102n is different from that in the first embodiment. That is, the encoding operation control means 123
First activates the first arithmetic coding processing means 102a,
Next, the first arithmetic coding processing means 102a and the second arithmetic coding processing means 102b are activated, and the number of arithmetic coding processing means activated in the same manner is increased by one until the number reaches "N". Then, an instruction is output to the encoding process start control means 104. Further, in the present embodiment, the one corresponding to the symbol appearance probability convergence determination means 106 of the first embodiment is not provided.

【0063】上記構成において符号化処理が開始される
と、符号化動作制御手段123は、まず、シンボル出現
確率設定手段107に第1算術符号化処理手段102a
へのシンボル出現確率の初期値の設定を指示すると共
に、第1算術符号化処理手段102aでの符号化処理の
起動を符号化処理開始制御手段104に指示する。シン
ボル出現確率設定手段107は、シンボル出現確率初期
値 P_Set_Init を第1算術符号化処理手段102aに設
定する。シンボル出現確率設定手段107による初期値
の設定が完了すると、符号化処理開始制御手段104は
第1算術符号化処理手段102aに対して符号化処理起
動信号を出力し符号化処理の開始を指示する。
When the encoding process is started in the above configuration, the encoding operation control means 123 first causes the symbol appearance probability setting means 107 to the first arithmetic encoding processing means 102a.
Is set to the initial value of the symbol appearance probability, and the coding process start control unit 104 is instructed to start the coding process in the first arithmetic coding processing unit 102a. The symbol appearance probability setting means 107 sets the symbol appearance probability initial value P_Set_Init in the first arithmetic coding processing means 102a. When the setting of the initial value by the symbol appearance probability setting means 107 is completed, the encoding processing start control means 104 outputs an encoding processing start signal to the first arithmetic encoding processing means 102a to instruct the start of the encoding processing. .

【0064】符号化処理起動信号によって起動された第
1算術符号化処理手段102aでは、画像分割手段12
1に対して画像入力要求信号を出力し、シンボル出現確
率設定手段107によって設定されたシンボル出現確率
初期値 P_Set_Init に基づいて、画像分割手段121に
て分割後の領域[1]中の所定画素数の入力画像情報
(Block 1-1)を前述の算術符号化方式によって符号
化処理する。すなわち、第1算術符号化処理手段102
a内部で用いられるシンボル出現確率値 P_Setは、処理
の当初においてはシンボル出現確率初期値 P_Set_Init
に等しいが、その後は各符号化データの発生比率に基づ
いて適宜更新される。そして、Block 1-1の符号化処
理が終了すると、画像分割手段121に対する画像入力
要求信号の出力を停止し、符号化処理終了信号を符号化
動作制御手段123、シンボル出現確率算出手段105
に対して出力すると共に、Block 1-1の符号化処理を
行った時点で得られた各シンボルの出現頻度情報をシン
ボル出現確率算出手段105に対して出力する。
In the first arithmetic encoding processing means 102a activated by the encoding processing activation signal, the image dividing means 12
The image input request signal is output to 1, and the predetermined number of pixels in the area [1] after the division by the image dividing unit 121 based on the symbol appearance probability initial value P_Set_Init set by the symbol appearance probability setting unit 107. The input image information (Block 1-1) is encoded by the arithmetic encoding method described above. That is, the first arithmetic coding processing means 102.
a The symbol appearance probability value P_Set used internally is the symbol appearance probability initial value P_Set_Init at the beginning of the process.
However, after that, it is appropriately updated based on the generation ratio of each encoded data. Then, when the encoding process of Block 1-1 is completed, the output of the image input request signal to the image dividing unit 121 is stopped, and the encoding process end signal is sent to the encoding operation control unit 123 and the symbol appearance probability calculating unit 105.
And the appearance frequency information of each symbol obtained at the time of performing the coding processing of Block 1-1 is output to the symbol appearance probability calculating unit 105.

【0065】シンボル出現確率算出手段105は、第1
算術符号化処理手段102aから出力される符号化処理
終了信号と各シンボルの出現頻度情報が入力されると、
第1算術符号化処理手段102aにて既に処理済の画像
情報中の各シンボルの出現頻度を集計し、出現確率を算
出し、その算出結果を基に各算術符号化処理手段に設定
するシンボル出現確率決定結果 P_Det を決定し、シン
ボル出現確率設定手段107に対して出力する。
The symbol appearance probability calculation means 105 has a first
When the encoding processing end signal output from the arithmetic encoding processing means 102a and the appearance frequency information of each symbol are input,
The appearance frequency of each symbol in the image information already processed by the first arithmetic coding processing means 102a is totaled, the appearance probability is calculated, and the symbol appearance set in each arithmetic coding processing means based on the calculation result. The probability determination result P_Det is determined and output to the symbol appearance probability setting means 107.

【0066】符号化動作制御手段123は、第1算術符
号化処理手段102aから出力される符号化処理終了信
号が入力されると、シンボル出現確率設定手段107に
第1算術符号化処理手段102a、第2算術符号化処理
手段102bへのシンボル出現確率の設定を指示すると
共に、第1算術符号化処理手段102a、第2算術符号
化処理手段102bでの符号化処理の起動を符号化処理
開始制御手段104に指示する。シンボル出現確率設定
手段107は、シンボル出現確率算出手段105から入
力されるシンボル出現確率決定結果 P_Det を第1算術
符号化処理手段102aと第2算術符号化処理手段10
2bとにシンボル出現確率値 P_Set として設定する。
シンボル出現確率値 P_Set の設定が完了すると、符号
化処理開始制御手段104は第1算術符号化処理手段1
02aと第2算術符号化処理手段102bとに対して符
号化処理起動信号を出力し、これによって符号化処理の
開始を指示する。
The encoding operation control means 123 receives the encoding processing end signal output from the first arithmetic encoding processing means 102a and inputs the encoding appearance probability setting means 107 to the first arithmetic encoding processing means 102a, The second arithmetic coding processing means 102b is instructed to set the symbol appearance probability, and the coding processing start control is performed to activate the coding processing in the first arithmetic coding processing means 102a and the second arithmetic coding processing means 102b. Instruct the means 104. The symbol appearance probability setting means 107 outputs the symbol appearance probability determination result P_Det input from the symbol appearance probability calculating means 105 to the first arithmetic coding processing means 102a and the second arithmetic coding processing means 10.
2b and the symbol appearance probability value P_Set.
When the setting of the symbol appearance probability value P_Set is completed, the encoding processing start control means 104 causes the first arithmetic encoding processing means 1 to operate.
02a and the second arithmetic coding processing means 102b, the coding processing start signal is output, and thereby the start of the coding processing is instructed.

【0067】符号化処理起動信号によって起動された第
1算術符号化処理手段102aでは、画像分割手段12
1に対して画像入力要求信号を出力し、シンボル出現確
率設定手段107によって設定されたシンボル出現確率
値 P_Set に基づいて、画像分割手段121にて分割後
の領域[1]中の次領域の所定画素数の入力画像情報
(Block 1-2)を算術符号化方式によって符号化処理
する。一方、第1算術符号化処理手段102aでの符号
化処理と並行して、第2算術符号化処理手段102bで
は、画像分割手段121に対して画像入力要求信号を出
力し、シンボル出現確率設定手段107によって設定さ
れたシンボル出現確率値 P_Set に基づいて、画像分割
手段121にて分割後の領域[2]中の所定画素数の入
力画像情報(Block 2-1)を算術符号化方式によって
符号化処理する。
In the first arithmetic coding processing means 102a activated by the encoding processing activation signal, the image dividing means 12 is used.
1, an image input request signal is output, and based on the symbol appearance probability value P_Set set by the symbol appearance probability setting unit 107, the image dividing unit 121 determines a predetermined next region in the region [1] after the division. The input image information (Block 1-2) of the number of pixels is encoded by the arithmetic encoding method. On the other hand, in parallel with the encoding processing by the first arithmetic encoding processing means 102a, the second arithmetic encoding processing means 102b outputs an image input request signal to the image dividing means 121 and the symbol appearance probability setting means. Based on the symbol appearance probability value P_Set set by 107, the image dividing means 121 encodes the input image information (Block 2-1) of a predetermined number of pixels in the area [2] after the division by the arithmetic encoding method. To process.

【0068】第1算術符号化処理手段102a、第2算
術符号化処理手段102bは、Block 1-2、Block 2-
1の符号化処理が終了すると、それぞれ、画像分割手段
121に対する画像入力要求信号の出力を停止し、符号
化処理終了信号を符号化動作制御手段123、シンボル
出現確率算出手段105に対して出力すると共に、符号
化処理を行った結果得られた各シンボルの出現頻度情報
をシンボル出現確率算出手段105に対して出力する。
The first arithmetic coding processing means 102a and the second arithmetic coding processing means 102b are Block 1-2 and Block 2-
When the encoding process of No. 1 is completed, the output of the image input request signal to the image dividing unit 121 is stopped, and the encoding process end signal is output to the encoding operation control unit 123 and the symbol appearance probability calculating unit 105, respectively. At the same time, the appearance frequency information of each symbol obtained as a result of the encoding process is output to the symbol appearance probability calculating means 105.

【0069】第1算術符号化処理手段102a、第2算
術符号化処理手段102bから出力される符号化処理終
了信号と各シンボルの出現頻度情報が入力されると、シ
ンボル出現確率算出手段105では、各シンボルの出現
頻度を集計し、第1算術符号化処理手段102a、第2
算術符号化処理手段102bにて既に処理済の全画像情
報における各シンボルの出現確率を算出し、その算出結
果を基に各算術符号化処理手段に設定するシンボル出現
確率値を決定し、シンボル出現確率設定手段107に対
して出力する。
When the coding process end signal and the appearance frequency information of each symbol output from the first arithmetic coding processing means 102a and the second arithmetic coding processing means 102b are input, the symbol appearance probability calculating means 105 The appearance frequency of each symbol is totaled, and the first arithmetic coding processing means 102a and the second arithmetic coding processing means 102a
The appearance probability of each symbol in all image information that has already been processed by the arithmetic coding processing means 102b is calculated, and the symbol appearance probability value set in each arithmetic coding processing means is determined based on the calculation result, and the symbol appearance It outputs to the probability setting means 107.

【0070】符号化動作制御手段123は、第1算術符
号化処理手段102aと第2算術符号化処理手段102
bとから出力される符号化処理終了信号が入力される
と、シンボル出現確率設定手段107に対して、第1算
術符号化処理手段102a、第2算術符号化処理手段1
02b、次に起動する第3算術符号化処理手段へのシン
ボル出現確率の設定を指示する。さらに、符号化動作制
御手段123は、第1算術符号化処理手段102a、第
2算術符号化処理手段102b、第3算術符号化処理手
段での符号化処理の起動を符号化処理開始制御手段10
4に指示する。シンボル出現確率設定手段107は、シ
ンボル出現確率算出手段105から入力されるシンボル
出現確率値を第1算術符号化処理手段102a、第2算
術符号化処理手段102b、第3算術符号化処理手段に
設定する。シンボル出現確率設定手段107によるシン
ボル出現確率値の設定が完了すると、符号化処理開始制
御手段104は第1算術符号化処理手段102a、第2
算術符号化処理手段102b、第3算術符号化処理手段
に対して符号化処理起動信号を出力し符号化処理の開始
を指示する。
The coding operation control means 123 includes a first arithmetic coding processing means 102a and a second arithmetic coding processing means 102.
When the encoding process end signals output from the b and b are input, the symbol appearance probability setting unit 107 is input to the first arithmetic encoding processing unit 102a and the second arithmetic encoding processing unit 1.
02b, and instructs the third arithmetic coding processing means to be activated next to set the symbol appearance probability. Further, the encoding operation control means 123 activates the encoding processing in the first arithmetic encoding processing means 102a, the second arithmetic encoding processing means 102b, and the third arithmetic encoding processing means, and the encoding processing start control means 10
Instruct 4. The symbol appearance probability setting means 107 sets the symbol appearance probability value input from the symbol appearance probability calculating means 105 in the first arithmetic coding processing means 102a, the second arithmetic coding processing means 102b, and the third arithmetic coding processing means. To do. When the symbol appearance probability setting means 107 completes the setting of the symbol appearance probability values, the encoding processing start control means 104 causes the first arithmetic encoding processing means 102a and the second arithmetic encoding processing means 102a.
An encoding processing start signal is output to the arithmetic encoding processing means 102b and the third arithmetic encoding processing means to instruct the start of the encoding processing.

【0071】以上の処理を、各算術符号化処理手段10
2a〜102nの全て(N個)の算術符号化処理手段を
起動するまで繰り返す。全ての算術符号化処理手段での
符号化処理が起動された後、領域[1]〜領域[N]の
画像情報は、それぞれ各領域毎に1個ずつ割当てられた
各算術符号化処理手段102a〜102nによって並列
に符号化処理される。
The above processing is performed by each arithmetic coding processing means 10.
This is repeated until all (N) arithmetic coding processing units 2a to 102n are activated. After the coding processing in all the arithmetic coding processing means is activated, one piece of image information in each of the areas [1] to [N] is assigned to each arithmetic coding processing means 102a. The encoding processing is performed in parallel by 102n.

【0072】(復号化処理部10)次に、復号化処理部
10の詳細構成を図5を参照し説明する。図において1
29は復号化動作制御手段であり、第1実施例における
復号化動作制御手段109と同様に、復号化処理を進行
するために、他の構成要素に対して適宜コマンドを出力
する。但し、本実施例にあっては、各算術復号化処理手
段108a〜108nに対して復号化処理部起動信号が
出力される順序は第1実施例の場合と異なる。すなわ
ち、復号化動作制御手段129は、最初に第1算術復号
化処理手段108aを起動し、次に第1算術復号化処理
手段108aと第2算術復号化処理手段108bとを起
動し、以下同様に起動される算術復号化処理手段の数が
「N」に達するまで1個づつ増加するように、復号化処
理開始制御手段110に指示を出力する。また、本実施
例にあっては、第1実施例のシンボル出現確率収束判定
手段112に対応するものは設けられていない。
(Decoding Processing Unit 10) Next, the detailed configuration of the decoding processing unit 10 will be described with reference to FIG. 1 in the figure
Reference numeral 29 denotes a decoding operation control means, which outputs a command as appropriate to other constituent elements in order to proceed with the decoding process, similarly to the decoding operation control means 109 in the first embodiment. However, in the present embodiment, the order in which the decoding processing unit activation signal is output to each of the arithmetic decoding processing means 108a to 108n is different from that in the first embodiment. That is, the decoding operation control means 129 first activates the first arithmetic decoding processing means 108a, then activates the first arithmetic decoding processing means 108a and the second arithmetic decoding processing means 108b, and so on. An instruction is output to the decoding processing start control means 110 so that the number of arithmetic decoding processing means activated by 1 increases by one until it reaches "N". Further, in the present embodiment, the one corresponding to the symbol appearance probability convergence determination means 112 of the first embodiment is not provided.

【0073】上記構成において復号化処理が開始される
と、復号化処理部に入力された領域[1]〜領域[N]
の符号データ[1]〜符号データ[N]は、それぞれ各
領域毎に1個ずつ割当てられた第1算術復号化処理手段
108a〜第N算術復号化処理手段108nからの符号
データ入力要求信号に従って、各算術復号化処理手段に
入力される。
When the decoding process is started in the above configuration, the areas [1] to [N] input to the decoding processing unit are input.
Code data [1] to code data [N] of No. 1 according to the code data input request signals from the first arithmetic decoding processing means 108a to the Nth arithmetic decoding processing means 108n, which are assigned one for each area. , Is input to each arithmetic decoding processing means.

【0074】復号化処理部への符号データの入力が開始
されると、復号化動作制御手段129は、まず、シンボ
ル出現確率設定手段113に第1算術復号化処理手段1
08aへのシンボル出現確率の初期値の設定を指示する
と共に、第1算術復号化処理手段108aでの復号化処
理の起動を復号化処理開始制御手段110に指示する。
シンボル出現確率設定手段113は、シンボル出現確率
初期値 P_Set_Init を第1算術復号化処理手段108a
に設定する。シンボル出現確率設定手段113による初
期値の設定が完了すると、復号化処理開始制御手段11
0は第1算術復号化処理手段108aに対して復号化処
理起動信号を出力し復号化処理の開始を指示する。
When the input of coded data to the decoding processing section is started, the decoding operation control means 129 first causes the symbol appearance probability setting means 113 to the first arithmetic decoding processing means 1.
08a is instructed to set the initial value of the symbol appearance probability, and the decoding process start control unit 110 is instructed to start the decoding process in the first arithmetic decoding process unit 108a.
The symbol appearance probability setting means 113 sets the symbol appearance probability initial value P_Set_Init to the first arithmetic decoding processing means 108a.
Set to. When the setting of the initial value by the symbol appearance probability setting means 113 is completed, the decoding process start control means 11
0 outputs a decoding processing start signal to the first arithmetic decoding processing means 108a to instruct the start of the decoding processing.

【0075】復号化処理起動信号によって起動された第
1算術復号化処理手段108aでは、符号データ入力要
求信号を出力し、シンボル出現確率設定手段113によ
って設定されたシンボル出現確率値を初期値として、領
域[1]中のBlock 1-1に対応する符号データを復号
化処理し、Block 1-1に対応する符号データの復号化
処理が終了すると、符号データ入力要求信号の出力を停
止し、復号化処理終了信号を復号化動作制御手段12
9、シンボル出現確率算出手段111に対して出力する
と共に、Block 1-1に対応する符号データの復号化処
理を行った時点で得られた各シンボルの出現頻度情報を
シンボル出現確率算出手段111に対して出力する。
The first arithmetic decoding processing means 108a activated by the decoding processing activation signal outputs the code data input request signal and sets the symbol appearance probability value set by the symbol appearance probability setting means 113 as an initial value. When the code data corresponding to Block 1-1 in the area [1] is decoded and the decoding process of the code data corresponding to Block 1-1 is completed, the output of the code data input request signal is stopped and the decoding is performed. Decoding operation end signal decoding operation control means 12
9. The appearance frequency information of each symbol obtained at the time of decoding the code data corresponding to Block 1-1 is output to the symbol appearance probability calculating unit 111 while being output to the symbol appearance probability calculating unit 111. Output to.

【0076】シンボル出現確率算出手段111は、第1
算術復号化処理手段108aから出力される復号化処理
終了信号と各シンボルの出現頻度情報が入力されると、
第1算術復号化処理手段108aにて既に処理済の画像
情報中の各シンボルの出現頻度を集計し、出現確率を算
出し、その算出結果を基に各算術復号化処理手段に設定
するシンボル出現確率値を決定し、シンボル出現確率設
定手段113に対して出力する。
The symbol appearance probability calculation means 111 has a first
When the decoding process end signal output from the arithmetic decoding processing unit 108a and the appearance frequency information of each symbol are input,
The appearance frequency of each symbol in the image information that has already been processed by the first arithmetic decoding processing means 108a is totaled, the appearance probability is calculated, and the symbol appearance set in each arithmetic decoding processing means based on the calculation result. The probability value is determined and output to the symbol appearance probability setting means 113.

【0077】復号化動作制御手段129は、第1算術復
号化処理手段108aから出力される復号化処理終了信
号が入力されると、シンボル出現確率設定手段113に
第1算術復号化処理手段108a、第2算術復号化処理
手段108bへのシンボル出現確率の設定を指示すると
共に、第1算術復号化処理手段108a、第2算術復号
化処理手段108bでの復号化処理の起動を復号化処理
開始制御手段110に指示する。シンボル出現確率設定
手段113は、シンボル出現確率算出手段111から入
力されるシンボル出現確率値を第1算術復号化処理手段
108a、第2算術復号化処理手段108bに設定す
る。シンボル出現確率設定手段113によるシンボル出
現確率値の設定が完了すると、復号化処理開始制御手段
110は第1算術復号化処理手段108a、第2算術復
号化処理手段108bに対して復号化処理起動信号を出
力し復号化処理の開始を指示する。
When the decoding processing end signal output from the first arithmetic decoding processing means 108a is input, the decoding operation control means 129 causes the symbol appearance probability setting means 113 to output the first arithmetic decoding processing means 108a, Instructing the second arithmetic decoding processing means 108b to set the symbol appearance probability, and starting the decoding processing in the first arithmetic decoding processing means 108a and the second arithmetic decoding processing means 108b controls the decoding processing start. Instruct the means 110. The symbol appearance probability setting means 113 sets the symbol appearance probability value input from the symbol appearance probability calculating means 111 in the first arithmetic decoding processing means 108a and the second arithmetic decoding processing means 108b. When the symbol appearance probability setting unit 113 completes the setting of the symbol appearance probability value, the decoding process start control unit 110 sends a decoding process start signal to the first arithmetic decoding processing unit 108a and the second arithmetic decoding processing unit 108b. Is output to instruct the start of the decoding process.

【0078】復号化処理起動信号によって起動された第
1算術復号化処理手段108aでは、符号データ入力要
求信号を出力し、シンボル出現確率設定手段113によ
って設定されたシンボル出現確率値を初期値として、領
域[1]中の次領域のBlock1-2に対応する符号データ
を算術符号化方式によって復号化処理する。第1算術復
号化処理手段108aでの復号化処理と並行して、第2
算術復号化処理手段108bでは、符号データ入力要求
信号を出力し、シンボル出現確率設定手段113によっ
て設定されたシンボル出現確率値を初期値として、領域
[2]中のBlock 2-1に対応する符号データを算術符
号化方式によって復号化処理する。
The first arithmetic decoding processing means 108a activated by the decoding processing activation signal outputs the code data input request signal and sets the symbol appearance probability value set by the symbol appearance probability setting means 113 as an initial value. The code data corresponding to Block 1-2 of the next area in the area [1] is decoded by the arithmetic coding method. In parallel with the decoding processing by the first arithmetic decoding processing means 108a, the second
The arithmetic decoding processing means 108b outputs a code data input request signal, and sets the symbol appearance probability value set by the symbol appearance probability setting means 113 as an initial value to a code corresponding to Block 2-1 in the area [2]. The data is decoded by the arithmetic coding method.

【0079】第1算術復号化処理手段108a、第2算
術復号化処理手段108bは、Block 1-2、Block 2-
1に対応する符号データの復号化処理が終了すると、そ
れぞれ、符号データ入力要求信号の出力を停止し、復号
化処理終了信号を復号化動作制御手段129、シンボル
出現確率算出手段111に対して出力すると共に、復号
化処理を行った結果得られた各シンボルの出現頻度情報
をシンボル出現確率算出手段111に対して出力する。
The first arithmetic decoding processing means 108a and the second arithmetic decoding processing means 108b are Block 1-2 and Block 2-
When the decoding process of the code data corresponding to 1 is completed, the output of the code data input request signal is stopped, and the decoding process end signal is output to the decoding operation control unit 129 and the symbol appearance probability calculation unit 111. At the same time, the appearance frequency information of each symbol obtained as a result of the decoding process is output to the symbol appearance probability calculating unit 111.

【0080】第1算術復号化処理手段108a、第2算
術復号化処理手段108bから出力される復号化処理終
了信号と各シンボルの出現頻度情報が入力されると、シ
ンボル出現確率算出手段111では、各シンボルの出現
頻度を集計し、第1算術復号化処理手段108a、第2
算術復号化処理手段108bにて既に処理済の全画像情
報における各シンボルの出現確率を算出し、その算出結
果を基に各算術復号化処理手段に設定するシンボル出現
確率値を決定し、シンボル出現確率設定手段113に対
して出力する。
When the decoding process end signal and the appearance frequency information of each symbol output from the first arithmetic decoding processing means 108a and the second arithmetic decoding processing means 108b are input, the symbol appearance probability calculating means 111 The appearance frequency of each symbol is totaled, and the first arithmetic decoding processing means 108a and the second arithmetic decoding processing means 108a
The appearance probability of each symbol in all the image information that has already been processed by the arithmetic decoding processing means 108b is calculated, the symbol appearance probability value set in each arithmetic decoding processing means is determined based on the calculation result, and the symbol appearance It outputs to the probability setting means 113.

【0081】復号化動作制御手段129は、第1算術復
号化処理手段108a、第2算術復号化処理手段108
bから出力される復号化処理終了信号が入力されると、
シンボル出現確率設定手段113に第1算術復号化処理
手段108a、第2算術復号化処理手段108b、次に
起動する第3算術復号化処理手段へのシンボル出現確率
の設定を指示すると共に、第1算術復号化処理手段10
8a、第2算術復号化処理手段108b、第3算術復号
化処理手段での復号化処理の起動を復号化処理開始制御
手段110に指示する。シンボル出現確率設定手段11
3は、シンボル出現確率算出手段111から入力される
シンボル出現確率値を第1算術復号化処理手段108
a、第2算術復号化処理手段108b、第3算術復号化
処理手段に設定する。シンボル出現確率設定手段113
によるシンボル出現確率値の設定が完了すると、復号化
処理開始制御手段110は第1算術復号化処理手段10
8a、第2算術復号化処理手段108b、第3算術復号
化処理手段に対して復号化処理起動信号を出力し復号化
処理の開始を指示する。
The decoding operation control means 129 is composed of the first arithmetic decoding processing means 108a and the second arithmetic decoding processing means 108.
When the decoding process end signal output from b is input,
The symbol appearance probability setting means 113 is instructed to set the symbol appearance probability to the first arithmetic decoding processing means 108a, the second arithmetic decoding processing means 108b, and the third arithmetic decoding processing means to be activated next. Arithmetic decoding processing means 10
8a, the second arithmetic decoding processing means 108b, and the third arithmetic decoding processing means are instructed to the decoding processing start control means 110 to start the decoding processing. Symbol appearance probability setting means 11
3 is a first arithmetic decoding processing means 108 for the symbol appearance probability value input from the symbol appearance probability calculating means 111.
a, the second arithmetic decoding processing means 108b, and the third arithmetic decoding processing means. Symbol appearance probability setting means 113
When the setting of the symbol appearance probability value by is completed, the decoding processing start control means 110 causes the first arithmetic decoding processing means 10 to operate.
8a, the second arithmetic decoding processing means 108b, and the third arithmetic decoding processing means output a decoding processing start signal to instruct the start of the decoding processing.

【0082】以上の処理を、第1算術復号化処理手段1
08a〜第N算術復号化処理手段108nの全て(N
個)の算術復号化処理手段を起動するまで繰り返す。全
ての算術復号化処理手段での復号化処理が起動された
後、領域[1]〜領域[N]に対応した符号データ
[1]〜符号データ[N]は、それぞれ各領域毎に1個
ずつ割当てられた第1算術復号化処理手段108a〜第
N算術復号化処理手段108nによって並列に復号化処
理され、各算術復号化処理手段にて復号化処理された結
果得られた画像情報は、画像合成手段114にて合成さ
れ、出力画像情報として出力される。
The above processing is performed by the first arithmetic decoding processing means 1
08a to all of the Nth arithmetic decoding processing means 108n (N
It is repeated until the number of arithmetic decoding processing means is activated. After the decoding processing in all the arithmetic decoding processing means is activated, the code data [1] to the code data [N] corresponding to the area [1] to the area [N] are one for each area. The image information obtained as a result of being subjected to decoding processing in parallel by the first arithmetic decoding processing means 108a to the Nth arithmetic decoding processing means 108n, which are respectively allocated, and the decoding processing being performed by each arithmetic decoding processing means, The images are combined by the image combining unit 114 and output as output image information.

【0083】D.第3実施例 次に、本発明の第3実施例を説明する。第3実施例の全
体構成は第1実施例のもの(図1)と同様であるが、符
号化処理部4および復号化処理部10は各々図6および
図7に示すように構成されている。以下、各々の詳細に
ついて説明する。なお、これらの図において図2,3の
各部に対応する部分には同一の符号を付しその説明を省
略する。
D. Third Embodiment Next, a third embodiment of the present invention will be described. The overall configuration of the third embodiment is similar to that of the first embodiment (FIG. 1), but the encoding processing unit 4 and the decoding processing unit 10 are configured as shown in FIGS. 6 and 7, respectively. . The details of each will be described below. In these figures, parts corresponding to those in FIGS. 2 and 3 are designated by the same reference numerals, and the description thereof will be omitted.

【0084】(符号化処理部4)まず、符号化処理部4
の詳細構成を図6を参照し説明する。図において131
は画像分割手段であり、後述する画像分割手段制御信号
のレベルに応じて異なる動作を行う。すなわち、画像分
割手段131は、画像分割手段制御信号“0”である場
合には、符号化対象画像情報を全て(分割せずに)第1
算術符号化処理手段102aに供給する。一方、上記画
像分割手段制御信号が“1”になると、画像分割手段1
31は、符号化対象画像情報を複数のブロックに分割
し、各算術符号化処理手段102a〜102nに出力す
る。なお、符号化対象画像情報を複数のブロックに分割
する場合において、ブロックの分割方法は第2実施例の
ものと同様である。
(Encoding Processor 4) First, the encoding processor 4
The detailed configuration of will be described with reference to FIG. In the figure 131
Is an image dividing means, and performs different operations depending on the level of an image dividing means control signal described later. That is, when the image dividing unit control signal is “0”, the image dividing unit 131 outputs all the encoding target image information (without division) to the first image information.
It is supplied to the arithmetic coding processing means 102a. On the other hand, when the image dividing means control signal becomes "1", the image dividing means 1
Reference numeral 31 divides the encoding target image information into a plurality of blocks, and outputs the blocks to the arithmetic encoding processing means 102a to 102n. When dividing the encoding target image information into a plurality of blocks, the block dividing method is the same as that of the second embodiment.

【0085】従って、本実施例においては、符号化対象
画像情報は図10に示すように複数のブロックに分割さ
れることになる。以下、画像分割手段制御信号が“0”
である状態におけるブロック(Block A)を領域[A]と
いう。また、この画像分割手段制御信号が“1”になっ
た後のブロック(Block 1-1,Block 1-2,・・・,
Block 1-m,・・・,Block n-m)を、第2実施例と
同様に、領域[1]〜領域[N]という。
Therefore, in this embodiment, the encoding target image information is divided into a plurality of blocks as shown in FIG. Below, the image dividing means control signal is "0".
A block (Block A) in the state of is called an area [A]. In addition, blocks (Block 1-1, Block 1-2, ..., After the image dividing means control signal becomes “1”)
Block 1-m, ..., Block n-m) are referred to as region [1] to region [N] as in the second embodiment.

【0086】次に、133は符号化動作制御手段であ
り、第1実施例における符号化動作制御手段103と同
様に、符号化処理を進行するために、他の構成要素に対
して適宜コマンドを出力する。但し、本実施例にあって
は、各算術符号化処理手段102a〜102nに対して
符号化処理部起動信号が出力される順序は第1実施例の
場合と異なる。すなわち、符号化動作制御手段133
は、“0”の画像分割手段制御信号を出力する場合は、
第1算術符号化処理手段102aのみを起動し、これに
よって領域[A]の部分の画像情報を符号化させる。
Next, reference numeral 133 denotes an encoding operation control means, which, similarly to the encoding operation control means 103 in the first embodiment, sends an appropriate command to other components in order to proceed with the encoding process. Output. However, in the present embodiment, the order in which the encoding processing unit activation signals are output to the arithmetic encoding processing means 102a to 102n is different from that in the first embodiment. That is, the encoding operation control unit 133
Is to output the image dividing means control signal of "0",
Only the first arithmetic coding processing means 102a is activated to code the image information of the area [A].

【0087】また、符号化動作制御手段133は、画像
分割手段制御信号を“1”に設定する場合は、これに伴
って全ての算術符号化処理手段102a〜102nを起
動させる。また、本実施例にあっては、第1算術符号化
処理手段102aの出力するシンボル出現頻度情報と符
号化処理終了信号とはシンボル出現確率算出手段105
に供給されるが、他の算術符号化処理手段から出力され
るこれらの信号はシンボル出現確率算出手段105には
供給されない。これにより、シンボル出現確率算出手段
105にあっては、第1算術符号化処理手段102aの
符号化処理結果のみに基づいて、シンボル出現確率算出
結果 P_Tmp とシンボル出現確率決定結果 P_Det とが決
定されることになる。
Further, when the image dividing means control signal is set to "1", the encoding operation control means 133 activates all the arithmetic encoding processing means 102a to 102n accordingly. Further, in the present embodiment, the symbol appearance frequency calculating means 105 determines the symbol appearance frequency information and the encoding processing end signal output by the first arithmetic encoding processing means 102a.
However, these signals output from other arithmetic coding processing means are not supplied to the symbol appearance probability calculating means 105. As a result, in the symbol appearance probability calculation means 105, the symbol appearance probability calculation result P_Tmp and the symbol appearance probability determination result P_Det are determined based only on the encoding processing result of the first arithmetic encoding processing means 102a. It will be.

【0088】また、シンボル出現確率収束判定手段10
6は、第1実施例と同様に、シンボル出現確率算出結果
P_Tmp の履歴を記憶し、新たなシンボル出現確率算出
結果P_Tmp が供給されると、これと前回供給されたシン
ボル出現確率算出結果 P_Tmpとを比較し、両者の差異が
所定の収束条件に合致するか否かを判定し、「合致し
た」と判定すると、シンボル出現確率収束判定信号を出
力する。そして、符号化動作制御手段133は、このシ
ンボル出現確率収束判定信号を受信すると、上記画像分
割手段制御信号を“1”に設定するとともに、全ての算
術符号化処理手段102a〜102nを起動させる。
Further, the symbol appearance probability convergence determining means 10
6 is the symbol appearance probability calculation result, as in the first embodiment.
When the history of P_Tmp is stored and a new symbol appearance probability calculation result P_Tmp is supplied, this is compared with the previously supplied symbol appearance probability calculation result P_Tmp, and whether the difference between the two matches the predetermined convergence condition. When it is determined whether or not it is “matched”, a symbol appearance probability convergence determination signal is output. When receiving the symbol appearance probability convergence determination signal, the encoding operation control means 133 sets the image division means control signal to "1" and activates all the arithmetic encoding processing means 102a to 102n.

【0089】上記構成において符号化処理が開始される
と、符号化動作制御手段133は、まず、第1算術符号
化処理手段102aにシンボル出現確率初期値 P_Set_I
nitを設定するように、シンボル出現確率設定手段10
7に指示を行うとともに、第1算術符号化処理手段10
2aでの符号化処理の起動を開始させるように符号化処
理開始制御手段104に指示を行う。これらの指示が行
われると、シンボル出現確率設定手段107はシンボル
出現確率初期値 P_Set_Init を第1算術符号化処理手段
102aに設定する。この設定が完了すると、符号化処
理開始制御手段104は第1算術符号化処理手段102
aに対して符号化処理起動信号を出力し符号化処理の開
始を指示する。
When the encoding process is started in the above configuration, the encoding operation control means 133 first causes the first arithmetic encoding processing means 102a to send the symbol appearance probability initial value P_Set_I.
Symbol appearance probability setting means 10 so as to set nit
7, and the first arithmetic coding processing means 10
The encoding process start control means 104 is instructed to start the activation of the encoding process in 2a. When these instructions are given, the symbol appearance probability setting means 107 sets the symbol appearance probability initial value P_Set_Init in the first arithmetic coding processing means 102a. When this setting is completed, the encoding processing start control means 104 causes the first arithmetic encoding processing means 102.
A coding process start signal is output to a to instruct the start of the coding process.

【0090】符号化処理部に入力された符号化対象画像
情報は画像分割手段131に入力される。この際、符号
化動作制御手段133は、画像分割手段制御信号を
“0”に設定することにより、画像分割手段131に対
して画像の分割処理を行わないことを指示する。従っ
て、画像分割手段131は、供給される全ての画像情報
を第1算術符号化処理手段102aに供給する。すなわ
ち、第1算術符号化処理手段102aは、符号化処理の
進行に伴って、画像入力要求信号を適宜画像分割手段1
31に出力し、画像分割手段131はこれに応じて画像
情報を順次出力する。
The encoding target image information input to the encoding processing section is input to the image dividing means 131. At this time, the encoding operation control unit 133 instructs the image division unit 131 not to perform the image division process by setting the image division unit control signal to “0”. Therefore, the image dividing unit 131 supplies all the supplied image information to the first arithmetic coding processing unit 102a. That is, the first arithmetic coding processing means 102a appropriately sends the image input request signal to the image dividing means 1 as the coding processing progresses.
31 and the image division means 131 sequentially outputs the image information accordingly.

【0091】符号化処理起動信号によって起動された第
1算術符号化処理手段102aは、シンボル出現確率設
定手段107によって設定されたシンボル出現確率初期
値 P_Set_Init に基づいて、入力画像情報を符号化処理
する。そして、所定画素数の入力画像情報の符号化処理
が終了すると、画像分割手段131に対する画像入力要
求信号の出力を停止し、符号化処理終了信号を符号化動
作制御手段133、シンボル出現確率算出手段105に
対して出力すると共に、所定画素数の入力画像情報の符
号化処理を行った時点で得られた各シンボルの出現頻度
情報をシンボル出現確率算出手段105に対して出力す
る。
The first arithmetic encoding processing means 102a activated by the encoding processing activation signal encodes the input image information based on the symbol appearance probability initial value P_Set_Init set by the symbol appearance probability setting means 107. . When the encoding process of the input image information of the predetermined number of pixels is completed, the output of the image input request signal to the image dividing unit 131 is stopped, and the encoding process end signal is transmitted to the encoding operation control unit 133 and the symbol appearance probability calculating unit. In addition to outputting to 105, the appearance frequency information of each symbol obtained at the time of coding the input image information of a predetermined number of pixels is output to the symbol appearance probability calculating means 105.

【0092】シンボル出現確率算出手段105は、第1
算術符号化処理手段102aから出力される符号化処理
終了信号と各シンボルの出現頻度情報が入力されると、
第1算術符号化処理手段102aにて既に処理済の全画
像情報中の各シンボルの出現頻度を集計し、シンボル出
現確率算出結果 P_Tmp とシンボル出現確率決定結果P_D
et とを出力する。シンボル出現確率収束判定手段10
6においては、第1実施例の場合と同様に、このシンボ
ル出現確率算出結果 P_Tmp が収束したか否かが判定さ
れる。
The symbol appearance probability calculation means 105 has a first
When the encoding processing end signal output from the arithmetic encoding processing means 102a and the appearance frequency information of each symbol are input,
The appearance frequency of each symbol in all the image information that has already been processed by the first arithmetic coding processing unit 102a is totaled, and the symbol appearance probability calculation result P_Tmp and the symbol appearance probability determination result P_D are obtained.
Output et and. Symbol appearance probability convergence determination means 10
In 6, as in the case of the first embodiment, it is determined whether or not the symbol appearance probability calculation result P_Tmp has converged.

【0093】ここで、「収束していない」と判定される
と、符号化動作制御手段133は、シンボル出現確率設
定手段107に第1算術符号化処理手段102aでの符
号化処理の起動を符号化処理開始制御手段104に指示
する。符号化処理開始制御手段104は、第1算術符号
化処理手段102aに対して符号化処理起動信号を出力
し符号化処理の開始を指示する。これにより、第1算術
符号化処理手段102aから再び画像入力要求信号が出
力され、これに応じて画像分割手段131から第1算術
符号化処理手段102aに次の画像情報が出力される。
以下、同様の動作が繰り返される。
When it is determined that "convergence has not occurred", the coding operation control means 133 codes the symbol appearance probability setting means 107 to start the coding processing in the first arithmetic coding processing means 102a. The conversion processing start control means 104 is instructed. The encoding processing start control means 104 outputs an encoding processing start signal to the first arithmetic encoding processing means 102a to instruct to start the encoding processing. As a result, the image input request signal is output again from the first arithmetic coding processing means 102a, and in response to this, the next image information is output from the image dividing means 131 to the first arithmetic coding processing means 102a.
Hereinafter, the same operation is repeated.

【0094】その後、シンボル出現確率収束判定手段1
06において、「収束した」と判定されると、シンボル
出現確率収束判定手段106は符号化動作制御手段13
3に対してシンボル出現確率収束判定信号を出力する。
シンボル出現確率収束判定手段106からシンボル出現
確率収束判定信号が入力されると、符号化動作制御手段
133は、画像分割手段制御信号を“1”レベルに設定
し、これによって画像分割手段131に対して画像の分
割処理を開始することを指示する。
Thereafter, the symbol appearance probability convergence determination means 1
If it is determined in "06" that "converged", the symbol appearance probability convergence determination means 106 is the encoding operation control means 13.
For 3, the symbol appearance probability convergence determination signal is output.
When the symbol appearance probability convergence determination signal is input from the symbol appearance probability convergence determination means 106, the encoding operation control means 133 sets the image division means control signal to the “1” level, whereby the image division means 131 is set. Command to start the image division processing.

【0095】また、符号化動作制御手段133は、シン
ボル出現確率設定手段107に対してシンボル出現確率
設定指示信号が供給する。これにより、シンボル出現確
率設定手段107は、各算術符号化処理手段102a〜
102nのシンボル出現確率値 P_Set として、シンボ
ル出現確率算出手段105から出力されたシンボル出現
確率決定結果 P_Det を設定する。シンボル出現確率値
P_Set の設定が終了すると、符号化動作制御手段133
は、各算術符号化処理手段102a〜102nでの符号
化処理の起動を符号化処理開始制御手段104に指示す
る。
Further, the encoding operation control means 133 supplies the symbol appearance probability setting instruction signal to the symbol appearance probability setting means 107. As a result, the symbol appearance probability setting unit 107 has the arithmetic coding processing units 102a to 102a.
As the symbol appearance probability value P_Set of 102n, the symbol appearance probability determination result P_Det output from the symbol appearance probability calculating unit 105 is set. Symbol appearance probability value
When the setting of P_Set is completed, the encoding operation control means 133
Instructs the coding process start control unit 104 to start the coding process in each of the arithmetic coding processing units 102a to 102n.

【0096】以後、各領域[1]〜領域[N]の画像情
報は、それぞれ各領域毎に1個ずつ割当てられた各算術
符号化処理手段102a〜102nからの画像入力要求
信号に従って、各算術符号化処理手段に入力される。各
算術符号化処理手段102a〜102nは、シンボル出
現確率設定手段107によって設定されたシンボル出現
確率値 P_Set を初期値として、領域[1]〜領域
[N]の入力画像情報を、前記算術符号化方式によっ
て、それぞれ並列に符号化処理する。以降同様に、画像
分割手段131にて分割された領域[1]〜領域[N]
の画像情報は、各領域毎に1個ずつ割当てられた各算術
符号化処理手段102a〜102nによってそれぞれ独
立に符号化処理される。
After that, the image information of each area [1] to area [N] is calculated according to the image input request signal from each arithmetic coding processing means 102a to 102n assigned to each area. It is input to the encoding processing means. Each of the arithmetic coding processing means 102a to 102n uses the symbol appearance probability value P_Set set by the symbol appearance probability setting means 107 as an initial value, and inputs the input image information of the area [1] to area [N] by the arithmetic coding. Depending on the method, encoding processing is performed in parallel. Similarly, the areas [1] to [N] divided by the image dividing means 131 are thereafter.
The image information of 1 is independently encoded by each of the arithmetic encoding processing means 102a to 102n assigned to each area.

【0097】(復号化処理部10)次に、復号化処理部
10の詳細構成を図7を参照し説明する。図において1
39は復号化動作制御手段であり、第1実施例における
復号化動作制御手段109と同様に、復号化処理を進行
するために、他の構成要素に対して適宜コマンドを出力
する。但し、本実施例にあっては、各算術復号化処理手
段108a〜108nに対して復号化処理部起動信号が
出力される順序は第1実施例の場合と異なる。
(Decoding Processing Unit 10) Next, the detailed configuration of the decoding processing unit 10 will be described with reference to FIG. 1 in the figure
Reference numeral 39 denotes a decoding operation control means, which outputs a command as appropriate to other constituent elements in order to proceed with the decoding process, similarly to the decoding operation control means 109 in the first embodiment. However, in the present embodiment, the order in which the decoding processing unit activation signal is output to each of the arithmetic decoding processing means 108a to 108n is different from that in the first embodiment.

【0098】すなわち、復号化動作制御手段139は、
最初に第1算術復号化処理手段108aを起動し、領域
[A]に対応する符号化データの復号を行なわれた後、各
算術復号化処理手段108a〜108nを起動し、これ
らを並列に動作させる。また、本実施例にあっては、シ
ンボル出現確率算出手段111は、第1算術復号化処理
手段108aから出力される復号化処理終了信号とシン
ボル出現頻度情報とに基づいて、シンボル出現確率算出
結果 P_Tmp およびシンボル出現確率決定結果P_Det を
出力する。
That is, the decryption operation control means 139
First, the first arithmetic decoding processing means 108a is activated, and the area
After the encoded data corresponding to [A] is decoded, each of the arithmetic decoding processing means 108a to 108n is activated to operate them in parallel. Further, in the present embodiment, the symbol appearance probability calculation means 111 calculates the symbol appearance probability based on the decoding process end signal and the symbol appearance frequency information output from the first arithmetic decoding processing means 108a. P_Tmp and symbol appearance probability determination result P_Det are output.

【0099】上記構成において復号化処理が開始される
と、まず、復号化処理部に図10中の領域[A]に対応
する符号データ[A]が入力される。入力された領域
[A]の符号データ[A]は、第1算術復号化処理手段
108aからの符号データ入力要求信号に従って、第1
算術復号化処理手段108aに入力される。復号化処理
部への符号データの入が開始されると、復号化動作制御
手段139は、画像合成手段制御信号によって、画像合
成手段114に対して復号化処理後の画像データの合成
処理を行わずに出力することを指示する。同時に、復号
化動作制御手段139は、シンボル出現確率設定手段1
13に第1算術復号化処理手段108aへのシンボル出
現確率の初期値の設定を指示すると共に、第1算術復号
化処理手段108aでの復号化処理の起動を復号化処理
開始制御手段110に指示する。
When the decoding process is started in the above configuration, first, the code data [A] corresponding to the area [A] in FIG. 10 is input to the decoding processing unit. The input coded data [A] of the area [A] has the first coded data according to the coded data input request signal from the first arithmetic decoding processing means 108a.
It is input to the arithmetic decoding processing means 108a. When the input of coded data to the decoding processing unit is started, the decoding operation control unit 139 performs the combining process of the image data after the decoding process on the image combining unit 114 according to the image combining unit control signal. Instruct to output without output. At the same time, the decoding operation control means 139 makes the symbol appearance probability setting means 1
13 is instructed to the first arithmetic decoding processing means 108a to set the initial value of the symbol appearance probability, and to the decoding processing start control means 110 to start the decoding processing in the first arithmetic decoding processing means 108a. To do.

【0100】さらに、シンボル出現確率設定手段113
は、シンボル出現確率初期値 P_Set_Init を第1算術復
号化処理手段108aに設定する。シンボル出現確率設
定手段113による初期値の設定が完了すると、復号化
処理開始制御手段110は第1算術復号化処理手段10
8aに対して復号化処理起動信号に出力し復号化処理の
開始を指示する。復号化処理起動信号によって起動され
た第1算術復号化処理手段108aでは、符号データ入
力要求信号を出力し、シンボル出現確率初期値P_Set_In
it に基づいて、領域[A]中の所定画素数に対応する
符号データを復号化処理し、所定画素数に対応する符号
データの復号化処理が終了すると、符号データ入力要求
信号の出力を停止し、復号化処理終了信号を復号化動作
制御手段139、シンボル出現確率算出手段111に対
して出力すると共に、所定画素数に対応する符号データ
の復号化処理を行った時点で得られた各シンボルの出現
頻度情報をシンボル出現確率算出手段111に対して出
力する。
Further, the symbol appearance probability setting means 113.
Sets the symbol appearance probability initial value P_Set_Init in the first arithmetic decoding processing means 108a. When the setting of the initial value by the symbol appearance probability setting means 113 is completed, the decoding processing start control means 110 causes the first arithmetic decoding processing means 10 to operate.
8a is output to the decoding process start signal to instruct the start of the decoding process. The first arithmetic decoding processing means 108a activated by the decoding processing activation signal outputs the code data input request signal and outputs the symbol appearance probability initial value P_Set_In.
The code data corresponding to the predetermined number of pixels in the area [A] is decoded based on it, and when the code data corresponding to the predetermined number of pixels is decoded, the output of the code data input request signal is stopped. Then, the decoding process end signal is output to the decoding operation control unit 139 and the symbol appearance probability calculation unit 111, and each symbol obtained at the time when the decoding process of the code data corresponding to the predetermined number of pixels is performed. The appearance frequency information of is output to the symbol appearance probability calculating unit 111.

【0101】シンボル出現確率算出手段111は、第1
算術復号化処理手段108aから出力される復号化処理
終了信号と各シンボルの出現頻度情報が入力されると、
第1算術復号化処理手段108aにて既に処理済の全画
像情報中の各シンボルの出現頻度を集計し、各々のシン
ボルの出現確率値を算出する。シンボル出現確率算出手
段111は、シンボル出現確率の算出結果をシンボル出
現確率収束判定手段112に対して出力する。
The symbol appearance probability calculation means 111 has a first
When the decoding process end signal output from the arithmetic decoding processing unit 108a and the appearance frequency information of each symbol are input,
The appearance frequency of each symbol in all the image information that has already been processed by the first arithmetic decoding processing means 108a is totaled, and the appearance probability value of each symbol is calculated. The symbol appearance probability calculation means 111 outputs the calculation result of the symbol appearance probability to the symbol appearance probability convergence determination means 112.

【0102】シンボル出現確率収束判定手段112は、
シンボル出現確率算出手段111より入力される各シン
ボルの出現確率値の算出結果が、処理対象となる画像情
報の性質に適合した出現確率値に収束したかを判定する
ために、シンボル出現確率算出手段111より入力され
たシンボル出現確率の算出結果の履歴を保持しておき、
一定期間中のシンボル出現確率の変化量を求め、前記一
定期間中のシンボル出現確率の変化量が予め規定された
閾値以内に収束した時点で、各シンボルの出現確率値の
算出結果が、処理対象となる画像情報の性質に適合した
出現確率値に収束したと判定する。
The symbol appearance probability convergence determination means 112 is
In order to determine whether or not the calculation result of the appearance probability value of each symbol input from the symbol appearance probability calculation means 111 has converged to the appearance probability value that matches the property of the image information to be processed, the symbol appearance probability calculation means The history of the calculation result of the symbol appearance probability input from 111 is held,
Obtaining the amount of change in the symbol appearance probability during a certain period, when the amount of change in the symbol appearance probability during the certain period converges within a predetermined threshold value, the calculation result of the appearance probability value of each symbol is the processing target. It is determined that the value has converged to the appearance probability value that matches the property of the image information.

【0103】シンボル出現確率収束判定手段112にお
いて、シンボルの出現確率値の算出結果が処理対象とな
る画像情報の性質に適合した出現確率値に収束していな
いと判定された場合、復号化動作制御手段139は、シ
ンボル出現確率設定手段113に第1算術復号化処理手
段108aでの復号化処理の起動を復号化処理開始制御
手段110に指示する。復号化処理開始制御手段110
は、第1算術復号化処理手段108aに対して復号化処
理起動信号を出力し、復号化処理の開始を指示する。以
上の処理を、シンボルの出現確率値の算出結果が処理対
象となる画像情報の性質に適合した出現確率値に収束す
るまで繰り返し実行する。
When the symbol appearance probability convergence determining means 112 determines that the calculation result of the symbol appearance probability value has not converged to the appearance probability value that matches the property of the image information to be processed, the decoding operation control is performed. The means 139 instructs the symbol appearance probability setting means 113 to the decoding processing start control means 110 to start the decoding processing in the first arithmetic decoding processing means 108a. Decoding process start control means 110
Outputs a decoding process start signal to the first arithmetic decoding process means 108a to instruct the start of the decoding process. The above processing is repeatedly executed until the calculation result of the appearance probability value of the symbol converges to the appearance probability value that matches the property of the image information to be processed.

【0104】シンボル出現確率収束判定手段112にお
いて、シンボルの出現確率値の算出結果が処理対象とな
る画像情報の性質に適合した出現確率値に収束したと判
定された場合、シンボル出現確率収束判定手段112は
復号化動作制御手段139に対してシンボル出現確率収
束判定信号を出力する。シンボル出現確率収束判定手段
112からシンボル出現確率収束判定信号が入力される
と、復号化動作制御手段139は、図10に示した領域
[1]〜領域[N]に対応する符号データを各領域毎に
1個ずつ割当てられた第1算術復号化処理手段108a
〜第N算術復号化処理手段108nにて並列に復号化処
理することを指示すると共に、画像合成手段制御信号に
よって画像合成手段114に対して復号化処理後の画像
情報の合成処理を開始することを指示する。
When the symbol appearance probability convergence determining means 112 determines that the calculation result of the symbol appearance probability value has converged to the appearance probability value that matches the property of the image information to be processed, the symbol appearance probability convergence determining means. 112 outputs a symbol appearance probability convergence determination signal to the decoding operation control means 139. When the symbol appearance probability convergence determination signal is input from the symbol appearance probability convergence determination means 112, the decoding operation control means 139 causes the code data corresponding to the areas [1] to [N] shown in FIG. First arithmetic decoding processing means 108a assigned one by one
-Instructing parallel decoding processing by the Nth arithmetic decoding processing means 108n, and starting the synthesizing processing of the image information after the decoding processing to the image synthesizing means 114 by the image synthesizing means control signal. Instruct.

【0105】復号化動作制御手段139は、画像合成手
段114における画像合成処理を起動すると共に、シン
ボルの出現確率値の算出結果が処理対象となる入力画像
情報の性質に適合した出現確率値に収束したと判定され
た時点で、シンボル出現確率決定結果 P_Det を、第1
算術復号化処理手段108a〜第N算術復号化処理手段
108nに設定することをシンボル出現確率設定手段1
13に指示する。これに応じて、シンボル出現確率設定
手段113は、シンボル出現確率決定結果 P_Det をシ
ンボル出現確率値 P_Set として、各算術復号化処理手
段108a〜108nに設定する。
The decoding operation control means 139 activates the image synthesizing process in the image synthesizing means 114, and at the same time, the calculation result of the symbol appearance probability value converges to the appearance probability value suitable for the property of the input image information to be processed. When it is determined that the symbol appearance probability P_Det is set to the first
The symbol appearance probability setting unit 1 is set to be set in the arithmetic decoding processing unit 108a to the Nth arithmetic decoding processing unit 108n.
Instruct 13. In response to this, the symbol appearance probability setting means 113 sets the symbol appearance probability determination result P_Det as the symbol appearance probability value P_Set in each of the arithmetic decoding processing means 108a to 108n.

【0106】シンボル出現確率設定手段113によるシ
ンボル出現確率値 P_Set の設定が完了すると、復号化
動作制御手段139は、第1算術復号化処理手段108
a〜第N算術復号化処理手段108nでの復号化処理の
起動を復号化処理開始制御手段110に指示する。復号
化処理開始制御手段110は第1算術復号化処理手段1
08a〜第N算術復号化処理手段108nに対して復号
化処理起動信号を出力し復号化処理の開始を指示する。
When the symbol appearance probability setting means 113 completes the setting of the symbol appearance probability value P_Set, the decoding operation control means 139 causes the first arithmetic decoding processing means 108.
a to instruct the decoding process start control unit 110 to start the decoding process in the Nth arithmetic decoding process unit 108n. The decoding processing start control means 110 is the first arithmetic decoding processing means 1.
08a to Nth arithmetic decoding processing means 108n outputs a decoding processing start signal to instruct to start the decoding processing.

【0107】復号化処理起動信号によって起動された第
1算術復号化処理手段108a〜第N算術復号化処理手
段108nは、それぞれ符号データ入力要求信号を出力
し、シンボル出現確率設定手段113によって設定され
たシンボル出現確率値を初期値として、領域[1]〜領
域[N]に対応する符号データ[1]〜符号データ
[N]を、前記算術符号化方式によって並列に復号化処
理する。
The first arithmetic decoding processing means 108a to the Nth arithmetic decoding processing means 108n activated by the decoding processing activation signal respectively output the code data input request signal and are set by the symbol appearance probability setting means 113. Using the symbol appearance probability value as an initial value, the code data [1] to code data [N] corresponding to the area [1] to area [N] are decoded in parallel by the arithmetic coding method.

【0108】以降、領域[1]〜領域[N]に対応する
符号データ[1]〜符号データ[N]は、各領域毎に1
個ずつ割当てられた第1算術復号化処理手段108a〜
第N算術復号化処理手段108nによってそれぞれ独立
に復号化処理される。第1算術復号化処理手段108a
〜第N算術復号化処理手段108nにて復号化処理され
た結果得られた領域[A]、領域[1]〜領域[N]に
対応する画像情報は、画像合成手段114にて図10に
示した1枚の画像の形態に合成され、出力画像情報とし
て出力される。
Thereafter, the code data [1] to code data [N] corresponding to the areas [1] to [N] are set to 1 for each area.
First arithmetic decoding processing means 108a to which the individual pieces are assigned
The Nth arithmetic decoding processing means 108n independently perform the decoding processing. First arithmetic decoding processing means 108a
Image information corresponding to the area [A] and area [1] to area [N] obtained as a result of the decoding processing by the Nth arithmetic decoding processing means 108n is shown in FIG. It is combined into the form of one image shown and output as output image information.

【0109】E.実施例の効果 第1実施例によれば、各々の算術符号化/復号化処理手
段において、所定の画素数の符号化処理が終了した時点
で得られた各シンボルの出現頻度情報を基に既に処理済
の画像情報全体での各シンボルの出現確率を算出し、そ
の算出結果を前記複数の算術符号化/復号化処理手段に
て用いるシンボル出現確率値として設定し、次領域の符
号化/復号化処理を行う処理を繰り返すことによって、
各々の算術符号化/復号化処理手段を独立に動作させた
場合と比較して、各算術符号化/復号化処理手段におい
て処理開始時に設定した各シンボルの出現確率の初期値
が、処理対象となる入力画像情報の性質に適合した出現
確率に収束するまでの処理画素数を減少させることがで
き、符号化効率を向上させることが可能になるという効
果が得られる。
E. Effects of the Embodiment According to the first embodiment, each arithmetic coding / decoding processing means has already been based on the appearance frequency information of each symbol obtained at the time when the coding processing of a predetermined number of pixels is completed. The appearance probability of each symbol in the entire processed image information is calculated, and the calculation result is set as the symbol appearance probability value used in the plurality of arithmetic encoding / decoding processing means, and the encoding / decoding of the next area is performed. By repeating the process of performing the
Compared to the case where each arithmetic encoding / decoding processing means is operated independently, the initial value of the appearance probability of each symbol set at the start of processing in each arithmetic encoding / decoding processing means It is possible to reduce the number of pixels to be processed until convergence to the appearance probability suitable for the property of the input image information, and it is possible to improve the coding efficiency.

【0110】また、第2実施例によれば、各算術符号化
/復号化処理手段の処理開始時刻をずらす制御を行い、
既に起動されているM(<N)個の算術符号化/復号化
処理手段において、所定の画素数の符号化処理が終了し
た時点で得られた各シンボルの出現頻度情報を基に既に
処理済の画像情報全体での各シンボルの出現確率を算出
し、その算出結果を前記M個の算術符号化/復号化処理
手段と次に起動する(M+1)番目の算術符号化/復号
化処理手段にて用いるシンボル出現確率値として設定
し、次領域の符号化/復号化処理を行う処理を繰り返す
ことによって、各々の算術符号化/復号化処理手段を独
立に動作させた場合と比較して、各算術符号化/復号化
処理手段において処理開始時に設定した各シンボルの出
現確率の初期値が、処理対象となる入力画像情報の性質
に適合した出現確率に収束するまでの処理画素数を減少
させることができ、符号化効率を向上させることが可能
になるという効果が得られる。さらに、第2実施例によ
れば、各々の算術符号化/復号化手段の処理開始時刻を
ずらす制御を行うことによって、スキャナにて取込み画
像処理装置に画素順次に入力されるような実時間での処
理を要求されるシステムへの適応性を高めることができ
るという効果が得られる。
Further, according to the second embodiment, control for shifting the processing start time of each arithmetic coding / decoding processing means is performed,
In M (<N) arithmetic coding / decoding processing means that have already been activated, the processing has already been performed based on the appearance frequency information of each symbol obtained at the time when the encoding processing of a predetermined number of pixels is completed. , The appearance probability of each symbol in the entire image information is calculated, and the calculation result is sent to the M arithmetic coding / decoding processing means and the (M + 1) th arithmetic coding / decoding processing means to be activated next. Is set as a symbol appearance probability value to be used for each, and the process of performing the encoding / decoding process of the next area is repeated, so that each arithmetic encoding / decoding process means is operated independently. To reduce the number of processing pixels until the initial value of the appearance probability of each symbol set at the start of processing in the arithmetic coding / decoding processing means converges to the appearance probability suitable for the property of the input image information to be processed. Can Effect is obtained that it becomes possible to improve the Goka efficiency. Further, according to the second embodiment, by performing control so as to shift the processing start time of each arithmetic coding / decoding means, it is possible to perform real-time input such that the scanner sequentially inputs pixels to the image processing apparatus. It is possible to obtain an effect that it is possible to enhance adaptability to a system that requires the processing of.

【0111】また、第3実施例によれば、複数の算術符
号化/復号化処理手段中の特定の算術符号化/復号化処
理手段において、所定の画素数の符号化/復号化処理を
終了した時点での各シンボルの出現頻度の累計結果を基
に既に処理済の画像情報全体での各シンボルの出現確率
を算出し、シンボル出現確率値の算出結果が処理対象と
なる入力画像情報の性質に適合した出現確率値に収束す
るまで前記特定の算術符号化/復号化処理手段での符号
化/復号化処理を行い、シンボル出現確率値の算出結果
が収束した時点のシンボル出現確率値をその他の算術符
号化/復号化処理手段のシンボル出現確率値の初期値と
して設定し、残領域の符号化/復号化処理を行うことに
よって、各々の算術符号化/復号化処理手段を独立に動
作させた場合と比較して、各算術符号化/復号化処理手
段において処理開始時に設定した各シンボルの出現確率
の初期値が、処理対象となる入力画像情報の性質に適合
した出現確率に収束するまでの処理画素数を1枚の画像
情報全体を1個の算術符号化処理手段によって符号化処
理した場合と同等まで減少させることができ、符号化効
率を向上させることが可能になる。
Further, according to the third embodiment, the specific arithmetic coding / decoding processing means among the plurality of arithmetic coding / decoding processing means ends the coding / decoding processing of a predetermined number of pixels. The appearance probability of each symbol in the entire image information that has already been processed is calculated based on the cumulative result of the appearance frequency of each symbol at the time, and the calculation result of the symbol appearance probability value is the property of the input image information to be processed. The specific arithmetic encoding / decoding processing means performs the encoding / decoding processing until the appearance probability value is adapted to the symbol occurrence probability value, and the symbol appearance probability value at the time when the calculation result of the symbol appearance probability value converges The arithmetic coding / decoding processing means is set as an initial value of the symbol appearance probability value, and the remaining area is coded / decoded to operate each arithmetic coding / decoding processing means independently. When compared to Then, the number of processing pixels until the initial value of the appearance probability of each symbol set at the start of processing in each arithmetic encoding / decoding processing unit converges to the appearance probability that matches the property of the input image information to be processed. Can be reduced to the same level as in the case where one piece of image information is encoded by one arithmetic encoding processing unit, and the encoding efficiency can be improved.

【0112】具体的には、1枚の画像情報全体を1個の
算術符号化処理手段によって符号化処理した場合の算術
符号化処理手段に処理開始時に設定した各シンボルの出
現確率の初期値が、処理対象となる入力画像情報の性質
に適合した出現確率に収束するまでの処理画素数をX画
素とすると、複数(N個)の算術符号化/復号化処理手
段をそれぞれ独立に動作させた場合は、各算術符号化処
理手段に処理開始時に設定した各シンボルの出現確率の
初期値が、処理対象となる入力画像情報の性質に適合し
た出現確率に収束するまでに(X×N)画素を処理しな
ければならないが、本願の第1、第2実施例によれば、
各算術符号化処理手段に処理開始時に設定した各シンボ
ルの出現確率の初期値が、処理対象となる入力画像情報
の性質に適合した出現確率に収束するまでの画素数の増
加を抑えることができ((X+α)画素)、第3実施例
によれば、各算術符号化処理手段に処理開始時に設定し
た各シンボルの出現確率の初期値が、処理対象となる入
力画像情報の性質に適合した出現確率に収束するまでの
画素数の増加は殆ど生じないため、符号化効率の低下を
最小限に抑えることが可能になる。
Specifically, the initial value of the appearance probability of each symbol set in the arithmetic coding processing means when the whole one piece of image information is coded by one arithmetic coding processing means is , Letting X pixels be the number of pixels to be processed until they converge to an appearance probability that matches the property of the input image information to be processed, a plurality (N) of arithmetic coding / decoding processing means are operated independently. In this case, the initial value of the appearance probability of each symbol set in each arithmetic coding processing unit at the start of processing converges to the appearance probability suitable for the property of the input image information to be processed (X × N) pixels. However, according to the first and second embodiments of the present invention,
It is possible to suppress an increase in the number of pixels until the initial value of the appearance probability of each symbol set at the start of processing in each arithmetic coding processing unit converges to the appearance probability that matches the property of the input image information to be processed. ((X + α) pixels) According to the third embodiment, the initial value of the appearance probability of each symbol set in each arithmetic coding processing unit at the start of processing appears in accordance with the property of the input image information to be processed. Since there is almost no increase in the number of pixels until the probability is converged, it is possible to minimize the decrease in coding efficiency.

【0113】F.変形例 本発明は上述した実施例に限定されるものではなく、種
々の変形が可能であることは言うまでもない。 上記各実施例においては、学習アルゴリズムの一例と
して算術符号化方式を用いたが、学習アルゴリズムは算
術符号化方式に限定されないことは言うまでもない。例
えば、符号化対象画像情報を圧縮する複数種類の圧縮器
と、これら圧縮器を選択するスイッチを設け、過去の符
号化データの出現パターンに基づいて最適な圧縮器を自
動的に選択する符号化処理回路が知られているが、この
ような符号化処理回路に対しても本発明は適用できる。
すなわち、上記各実施例における各算術符号化処理手段
102a〜102nに代えて、圧縮器を自動的に選択す
る符号化処理回路を複数設けるとよい。かかる場合に
は、「圧縮器の種類」が請求の範囲にいう「圧縮パラメ
ータ」相当する。
F. Modifications It is needless to say that the present invention is not limited to the above-described embodiments, and various modifications can be made. In each of the above embodiments, the arithmetic coding method is used as an example of the learning algorithm, but it goes without saying that the learning algorithm is not limited to the arithmetic coding method. For example, a plurality of types of compressors for compressing image information to be encoded and a switch for selecting these compressors are provided, and encoding is performed to automatically select an optimum compressor based on the appearance pattern of past encoded data. Although a processing circuit is known, the present invention can be applied to such an encoding processing circuit.
That is, in place of the arithmetic coding processing means 102a to 102n in each of the above embodiments, it is preferable to provide a plurality of coding processing circuits for automatically selecting a compressor. In such a case, the "compressor type" corresponds to the "compression parameter" in the claims.

【0114】上述した第1実施例においては、シンボ
ル出現確率収束判定手段106(または112)によっ
て「シンボル出現確率算出結果 P_Tmp は収束した」と
判定され、その時のシンボル出現確率決定結果 P_Det
が各算術符号化処理手段102a〜102n(または各
算術復号化処理手段108a〜108n)のシンボル出
現確率値 P_Set として設定されると、その後にシンボ
ル出現確率設定手段107によってシンボル出現確率値
P_Set が再設定されることはなかった。
In the above-described first embodiment, the symbol appearance probability convergence determination means 106 (or 112) determines that "the symbol appearance probability calculation result P_Tmp has converged", and the symbol appearance probability determination result P_Det at that time is determined.
Is set as the symbol appearance probability value P_Set of each of the arithmetic coding processing means 102a to 102n (or each of the arithmetic decoding processing means 108a to 108n), thereafter, the symbol appearance probability setting means 107 sets the symbol appearance probability value.
P_Set was never reset.

【0115】しかし、その後においても、シンボル出現
確率算出手段105(または111)によってシンボル
出現確率算出結果 P_Tmp の算出を継続して行い、シン
ボル出現確率収束判定手段106(または112)によ
って一定期間中のシンボル出現確率算出結果 P_Tmp の
変化量を継続して算出し、該変化量が大きい場合はシン
ボル出現確率値 P_Set を更新するように第1実施例を
構成してもよい。
However, even after that, the symbol appearance probability calculation means 105 (or 111) continues to calculate the symbol appearance probability calculation result P_Tmp, and the symbol appearance probability convergence determination means 106 (or 112) determines whether or not The first embodiment may be configured such that the variation amount of the symbol appearance probability calculation result P_Tmp is continuously calculated and the symbol appearance probability value P_Set is updated when the variation amount is large.

【0116】[0116]

【発明の効果】以上説明したように、請求項1または3
記載の構成によれば、複数のデータ圧縮手段の学習結果
が集計された後共有され、請求項2記載の構成によれ
ば、第1のデータ圧縮手段の学習結果を第2のデータ圧
縮手段に用いることができるから、高い圧縮率を保持し
つつ高速にデータを圧縮することが可能である。
As described above, claim 1 or 3
According to the configuration described above, the learning results of the plurality of data compression units are aggregated and then shared, and according to the configuration of the second structure, the learning results of the first data compression unit are transmitted to the second data compression unit. Since it can be used, it is possible to compress data at high speed while maintaining a high compression rate.

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

【図1】 本発明の第1実施例の複写機のブロック図で
ある。
FIG. 1 is a block diagram of a copying machine according to a first embodiment of the present invention.

【図2】 第1実施例における符号化処理部4のブロッ
ク図である。
FIG. 2 is a block diagram of an encoding processing unit 4 in the first embodiment.

【図3】 第1実施例における復号化処理部10のブロ
ック図である。
FIG. 3 is a block diagram of a decoding processing unit 10 in the first embodiment.

【図4】 本発明の第2実施例における符号化処理部4
のブロック図である。
FIG. 4 is an encoding processing unit 4 according to the second embodiment of the present invention.
It is a block diagram of.

【図5】 第2実施例における復号化処理部10のブロ
ック図である。
FIG. 5 is a block diagram of a decoding processing unit 10 in the second embodiment.

【図6】 本発明の第3実施例における符号化処理部4
のブロック図である。
FIG. 6 is an encoding processing unit 4 according to the third embodiment of the present invention.
It is a block diagram of.

【図7】 第3実施例における復号化処理部10のブロ
ック図である。
FIG. 7 is a block diagram of a decoding processing unit 10 in a third embodiment.

【図8】 第1実施例の動作説明図である。FIG. 8 is an operation explanatory diagram of the first embodiment.

【図9】 第2実施例の動作説明図である。FIG. 9 is an operation explanatory diagram of the second embodiment.

【図10】 第3実施例の動作説明図である。FIG. 10 is an operation explanatory diagram of the third embodiment.

【図11】 第1〜第3実施例における符号化処理の説
明図である。
FIG. 11 is an explanatory diagram of an encoding process in the first to third embodiments.

【図12】 シンボル出現確率収束判定手段106の動
作説明図である。
FIG. 12 is an operation explanatory diagram of the symbol appearance probability convergence determination means 106.

【図13】 従来技術の動作説明図である。FIG. 13 is an operation explanatory diagram of a conventional technique.

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

102a〜102n 算術符号化処理手段(データ圧縮
手段) 101,121 画像分割手段(データ分割手段) 105 シンボル出現確率算出手段(集計手段、出現確
率算出手段) 103 符号化動作制御手段(圧縮パラメータ設定手
段) 107 シンボル出現確率設定手段(圧縮パラメータ設
定手段) 123 符号化動作制御手段(起動制御手段) 106 シンボル出現確率収束判定手段(収束条件判定
手段)
102a to 102n Arithmetic encoding processing means (data compression means) 101, 121 Image division means (data division means) 105 Symbol appearance probability calculation means (aggregation means, appearance probability calculation means) 103 Encoding operation control means (compression parameter setting means) ) 107 symbol appearance probability setting means (compression parameter setting means) 123 encoding operation control means (starting control means) 106 symbol appearance probability convergence determination means (convergence condition determination means)

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.6 識別記号 庁内整理番号 FI 技術表示箇所 H04N 1/413 D ─────────────────────────────────────────────────── ─── Continuation of the front page (51) Int.Cl. 6 Identification code Internal reference number FI technical display area H04N 1/413 D

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 所定の学習アルゴリズムに基づいて圧縮
パラメータを適宜変更しつつ、入力されたデータを圧縮
して出力する複数のデータ圧縮手段と、 圧縮対象データが入力されると、この圧縮対象データを
分割し前記各データ圧縮手段に供給するデータ分割手段
と、 前記各データ圧縮手段の学習結果を集計する集計手段
と、 この集計手段における集計結果に基づいて、前記各デー
タ圧縮手段に対して共通の圧縮パラメータを設定する圧
縮パラメータ設定手段とを具備することを特徴とするデ
ータ圧縮装置。
1. A plurality of data compression means for compressing and outputting input data while appropriately changing compression parameters based on a predetermined learning algorithm, and when the compression target data is input, the compression target data is input. A data dividing unit that divides the data and supplies the data to each of the data compressing units; an aggregate unit that aggregates learning results of the data compressing units; and a common unit for each data compressing unit based on the aggregate result of the aggregate unit And a compression parameter setting means for setting the compression parameter of the data compression apparatus.
【請求項2】 所定の学習アルゴリズムに基づいて圧縮
パラメータを適宜変更しつつ、入力されたデータを圧縮
して出力する第1および第2のデータ圧縮手段と、 圧縮対象データが入力されると、この圧縮対象データを
分割し前記第1および第2のデータ圧縮手段に供給する
データ分割手段と、 前記第1のデータ圧縮手段を起動し、その後に前記第2
のデータ圧縮手段を起動する起動制御手段と、 前記第1のデータ圧縮手段における学習結果に基づい
て、前記第2のデータ圧縮手段における圧縮パラメータ
の初期値を設定する圧縮パラメータ設定手段とを具備す
ることを特徴とするデータ圧縮装置。
2. The first and second data compression means for compressing and outputting the input data while appropriately changing the compression parameter based on a predetermined learning algorithm, and when the data to be compressed is input, The data dividing means for dividing the data to be compressed and supplying the divided data to the first and second data compressing means and the first data compressing means are activated, and then the second data is compressed.
And a compression parameter setting means for setting the initial value of the compression parameter in the second data compression means based on the learning result in the first data compression means. A data compression device characterized by the above.
【請求項3】 前記圧縮対象データは、複数種類のシン
ボルによって構成されるものであり、 前記各データ圧縮手段は、出現確率の高いシンボルをビ
ット長の短い二値データに変換するとともに、出現確率
の低いシンボルをビット長の長い二値データに変換する
ことによって、供給されたデータを圧縮するものであ
り、 前記圧縮対象データ含まれるシンボルの出現確率を逐次
算出する出現確率算出手段と、 前記出現確率の変動量が所定の収束条件を満たしたか否
かを判定し、この収束条件が満たされた場合に前記圧縮
パラメータ設定手段の動作を停止させる収束条件判定手
段とを具備することを特徴とする請求項1記載のデータ
圧縮装置。
3. The compression target data is composed of a plurality of types of symbols, and each of the data compression means converts a symbol having a high appearance probability into binary data having a short bit length, and also has an appearance probability. Of the low-symbol is converted into binary data having a long bit length to compress the supplied data, and an appearance probability calculating means for sequentially calculating the appearance probability of the symbols included in the compression target data, and the appearance And a convergence condition determining means for determining whether or not the variation amount of the probability satisfies a predetermined convergence condition, and stopping the operation of the compression parameter setting means when the convergence condition is satisfied. The data compression device according to claim 1.
JP25253394A 1994-10-18 1994-10-18 Data compression device Expired - Fee Related JP3282407B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25253394A JP3282407B2 (en) 1994-10-18 1994-10-18 Data compression device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25253394A JP3282407B2 (en) 1994-10-18 1994-10-18 Data compression device

Publications (2)

Publication Number Publication Date
JPH08116452A true JPH08116452A (en) 1996-05-07
JP3282407B2 JP3282407B2 (en) 2002-05-13

Family

ID=17238700

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25253394A Expired - Fee Related JP3282407B2 (en) 1994-10-18 1994-10-18 Data compression device

Country Status (1)

Country Link
JP (1) JP3282407B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012147248A (en) * 2011-01-12 2012-08-02 Mitsubishi Electric Corp Entropy encoding apparatus, entropy decoding apparatus, entropy encoding method and entropy decoding method
JP2016048812A (en) * 2014-08-27 2016-04-07 キヤノン株式会社 Image forming apparatus, control method of image forming apparatus, program, and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012147248A (en) * 2011-01-12 2012-08-02 Mitsubishi Electric Corp Entropy encoding apparatus, entropy decoding apparatus, entropy encoding method and entropy decoding method
JP2016048812A (en) * 2014-08-27 2016-04-07 キヤノン株式会社 Image forming apparatus, control method of image forming apparatus, program, and storage medium

Also Published As

Publication number Publication date
JP3282407B2 (en) 2002-05-13

Similar Documents

Publication Publication Date Title
EP0750426B1 (en) Image processing apparatus, data processing apparatus and method therefor
US6677869B2 (en) Arithmetic coding apparatus and image processing apparatus
EP0060694B1 (en) Apparatus and method for compressing digital data
US20030118242A1 (en) Encoding apparatus and method, and storage medium
EP0776569B1 (en) Method and system for encoding and decoding image data
US20030164975A1 (en) Image processing apparatus and image processing method
US6052205A (en) Image data encoding/decoding method and apparatus configured to compress both natural gray scale images and binary images
JPH0793586B2 (en) Data compression model selection method and system
JP2000069292A (en) Image processing unit, its method and storage medium
JPH11179983A (en) Merging unit for data processing pipeline
JP2002033925A (en) Method arithmetic encoding and decoding, and apparatus for arithmetic encoding and decoding
JP3387738B2 (en) Image pattern converter
US6160640A (en) Image scanning apparatus for scanning both sides of an original sheet with a simple memory structure and an image data outputting apparatus for separating image data of each side from image data of both sides
JP3282407B2 (en) Data compression device
US7196802B2 (en) Image processing device having compression judgement
JP2002084425A (en) Multi-level image data compression device
JP2000022962A (en) Method and device for encoding binary document image
JPH10117288A (en) Image-processing unit
JP3783821B2 (en) Image data encoding / decoding device
JP2001217722A (en) Device and method for encoding information, and computer readable storage medium
EP0997847A2 (en) Image data compression apparatus and method
EP0997848A2 (en) Image data compression apparatus
JP4133678B2 (en) Image encoding device
JP2816371B2 (en) Facsimile coding method
JP3070770B2 (en) Image coding device for parallel processing

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees