JP2506794B2 - Decryption processing method - Google Patents

Decryption processing method

Info

Publication number
JP2506794B2
JP2506794B2 JP18154087A JP18154087A JP2506794B2 JP 2506794 B2 JP2506794 B2 JP 2506794B2 JP 18154087 A JP18154087 A JP 18154087A JP 18154087 A JP18154087 A JP 18154087A JP 2506794 B2 JP2506794 B2 JP 2506794B2
Authority
JP
Japan
Prior art keywords
prediction
data
run
length
run length
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP18154087A
Other languages
Japanese (ja)
Other versions
JPS6424678A (en
Inventor
晶 平澤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP18154087A priority Critical patent/JP2506794B2/en
Publication of JPS6424678A publication Critical patent/JPS6424678A/en
Application granted granted Critical
Publication of JP2506794B2 publication Critical patent/JP2506794B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • G06T9/004Predictors, e.g. intraframe, interframe coding

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、画像等を符号化したデータの復号化処理方
式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a decoding processing method for data obtained by coding an image or the like.

従来の技術 画像等のデータを符号化する際に、ラン長符号化がよ
く行われる。これは、符号化対象のビットパターンその
ものではなく、同一の属性(例えば黒と白)が連続する
回数を符号化するものである。第2図にラン長符号化の
例を示す。符号化対象のビットパターン24ビットが
(a)のようであったとすると、これらのデータで、0
または1のどちらか一方だけが連続している部分をラン
と呼ぶ。この各1ランのビット長(ラン長)を数える
と、(b)のようになる。この値を2進数に変換すると
(c)のようになり、元の24ビットのデータはこの14ビ
ットのラン長データに符号化できたことになる。ラン長
データ(b)の値を符号ビットパターン(c)に変換す
る当てはめ方(符号表)には、単純な2進表現のほか、
種々の方法が考えられている。
2. Description of the Related Art Run length encoding is often performed when encoding data such as images. This encodes not the bit pattern itself to be encoded, but the number of times the same attribute (for example, black and white) continues. FIG. 2 shows an example of run length coding. Assuming that the 24 bit bit pattern to be encoded is as shown in (a), 0
Alternatively, a portion in which only one of 1 is continuous is called a run. The bit length (run length) of each one run is counted as shown in (b). This value is converted into a binary number as shown in (c), which means that the original 24-bit data can be encoded into the 14-bit run length data. The fitting method (code table) for converting the value of the run length data (b) into the code bit pattern (c) includes simple binary expression,
Various methods have been considered.

更に、圧縮率の向上のため、既知の(すでに符号化さ
れた)周囲の画素から符号化対象画素の値を予測し、そ
の誤差を前記のラン長符号化することも行われる[例え
ば、水野、飯沼:″中間調ファクシミリ信号の符号
化″、信学技報、CS79-176(1979)]。この画素の値の
予測とラン長符号化を併用した符号化方式の、2値画像
への応用の一例を第3図に示す。第3図において、
(a)のような原データに対し、(b)のような予測デ
ータ(例えば、画像における前ラインのビットパターン
データ)を用意し、予測一致を0、不一致を1として
(a)と(b)の誤差データ(c)を得、これを(d)
のようにラン長符号化するわけである。
Further, in order to improve the compression rate, the value of the pixel to be coded is predicted from the known (already coded) surrounding pixels, and the error is subjected to the run length coding [eg Mizuno]. Iinuma: "Coding of Halftone Facsimile Signals", IEICE Technical Report, CS79-176 (1979)]. FIG. 3 shows an example of the application of the encoding method using both the prediction of the pixel value and the run length encoding to a binary image. In FIG.
For the original data as shown in (a), the prediction data as shown in (b) (for example, the bit pattern data of the previous line in the image) is prepared, and the prediction match is set to 0 and the mismatch is set to (a) and (b). ) Error data (c), and (d)
The run length coding is performed as follows.

このようにして生成された符号は、次のようにして復
号化される。
The code generated in this way is decoded as follows.

