JPH1040366A - Image processor - Google Patents

Image processor

Info

Publication number
JPH1040366A
JPH1040366A JP19062596A JP19062596A JPH1040366A JP H1040366 A JPH1040366 A JP H1040366A JP 19062596 A JP19062596 A JP 19062596A JP 19062596 A JP19062596 A JP 19062596A JP H1040366 A JPH1040366 A JP H1040366A
Authority
JP
Japan
Prior art keywords
image data
odd
numbered pixel
data
memory
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.)
Pending
Application number
JP19062596A
Other languages
Japanese (ja)
Inventor
Yoshio Ichiyanagi
好男 一柳
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 JP19062596A priority Critical patent/JPH1040366A/en
Publication of JPH1040366A publication Critical patent/JPH1040366A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)
  • Image Input (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an image processor by which raster sequential image data can be converted into block sequential image data, or the block sequential image data can be converted into the raster sequential image data at low cost without sacrificing the operating speed. SOLUTION: This device is provided with an even numbered pixels memory 23 and an odd numbered pixel memory 24. The operation of writing inputted odd pixel data in the odd numbered pixel memory 24 at the time of reading odd numbered pixels from the odd numbered pixels memory 23, and the operation of writing inputted even numbered pixels data in the even numbered pixel memory 23 at the time of reading odd numbered pixels from the odd numbered pixel memory 24 are repeatedly executed under the control of a control circuit 25. Then, the control circuit 25 makes the address generation order of the even numbered pixel memory 23 and the odd numbered pixel memory 24 at the time of writing different from that at the time of reading.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、画像データを処理
する画像処理装置に関し、特にラスター順次に入力され
る画像データをブロック順次の画像データに、またはブ
ロック順次に入力される画像データをラスター順次の画
像データに変換する画像処理装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing apparatus for processing image data, and more particularly, to converting raster-input image data into block-sequential image data or converting block-input image data into raster-sequential data. The present invention relates to an image processing device for converting image data into image data.

【0002】[0002]

【従来の技術】従来より、多値画像データの圧縮技術と
して、国際標準のJPEG(Joint Photographic Expert
Group) 方式がある。このJPEG方式による圧縮技術
では、ラスター順次で入力されたRGB画素成分をYU
V画素成分に変換する。こうして得られたYUV画素デ
ータは、8×8ブロック単位でDCT(descrete cosine
transform;離散コサイン変換)変換されて空間周波数
成分となる。この空間周波数に変換されたものはDCT
係数と称される。そして、このDCT係数は輝度成分
(Y)と色度成分(U,V)の2種類の8×8単位で量
子化される。なお、ここでの量子化係数は、可変長符号
化方式であるハフマン符号化係数による。
2. Description of the Related Art Conventionally, an international standard JPEG (Joint Photographic Expert) has been used as a compression technique for multivalued image data.
Group) method. In this JPEG compression technique, RGB pixel components input in raster order are converted to YU
Convert to V pixel component. The YUV pixel data obtained in this way is DCT (decrete cosine) in units of 8 × 8 blocks.
transform; discrete cosine transform) is transformed into a spatial frequency component. What is converted to this spatial frequency is DCT
It is called a coefficient. Then, the DCT coefficient is quantized in two types of 8 × 8 units of a luminance component (Y) and a chromaticity component (U, V). Note that the quantization coefficient here is based on a Huffman coded coefficient which is a variable length coding method.

【0003】DCT変換では8×8ブロック単位で処理
を行うため、DCT変換処理の前段階で、ラスター順次
で入力された画素データをブロック順次の画素データに
変換しなければならない。この変換処理をハードウェア
で実現するために、少なくとも8ライン分のメモリを用
意し、1度書き込まれた画素データに対して読み出し順
序を変える構成を採っている。
In the DCT conversion, since processing is performed in units of 8 × 8 blocks, it is necessary to convert raster-input pixel data into block-sequential pixel data before the DCT conversion processing. In order to realize this conversion processing by hardware, a memory for at least eight lines is prepared, and a reading order is changed for pixel data written once.

【0004】また、この変換をパイプライン的に行うた
めには、2つの8ラインメモリを用意し、書き込みと読
み出しを同時に行うことにより実現するのが一般的であ
る。具体的には、8ラインの画素データを1つ目のライ
ンメモリに書き込んでいるときには、以前の8ラインの
画素データを2つ目のラインメモリから読み出して、8
ライン分のラスターブロック変換を行う。次に、逆に1
つ目のラインメモリから画素データを読み出して、2つ
目のラインメモリに書き込むという動作を繰り返す。
In order to perform this conversion in a pipeline manner, it is general to prepare two 8-line memories and perform writing and reading at the same time. Specifically, when the eight lines of pixel data are being written to the first line memory, the previous eight lines of pixel data are read from the second line memory and read.
Performs raster block conversion for lines. Next, reverse
The operation of reading pixel data from the second line memory and writing it to the second line memory is repeated.

【0005】[0005]

【発明が解決しようとする課題】上述したように、JP
EG方式による圧縮技術を用いた画像処理装置では、ハ
ードウェアでパイプライン的にラスターブロックの変換
を実現するようにしているため、8ライン分のメモリを
2個用意しなければならず、よって装置のコスト上昇を
招くという問題があった。この問題を解決するために、
同一メモリの同一アドレスに対して画素データの読み出
し/書き込みを順次行うことにより、ラスターブロック
変換を行う画像処理装置が提案されている(例えば、特
開平6−326997号公報、特開平8−18791号
公報参照)。
As described above, as described above, JP
In an image processing apparatus using a compression technique based on the EG method, since raster block conversion is realized in hardware in a pipeline manner, two memories for eight lines must be prepared. However, there is a problem that the cost is increased. to solve this problem,
Image processing apparatuses that perform raster block conversion by sequentially reading / writing pixel data for the same address of the same memory have been proposed (for example, Japanese Patent Application Laid-Open Nos. Hei 6-326997 and Hei 8-18791). Gazette).

【0006】この従来技術に係る画像処理装置では、メ
モリが1個で済むことから、メモリコストを半減できる
という利点がある反面、書き込みと読み出しを連続して
行うために、1画素当りの書き込みおよび読み出しに2
倍の時間を要することになる。すなわち、1画素の読み
出しと書き込みに共に1クロック相当の時間がかかる場
合、例えばある画素の書き込みから次の画素の書き込み
までの間に読み出しのための1クロックの待ち時間が入
るため、1画素の書き込みには計2クロック相当の時間
がかかることになる。1画素の読み出しも同様に2クロ
ック相当の時間が必要となる。このように、メモリコス
トについては半減できるものの、装置の性能、即ち動作
速度が犠牲になってしまうという問題があった。
The image processing apparatus according to the prior art has the advantage that the memory cost can be halved because only one memory is required, but the writing and reading are performed continuously so that the writing and reading per pixel can be performed continuously. 2 for reading
It will take twice as long. That is, in the case where reading and writing of one pixel take a time equivalent to one clock, for example, a waiting time of one clock for reading is inserted between writing of a certain pixel and writing of the next pixel. Writing takes a total of two clocks. Similarly, reading of one pixel requires a time equivalent to two clocks. As described above, although the memory cost can be reduced by half, there is a problem that the performance of the device, that is, the operation speed is sacrificed.

