JPH03179573A - Picture storage - Google Patents

Picture storage

Info

Publication number
JPH03179573A
JPH03179573A JP31962789A JP31962789A JPH03179573A JP H03179573 A JPH03179573 A JP H03179573A JP 31962789 A JP31962789 A JP 31962789A JP 31962789 A JP31962789 A JP 31962789A JP H03179573 A JPH03179573 A JP H03179573A
Authority
JP
Japan
Prior art keywords
address
memory
block
pixel data
data
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
JP31962789A
Other languages
Japanese (ja)
Inventor
Ryoichi Aizawa
良一 相沢
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP31962789A priority Critical patent/JPH03179573A/en
Publication of JPH03179573A publication Critical patent/JPH03179573A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To take out the continuous picture element data on a specific row or column in a short period by dividing a two-dimensional picture address space by an n-row X n-column picture element matrix and storing the picture element data on each divided block into each memory part. CONSTITUTION:A block address, a picture element address, an X/Y switch flag, etc., are supplied to an address control part 6. Based on these supplied signals, an address of a picture memory 2 is designated and at the same time the circuits are switched at a data input part 1 and a data output part 4 respectively. Then the memory parts 3a, 3b,... form a memory bank, and the picture element data are produced for each row or column of a block in a two-dimensional picture address space as shown in a diagram. When the picture element data are taken out, the picture element data are read out of those memory parts in a block unit (16 bytes). Then the continuous picture element signals of a specific row or column are selectively taken out of a block by means of the picture element address and the X/Y switch flag.

Description

【発明の詳細な説明】 〔概要〕 画像記憶装置に関し、画像処理の高速化を図ることを目
的とし、2次元アドレスにより表される画像空間をn行
×n列(nは2以上の整数)の画素マトリックスで分割
し、この分割された各ブロックについて前記2次元アド
レスの上位ビットを用いたブロックアドレスを作成する
手段と、前記ブロックアドレスにより前記画像空間の画
素データをブロック単位で書き込みまたは読み出しをす
ることができるメモリと、前記メモリの書き込みアクセ
ス時に、書き込み画素データを前記n行×n列のマ) 
Uックスの行または列単位に組み立て、前記ブロックア
ドレスにより前記メモリの所定領域へ前記行または列単
位で書き込む手段と、前記メモリの読み出しアクセス時
に、メモリより読み出されたブロック単位の画素データ
から所定の行または列単位の画素データを選択的に取り
出す手段とを備えている。
[Detailed Description of the Invention] [Summary] Regarding an image storage device, for the purpose of speeding up image processing, an image space represented by two-dimensional addresses is divided into n rows and n columns (n is an integer of 2 or more). means for dividing into a pixel matrix of the image space, and creating a block address for each divided block using the upper bits of the two-dimensional address, and writing or reading pixel data in the image space in units of blocks using the block address. and a memory capable of writing write pixel data to the n row x n column memory when writing access to the memory is performed.
means for assembling Ux in rows or columns and writing in rows or columns to a predetermined area of the memory using the block address; means for selectively extracting pixel data in units of rows or columns.

〔産業上の利用分野〕[Industrial application field]

本発明は画像記憶装置、特に、大量のデータの処理が必
要な画像制御装置に使用する画像記憶装置に関する。
The present invention relates to an image storage device, and particularly to an image storage device used in an image control device that requires processing of a large amount of data.

〔従来の技術〕[Conventional technology]