(1)誤差データのラン長を再生する。(1) The run length of error data is reproduced.

(2)このラン長データを、予測一致のランは0、不一
致のランは1としてビットパターンに変換する(最初の
データが予測一致/不一致のどちらを示すか、つまり0
か1かということはあらかじめ与えられる必要があ
る)。
(2) This run length data is converted into a bit pattern by setting 0 for a prediction matching run and 1 for a mismatching run (whether the first data indicates prediction matching / mismatching, that is, 0).
It must be given in advance).

(3)あらかじめ用意された予測データと、このビット
パターン(誤差データ)を比較し、そのビットが0であ
るならばこの予測データそのものを、1であるならば予
測データの反転したものを原データの該当ビットとして
採用する。
(3) The prediction data prepared in advance is compared with this bit pattern (error data), and if the bit is 0, the prediction data itself is used. If the bit is 1, the inverted prediction data is the original data. It is adopted as the corresponding bit of.

(4)以下同様に、順次原データを再生していく。(4) In the same manner, the original data is sequentially reproduced.

以上の復号化処理のブロック図を第7図に、復号化の
1回の処理の流れを第8図に示す。第7図で、誤差ビッ
トパターン作成部21では、復号化しようとするランに対
するラン長データを受け、そのデータが表す数の長さの
0(予測一致)または1(不一致)のビットデータ列を
発生する。この値0または1(即ち予測一致または不一
致)は、1ランごとに入れ替わる。原データビット再生
部22はこの誤差ビットパターン作成部からのデータと予
測データ作成部24からのデータを用いて原データを再生
し、メモリ部23に書き込む。予測値作成部24では、メモ
リ部23のデータを元に新しい再生データの予測値を作成
する。
FIG. 7 shows a block diagram of the above decoding processing, and FIG. 8 shows the flow of one decoding processing. In FIG. 7, the error bit pattern creation unit 21 receives run length data for a run to be decoded, and outputs a bit data string of 0 (prediction match) or 1 (mismatch) of the length of the number represented by the data. appear. This value 0 or 1 (that is, prediction match or mismatch) alternates with each run. The original data bit reproduction unit 22 reproduces the original data using the data from the error bit pattern creation unit and the data from the prediction data creation unit 24, and writes it in the memory unit 23. The predicted value creation unit 24 creates a predicted value of new reproduction data based on the data in the memory unit 23.

発明が解決しようとする問題点 前述のような符号化方式においては、各ビットの予測
の方法が妥当であれば、予測不一致のデータ(前述の例
では1)の発生は稀で、多くは予測一致のデータとな
る。しかし、従来の復号化方式では予測一致の符号と不
一致の符号それぞれに対し全く同様に処理を行い、符号
数(誤差データビットの変化数)と同じ回数の処理を必
要としていた。
Problems to be Solved by the Invention In the above-described encoding method, if the prediction method of each bit is appropriate, the occurrence of prediction mismatch data (1 in the above example) is rare, and most of them are predicted. It becomes the data of agreement. However, in the conventional decoding method, the same processing is performed for each of the predictive coincidence code and the non-coincidence code, and the same number of processes as the number of codes (the number of changes of error data bits) are required.

本発明は、かかる欠点に鑑みてなされたもので、復号
処理の回数を削減することを目的とする。
The present invention has been made in view of such drawbacks, and an object thereof is to reduce the number of decoding processes.

問題点を解決するための手段 本発明は、予測一致ランのラン長データn(自然数)
を得た時点で次の予測不一致のラン長が1であると想定
して長さnの予測一致ランと長さ1の予測不一致ランを
一つの処理単位として一度に画素再生を行う手段と、次
の予測不一致の符号のラン長m(自然数)が1でない場
合には、長さm−1の予測不一致ランの画素再生を行う
手段を備える。
MEANS FOR SOLVING PROBLEMS The present invention provides run length data n (natural number) of predicted coincident runs.
Assuming that the next prediction-mismatch run length is 1, the prediction-matching run of length n and the prediction-mismatching run of length 1 are used as one processing unit to perform pixel reproduction at once. When the run length m (natural number) of the code of the next prediction disagreement is not 1, there is provided means for performing pixel reproduction of the prediction disagreement run of length m-1.