【0007】本発明は、上記課題に鑑みてなされたもの
であり、その目的とするところは、低コストにて動作速
度を犠牲にすることなくラスター順次の画像データをブ
ロック順次の画像データに、またはブロック順次の画像
データをラスター順次の画像データに変換することが可
能な画像処理装置を提供することにある。
The present invention has been made in view of the above problems, and has as its object to convert raster-sequential image data into block-sequential image data at low cost without sacrificing operation speed. Another object is to provide an image processing apparatus capable of converting block-sequential image data into raster-sequential image data.

【0008】[0008]

【課題を解決するための手段】本発明による画像処理装
置は、入力画像データの先頭から2n(n=0,1,
2,…)の位置にある偶数画素データと2n+1(n=
0,1,2,…)の位置にある奇数画素データとを選択
して入力する入力手段と、偶数画素データを記憶する偶
数画素記憶手段と、奇数画素データを記憶する奇数画素
記憶手段と、奇数画素記憶手段からの奇数画素データの
読み出しに同期して偶数画素記憶手段への偶数画素デー
タの書き込みを行い、偶数画素記憶手段からの偶数画素
データの読み出しに同期して奇数画素記憶手段への奇数
画素データの書き込みを行う制御手段と、偶数画素記憶
手段から読み出された偶数画素データと奇数画素記憶手
段から読み出された奇数画素データとを選択して出力す
る出力手段とを備えた構成となっている。
According to the image processing apparatus of the present invention, 2n (n = 0, 1, 2) from the beginning of input image data
, And the even-numbered pixel data at the position of 2n + 1 (n =
Input means for selecting and inputting odd pixel data at the position of (0, 1, 2,...), Even pixel storage means for storing even pixel data, and odd pixel storage means for storing odd pixel data; The even-numbered pixel data is written to the even-numbered pixel memory in synchronization with the reading of the odd-numbered pixel data from the odd-numbered pixel memory, and the even-numbered pixel data is written to the odd-numbered pixel memory in synchronization with the reading of the even-numbered pixel data from the even-numbered pixel memory. A configuration including control means for writing odd-numbered pixel data, and output means for selecting and outputting even-numbered pixel data read from the even-numbered pixel storage means and odd-numbered pixel data read from the odd-numbered pixel storage means It has become.

【0009】上記構成の画像処理装置において、偶数画
素記憶手段からの偶数画素読み出し時に、入力された奇
数画素データを奇数画素記憶手段に書き込み、奇数画素
記憶手段からの奇数画素読み出し時に、入力された偶数
画素データを偶数画素記憶手段に書き込むという動作を
制御手段の制御の下に繰り返して実行する。そして、制
御手段は、偶数画素記憶手段および奇数画素記憶手段の
アドレス発生順を、書き込み時と読み出し時に異ならせ
る。これにより、ラスター順次に入力される画像データ
がブロック順次の画像データに、あるいはブロック順次
に入力される画像データがラスター順次の画像データに
変換される。
In the image processing apparatus having the above configuration, the input odd-numbered pixel data is written into the odd-numbered pixel storage means when the even-numbered pixel is read from the even-numbered pixel storage means, and the input is read when the odd-numbered pixel is read out from the odd-numbered pixel storage means. The operation of writing the even-numbered pixel data to the even-numbered pixel storage means is repeatedly executed under the control of the control means. Then, the control means makes the address generation order of the even-numbered pixel storage means and the odd-numbered pixel storage means different at the time of writing and at the time of reading. As a result, image data input in a raster sequence is converted into image data in a block sequence, or image data input in a block sequence is converted into image data in a raster sequence.

【0010】[0010]

【発明の実施の形態】以下、本発明の実施形態について
図面を参照しつつ詳細に説明する。図1は、本発明の一
実施形態の基本構成を示すブロック図である。図1にお
いて、本実施形態に係る画像処理装置は、入力画像デー
タの先頭から2n(n=0,1,2,…)の位置にある
偶数画素データと2n+1(n=0,1,2,…)の位
置にある奇数画素データとを選択して入力する入力手段
11と、偶数画素データを記憶する偶数画素記憶手段1
2と、奇数画素データを記憶する奇数画素記憶手段13
と、奇数画素記憶手段13からの奇数画素データの読み
出しに同期して偶数画素記憶手段12への偶数画素デー
タの書き込みを行い、偶数画素記憶手段12からの偶数
画素データの読み出しに同期して奇数画素記憶手段13
への奇数画素データの書き込みを行う制御手段14と、
偶数画素記憶手段12から読み出された偶数画素データ
と奇数画素記憶手段13から読み出された奇数画素デー
タとを選択して出力する出力手段15とから構成されて
いる。
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a block diagram showing a basic configuration of an embodiment of the present invention. In FIG. 1, the image processing apparatus according to the present embodiment is configured such that even-numbered pixel data located at a position 2n (n = 0, 1, 2,...) From the head of input image data and 2n + 1 (n = 0, 1, 2,. ..) And input means 11 for selecting and inputting the odd-numbered pixel data at the position of...
2 and an odd pixel storage unit 13 for storing odd pixel data
And writes the even-numbered pixel data to the even-numbered pixel storage means 12 in synchronization with the reading of the odd-numbered pixel data from the odd-numbered pixel storage means 13, and writes the odd-numbered data in synchronization with the reading of the even-numbered pixel data from the even-numbered pixel storage means 12. Pixel storage means 13
Control means 14 for writing odd-numbered pixel data to
An output unit 15 selects and outputs even-numbered pixel data read from the even-numbered pixel storage unit 12 and odd-numbered pixel data read from the odd-numbered pixel storage unit 13.

【0011】図2は、本実施形態に係る画像処理装置の
具体的な構成の一例を示すブロック図であり、図中、図
1と同等部分には同一符号を付して示す。図2におい
て、レジスタ(REG)21およびデマルチプレクサ
(DMUX)22によって入力手段11が、マルチプレ
クサ(MUX)26およびレジスタ27によって出力手
段15がそれぞれ構成され、偶数画素メモリ23が偶数
画素記憶手段12に、奇数画素メモリ24が奇数画素記
憶手段13に、制御回路25が制御手段14にそれぞれ
対応している。
FIG. 2 is a block diagram showing an example of a specific configuration of the image processing apparatus according to the present embodiment. In the figure, the same parts as those in FIG. In FIG. 2, the input means 11 is constituted by a register (REG) 21 and a demultiplexer (DMUX) 22, and the output means 15 is constituted by a multiplexer (MUX) 26 and a register 27, and the even pixel memory 23 is replaced by an even pixel storage means 12. , The odd-numbered pixel memory 24 corresponds to the odd-numbered pixel storage means 13, and the control circuit 25 corresponds to the control means 14.

【0012】そして、デマルチプレクサ22の一方のデ
ータ出力端およびマルチプレクサ26の一方のデータ入
力端はデータバス31を介して偶数画素メモリ23のデ
ータ入出力端に、デマルチプレクサ22の他方のデータ
出力端およびマルチプレクサ26の他方のデータ入力端
はデータバス32を介して奇数画素メモリ24のデータ
入出力端にそれぞれ接続されている。
One data output terminal of the demultiplexer 22 and one data input terminal of the multiplexer 26 are connected to the data input / output terminal of the even-numbered pixel memory 23 via the data bus 31 and the other data output terminal of the demultiplexer 22. The other data input terminal of the multiplexer 26 is connected to the data input / output terminal of the odd pixel memory 24 via the data bus 32.

【0013】デマルチプレクサ22およびマルチプレク
サ26の各制御入力端は、信号線33,34を介して制
御回路25に接続されている。偶数画素メモリ23のア
ドレス入力端はアドレスバス35を介して制御回路25
に接続され、さらにそのライトイネーブル入力端および
リードイネーブル入力端は信号線36,37を介して制
御回路25に接続されている。また、奇数画素メモリ2
4のアドレス入力端はアドレスバス38を介して制御回
路25に接続され、さらにそのライトイネーブル入力端
およびリードイネーブル入力端は信号線39,40を介
して制御回路25に接続されている。
The control input terminals of the demultiplexer 22 and the multiplexer 26 are connected to the control circuit 25 via signal lines 33 and 34. An address input terminal of the even pixel memory 23 is connected to a control circuit 25 via an address bus 35.
The write enable input terminal and the read enable input terminal are connected to the control circuit 25 via signal lines 36 and 37. Also, the odd pixel memory 2
The address input terminal 4 is connected to the control circuit 25 via an address bus 38, and its write enable input terminal and read enable input terminal are connected to the control circuit 25 via signal lines 39 and 40.

【0014】制御回路25は、システムクロックCL
K、ライン同期信号LSYNC、ページ同期信号PSY
NCを入力とし、これらの信号に基づいてデマルチプレ
クサ22の選択信号S1、マルチプレクサ26の選択信
号S2、偶数画素メモリ23のアドレス信号S5、奇数
画素メモリ24のアドレス信号S6、偶数画素メモリ2
3のライトイネーブル信号S7、奇数画素メモリ24の
ライトイネーブル信号S8、偶数画素メモリ23のリー
ドイネーブル信号S9、奇数画素メモリ24のリードイ
ネーブル信号S10を生成して出力する。
The control circuit 25 has a system clock CL
K, line synchronization signal LSYNC, page synchronization signal PSY
NC, the selection signal S1 of the demultiplexer 22, the selection signal S2 of the multiplexer 26, the address signal S5 of the even pixel memory 23, the address signal S6 of the odd pixel memory 24, and the even pixel memory 2 based on these signals.
3, a write enable signal S7 for the odd-numbered pixel memory 24, a read enable signal S9 for the even-numbered pixel memory 23, and a read enable signal S10 for the odd-numbered pixel memory 24.

【0015】上記構成の画像処理装置において、入力側
のレジスタ21は、入力画像データをシステムクロック
CLKに同期化させ、デマルチプレクサ22に供給す
る。出力側のレジスタ27は、マルチプレクサ26の出
力データをシステムクロックCLKに同期化させて出力
画像データとして出力する。
In the image processing apparatus having the above configuration, the input-side register 21 synchronizes the input image data with the system clock CLK and supplies it to the demultiplexer 22. The register 27 on the output side synchronizes the output data of the multiplexer 26 with the system clock CLK and outputs it as output image data.

【0016】デマルチプレクサ22は、制御回路25か
ら信号線33を介して与えられる選択信号S1が論理
“0”(以下、単に0と称す)のとき、データバス31
を介して偶数画素メモリ23にデータを出力し、選択信
号S1が論理“1”(以下、単に1と称す)のとき、デ
ータバス32を介して奇数画素メモリ24にデータを出
力する。マルチプレクサ26は、制御回路25から信号
線34を介して与えられる選択信号S2が0のとき、デ
ータバス31を介して偶数画素メモリ23のデータを出
力し、選択信号S2が1のとき、データバス32を介し
て奇数画素メモリ24のデータを出力する。
When the selection signal S1 provided from the control circuit 25 via the signal line 33 is at logic "0" (hereinafter simply referred to as "0"), the demultiplexer 22
, And outputs the data to the odd-numbered pixel memory 24 via the data bus 32 when the selection signal S1 is logic “1” (hereinafter simply referred to as “1”). The multiplexer 26 outputs the data of the even-numbered pixel memory 23 via the data bus 31 when the selection signal S2 given from the control circuit 25 via the signal line 34 is 0, and outputs the data bus when the selection signal S2 is 1 The data of the odd-numbered pixel memory 24 is output via the reference numeral 32.

【0017】偶数画素メモリ23においては、制御回路
25から信号線36を介して与えられるライトイネーブ
ル信号S7が0となったとき、制御回路25からアドレ
スバス35を介して与えられるアドレス信号S5による
指定アドレスにデータが書き込まれ、制御回路25から
信号線37を介して与えられるリードイネーブル信号S
9が0となったとき、指定アドレスのデータが読み出さ
れる。奇数画素メモリ24においては、制御回路25か
ら信号線39を介して与えられるライトイネーブル信号
S8が0となったとき、制御回路25からアドレスバス
38を介して与えられるアドレス信号S6による指定ア
ドレスにデータが書き込まれ、制御回路25から信号線
40を介して与えられるリードイネーブル信号S10が
0となったとき、指定アドレスのデータが読み出され
る。
In the even-numbered pixel memory 23, when the write enable signal S7 supplied from the control circuit 25 via the signal line 36 becomes 0, designation by the address signal S5 supplied from the control circuit 25 via the address bus 35 is performed. Data is written to the address, and a read enable signal S provided from the control circuit 25 through a signal line 37 is provided.
When 9 becomes 0, the data at the specified address is read. In the odd-numbered pixel memory 24, when the write enable signal S8 provided from the control circuit 25 via the signal line 39 becomes 0, the data is transferred to the address designated by the address signal S6 provided from the control circuit 25 via the address bus 38. Is written, and when the read enable signal S10 given from the control circuit 25 via the signal line 40 becomes 0, the data at the designated address is read.

【0018】図3にラスター順次画像データを、図4に
ブロック順次画像データをそれぞれ示す。ラスター順次
画像データは、図3において、左上を起点に、左から
右、上から下の順番で入力される。ブロック順次画像デ
ータは、図4において、ブロック内の左上を起点に、左
から右、上から下の順番で入力される。すなわち、ブロ
ック1、ブロック2、…という順番で入力される。図4
の例では、主走査方向が2ブロックとなっているが、こ
のブロック数に限定されるものではない。
FIG. 3 shows raster sequential image data, and FIG. 4 shows block sequential image data. In FIG. 3, the raster sequential image data is input in order from left to right and top to bottom starting from the upper left. In FIG. 4, the block sequential image data is input in order from left to right and top to bottom starting from the upper left in the block. That is, they are input in the order of block 1, block 2,... FIG.
In the example, the main scanning direction is two blocks, but the number of blocks is not limited.

【0019】図5に、入力画素データと偶数画素メモリ
23および奇数画素メモリ24のアドレスの対応関係を
示す。図5の例では、主走査1ライン16画素て副走査
8ライン分のアドレスを示している。
FIG. 5 shows the correspondence between input pixel data and addresses of the even-numbered pixel memory 23 and the odd-numbered pixel memory 24. In the example of FIG. 5, addresses of 8 pixels in the sub-scanning direction are shown for 16 pixels in the main scanning line.

【0020】以下、図2、図3、図5〜図8を用いて、
ラスター順次からブロック順次へ変換する動作について
説明する。なお、図6、図7および図8のタイミングチ
ャートにおいて、S1〜S10等の信号名は、図2に示
した各信号に対応しており、また“−”は“Don't Car
e”を意味するものとする。
Hereinafter, referring to FIGS. 2, 3, and 5 to 8,
The operation of converting from raster sequential to block sequential will be described. In the timing charts of FIGS. 6, 7 and 8, signal names such as S1 to S10 correspond to the signals shown in FIG. 2, and "-" indicates "Don't Car".
e ”.

【0021】先ず、図6において、時刻t1よりページ
同期信号PSYNCが1、ライン同期信号LSYNCが
1となると、1ライン目の1画素目の画像データ100
がシステムクロックCLKの立ち上がりに同期して入力
される。時刻t2において、選択信号S1が0なので、
デマルチプレクサ22を介してデータバス31にレジス
タ21の出力データである画像データS3(100)が
出力され、同時に偶数画素メモリ23のライトイネーブ
ル信号S7が0となっているので、画像データS3(1
00)は偶数画素メモリ23のアドレス信号S5による
指定アドレス0に書き込まれる。
First, in FIG. 6, when the page synchronization signal PSYNC becomes 1 and the line synchronization signal LSYNC becomes 1 from time t1, the image data 100 of the first pixel of the first line is obtained.
Are input in synchronization with the rise of the system clock CLK. At time t2, since the selection signal S1 is 0,
Since the image data S3 (100), which is the output data of the register 21, is output to the data bus 31 via the demultiplexer 22, and the write enable signal S7 of the even-numbered pixel memory 23 is 0 at the same time, the image data S3 (1
00) is written to the designated address 0 of the even-numbered pixel memory 23 by the address signal S5.

【0022】時刻t3において、選択信号S1が1なの
で、デマルチプレクサ22を介してデータバス32にレ
ジスタ21の出力データである画像データS4(10
1)が出力され、同時に奇数画素メモリ24のライトイ
ネーブル信号S8が0となっているので、画像データS
4(101)は奇数画素メモリ24のアドレス信号S6
による指定アドレス0に書き込まれる。時刻t4におい
て、選択信号S1が0なので、デマルチプレクサ22を
介してデータバス31にレジスタ21の出力データであ
る画像データS3(102)が出力され、同時に偶数画
素メモリ23のライトイネーブル信号S7が0となって
いるので、画像データS3(102)は偶数画素メモリ
23のアドレス信号S5による指定アドレス1に書き込
まれる。
At time t3, since the selection signal S1 is 1, the image data S4 (10) which is the output data of the register 21 is supplied to the data bus 32 via the demultiplexer 22.
1) is output, and at the same time, the write enable signal S8 of the odd-numbered pixel memory 24 becomes 0, so that the image data S
4 (101) is an address signal S6 of the odd pixel memory 24;
At the specified address 0. At time t4, since the selection signal S1 is 0, the image data S3 (102) which is the output data of the register 21 is output to the data bus 31 via the demultiplexer 22, and at the same time, the write enable signal S7 of the even-numbered pixel memory 23 becomes 0. Therefore, the image data S3 (102) is written to the specified address 1 of the even-numbered pixel memory 23 by the address signal S5.