一般に、画像記憶装置のメモリ (画像メモリ)から画
像信号を読み出す場合、コンピュータのメモリと違いア
ドレスの増加方向だけでなく減少方向にもリード/ライ
トしなければならない。また、大量のデータの処理をす
るのでアドレス選択の高速化も要求される。従来、アド
レスの増加方向に対してはバス幅を広げることによって
高速化を図ってきた。ところが、第7図に示すように、
k行×m列(k、mは整数)の画素マトリックスからな
る2次元画像アドレス空間における、例えば1行目の画
素に対するX方向の画素アドレス(0,1゜2.3)に
対応する画像メモリのアドレス(0,1,2,3)は連
続しているが、例えば1列目の画素に対するY方向の画
素アドレス(0,1,2,3)に対応する画像メモリの
アドレス(0,m、 2m、 3m)は連続していない
Generally, when reading an image signal from the memory of an image storage device (image memory), unlike the memory of a computer, reading/writing must be performed not only in the increasing direction of addresses but also in the decreasing direction. Furthermore, since a large amount of data is to be processed, high-speed address selection is also required. Conventionally, speeding up has been attempted by widening the bus width in the direction of increasing addresses. However, as shown in Figure 7,
An image memory corresponding to, for example, the pixel address (0, 1° 2.3) in the X direction for the pixel in the 1st row in a two-dimensional image address space consisting of a pixel matrix of k rows x m columns (k, m are integers). The addresses (0, 1, 2, 3) are continuous, but for example, the image memory address (0, m , 2m, 3m) are not continuous.

そのため、画像メモリから画素データを取り出す際のア
クセススピードは、X方向では速いが、Y方向では格段
に遅くなっている。
Therefore, the access speed when retrieving pixel data from the image memory is fast in the X direction, but much slower in the Y direction.

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

以上のように、従来の画像メモリにおいては、2次元画
像アドレス空間におけるY方向アドレスに対してのアク
セススピードが格段に遅く、画像処理の高速化に対する
ネックとなっている。そこで、本発明では、画像空間を
n行×n列(nは2以上の整数)の画素マトリックスで
分割し、この分割された各ブロックについてブロックア
ドレスを作成し、このブロックアドレスにより前記画像
空間の画素データをブロック単位で画像メモリへ書き込
み、画素データを取り出すときは先ず画像メモリからブ
ロック単位で読み出し、その後、この読み出しデータか
ら所定の行または列単位の画素データを選択的に取り出
すようにした画像記憶装置を提供し、2次元画像アドレ
ス空間におけるY方向アドレスに対してのアクセススピ
ードを高速にして画像処理の高速化を図ることを目的と
する。
As described above, in the conventional image memory, the access speed to the Y-direction address in the two-dimensional image address space is extremely slow, which is a bottleneck in increasing the speed of image processing. Therefore, in the present invention, the image space is divided into a pixel matrix of n rows by n columns (n is an integer of 2 or more), a block address is created for each divided block, and this block address is used to divide the image space. An image in which pixel data is written to an image memory in blocks, and when pixel data is retrieved, it is first read out from the image memory in blocks, and then pixel data in predetermined rows or columns are selectively retrieved from this read data. It is an object of the present invention to provide a storage device and increase the access speed to Y-direction addresses in a two-dimensional image address space, thereby speeding up image processing.

〔課題を解決するための手段〕[Means to solve the problem]

第1図は本発明の原理説明図である。また、第2図は2
次元画像アドレス空間における本発明のブロック化とア
ドレス構成とを示す説明図で、複数の画素(例えば16
バイト)から成る各ブロック(A、B、C・・・)のX
方向、Y方向それぞれの位置を示すブロックアドレス(
上位ビット)と、当該ブロック内の各画素のX方向、Y
方向それぞれの位置を示す画素アドレス(下位2ビツト
)とのアドレス構成となっている。
FIG. 1 is a diagram explaining the principle of the present invention. Also, Figure 2 shows 2
FIG. 2 is an explanatory diagram showing the blocking and address structure of the present invention in a dimensional image address space, and is an explanatory diagram showing the blocking and address structure of the present invention in a dimensional image address space,
X of each block (A, B, C...) consisting of bytes)
Block address (
upper bits), and the X direction and Y direction of each pixel in the block
The address has a pixel address (lower two bits) indicating the position in each direction.

第1図において、 1は、データ入力部で、例えば1バイトの画素データを
4バイト(4個)の画素データにパックし、このパック
した画素データをアドレス制御部6の出力信号であるブ
ロックアドレス等に従ってメモリ部3に書き込んでいる
In FIG. 1, 1 is a data input unit which packs, for example, 1 byte of pixel data into 4 bytes (4 pieces) of pixel data, and uses the packed pixel data as a block address which is an output signal of the address control unit 6. etc., is written to the memory unit 3 according to the following.