作用 本発明では、予測一致ランのラン長データを得た時点
で次の予測不一致のラン長が1であると想定して長さn
の予測一致ランと長さ1の予測不一致ランを一つの処理
単位として一度に画素再生を行い、次の予測不一致の符
号のラン長が1でない場合にのみ予測不一致ランの画素
再生を行う。
Action In the present invention, it is assumed that the run length of the next prediction disagreement is 1 when the run length data of the prediction coincidence run is obtained, and the length n
Pixel reproduction is performed at one time by using the prediction coincidence run and the prediction non-coincidence run of length 1 as one processing unit, and the pixel reproduction of the prediction non-coincidence run is performed only when the run length of the code of the next prediction non-coincidence is not 1.

実施例 本発明の一実施例の流れ図を第一図に示す。Embodiment FIG. 1 shows a flow chart of an embodiment of the present invention.

第一図では、共に自然数である予測一致ラン長nと予
測不一致ラン長mの処理について示している。まず、予
測一致ラン長の値nを受信した時点で(n+1)個の画
素について予測を行う。次にこの(n+1)個の画素の
最後の画素についてのみ、その色を反転する。これは、
この画素が予測不一致であることは確定しているからで
ある。次に予測不一致ラン長の値mを受信する。これが
1であった場合には、そのままこの処理を終了する。こ
の値が1ではなかった場合のみ、(m−1)個の画素に
ついて予測データを作成し、この画素の色を反転し、一
連の処理を終了する。以上のようにn個の予測一致画素
とm個の予測不一致画素計n+m画素についての処理が
完了する。次の画素については当然予測一致ラン長の値
が受信されるので、以下同様に本図の処理を始めから行
えばよい。
FIG. 1 shows processing of a predicted match run length n and a predicted mismatch run length m, both of which are natural numbers. First, when the value n of the predicted match run length is received, prediction is performed on (n + 1) pixels. Next, the color is inverted only for the last pixel of the (n + 1) pixels. this is,
This is because it is determined that this pixel does not match the prediction. Next, the value m of the prediction disagreement run length is received. If this is 1, this process is terminated. Only when this value is not 1, the prediction data is created for (m-1) pixels, the color of this pixel is inverted, and the series of processes is ended. As described above, the process is completed for the n prediction matching pixels and the m prediction mismatch pixels totaling n + m pixels. Since the predicted coincidence run length value is naturally received for the next pixel, the process of this drawing may be similarly performed from the beginning.

本発明の他の一実施例のブロック図を第9図に示す。 A block diagram of another embodiment of the present invention is shown in FIG.