【0023】以上の期間中、偶数画素メモリ23のリー
ドイネーブル信号S9と奇数画素メモリ24のリードイ
ネーブル信号S10がアクティブになっているため、出
力にはメモリの初期値が出力されている。以上の動作を
8ライン分同様にして繰り返す。
During the above period, since the read enable signal S9 of the even pixel memory 23 and the read enable signal S10 of the odd pixel memory 24 are active, the initial value of the memory is output. The above operation is repeated in the same manner for eight lines.

【0024】図7において、すでに偶数画素メモリ23
と奇数画素メモリ24には、8ライン分のラスター順次
の画像データが記憶されており、これらを読み出しなが
らブロック順次の画像データに変換する。時刻t1より
ライン同期信号LSYNCが1となると、9ライン目の
1画素目の画像データ900がシステムクロックCLK
の立ち上がりに同期して入力される。同時に、偶数画素
メモリ23のリードイネーブル信号S9が0となるた
め、1ライン目の1画素目の画像データS3(100)
が、偶数画素メモリ23のアドレス信号S5による指定
アドレス0から読み出される。さらに、選択信号S2が
0なので、マルチプレクサ26から画像データS3(1
00)が出力される。
In FIG. 7, even pixel memory 23
And the odd-numbered pixel memory 24 store raster-sequential image data for eight lines, and convert these into block-sequential image data while reading them. When the line synchronization signal LSYNC becomes 1 from time t1, the image data 900 of the first pixel on the ninth line is output from the system clock CLK.
Is input in synchronization with the rising edge of. At the same time, since the read enable signal S9 of the even-numbered pixel memory 23 becomes 0, the image data S3 (100) of the first pixel on the first line
Are read from the even-numbered pixel memory 23 from the specified address 0 by the address signal S5. Further, since the selection signal S2 is 0, the image data S3 (1
00) is output.