2は、画像メモリで、複数のメモリ部3を持っている。Reference numeral 2 denotes an image memory, which has a plurality of memory sections 3.

3は、メモリ部で、例えばX方向、Y方向の各方向に4
個のメモリ素子を2次元的に並べて構成し、第2図の2
次元画像アドレス空間における■ブロックの画素データ
(16バイト)を格納している。
3 is a memory unit, for example, 4 in each direction of the X direction and the Y direction.
It is constructed by arranging memory elements two-dimensionally, and
Stores the pixel data (16 bytes) of the ■ block in the dimensional image address space.

4は、データ出力部で、メモリ部3に格納されているブ
ロック単位の画素データ(16バイト)を読み出し、そ
の後の処理によって、この読み出しデータから所定の行
または列単位の画素データを選択的に取り出している。
4 is a data output unit that reads pixel data (16 bytes) in units of blocks stored in the memory unit 3, and selectively outputs pixel data in units of predetermined rows or columns from this read data through subsequent processing. I'm taking it out.

5は、入出力制御部で、データ人力部1及びデータ出力
B4の動作を制御している。
Reference numeral 5 denotes an input/output control section which controls the operations of the data manual section 1 and the data output B4.

6は、アドレス制御部で、ブロックアドレス、画素アド
レス、X/Y切換フラグ等が供給されている。そして、
これらの信号により画像メモリ2のアドレスを指定する
とともに、データ入力部1゜データ出力部4それぞれの
回路切り換えを行なっている。
6 is an address control unit to which block addresses, pixel addresses, X/Y switching flags, etc. are supplied. and,
These signals specify the address of the image memory 2, and also switch the circuits of the data input section 1 and the data output section 4, respectively.

ここで、各メモリ部3a、 3b、・・・はメモリバン
クを構成しており、第2図の2次元画像アドレス空間に
おける画素データが前記ブロックの行または列単位に組
み立てられ、例えば4バイト(4個)単位で順次書き込
まれていく。そして、画素データを取り出すときは、前
記メモリ部から画素データをブロック単位 (16バイ
ト)で読み出し、続いて前記の画素アドレスとX/Y切
換フラグとにより、前記ブロック内の特定の行または列
の連続画素信号を選択的に取り出している。例えば、第
2図の2次元画像アドレス空間における各ブロックの1
行目の連続画素信号を取り出すためには、少なくともY
方向アドレスとして(00)を選択することが必要であ
る。
Here, each memory section 3a, 3b, . . . constitutes a memory bank, and pixel data in the two-dimensional image address space shown in FIG. 4 pieces) are written in sequence. When taking out pixel data, the pixel data is read out in blocks (16 bytes) from the memory section, and then a specific row or column in the block is selected using the pixel address and the X/Y switching flag. Continuous pixel signals are selectively extracted. For example, one of each block in the two-dimensional image address space in FIG.
In order to extract continuous pixel signals in the row, at least Y
It is necessary to select (00) as the direction address.

〔作用〕[Effect]