第9図において、データ転送制御部11は、ラン長デー
タと予測一致/不一致情報を受け、予測一致の場合には
ラン長データを誤差ビットパターン作成部12に送り、不
一致の場合は不一致ラン長判定部16に送る。誤差ビット
パターン作成部12では受け取ったラン長データの示す数
だけの0(予測一致ビットを表す)と一つの1(予測不
一致ビットを表す)からなる誤差ビットパターンを作成
し、原データビット再生部13に送る。原データビット再
生部13では、予測データ作成部14が作成したデータを元
に、誤差データビットが0であるビットは予測データの
通りに(つまり予測一致として)再生し、誤差データビ
ットが1であるビットは予測データを反転させ(予測不
一致とし)て再生する。これら再生されたビットは、メ
モリ部15に格納される。予測データ作成部14では、再生
済みのメモリ部15のデータを用いて予測データを作成す
る。一方、不一致ラン長判定部16では、受け取った不一
致ラン長が1であれば何もせず、1を超えていた場合に
限り誤差ビットパターン作成部17にラン長データを送
る。誤差ビットパターン作成部17では、(不一致ラン長
判定部16から送られたラン長)−1個の誤差ビット(値
は1)を発生し、これを原データビット再生部13に送
る。原データビット再生部13では、この誤差ビットパタ
ーンと予測データ作成部14からの予測データを用いて原
データを再生し、メモリ部15へ書き込むビットを再生す
る。
In FIG. 9, the data transfer control unit 11 receives the run length data and the prediction match / mismatch information, sends the run length data to the error bit pattern creating unit 12 in the case of the prediction match, and the mismatch run length in the case of the mismatch. Send to the determination unit 16. The error bit pattern creating unit 12 creates an error bit pattern consisting of 0s (representing prediction matching bits) and 1s (representing prediction mismatch bits) as many as the received run length data, and the original data bit reproducing unit Send to 13. Based on the data created by the prediction data creation unit 14, the original data bit reproduction unit 13 reproduces the bit having the error data bit of 0 as the prediction data (that is, as the prediction match), and the error data bit of 1 For a bit, the prediction data is inverted (prediction mismatch) and reproduced. These reproduced bits are stored in the memory unit 15. The prediction data creation unit 14 creates prediction data by using the data of the reproduced memory unit 15. On the other hand, the mismatch run length determination unit 16 does nothing if the received mismatch run length is 1, and sends the run length data to the error bit pattern creation unit 17 only when the received mismatch run length exceeds 1. The error bit pattern creating unit 17 generates (run length sent from the mismatch run length determining unit 16) -1 error bit (value is 1) and sends it to the original data bit reproducing unit 13. The original data bit reproduction unit 13 reproduces the original data using the error bit pattern and the prediction data from the prediction data creation unit 14, and reproduces the bit to be written in the memory unit 15.

以上の動作を、第3図で用いた符号の復号化を例にと
り、具体的に説明する。第4図は、本実施例での長さn
の予測一致のランに対する復号化処理の流れを示す図で
ある。第3図の例では、誤差データは予測一致から始ま
る。最初に誤差データのラン長として3が得られ、これ
は予測一致に関するラン長なので、データ転送制御部11
は、誤差ビットパターン作成部12に3というデータを送
る。誤差ビットパターン作成部12では、このデータを元
に三つの0と一つの1つまり0,0,0,1というビットパタ
ーンを作成し、このビットパターンを原データビット再
生部13に送る。原データビット再生部13では、このビッ
トパターンと予測データ作成部14からのデータ0,0,0,1
から、原データ0,0,0,0を再生し、メモリ部15に書き込
んで一回の処理が終了する(第4図参照)。次に、誤差
データのラン長が1である場合の処理を行う。第5図
は、本実施例での予測不一致の長さ1のランに対する復
号化処理の流れを示す図である。ここで与えられる誤差
データの不一致ラン長(値は1)はデータ転送制御部11
により不一致ラン長判定部16に送られるが、ここでこの
値が1であることが検出され、この予測不一致のラン長
に関する処理はメモリ部に対する処理は何もせずに終了
する(第5図参照)。次に再び予測一致の誤差データ
(値は6)が与えられ、復号化処理が行われる。以下同
様にラン長データの1(予測不一致),4(一致)の順に
処理が進む。この次に予測不一致のラン長データ(値は
2)が与えられた場合の処理の流れを次に述べる。第6
図は、このように1を超える長さmの予測不一致ランに
対する本実施例の復号化処理の流れを示す図である。ま
ず、データ転送制御部11によりこのデータは不一致ラン
長判定部16に送られる。そして、この値は2なので、こ
のデータは誤差ビットパターン作成部17に送られる。こ
の誤差ビットパターン作成部17では、2−1=1ビット
の誤差ビットパターン(つまり1)が再生され、このデ
ータが原データビット再生部13に送られる。原データビ
ット再生部13では、この送られた誤差ビットパターンと
予測データ作成部14からの同じく1ビットの予測データ
(値は0)から1という原データが再生され、メモリ部
15に書き込まれる(第6図参照)。以下再び同様に予測
一致のラン長データの処理が実行される。
The above operation will be specifically described by taking the decoding of the code used in FIG. 3 as an example. FIG. 4 shows the length n in this embodiment.
FIG. 6 is a diagram showing a flow of a decoding process for the prediction matching run of FIG. In the example of FIG. 3, the error data begins with a predictive match. First, 3 is obtained as the run length of the error data. Since this is the run length related to the prediction match, the data transfer control unit 11
Sends data of 3 to the error bit pattern creating unit 12. The error bit pattern creation unit 12 creates a bit pattern of three 0s and one 1, that is, 0,0,0,1 based on this data, and sends this bit pattern to the original data bit reproduction unit 13. In the original data bit reproduction section 13, this bit pattern and the data 0,0,0,1 from the prediction data creation section 14
Then, the original data 0,0,0,0 is reproduced and written in the memory section 15 to complete one processing (see FIG. 4). Next, the processing when the run length of the error data is 1 is performed. FIG. 5 is a diagram showing the flow of the decoding process for a run of length 1 with a prediction mismatch in this embodiment. The mismatch run length (value is 1) of the error data given here is the data transfer control unit 11
Is sent to the non-matching run length determining section 16, but this value is detected to be 1, and the processing relating to the run length of the prediction mismatching is ended without performing any processing on the memory section (see FIG. 5). ). Next, the prediction matching error data (value is 6) is given again, and the decoding process is performed. Similarly, the processing proceeds in the order of 1 (prediction mismatch) and 4 (match) of the run length data. Next, the flow of processing when run length data (value is 2) that does not match prediction is given will be described next. Sixth
The figure is a diagram showing the flow of the decoding process of the present embodiment for such a prediction mismatch run having a length m exceeding 1. First, the data transfer control unit 11 sends this data to the mismatch run length determination unit 16. Since this value is 2, this data is sent to the error bit pattern creation unit 17. The error bit pattern creating unit 17 reproduces the error bit pattern of 2-1 = 1 bit (that is, 1), and the data is sent to the original data bit reproducing unit 13. In the original data bit reproducing section 13, the original data of 1 is reproduced from the sent error bit pattern and the same 1-bit prediction data (value is 0) from the prediction data creating section 14, and the memory section
It is written in 15 (see FIG. 6). After that, the processing of the run length data of the prediction match is executed again in the same manner.