【0025】時刻t2において、選択信号S1が0なの
で、デマルチプレクサ22を介してデータバス31にレ
ジスタ21の出力データである画像データS3(90
0)が出力され、同時に偶数画素メモリ23のライトイ
ネーブル信号S7が0となっているので、画像データS
3(900)は偶数画素メモリ23のアドレス信号S5
による指定アドレス0に書き込まれる。このとき、奇数
画素メモリ24のリードイネーブル信号S10が0とな
るため、1ライン目の2画素目の画像データS4(10
1)が、奇数画素メモリ24のアドレス信号S6による
指定アドレス0から読み出される。さらに、選択信号S
2が1なので、マルチプレクサ26から画像データS4
(101)が出力される。また、レジスタ27に時刻t
1の画像データS3(100)が記憶され、出力画像デ
ータとして出力される。
At time t2, since the selection signal S1 is 0, the image data S3 (90) which is the output data of the register 21 is sent to the data bus 31 via the demultiplexer 22.
0) is output, and at the same time, the write enable signal S7 of the even-numbered pixel memory 23 becomes 0, so that the image data S
3 (900) is the address signal S5 of the even pixel memory 23.
At the specified address 0. At this time, since the read enable signal S10 of the odd-numbered pixel memory 24 becomes 0, the image data S4 (10
1) is read from the specified address 0 of the odd-numbered pixel memory 24 by the address signal S6. Further, the selection signal S
Since 2 is 1, the image data S4
(101) is output. The time t is stored in the register 27.
One image data S3 (100) is stored and output as output image data.