以上のように、2次元画像アドレス空間をn行×n列(
nは2以上の整数)の画素マトリックスの分割し、この
分割されたブロック単位の画素データを各メモリ部に格
納している。一方、一つのブロックは少ない画素数で構
成されているため、当該メモリ部のそれぞれに格納した
画素データから短時間で、前記ブロックの中の特定の行
または列の連続画素データを選択的に取り出すことがで
きる。
As mentioned above, the two-dimensional image address space is defined as n rows x n columns (
The pixel matrix (n is an integer of 2 or more) is divided, and the divided pixel data in units of blocks is stored in each memory section. On the other hand, since one block consists of a small number of pixels, continuous pixel data in a specific row or column within the block can be selectively retrieved from the pixel data stored in each memory section in a short time. be able to.

なお、画像メモリ2は、2次元画像アドレス空間のある
ブロックのすべての画素データを単に格納するためのも
のであり、したがって第1図で示すような2次元アドレ
スの物理メモリである必要はなく、また画像メモリ2の
アドレス順序を2次元画像空間での画素アドレス順序に
一致させる必要もない。
Note that the image memory 2 is simply for storing all the pixel data of a certain block in the two-dimensional image address space, and therefore does not need to be a physical memory with two-dimensional addresses as shown in FIG. Further, it is not necessary to match the address order of the image memory 2 with the pixel address order in the two-dimensional image space.

〔実施例〕〔Example〕

以下、第3図〜第6図を参照して本発明の詳細な説明す
る。なお、以下の説明では、画像メモリの構成を第1図
の画像メモリ2の内容、すなわち画像メモリのアドレス
順序と2次元画像空間の画素アドレス順序とが一致した
ものとしている。
Hereinafter, the present invention will be explained in detail with reference to FIGS. 3 to 6. In the following description, the configuration of the image memory is assumed to be such that the contents of the image memory 2 shown in FIG. 1, that is, the address order of the image memory and the pixel address order of the two-dimensional image space match.

第3図は、2次元画像アドレス空間の画素データを画像
メモリに書き込む場合の動作説明図である。
FIG. 3 is an explanatory diagram of the operation when writing pixel data in the two-dimensional image address space to the image memory.

すなわち、シリアルラインを介して供給される、例えば
1バイトの各画素データ21が分配パルス27により第
1のバッファ22に順次書き込まれ、前記ブロックの行
または列単位のデータに組み立てられ(4バイト単位の
画素データにバッキング)、その後マルチプレクサ23
に供給される。ここで、分配パルス27はアドレス増減
カウンタからの信号であり、画素データ21 [a、 
b、 c、 dlを画素アドレスの減少方向へ書き込む
場合には当該画素データ21[a、 b、 c、 dl
のそれぞれに対する分配パルス27の動作順序を逆にし
て、[d、 c、 b、 a]の状態で第1のバッファ
22に書き込む。一方、マルチプレクサ23は、X方向
に書き込むのかY方向に書き込むのかを指示するX/Y
方向切り換えフラグ29と画素アドレス28(下位2ビ
ツト)により切り換えられ、メモリ部(第1図のメモリ
部3a、 3b ・・・、以下3で表す)のX方向に書
き込む場合にはマルチプレクサ23の各グループ(23
−1)〜(23−4)の一つずつが動作し、画素データ
21 [a、 b、 c、 dlは第2のバッファ24
.第3のバッファ25を介してメモリ部3のメモリ素子
26の1行目(X方向)へ図示のように書き込まれ、ま
た、メモリ部3のY方向に書き込む場合にはマルチプレ
クサグループ(23−1)〜(23−4〉の何れかのグ
ループのみが動作し、画素データ21[a、 e、 i
、 m]は画素データ21[a、 b、 c、 dlと
同様に、第2のバッファ24.第3のバッファ25を介
して前記メモリ素子26の1列目(Y方向)へ図示のよ
うに書き込まれる。ここで、例えば16バイトのうちど
の4バイトに書き込むかは画素アドレス28(下位2ビ
ツト)によって選択する。そして、このような書込み動
作をX方向、Y方向のいずれかの方向に繰り返すことに
よって、2次元画像アドレス空間の画素データを前記ブ
ロック単位でメモリ部3に格納することができる。
That is, for example, each byte of pixel data 21 supplied via a serial line is sequentially written into the first buffer 22 by the distribution pulse 27, and assembled into data for each row or column of the block (in units of 4 bytes). ), then multiplexer 23
is supplied to Here, the distribution pulse 27 is a signal from the address increment/decrement counter, and the pixel data 21 [a,
When writing b, c, dl in the direction of decreasing pixel address, the pixel data 21 [a, b, c, dl
The operation order of the distribution pulses 27 for each of them is reversed and the states [d, c, b, a] are written into the first buffer 22. On the other hand, the multiplexer 23 has an X/Y
It is switched by the direction switching flag 29 and the pixel address 28 (lower 2 bits), and when writing in the X direction of the memory section (memory sections 3a, 3b, . . . , hereinafter referred to as 3 in FIG. 1), each of the multiplexers 23 Group (23
-1) to (23-4) operate one by one, and the pixel data 21 [a, b, c, dl are transferred to the second buffer 24
.. The data is written to the first row (X direction) of the memory element 26 of the memory unit 3 via the third buffer 25 as shown in the figure, and when writing to the Y direction of the memory unit 3, the multiplexer group (23-1 ) to (23-4>) operates, and the pixel data 21 [a, e, i
, m] are stored in the second buffer 24 . The data is written to the first column (Y direction) of the memory element 26 via the third buffer 25 as shown. Here, for example, which 4 bytes of the 16 bytes to write to is selected by the pixel address 28 (lower 2 bits). Then, by repeating such a write operation in either the X direction or the Y direction, pixel data in the two-dimensional image address space can be stored in the memory unit 3 in units of blocks.

第4図は、以上の(X方向への)書込み動作のタイムチ
ャートを示す説明図である。すなわち、バッファ22に
書き込まれたAブロックの画素データ21 (a、 b
、 c、 d)はバッフy24.25と転送され、書込
み制御信号によりメモリ部3に書き込まれる。
FIG. 4 is an explanatory diagram showing a time chart of the above writing operation (in the X direction). That is, the pixel data 21 (a, b
, c, d) are transferred to the buffers y24 and 25, and written into the memory section 3 by the write control signal.

なお、前記画素データ21 (a、 b、 c、 d)
がバッファ25に転送された時点で、バッファ24には
次のBブロックの画素データ21 (a、 b、 c、
 d)が転送されている。第5図は、メモリに書き込ま
れているブロック単位の画素データから所定の行または
列単位の画素データを選択的に取り出すときの動作説明
図である。すなわち、メモリ部3から同時に読み出され
る1ブロツク(16バイト)の画素データは、バッファ
41.42と転送され、4バイト単位の行方向の画素デ
ータを取り出すためのマルチプレクサグループ43と、
4バイト単位の列方向の画素データを取り出すためのマ
ルチプレクサグループ44のそれぞれに、図示のように
供給される。そして、マルチプレクサグループ43のそ
れぞれはY方向の画素アドレス48(下位2ビツト)に
より切り換えられ、特定の行の画素データ、例えば[a
、 b、 c、 dlをマルチプレクサ45に送る。ま
た、マルチプレクサグループ44のそれぞれはX方向の
画素アドレス49(下位2ビツト)により切り換えられ
特定の列の画素データ、例えば[a、 e、 i、 m
]をマルチプレクサ46に送る。各マルチプレクサ45
.46は、前記4バイト単位の画素データを画素アドレ
スの増加方向で取り出すか1画素アドレスの減少方向で
取り出すかを指定するアドレス増減カウンタの分配パル
ス50によって切り換えられ、当該マルチプレクサの出
力側には(アドレスの増加方向で取り出す場合)それぞ
れ[a、 b、 c、 dl、 [a、 e、 i、 
m]の画素データが得られる。そして、この画素データ
はマルチプレクサ47に送られ、ここでX/Y方向切り
換えフラグ51により行方向1列方向のいずれか一方の
画素データ(図示の場合は行方向の[a、 b、 c、
 dlを選択〉が出力信号52として取り出される。
Note that the pixel data 21 (a, b, c, d)
is transferred to the buffer 25, the buffer 24 contains the pixel data 21 (a, b, c,
d) is being transferred. FIG. 5 is an explanatory diagram of operations when pixel data in units of predetermined rows or columns are selectively extracted from pixel data in units of blocks written in the memory. That is, one block (16 bytes) of pixel data read simultaneously from the memory section 3 is transferred to a buffer 41, 42, and a multiplexer group 43 for extracting pixel data in the row direction in units of 4 bytes.
The signal is supplied to each multiplexer group 44 for taking out pixel data in the column direction in 4-byte units as shown. Each of the multiplexer groups 43 is switched by the pixel address 48 (lower 2 bits) in the Y direction, and pixel data of a specific row, for example [a
, b, c, and dl are sent to the multiplexer 45. Further, each of the multiplexer groups 44 is switched by the pixel address 49 (lower 2 bits) in the X direction to select pixel data of a specific column, e.g.
] to multiplexer 46. Each multiplexer 45
.. 46 is switched by a distribution pulse 50 of an address increment/decrement counter that specifies whether to take out the pixel data in units of 4 bytes in the increasing direction of the pixel address or in the decreasing direction of 1 pixel address, and the output side of the multiplexer is ( (When extracting in the increasing direction of address) [a, b, c, dl, [a, e, i,
m] pixel data is obtained. Then, this pixel data is sent to the multiplexer 47, where the X/Y direction switching flag 51 selects the pixel data in one of the row and one column directions (in the case shown, the pixel data in the row direction [a, b, c,
dl> is taken out as an output signal 52.

第6図は、以上の(行方向の)画素データ取り出し動作
のタイムチャートを示す説明図である。
FIG. 6 is an explanatory diagram showing a time chart of the above pixel data extraction operation (in the row direction).

すなわち、読み出し用制御信号55によってメモリ部3
から同時に読み出されるAブロック(16バイト)の画
素データ40は、バッファ41.42と転送され、前記
マルチプレクサの動作により特定の行(X方向)の画素
信号、例えば[a、 b、 c、 dlが、続いて次の
ブロックの同じ行の画素信号が出力信号52として取り
出される。
That is, the read control signal 55 causes the memory section 3 to
The pixel data 40 of block A (16 bytes) read simultaneously from the buffer 41.42 is transferred to the buffer 41.42, and the pixel signals of a specific row (X direction), for example, [a, b, c, dl, are , and then the pixel signals of the same row of the next block are taken out as the output signal 52.

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

本発明は、2次元画像アドレス空間をn行×n列(nは
2以上の整数)の画素マトリックスで分割し、この分割
された各ブロックについてブロックアドレスを作成し、
このブロックアドレスにより前記画像空間の画素データ
をブロック単位で画像メモリへ書き込み、画素データを
取り出すときは先ず画像メモリからブロック単位で読み
出し、その後、この読み出しデータから所定の行または
列単位の簡素データを選択的に取り出す構成としている
ため、2次元画像アドレス空間のX方向。
The present invention divides a two-dimensional image address space into a pixel matrix of n rows by n columns (n is an integer of 2 or more), creates a block address for each divided block, and
Using this block address, pixel data in the image space is written to the image memory in blocks, and when retrieving pixel data, it is first read out from the image memory in blocks, and then simple data in a predetermined row or column is extracted from this read data. Since the configuration is such that selective extraction is performed, the X direction of the two-dimensional image address space.

Y方向のいずれの方向の画素信号に対してもアクセスを
速くすることができ、画像処理の高速化を図ることがで
きる。
It is possible to speed up access to pixel signals in any direction in the Y direction, and it is possible to speed up image processing.

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

第1図は本発明の原理説明図、第2図は2次元画像アド
レス空間における本発明のブロック化とアドレス構成と
を示す説明図、第3図は画素データを画像メモリに書き
込む場合の動作説明図、第4図は第3図の書込み動作の
タイムチャートを示す説明図、第5図は画素データを画
像メモリから取り出す場合の動作説明図、第6図は第5
1!lの取りし動作のタイムチャートを示す説明図、第
7図は従来の画像メモリのアドレスと2次元画像アドレ
ス空間の画素アドレスとの関係を示す説明図である。 第1図において、 l・・・データ入力部 2・・・画像メモリ 3・・・メモリ部 ・データ出力部 ・入出力制御部 ・アドレス制御部
Fig. 1 is an explanatory diagram of the principle of the present invention, Fig. 2 is an explanatory diagram showing the blocking and address structure of the present invention in a two-dimensional image address space, and Fig. 3 is an explanation of the operation when writing pixel data to the image memory. 4 is an explanatory diagram showing a time chart of the write operation in FIG. 3, FIG. 5 is an explanatory diagram of the operation when pixel data is taken out from the image memory, and FIG.
1! FIG. 7 is an explanatory diagram showing a time chart of an operation for taking l. FIG. 7 is an explanatory diagram showing the relationship between addresses of a conventional image memory and pixel addresses in a two-dimensional image address space. In FIG. 1, l...Data input section 2...Image memory 3...Memory section, data output section, input/output control section, address control section

Claims (2)

【特許請求の範囲】[Claims] (1)2次元アドレスにより表される画像空間をn行×
n列(nは2以上の整数)の画素マトリックスで分割し
、この分割された各ブロックについて前記2次元アドレ
スの上位ビットを用いたブロックアドレスを作成する手
段と、 前記ブロックアドレスにより前記画像空間の画素データ
をブロック単位で書き込みまたは読み出しをすることが
できるメモリと、 前記メモリの読み出しアクセス時に、メモリより読み出
されたブロック単位の画素データから所定の行または列
単位の画素データを選択的に取り出す手段とを備えたこ
とを特徴とする画像記憶装置。
(1) The image space represented by the two-dimensional address is divided into n rows x
means for dividing into a pixel matrix of n columns (n is an integer of 2 or more) and creating a block address using the upper bits of the two-dimensional address for each divided block; A memory capable of writing or reading pixel data in block units; and a memory for selectively extracting pixel data in predetermined row or column units from the block unit pixel data read from the memory at the time of read access to the memory. An image storage device comprising: means.
(2)2次元アドレスにより表される画像空間をn行×
n列(nは2以上の整数)の画素マトリックスで分割し
、この分割された各ブロックについて前記2次元アドレ
スの上位ビットを用いたブロックアドレスを作成する手
段と、 前記ブロックアドレスにより前記画像空間の画素データ
をブロック単位で書き込みまたは読み出しをすることが
できるメモリと、 前記メモリの書き込みアクセス時に、書き込み画素デー
タを前記n行×n列のマトリックスの行または列単位に
組み立て、前記ブロックアドレスにより前記メモリの所
定領域へ前記行または列単位で書き込む手段とを備えた
ことを特徴とする画像記憶装置。
(2) The image space represented by the two-dimensional address is divided into n rows
means for dividing into a pixel matrix of n columns (n is an integer of 2 or more) and creating a block address using the upper bits of the two-dimensional address for each divided block; A memory in which pixel data can be written or read in blocks, and when the memory is accessed for write, the write pixel data is assembled in rows or columns of the n-row by n-column matrix, and the memory is read out according to the block address. An image storage device comprising: means for writing data into a predetermined area in units of rows or columns.
JP31962789A 1989-12-08 1989-12-08 Picture storage Pending JPH03179573A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP31962789A JPH03179573A (en) 1989-12-08 1989-12-08 Picture storage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP31962789A JPH03179573A (en) 1989-12-08 1989-12-08 Picture storage

Publications (1)

Publication Number Publication Date
JPH03179573A true JPH03179573A (en) 1991-08-05

Family

ID=18112398

Family Applications (1)

Application Number Title Priority Date Filing Date
JP31962789A Pending JPH03179573A (en) 1989-12-08 1989-12-08 Picture storage

Country Status (1)

Country Link
JP (1) JPH03179573A (en)

Similar Documents

Publication Publication Date Title
EP0492939B1 (en) Method and apparatus for arranging access of VRAM to provide accelerated writing of vertical lines to an output display
EP0099989B1 (en) Image display control apparatus
US5585863A (en) Memory organizing and addressing method for digital video images
US4561072A (en) Memory system handling a plurality of bits as a unit to be processed
EP0342022B1 (en) Image data read out sytem in a digital image processing system
JPH02230383A (en) Image processing device
JPS61186991A (en) Memory system
JPH03179573A (en) Picture storage
KR950704769A (en) METHOD AND APPARATUS FOR INCREASING THE RATE OF SCROLLING IN A FRAME BUFFER SYSTEM DESIGNED FOR WINDOWING OPERATIONS
JPH09506440A (en) Multi-block mode operation in frame buffer for windows
JPH02148237A (en) Method of storing and operating block of data
JPS60217387A (en) Crt display unit
JP2708841B2 (en) Writing method of bitmap memory
JPH01134544A (en) Memory access system
JPH03196257A (en) Vector processor
JP2661958B2 (en) Image processing device
JPS59178669A (en) Storage device provided with three-dimensional memory module
JPH07110786A (en) Semiconductor storage device
JPH07271966A (en) Data storage method, and scroll method and data output method using the method
JPS6050584A (en) Memory
JP3247441B2 (en) Image processing device
JP2695265B2 (en) Multi-port memory
JPS58201165A (en) Rearranging circuit for digital data
JP2001022923A (en) Image data processor
JPS63239542A (en) Image memory device and image processing device