発明の効果 本発明によれば、長さ1の予測不一致ラン単独に対す
る画素再生処理はなくなり、全体として処理回数が削減
される。
EFFECTS OF THE INVENTION According to the present invention, the pixel reproduction process for a single prediction mismatch run of length 1 is eliminated, and the number of processes is reduced as a whole.

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

第1図は本発明の一実施例を示す流れ図、第2図はラン
長符号化の原理図、第3図は予測データを用いたラン長
符号化の原理図、第4図は本発明の一実施例において長
さnの予測一致ランに対する処理の流れ図、第5図は同
一実施例において長さ1の予測不一致ランに対する処理
の流れ図、第6図は同一実施例において長さmの予測不
一致ランに対する処理の流れ図、第7図は従来例の復号
化方式を示すブロック図、第8図は従来例の復号化処理
の流れ図、第9図は本発明の他の一実施例を示すブロッ
ク図である。 11……データ転送制御部、12……誤差ビットパターン作
成部、13……原データビット再生部、14……予測データ
作成部、15……メモリ部、16……不一致ラン長判定部、
17……誤差ビットパターン作成部。
FIG. 1 is a flow chart showing an embodiment of the present invention, FIG. 2 is a principle diagram of run length coding, FIG. 3 is a principle diagram of run length coding using prediction data, and FIG. In one embodiment, a processing flow chart for a prediction match run of length n, FIG. 5 is a processing flow chart for a prediction mismatch run of length 1 in the same embodiment, and FIG. 6 is a prediction mismatch for length m in the same embodiment. FIG. 7 is a block diagram showing a conventional decoding method, FIG. 8 is a flowchart showing a conventional decoding process, and FIG. 9 is a block diagram showing another embodiment of the present invention. Is. 11 ... Data transfer control unit, 12 ... Error bit pattern creation unit, 13 ... Original data bit reproduction unit, 14 ... Prediction data creation unit, 15 ... Memory unit, 16 ... Mismatch run length determination unit,
17 ... Error bit pattern creation unit.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】符号化対象画素の周囲の画素の色(白また
は黒)から該符号化対象画素の色を予測しその予測値が
実際の画素の色に一致(ヒット)するか否か(ミス)に
ついてのビット情報をラン長連結して符号化を行う符号
化方式によって生成された符号の復号化において予測一
致ランのラン長データn(自然数)を得た時点で次の予
測不一致のラン長が1であると想定して長さnの予測一
致ランと長さ1の予測不一致ランを一つの処理単位とし
て一度に画素再生を行い、前記予測不一致の符号のラン
長m(自然数)が1でない場合には長さm−1の予測不
一致ランの画素再生を行うことを特徴とする復号化処理
方法。
1. A color of a pixel to be coded is predicted from the color (white or black) of pixels around the pixel to be coded, and whether or not the predicted value matches (hits) the color of the actual pixel (whether or not). (Miss) bit information about the run is concatenated with the run length to perform coding, and the next prediction mismatch run is obtained when the run length data n (natural number) of the prediction match run is obtained in the decoding of the code generated by the coding method. Assuming that the length is 1, pixel prediction is performed at one time using a prediction-matching run of length n and a prediction-mismatching run of length 1 as one processing unit, and the run length m (natural number) of the prediction-mismatching code is If it is not 1, a decoding processing method is characterized in that pixel reproduction of a prediction mismatch run of length m-1 is performed.
JP18154087A 1987-07-21 1987-07-21 Decryption processing method Expired - Lifetime JP2506794B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18154087A JP2506794B2 (en) 1987-07-21 1987-07-21 Decryption processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18154087A JP2506794B2 (en) 1987-07-21 1987-07-21 Decryption processing method