【0026】時刻t3において、選択信号S1が1なの
で、デマルチプレクサ22を介してデータバス32にレ
ジスタ21の出力データである画像データS4(90
1)が出力され、同時に奇数画素メモリ24のライトイ
ネーブル信号S8が0となっているので、画像データS
4(901)は奇数画素メモリ24のアドレス信号S6
による指定アドレス0に書き込まれる。このとき、偶数
画素メモリ23のリードイネーブル信号S9が0となる
ため、1ライン目の3画素目の画像データS3(10
2)が、偶数画素メモリ23のアドレス信号S5による
指定アドレス1から読み出される。さらに、選択信号S
2が0なので、マルチプレクサ26から画像データS3
(102)が出力される。また、レジスタ27に時刻t
2の画像データS4(101)が記憶され、出力画像デ
ータとして出力される。
At time t3, since the selection signal S1 is 1, the image data S4 (90) which is the output data of the register 21 is sent to the data bus 32 via the demultiplexer 22.
1) is output, and at the same time, the write enable signal S8 of the odd-numbered pixel memory 24 becomes 0, so that the image data S
4 (901) is an address signal S6 of the odd pixel memory 24.
At the specified address 0. At this time, since the read enable signal S9 of the even-numbered pixel memory 23 becomes 0, the image data S3 (10
2) is read from the designated address 1 of the even pixel memory 23 by the address signal S5. Further, the selection signal S
Since 2 is 0, the multiplexer 26 outputs the image data S3
(102) is output. The time t is stored in the register 27.
The second image data S4 (101) is stored and output as output image data.

【0027】以上の動作を同様にして繰り返す。時刻t
9において、選択信号S1が1なので、デマルチプレク
サ22を介してデータバス32にレジスタ21の出力デ
ータである画像データS4(907)が出力され、同時
に奇数画素メモリ24のライトイネーブル信号S8が0
となっているので、画像データS4(907)は奇数画
素メモリ24のアドレス信号S6による指定アドレス3
に書き込まれる。このとき、偶数画素メモリ23のリー
ドイネーブル信号S9が0となるため、2ライン目の1
画素目の画像データS3(200)が、偶数画素メモリ
23のアドレス信号S5による指定アドレス8から読み
出される。さらに、選択信号S2が0なので、マルチプ
レクサ26から画像データS3(200)が出力され
る。また、レジスタ27に時刻t8の画像データS4
(107)が記憶され、出力画像データとして出力され
る。
The above operation is repeated in the same manner. Time t
In FIG. 9, since the selection signal S1 is 1, the image data S4 (907), which is the output data of the register 21, is output to the data bus 32 via the demultiplexer 22, and at the same time, the write enable signal S8 of the odd-numbered pixel memory 24 becomes 0.
Therefore, the image data S4 (907) is designated by the address signal S6 of the odd pixel memory 24 at the designated address 3
Is written to. At this time, since the read enable signal S9 of the even-numbered pixel memory 23 becomes 0, 1 in the second line
The image data S3 (200) of the pixel is read from the specified address 8 by the address signal S5 of the even-numbered pixel memory 23. Further, since the selection signal S2 is 0, the image data S3 (200) is output from the multiplexer 26. The register 27 stores the image data S4 at time t8.
(107) is stored and output as output image data.

【0028】時刻t10において、選択信号S1が0な
ので、デマルチプレクサ22を介してデータバス31に
レジスタ21の出力データである画像データS3(90
8)が出力され、同時に偶数画素メモリ23のライトイ
ネーブル信号S7が0となっているので、画像データS
3(908)は偶数画素メモリ23のアドレス信号S5
による指定アドレス8に書き込まれる。このとき、奇数
画素メモリ24のリードイネーブル信号S10が0とな
るため、2ライン目の2画素目の画像データS4(20
1)が、奇数画素メモリ24のアドレス信号S6による
指定アドレス8から読み出される。さらに、選択信号S
2が1なので、マルチプレクサ26から画像データS4
(201)が出力される。また、レジスタ27に時刻t
9の画像データS3(200)が記憶され、出力画像デ
ータとして出力される。
At time t10, since the selection signal S1 is 0, the image data S3 (90) which is the output data of the register 21 is sent to the data bus 31 via the demultiplexer 22.
8) is output, and at the same time, the write enable signal S7 of the even-numbered pixel memory 23 is 0, so that the image data S
3 (908) is the address signal S5 of the even pixel memory 23.
Is written to the specified address 8. At this time, since the read enable signal S10 of the odd-numbered pixel memory 24 becomes 0, the image data S4 (20
1) is read from the specified address 8 of the odd-numbered pixel memory 24 by the address signal S6. Further, the selection signal S
Since 2 is 1, the image data S4
(201) is output. The time t is stored in the register 27.
Nine image data S3 (200) are stored and output as output image data.

【0029】以上の動作を同様にして繰り返す。図8に
は、10ライン目の画像入力に対しての画像出力動作タ
イミングを示している。
The above operation is repeated in the same manner. FIG. 8 shows an image output operation timing for an image input on the tenth line.

【0030】次に、図2、図4、図5および図9〜図1
1を用いて、ブロック順次からラスター順次へ変換する
動作について説明する。なお、図9、図10および図1
1のタイミングチャートにおいて、S1〜S10等の信
号名は、図2に示した各信号に対応しており、また
“−”は“Don't Care”を意味するものとする。
Next, FIG. 2, FIG. 4, FIG. 5, and FIG.
The operation of converting from block sequential to raster sequential will be described using FIG. 9 and 10 and FIG.
In the timing chart of FIG. 1, signal names such as S1 to S10 correspond to the respective signals shown in FIG. 2, and "-" means "Don't Care".

【0031】先ず、図9において、時刻t1よりページ
同期信号PSYNCが1、ライン同期信号LSYNCが
1となると、ブロック1のライン1の1画素目の画像デ
ータ100がシステムクロックCLKの立ち上がりに同
期して入力される。時刻t2において、選択信号S1が
0なので、デマルチプレクサ22を介してデータバス3
1にレジスタ21の出力データである画像データS3
(100)が出力され、同時に偶数画素メモリ23のラ
イトイネーブル信号S7が0となっているので、画像デ
ータS3(100)は偶数画素メモリ23のアドレス信
号S5による指定アドレス0に書き込まれる。
First, in FIG. 9, when the page synchronization signal PSYNC becomes 1 and the line synchronization signal LSYNC becomes 1 from time t1, the image data 100 of the first pixel on the line 1 of the block 1 is synchronized with the rise of the system clock CLK. Is entered. At time t2, since the selection signal S1 is 0, the data bus 3
1 is image data S3 which is output data of the register 21
(100) is output, and at the same time, the write enable signal S7 of the even-numbered pixel memory 23 is 0, so that the image data S3 (100) is written to the designated address 0 by the address signal S5 of the even-numbered pixel memory 23.

【0032】時刻t3において、選択信号S1が1なの
で、デマルチプレクサ22を介してデータバス32にレ
ジスタ21の出力データである画像データS4(10
1)が出力され、同時に奇数画素メモリ24のライトイ
ネーブル信号S8が0となっているので、画像データS
4(101)は奇数画素メモリ24のアドレス信号S6
による指定アドレス0に書き込まれる。時刻t4におい
て、選択信号S1が0なので、デマルチプレクサ22を
介してデータバス31にレジスタ21の出力データであ
る画像データS3(102)が出力され、同時に偶数画
素メモリ23のライトイネーブル信号S7が0となって
いるので、画像データS3(102)は偶数画素メモリ
23のアドレス信号S5による指定アドレス1に書き込
まれる。
At time t3, since the selection signal S1 is 1, the image data S4 (10) which is the output data of the register 21 is supplied to the data bus 32 via the demultiplexer 22.
1) is output, and at the same time, the write enable signal S8 of the odd-numbered pixel memory 24 becomes 0, so that the image data S
4 (101) is an address signal S6 of the odd pixel memory 24;
At the specified address 0. At time t4, since the selection signal S1 is 0, the image data S3 (102) which is the output data of the register 21 is output to the data bus 31 via the demultiplexer 22, and at the same time, the write enable signal S7 of the even-numbered pixel memory 23 becomes 0. Therefore, the image data S3 (102) is written to the specified address 1 of the even-numbered pixel memory 23 by the address signal S5.

【0033】以上の期間中、偶数画素メモリ23のリー
ドイネーブル信号S9と奇数画素メモリ24のリードイ
ネーブル信号S10がアクティブになっているため、出
力にはメモリの初期値が出力されている。時刻t9から
は、ブロック順次画像データであるためブロック1のラ
イン2の1画素目の画像データ200が入力される。以
上の動作を8ライン分同様にして繰り返す。
During the above period, since the read enable signal S9 of the even-numbered pixel memory 23 and the read enable signal S10 of the odd-numbered pixel memory 24 are active, the initial value of the memory is output. From time t9, since the image data is block-sequential image data, image data 200 of the first pixel on line 2 of block 1 is input. The above operation is repeated in the same manner for eight lines.

【0034】図10において、すでに偶数画素メモリ2
3と奇数画素メモリ24には、ブロック1とブロック2
の計8ライン分のブロック順次の画像データが記憶され
ており、これらを読み出しながらラスター順次の画像デ
ータに変換する。時刻t1よりライン同期信号LSYN
Cが1となると、ブロック3のライン1の1画素目の画
像データ900が、システムクロックCLKの立ち上が
りに同期して入力される。同時に、偶数画素メモリ23
のリードイネーブル信号S9が0となるため、ブロック
1のライン1の1画素目の画像データS3(100)
が、偶数画素メモリ23のアドレス信号S5による指定
アドレス0から読み出される。さらに、選択信号S2が
0なので、マルチプレクサ26から画像データS3(1
00)が出力される。
In FIG. 10, even-numbered pixel memory 2
3 and the odd pixel memory 24 have the block 1 and the block 2
Are stored in a block-sequential image data for a total of 8 lines, and are read and converted into raster-sequential image data. From time t1, the line synchronization signal LSYN
When C becomes 1, the image data 900 of the first pixel on line 1 of the block 3 is input in synchronization with the rise of the system clock CLK. At the same time, the even pixel memory 23
Becomes zero, the image data S3 (100) of the first pixel on line 1 of block 1
Are read from the even-numbered pixel memory 23 from the specified address 0 by the address signal S5. Further, since the selection signal S2 is 0, the image data S3 (1
00) is output.

【0035】時刻t2において、選択信号S1が0なの
で、デマルチプレクサ22を介してデータバス31にレ
ジスタ21の出力データである画像データS3(90
0)が出力され、同時に偶数画素メモリ23のライトイ
ネーブル信号S7が0となっているので、画像データS
3(900)は偶数画素メモリ23のアドレス信号S5
による指定アドレス0に書き込まれる。このとき、奇数
画素メモリ24のリードイネーブル信号S10が0とな
るため、ライン1の2画素目の画像データS4(10
1)が、奇数画素メモリ24のアドレス信号S6による
指定アドレス0から読み出される。さらに、選択信号S
2が1なので、マルチプレクサ26から画像データS4
(101)が出力される。また、レジスタ27に時刻t
1の画像データS3(100)が記憶され、出力画像デ
ータとして出力される。
At time t2, since the selection signal S1 is 0, the image data S3 (90) which is the output data of the register 21 is sent to the data bus 31 via the demultiplexer 22.
0) is output, and at the same time, the write enable signal S7 of the even-numbered pixel memory 23 becomes 0, so that the image data S
3 (900) is the address signal S5 of the even pixel memory 23.
At the specified address 0. At this time, since the read enable signal S10 of the odd pixel memory 24 becomes 0, the image data S4 (10
1) is read from the specified address 0 of the odd-numbered pixel memory 24 by the address signal S6. Further, the selection signal S
Since 2 is 1, the image data S4
(101) is output. The time t is stored in the register 27.
One image data S3 (100) is stored and output as output image data.

【0036】時刻t3において、選択信号S1が1なの
で、デマルチプレクサ23を介してデータバス32にレ
ジスタ21の出力データである画像データS4(90
1)が出力され、同時に奇数画素メモリ24のライトイ
ネーブル信号S8が0となっているので、画像データS
4(901)は奇数画素メモリ24のアドレス信号S6
による指定アドレス0に書き込まれる。このとき、偶数
画素メモリ23のリードイネーブル信号S9が0となる
ため、ライン1の3画素目の画像データS3(102)
が、偶数画素メモリ23のアドレス信号S5による指定
アドレス1から読み出される。さらに、選択信号S2が
0なので、マルチプレクサ26から画像データS3(1
02)が出力される。また、レジスタ27に時刻t2の
画像データS4(101)が記憶され、出力画像データ
として出力される。
At time t3, since the selection signal S1 is 1, the image data S4 (90) which is the output data of the register 21 is sent to the data bus 32 via the demultiplexer 23.
1) is output, and at the same time, the write enable signal S8 of the odd-numbered pixel memory 24 becomes 0, so that the image data S
4 (901) is an address signal S6 of the odd pixel memory 24.
At the specified address 0. At this time, since the read enable signal S9 of the even-numbered pixel memory 23 becomes 0, the image data S3 (102) of the third pixel of the line 1
Are read from the specified address 1 of the even-numbered pixel memory 23 by the address signal S5. Further, since the selection signal S2 is 0, the image data S3 (1
02) is output. Further, the image data S4 (101) at time t2 is stored in the register 27 and output as output image data.