Publications (2)

Publication Number Publication Date
JPS6424678A JPS6424678A (en) 1989-01-26
JP2506794B2 true JP2506794B2 (en) 1996-06-12

Family

ID=16102563

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18154087A Expired - Lifetime JP2506794B2 (en) 1987-07-21 1987-07-21 Decryption processing method

Country Status (1)

Country Link
JP (1) JP2506794B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW329515B (en) * 1995-10-24 1998-04-11 Matsushita Electric Ind Co Ltd Recording medium and reproduction apparatus

Also Published As

Publication number Publication date
JPS6424678A (en) 1989-01-26

Similar Documents

Publication Publication Date Title
JPS6043703B2 (en) Binary signal facsimile data compression method
JP2836467B2 (en) Binary symbol encoding / decoding circuit
JPH02290371A (en) Method of compacting image having pattern frequency and method and system for determining pattern frequency of image
JPH034153B2 (en)
US5960117A (en) Method of adaptive arithmetic encoding/decoding according to JBIG standard
JPS60140980A (en) Method and device for encoding signal representing flow of digital data group
JP2506794B2 (en) Decryption processing method
JPH07264417A (en) Image coding method
JPS60154776A (en) Coding and decoding system
JPH03188768A (en) Picture compression system
JPH06121174A (en) Encoder/decoder
JP2794951B2 (en) Decoding method of MR code
JPH10215228A (en) Transmission code error correction system and coder and decoder used for the system
JPH0786956A (en) Additive bit processor for marking identification
JP3108243B2 (en) Encoding and decoding device
JPS63155957A (en) Binary picture information compressing device
JP2793536B2 (en) Image data compression method
JPH05127866A (en) Image data compression system
JP2541118B2 (en) Data coding method
JPH01174173A (en) Compression coding method for binary picture data
JPH01302917A (en) Data compression system
JPS6212280A (en) Combination system for image data
JPS63132573A (en) Halftone image coding circuit
JPH04354473A (en) Decoder for modified huffman coding data
JPH02205173A (en) Orthogonal transformation coding method for picture data