【0037】以上の動作を同様にして繰り返す。時刻t
9において、選択信号S1が1なので、デマルチプレク
サ22を介してデータバス32にレジスタ21の出力デ
ータである画像データS4(907)が出力され、同時
に奇数画素メモリ24のライトイネーブル信号S8が0
となっているので、画像データS4(907)は奇数画
素メモリ24のアドレス信号S6による指定アドレス3
に書き込まれる。このとき、偶数画素メモリ23のリー
ドイネーブル信号S9が0となるため、ライン1の9画
素目の画像データS3(108)が、偶数画素メモリ2
3のアドレス信号S5による指定アドレス4から読み出
される。さらに、選択信号S2が0なので、マルチプレ
クサ26から画像データS3(108)が出力される。
また、レジスタ27に時刻t8の画像データS4(10
7)が記憶され、出力画像データとして出力される。
The above operation is repeated in the same manner. Time t
In FIG. 9, since the selection signal S1 is 1, the image data S4 (907), which is the output data of the register 21, is output to the data bus 32 via the demultiplexer 22, and at the same time, the write enable signal S8 of the odd-numbered pixel memory 24 becomes 0.
Therefore, the image data S4 (907) is designated by the address signal S6 of the odd pixel memory 24 at the designated address 3
Is written to. At this time, since the read enable signal S9 of the even pixel memory 23 becomes 0, the image data S3 (108) of the ninth pixel on the line 1 is stored in the even pixel memory 2
3 is read from the designated address 4 by the address signal S5. Further, since the selection signal S2 is 0, the multiplexer 26 outputs the image data S3 (108).
The register 27 stores the image data S4 (10
7) is stored and output as output image data.

【0038】時刻t10において、選択信号S1が0な
ので、デマルチプレクサ22を介してデータバス31に
レジスタ21の出力データである画像データS3(10
00)が出力され、同時に偶数画素メモリ23のライト
イネーブル信号S7が0となっているので、画像データ
S3(1000)は偶数画素メモリ23のアドレス信号
S5による指定アドレス4に書き込まれる。このとき、
奇数画素メモリ24のリードイネーブル信号S10が0
となるため、ライン1の9画素目の画像データS4(1
09)が、奇数画素メモリ24のアドレス信号S6によ
る指定アドレス4から読み出される。さらに、選択信号
S2が1なので、マルチプレクサ26から画像データS
4(109)が出力される。また、レジスタ27に時刻
t9の画像データS3(108)が記憶され、出力画像
データとして出力される。
At time t10, since the selection signal S1 is 0, the image data S3 (10) which is the output data of the register 21 is sent to the data bus 31 via the demultiplexer 22.
00) is simultaneously output and the write enable signal S7 of the even-numbered pixel memory 23 is 0, so that the image data S3 (1000) is written to the designated address 4 by the address signal S5 of the even-numbered pixel memory 23. At this time,
The read enable signal S10 of the odd pixel memory 24 is 0
Therefore, the image data S4 (1
09) is read from the specified address 4 of the odd-numbered pixel memory 24 by the address signal S6. Further, since the selection signal S2 is 1, the image data S
4 (109) is output. The image data S3 (108) at time t9 is stored in the register 27 and output as output image data.

【0039】以上の動作を同様にして繰り返す。図11
には、ブロック3のライン3の画像入力に対しての画像
出力動作タイミングを示している。
The above operation is repeated in the same manner. FIG.
5 shows the image output operation timing for the image input of the line 3 of the block 3.

【0040】上述したように、偶数画素メモリ23と奇
数画素メモリ24とを設け、偶数画素メモリ23からの
偶数画素読み出し時に、入力された奇数画素データを奇
数画素メモリ24に書き込み、奇数画素メモリ24から
の奇数画素読み出し時に、入力された偶数画素データを
偶数画素メモリ23に書き込むという動作を繰り返して
実行し、偶数画素メモリ23および奇数画素メモリ24
のアドレス発生順を、書き込み時と読み出し時に異なら
せるようにしたことにより、ラスター順次に入力される
画像データをブロック順次の画像データに、あるいはブ
ロック順次の画像データをラスター順次の画像データに
変換できる。
As described above, the even-numbered pixel memory 23 and the odd-numbered pixel memory 24 are provided, and when the even-numbered pixels are read from the even-numbered pixel memory 23, the input odd-numbered pixel data is written into the odd-numbered pixel memory 24. When reading odd-numbered pixels from the memory, the operation of writing the inputted even-numbered pixel data to the even-numbered pixel memory 23 is repeatedly executed, and the even-numbered pixel memory 23 and the odd-numbered pixel memory 24
The order in which the addresses are generated is made different at the time of writing and at the time of reading, so that image data input in raster sequence can be converted into image data in block sequence or image data in block sequence can be converted into image data in raster sequence. .

【0041】ここで、画像データを記憶するメモリに着
目すると、8×8サイズでラスター順次からブロック順
次へ、またはブロック順次からラスター順次へ変換する
場合に、従来は8ライン分の画像データを記憶可能なメ
モリが2つ必要であったのに対し、本実施形態に係る画
像処理装置では、偶数画素分および奇数画素分が格納で
きる4ライン分の容量のメモリが各々1個ずつ計2個で
良いため、メモリコストを半減できる。また、メモリが
1つの場合では、動作速度が犠牲になっていたが、本実
施形態に係る画像処理装置によれば、メモリが1つの場
合と同程度のコストにて、動作速度を低下させることな
くラスター順次からブロック順次への変換、またはブロ
ック順次からラスター順次への変換を行うことができ
る。
Focusing on a memory for storing image data, when converting from raster order to block order or from block order to raster order in 8 × 8 size, conventionally, image data for 8 lines is stored. While two possible memories are required, the image processing apparatus according to the present embodiment requires two memories each having a capacity of four lines capable of storing even-numbered pixels and odd-numbered pixels. Because it is good, the memory cost can be reduced by half. In the case of one memory, the operation speed is sacrificed. However, according to the image processing apparatus according to the present embodiment, the operation speed can be reduced at the same cost as in the case of one memory. Instead, it is possible to convert from raster sequential to block sequential or from block sequential to raster sequential.

【0042】[0042]

【発明の効果】以上説明したように、本発明によれば、
偶数画素記憶手段と奇数画素記憶手段とを設け、偶数画
素記憶手段からの偶数画素読み出し時に、入力された奇
数画素データを奇数画素記憶手段に書き込み、奇数画素
記憶手段からの奇数画素読み出し時に、入力された偶数
画素データを偶数画素記憶手段に書き込むという動作を
繰り返し、偶数画素記憶手段および奇数画素記憶手段の
アドレス発生順を、書き込み時と読み出し時に異ならせ
るようにしたので、低コストにて動作速度を犠牲にする
ことなくラスター順次の画像データをブロック順次の画
像データに、またはブロック順次の画像データをラスタ
ー順次の画像データに変換することができることにな
る。
As described above, according to the present invention,
An even-numbered pixel storage unit and an odd-numbered pixel storage unit are provided, and when inputting even-numbered pixels from the even-numbered pixel storage unit, input odd-numbered pixel data is written to the odd-numbered pixel storage unit. The operation of writing the obtained even-numbered pixel data to the even-numbered pixel storage means is repeated, and the order of address generation of the even-numbered pixel storage means and the odd-numbered pixel storage means is made different at the time of writing and at the time of reading. It is possible to convert raster-sequential image data into block-sequential image data or block-sequential image data into raster-sequential image data without sacrificing the image data.

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

【図1】 本発明の一実施形態の基本構成を示すブロッ
ク図である。
FIG. 1 is a block diagram showing a basic configuration of an embodiment of the present invention.

【図2】 一実施形態に係る画像処理装置の具体的な構
成の一例を示すブロック図である。
FIG. 2 is a block diagram illustrating an example of a specific configuration of an image processing apparatus according to an embodiment.

【図3】 ラスター順次の画像データを示す図である。FIG. 3 is a diagram showing raster-sequential image data.

【図4】 ブロック順次の画像データを示す図である。FIG. 4 is a diagram showing block-sequential image data.

【図5】 16×8画素分の偶数画素メモリと奇数画素
メモリのアドレスを示す図である。
FIG. 5 is a diagram showing addresses of an even-numbered pixel memory and an odd-numbered pixel memory for 16 × 8 pixels.

【図6】 ラスター順次からブロック順次へ変換する動
作を説明するタイミングチャート(その1)である。
FIG. 6 is a timing chart (part 1) illustrating an operation of converting from raster sequential to block sequential.

【図7】 ラスター順次からブロック順次へ変換する動
作を説明するタイミングチャート(その2)である。
FIG. 7 is a timing chart (part 2) illustrating an operation of converting from raster sequential to block sequential.

【図8】 ラスター順次からブロック順次へ変換する動
作を説明するタイミングチャート(その3)である。
FIG. 8 is a timing chart (part 3) illustrating an operation of converting from raster sequential to block sequential.

【図9】 ブロック順次からラスター順次へ変換する動
作を説明するタイミングチャート(その1)である。
FIG. 9 is a timing chart (part 1) illustrating an operation of converting from block sequential to raster sequential.

【図10】 ブロック順次からラスター順次へ変換する
動作を説明するタイミングチャート(その2)である。
FIG. 10 is a timing chart (part 2) illustrating an operation of converting from block sequential to raster sequential.

【図11】 ブロック順次からラスター順次へ変換する
動作を説明するタイミングチャート(その3)である。
FIG. 11 is a timing chart (part 3) illustrating an operation of converting from block sequential to raster sequential.

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

11 入力手段 12 偶数画素記
憶手段 13 奇数画素記憶手段 14 制御手段 15 出力手段 21,27 レジ
スタ 22 デマルチプレクサ 23 偶数画素メ
モリ 24 奇数画素メモリ 25 制御回路 26 マルチプレクサ
DESCRIPTION OF SYMBOLS 11 Input means 12 Even pixel storage means 13 Odd pixel storage means 14 Control means 15 Output means 21, 27 Register 22 Demultiplexer 23 Even pixel memory 24 Odd pixel memory 25 Control circuit 26 Multiplexer

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 入力画像データの先頭から2n(n=
0,1,2,…)の位置にある偶数画素データと2n+
1(n=0,1,2,…)の位置にある奇数画素データ
とを選択して入力する入力手段と、 前記偶数画素データを記憶する偶数画素記憶手段と、 前記奇数画素データを記憶する奇数画素記憶手段と、 前記奇数画素記憶手段からの奇数画素データの読み出し
に同期して前記偶数画素記憶手段への偶数画素データの
書き込みを行い、前記偶数画素記憶手段からの偶数画素
データの読み出しに同期して前記奇数画素記憶手段への
奇数画素データの書き込みを行う制御手段と、 前記偶数画素記憶手段から読み出された偶数画素データ
と前記奇数画素記憶手段から読み出された奇数画素デー
タとを選択して出力する出力手段とを備えたことを特徴
とする画像処理装置。
1. 2n (n = n) from the beginning of input image data
0, 1, 2,...) And 2n +
Input means for selecting and inputting odd-numbered pixel data at the position of 1 (n = 0, 1, 2,...); Even-numbered pixel storage means for storing the even-numbered pixel data; and storing the odd-numbered pixel data. Odd-numbered pixel storage means, writes even-numbered pixel data to the even-numbered pixel storage means in synchronization with reading of odd-numbered pixel data from the odd-numbered pixel storage means, and reads out even-numbered pixel data from the even-numbered pixel storage means. Control means for synchronously writing odd pixel data to the odd pixel storage means; and even pixel data read from the even pixel storage means and odd pixel data read from the odd pixel storage means. An image processing apparatus, comprising: output means for selecting and outputting.
JP19062596A 1996-07-19 1996-07-19 Image processor Pending JPH1040366A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19062596A JPH1040366A (en) 1996-07-19 1996-07-19 Image processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19062596A JPH1040366A (en) 1996-07-19 1996-07-19 Image processor

Publications (1)

Publication Number Publication Date
JPH1040366A true JPH1040366A (en) 1998-02-13

Family

ID=16261191

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19062596A Pending JPH1040366A (en) 1996-07-19 1996-07-19 Image processor

Country Status (1)

Country Link
JP (1) JPH1040366A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7239323B2 (en) 2000-09-29 2007-07-03 Samsung Electronics Co., Ltd. Color display driving apparatus in a portable mobile telephone with color display unit

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7239323B2 (en) 2000-09-29 2007-07-03 Samsung Electronics Co., Ltd. Color display driving apparatus in a portable mobile telephone with color display unit

Similar Documents

Publication Publication Date Title
US9082206B2 (en) Image processing apparatus having a buffer memory for image data storage
US7230643B2 (en) Digital camera with electronic zooming function
US5357282A (en) Video decoder with parallel implementation
JPH11259646A (en) Image processor, image processing method and computer readable storage medium
US20040013316A1 (en) Image processing apparatus and method
US6640019B2 (en) Image processing apparatus capable of decoding, raster scan converting, and varying data at high speed, and method and computer readable storage medium for the same
KR100502413B1 (en) Image processing apparatus and method for converting image data between raster scan order and block scan order
JP2006304203A (en) Electronic camera with color difference interleave conversion function
JPH1040366A (en) Image processor
JP3092526B2 (en) 2D inverse discrete cosine transform circuit
JP2002101310A (en) Filter processing unit and method
JP4132264B2 (en) Image signal processing circuit
US6282321B1 (en) Context generation circuit and method for small screen
JPH10262220A (en) Semiconductor integrated circuit
JP3096562B2 (en) 3D image playback device
JPS6039988A (en) Picture signal converter
JP2006067513A (en) Image magnification/reduction converting apparatus and digital video system
JPH05328384A (en) Picture data conversion circuit
JPH08336114A (en) Line conversion circuit for image processor
JPH04204594A (en) High-precision display device
JP3352346B2 (en) Image signal processing device
JPH09130592A (en) Picture processor
JP3322683B2 (en) Image data converter
JPH06152936A (en) Image processor
JPH09294276A (en) Write and read method for image signal and memory device using the same