JPH07121687A - Processor for image codec and access pattern conversion method - Google Patents

Processor for image codec and access pattern conversion method

Info

Publication number
JPH07121687A
JPH07121687A JP26227493A JP26227493A JPH07121687A JP H07121687 A JPH07121687 A JP H07121687A JP 26227493 A JP26227493 A JP 26227493A JP 26227493 A JP26227493 A JP 26227493A JP H07121687 A JPH07121687 A JP H07121687A
Authority
JP
Japan
Prior art keywords
data
signal processing
processing
image
processor
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
JP26227493A
Other languages
Japanese (ja)
Inventor
Eiji Iwata
英次 岩田
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.)
Sony Corp
Original Assignee
Sony Corp
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 Sony Corp filed Critical Sony Corp
Priority to JP26227493A priority Critical patent/JPH07121687A/en
Publication of JPH07121687A publication Critical patent/JPH07121687A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To provide a processor for image codec capable of reducing the capacity of data address storage memory. CONSTITUTION:Data address sequence (pattern expressing access sequence to data memory 72, 74 by an arithmetic circuit 6 by using a data address) assuming frame DCT is stored in the data address storage memory 2, and when the frame DCT is executed, the data address sequence is used as it is, and when field DCT is executed, the data address sequence is converted at a data address conversion circuit 4, and access to the data memory 72, 74 in which data transfer for field DCT is completed are performed by using converted data address sequence.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、例えば、数値計算、画
像処理、グラフィックス処理等に用いられる画像コーデ
ック用プロセッサに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image codec processor used, for example, in numerical calculation, image processing, graphics processing and the like.

【0002】[0002]

【従来の技術】先ず、画像コーデック処理における画像
のマクロブロックおよびブロックの概念を、CCIR.
601フォーマットに基づく4:2:2信号を例に挙げ
て説明する。画像コーデック処理とは、CCITT
H.261勧告やMPEG等の画像圧縮符号化/伸長復
号化標準に代表されるような動き補償+離散コサイン変
換(DCT)に基づくマクロブロックを処理単位とする
画像の符号化処理および復号化処理のことである。
2. Description of the Related Art First, the concept of image macroblocks and blocks in image codec processing is described in CCIR.
A 4: 2: 2 signal based on the 601 format will be described as an example. Image codec processing is CCITT
H. H.261, MPEG, and other image compression encoding / decompression decoding standards, and image encoding and decoding processing using a macroblock based on motion compensation + discrete cosine transform (DCT) as a processing unit. Is.

【0003】1画像フレームは、図7に示すように、7
20x480画素の大きさの輝度成分(Y成分)と、横
方向にサブサンプリングされた360x480画素の大
きさの2個の色差成分(Cr成分、Cb成分)からな
る。この画像フレームを、輝度成分については16x1
6画素の矩形領域に分割し、2個の色差成分については
8x16画素の矩形領域に分割する。この輝度成分にお
ける16x16画素の矩形領域と、その矩形領域に位置
的に対応する2個の色差成分における8x16画素の矩
形領域とを合わせてマクロブロックと呼ぶ。
As shown in FIG. 7, one image frame has 7
It is composed of a luminance component (Y component) having a size of 20 × 480 pixels and two color difference components (Cr component and Cb component) having a size of 360 × 480 pixels sub-sampled in the horizontal direction. This image frame is 16x1 for the luminance component.
It is divided into a rectangular area of 6 pixels, and two color difference components are divided into a rectangular area of 8 × 16 pixels. A 16 × 16 pixel rectangular area in the luminance component and an 8 × 16 pixel rectangular area in the two color difference components positionally corresponding to the rectangular area are collectively called a macroblock.

【0004】また、輝度成分、色差成分にかかわらず、
8x8画素の矩形領域をブロックと呼ぶ。したがって、
1マクロブロックは、図4に示すように、輝度成分4ブ
ロック、色差成分4ブロック(Cr成分2ブロック、C
b成分2ブロック)の計8ブロックからなる。
Further, regardless of the luminance component and the color difference component,
A rectangular area of 8 × 8 pixels is called a block. Therefore,
As shown in FIG. 4, one macroblock includes four luminance component blocks and four chrominance component blocks (two Cr component blocks and two C components).
It consists of a total of 8 blocks (2 blocks of b component).

【0005】ところで、MPEG2等の画像コーデック
処理においては、フィールド/フレーム適応処理と呼ば
れる要素処理がある。これは、圧縮の対象画像の動きの
激しさに応じて、離散コサイン変換(DCT)をフィー
ルド単位で行うかフレーム単位で行うかをマクロブロッ
ク毎に適応的に切り換える処理である。符号化時にフィ
ールドDCTが選択された場合は、復号化時のIDCT
もフィールド単位で行う。また、符号化時にフレームD
CTが選択された場合は、復号化時のIDCTもフレー
ム単位で行う。このようにDCT/IDCTをフィール
ド単位で行う場合をフィールド処理と呼び、フレーム単
位で行う場合をフレーム処理と呼ぶ。
By the way, in image codec processing such as MPEG2, there is element processing called field / frame adaptive processing. This is a process of adaptively switching, for each macroblock, whether to perform discrete cosine transform (DCT) in units of fields or in units of frames, depending on the intensity of movement of the image to be compressed. IDCT at the time of decoding when the field DCT is selected at the time of encoding
Is also done in field units. In addition, the frame D
When CT is selected, IDCT at the time of decoding is also performed in frame units. When DCT / IDCT is performed in field units in this way, it is called field processing, and when it is performed in frame units, it is called frame processing.

【0006】以下、図面を参照してフィールド/フレー
ム適応DCTを説明する。図8は、フレームの構成を説
明するための図である。1フレームは、図8に示すよう
に、AフィールドとBフィールドとの2つのフィールド
から成る。図9は、にマクロブロック内で縦に隣接する
2つのブロック(8x16画素)を構成する画素を説明
するための図である。図9におけるAij(i=0〜
7、j=0〜7)は、図8に示すAフィールドの画素で
あり、Bij(i=0〜7、j=0〜7)はBフィール
ドの画素である。
Hereinafter, the field / frame adaptive DCT will be described with reference to the drawings. FIG. 8 is a diagram for explaining the structure of the frame. One frame consists of two fields, an A field and a B field, as shown in FIG. FIG. 9 is a diagram for explaining pixels forming two vertically adjacent blocks (8 × 16 pixels) in a macroblock. Aij (i = 0 to 0 in FIG. 9
7, j = 0 to 7) are pixels in the A field shown in FIG. 8, and Bij (i = 0 to 7, j = 0 to 7) are pixels in the B field.

【0007】フレームDCTにおいては、図10に示す
ように、図9に示す縦に隣接する2個のブロック(8x
16画素)の画素値を8x8画素からなる2個のブロッ
ク(フレーム0とフレーム1)に分割し、フレーム0を
要素プロセッサA内のデータメモリAに格納し、フレー
ム1は要素プロセッサB内のデータメモリBに格納す
る。そして、要素プロセッサA、Bは、それぞれデータ
メモリA、Bに格納された8x8画素からなるブロック
に対して、フレームを単位とした2次元8x8DCTを
行う。
In the frame DCT, as shown in FIG. 10, two vertically adjacent blocks (8 × 8) shown in FIG. 9 are used.
The pixel value of 16 pixels) is divided into two blocks (frame 0 and frame 1) consisting of 8x8 pixels, frame 0 is stored in the data memory A in the element processor A, and frame 1 is the data in the element processor B. Store in memory B. Then, the processor elements A and B perform the two-dimensional 8x8 DCT in units of frames on the blocks of 8x8 pixels stored in the data memories A and B, respectively.

【0008】一方、フィールドDCTにおいては、図1
1に示すように、図9に示す縦に隣接する2個のブロッ
ク(8x16画素)の画素値を縦方向に交互に抜き出し
て8x8画素からなる2個のブロック(フィールド0と
フィールド1)に分割し、フィールド0を要素プロセッ
サA内のデータメモリAに格納し、フィールド1を要素
プロセッサB内のデータメモリに格納する。そして、要
素プロセッサA、Bは、それぞれデータメモリA、Bに
格納された8x8画素からなるブロックに対して、フィ
ールドを単位とした2次元8x8DCTを行う。
On the other hand, in the field DCT, as shown in FIG.
As shown in FIG. 1, the pixel values of two vertically adjacent blocks (8 × 16 pixels) shown in FIG. 9 are alternately extracted in the vertical direction and divided into two blocks (field 0 and field 1) of 8 × 8 pixels. Then, the field 0 is stored in the data memory A in the element processor A, and the field 1 is stored in the data memory in the element processor B. Then, the element processors A and B perform the two-dimensional 8 × 8 DCT in units of fields on the blocks of 8 × 8 pixels stored in the data memories A and B, respectively.

【0009】ここで、図10および図11に示す画像デ
ータの行列の横の6桁の2進数は、各行の先頭の画像デ
ータのアドレスを意味する。このアドレスは、要素プロ
セッサ内のデータメモリ(64ワードとする)における
アドレスである。例えば、図10において、フレーム0
のA00のアドレスは、「000000」となり、フレ
ーム1のB15のアドレスは「011001」となる。
また、例えば、図11において、フィールド0のA00
のアドレスは、「000000」となり、フィールド1
のB15のアドレスは「011001」となる。
Here, the 6-digit binary number beside the image data matrix shown in FIGS. 10 and 11 means the address of the first image data in each row. This address is an address in the data memory (64 words) in the element processor. For example, in FIG. 10, frame 0
The address of A00 is "000000", and the address of B15 of frame 1 is "011001".
Also, for example, in FIG. 11, A00 of field 0
Address is "000000" and field 1
The address of B15 is “011001”.

【0010】要素プロセッサA、BがデータメモリA、
Bに対してアクセスするときのアドレスパターンは、フ
レームDCT時およびフィールドDCT時の双方におい
て同一である。
The element processors A and B are data memories A and
The address pattern for accessing B is the same in both frame DCT and field DCT.

【0011】ここで問題となるのは、データメモリ内の
画像データのデータ配置が、フィールドDCT時とフレ
ームDCT時とで異なるため、画像データの分配や他の
要素処理(動き補償等)の制御が2系統必要となり、複
雑化する点である。
The problem here is that since the data arrangement of the image data in the data memory differs between the field DCT and the frame DCT, the distribution of the image data and the control of other element processing (motion compensation etc.) are performed. This requires two systems, which is complicated.

【0012】このような問題を解決するために、本出願
人による特願平5−074764号は、各要素プロセッ
サに画像データを分配する時点で、フレームDCTある
いはフィールドDCTのいずれかを想定して分配し、想
定がはずれた場合には、隣接する要素プロセッサ間でデ
ータ転送を行う画像コーデック用プロセッサを開示す
る。この画像コーデック用プロセッサによれば、画像デ
ータの分配や他の要素処理(動き補償等)の制御は1系
統ですむ。以下、本出願人による特願平5−07476
4号が開示する画像コーディック用プロセッサについて
説明する。この画像コーディック用プロセッサは、上記
マクロブロックを構成する各ブロックに対応した数の要
素プロセッサを有し、各ブロックについての画像コーデ
ック処理をSIMD(Single Instruction stream Mult
iple Data stream:単一命令ストリーム・多重データス
トリーム)制御により並列に行う。
In order to solve such a problem, Japanese Patent Application No. 5-074764 filed by the present applicant assumes either a frame DCT or a field DCT at the time of distributing image data to each element processor. Disclosed is an image codec processor that distributes data and transfers data between adjacent element processors when the assumption is not met. According to this image codec processor, control of distribution of image data and control of other element processing (motion compensation, etc.) need only one system. Hereinafter, Japanese Patent Application No. 5-07476 by the applicant
The image codec processor disclosed in No. 4 will be described. This image codec processor has a number of element processors corresponding to each block forming the macro block, and performs image codec processing for each block by SIMD (Single Instruction stream Mult).
iple Data stream: Single instruction stream / multiple data stream) Control is performed in parallel.

【0013】図1は、画像コーディック用プロセッサの
構成図である。画像コーディック用プロセッサは、図7
に示すマクロブロックを構成する8個の要素ブロックの
各々に対応した8個の要素プロセッサPE0(11)〜
PE7(18)を有する。この画像コーディック用プロ
セッサでは、上記のマクロブロックを構成する8個のブ
ロックは、要素プロセッサPE0(11)〜PE7(1
8)にそれぞれ分配される。例えば、ブロック0は要素
プロセッサPE0(11)、ブロック1は要素プロセッ
サPE1(12)、………、ブロック7は要素プロセッ
サPE7(18)に割り当てられる。要素プロセッサP
E0(11)とPE1(12)、PE2(13)とPE
3(14)、PE4(15)とPE5(16)、およ
び、PE6(17)とPE7(18)とは、それぞれデ
ータ転送路42、43、44、45を介して接続されて
おり、後述するように、フィールドDCT/IDC処理
時に、相互の要素プロセッサ内のデータメモリ間でデー
タ交換が行われる。
FIG. 1 is a block diagram of an image codec processor. The image codec processor is shown in FIG.
8 element processors PE0 (11) corresponding to each of the 8 element blocks forming the macroblock shown in FIG.
It has PE7 (18). In this image codec processor, the eight blocks forming the macroblock are the element processors PE0 (11) to PE7 (1).
8). For example, the block 0 is assigned to the element processor PE0 (11), the block 1 is assigned to the element processor PE1 (12), ..., And the block 7 is assigned to the element processor PE7 (18). Element processor P
E0 (11) and PE1 (12), PE2 (13) and PE
3 (14), PE4 (15) and PE5 (16), and PE6 (17) and PE7 (18) are connected via data transfer paths 42, 43, 44 and 45, respectively, which will be described later. As described above, during the field DCT / IDC processing, data exchange is performed between the data memories in the mutual element processors.

【0014】例えば、フレームDCTを想定して各要素
プロセッサのデータメモリに画像データを格納すると仮
定すると、図12に示すように、例えば図1に示す要素
プロセッサPE0(11)内のデータメモリAにはフレ
ーム0が格納され、要素プロセッサPE1(12)内の
データメモリBにはフレーム1が格納されている。そし
て、フィールドDCTが選択された場合、要素プロセッ
サPE0(11)内のデータメモリAと要素プロセッサ
PE1(12)内のデータメモリBとの間で要素プロセ
ッサ間データ転送路42を介してデータ転送(交換)が
行われる。この際、図12の太線で囲んだ部分の画像デ
ータがデータメモリAとデータメモリBとの間で転送さ
れて交換される。図13(A)、(B)に、フィールド
DCT時におけるデータ転送が終了した後のデータメモ
リA、Bにおける画像データの配置を示す。
For example, assuming that the image data is stored in the data memory of each element processor assuming the frame DCT, the data memory A in the element processor PE0 (11) shown in FIG. 1, for example, is stored in the data memory A as shown in FIG. Stores the frame 0, and the data memory B in the element processor PE1 (12) stores the frame 1. Then, when the field DCT is selected, data transfer between the data memory A in the element processor PE0 (11) and the data memory B in the element processor PE1 (12) via the inter-element processor data transfer path 42 ( Exchange) is performed. At this time, the image data in the portion surrounded by the bold line in FIG. 12 is transferred and exchanged between the data memory A and the data memory B. 13A and 13B show the arrangement of image data in the data memories A and B after the data transfer at the field DCT is completed.

【0015】[0015]

【発明が解決しようとする課題】しかし、図13
(A)、(B)に示すように、データ転送が終了した後
の画像データの配置は、図11に示す配置と異なる。例
えば、データメモリAのアドレス「001000」に
は、本来A01が格納されるべきであるのに、A04が
格納されている。
However, as shown in FIG.
As shown in (A) and (B), the arrangement of the image data after the data transfer is different from the arrangement shown in FIG. 11. For example, at the address "001000" of the data memory A, A04 should be stored although A01 should be stored originally.

【0016】そのため、従来の画像コーデック用プロセ
ッサでは、要素プロセッサA、BからデータメモリA、
Bに記憶された画像データに対してのアクセスパターン
を同一にするために、要素プロセッサA、Bが画像デー
タに対してアクセスするパターンをデータアドレスを用
いて示したデータアドレスシーケンスを記憶するデータ
アドレス格納メモリをフィールドDCT用とフレームD
CT用との2つ独立に備えている。すなわち、図14
(A)に示すようなフレームDCT用のデータアドレス
シーケンスを記憶するデータアドレス格納メモリと、図
14(B)に示すようなフィールドDCT用のデータア
ドレスシーケンスを記憶するデータアドレス格納メモリ
とを独立に備えている。
Therefore, in the conventional image codec processor, from the element processors A and B to the data memory A,
A data address for storing a data address sequence in which the element processors A and B use the data address to indicate the pattern for accessing the image data so that the access patterns for the image data stored in B are the same. Storage memory for field DCT and frame D
Two are prepared independently for CT. That is, FIG.
A data address storage memory for storing a data address sequence for a frame DCT as shown in FIG. 14A and a data address storage memory for storing a data address sequence for a field DCT as shown in FIG. 14B are independently provided. I have it.

【0017】以上、DCTについて述べたが、従来の画
像コーデック用プロセッサでは、IDCTについても同
様に、データアドレス格納メモリをフレームIDCT用
とフィールドIDCT用とに2つ独立に備えている。
Although the DCT has been described above, the conventional image codec processor also has two independent data address storage memories for the frame IDCT and the field IDCT.

【0018】その結果、上述した従来の画像コーデック
用プロセッサでは、データアドレス格納メモリの容量が
大きくなるという問題がある。
As a result, the above-mentioned conventional image codec processor has a problem that the capacity of the data address storage memory becomes large.

【0019】本発明は、上述した従来技術の問題に鑑み
てなされ、データアドレス格納メモリの容量を縮小する
ことが可能な画像コーデック用プロセッサを提供するこ
とを目的とする。
The present invention has been made in view of the above-mentioned problems of the prior art, and an object of the present invention is to provide an image codec processor capable of reducing the capacity of a data address storage memory.

【0020】[0020]

【課題を解決するための手段】上述した従来技術の問題
を解決し、上述した目的を達成するために、本発明の画
像コーデック用プロセッサは、それぞれがmxnの画像
データで構成される複数のブロックからなるマクロブロ
ックを1処理単位として、複数のブロックの画像データ
にまたがる第1の信号処理と1つのブロック内の画像デ
ータについての第2の信号処理とを適応的に、単一の命
令ストリームで多重データストリーム制御処理する「単
一命令ストリーム・多重データストリーム:SIMD」
制御形画像コーデック用プロセッサにおいて、要素プロ
セッサ間データ転送路で接続され、前記ブロックに対応
して設けられた複数対の要素プロセッサと、前記第1の
信号処理および前記第2の信号処理のいずれか一方の処
理に適合した画像データを初期データとして記憶し、前
記複数の要素プロセッサのそれぞれに対応して設けられ
た第1の記憶手段と、前記要素プロセッサが前記初期デ
ータに対応した前記第1の信号処理および前記第2の処
理のいずれか一方の処理を行うときに前記画像データに
アクセスするパターンをアドレスを用いて示したアクセ
スパターンを記憶する第2の記憶手段と、前記第1の信
号処理および前記第2の信号処理の他方の処理を行う際
に、該他方の処理に適合した画像データが前記第1の記
憶手段に記憶されるように、前記プロセッサ間データ転
送路を介してデータの交換を行う制御手段と、前記第1
の信号処理および前記第2の信号処理の他方の処理を行
う際に、前記第2の記憶手段に記憶された前記アクセス
パターンを該他方の処理に適合するように変換するアク
セスパターン変換手段とを有する。
In order to solve the above-mentioned problems of the prior art and achieve the above-mentioned object, the image codec processor of the present invention comprises a plurality of blocks each of which is composed of mxn image data. With a macroblock consisting of 1 as a processing unit, the first signal processing over the image data of a plurality of blocks and the second signal processing for the image data in one block are adaptively performed by a single instruction stream. Multiple data stream control processing "Single instruction stream / multiple data stream: SIMD"
In the control type image codec processor, a plurality of pairs of element processors, which are connected by a data transfer path between the element processors and are provided corresponding to the blocks, and one of the first signal processing and the second signal processing. Image data suitable for one of the processes is stored as initial data, and a first storage unit is provided corresponding to each of the plurality of element processors, and the first processor in which the element processor corresponds to the initial data. Second storage means for storing an access pattern indicating an access pattern indicating the pattern for accessing the image data when performing either one of the signal processing and the second processing; and the first signal processing. When performing the other processing of the second signal processing, the image data suitable for the other processing is stored in the first storage means. As a control means for the exchange of data via the inter-processor data transfer path, said first
Access pattern conversion means for converting the access pattern stored in the second storage means so as to match the other processing when performing the other processing of the second signal processing and the other signal processing. Have.

【0021】また、本発明のアクセスパータン変換方法
は、それぞれがmxnの画像データで構成される複数の
ブロックからなるマクロブロックを1処理単位として、
複数のブロックの画像データにまたがる第1の信号処理
と1つのブロック内の画像データについての第2の信号
処理とを適応的に、単一の命令ストリームを用いて、前
記ブロックに対応して設けられた複数対の要素プロセッ
サで多重データストリーム制御処理する「単一命令スト
リーム・多重データストリーム:SIMD」制御形画像
コーデック用プロセッサにおいて、前記第1の信号処理
および前記第2の信号処理のいずれか一方の処理に適合
した記憶配置で画像データを初期データとして記憶し、
前記要素プロセッサが前記初期データに対応した前記第
1の信号処理および前記第2の処理のいずれか一方の処
理を行うときに前記画像データにアクセスするパターン
をアドレスを用いて示したアクセスパターンを記憶し、
前記第1の信号処理および前記第2の信号処理の他方の
処理を行う際に、該他方の処理に適合した記憶配置で画
像データが記憶されるように、前記複数対のプロセッサ
間でデータの交換を行い、前記第1の信号処理および前
記第2の信号処理の他方の処理を行う際に、前記記憶さ
れた前記アクセスパターンを該他方の処理に適合するよ
うに変換し、前記交換された画像データを用いて、前記
他方の処理を前記変換されたアクセスパターンに基づい
て行う。
Further, in the access pattern conversion method of the present invention, a macro block composed of a plurality of blocks each of which is composed of mxn image data is used as one processing unit.
The first signal processing for the image data of a plurality of blocks and the second signal processing for the image data in one block are adaptively provided corresponding to the blocks using a single instruction stream. In a processor for a "single instruction stream / multiple data stream: SIMD" control type image codec for performing multiple data stream control processing by a plurality of paired element processors, one of the first signal processing and the second signal processing Image data is stored as initial data in a memory layout suitable for one process,
The element processor stores an access pattern indicating a pattern for accessing the image data by using an address when performing one of the first signal processing and the second processing corresponding to the initial data. Then
When performing the other processing of the first signal processing and the second signal processing, image data is stored between the plurality of pairs of processors so that image data is stored in a storage arrangement suitable for the other processing. When the exchange is performed and the other processing of the first signal processing and the second signal processing is performed, the stored access pattern is converted to be compatible with the other processing, and the exchange is performed. The other process is performed based on the converted access pattern using image data.

【0022】[0022]

【作用】本発明の画像コーデック用プロセッサおよびア
クセスパターン変換方法では、例えば、第1の信号処理
に適合した初期データが前記第1の記憶手段に記憶され
ており、前記第1の信号処理を行う場合には、第2の記
憶手段に記憶されたアクセスパターンをそのまま用い
て、該アクセスパターンに応じて前記第1の記憶手段に
アクセスして前記第1の信号処理を行う。
In the image codec processor and the access pattern conversion method of the present invention, for example, initial data suitable for the first signal processing is stored in the first storage means, and the first signal processing is performed. In this case, the access pattern stored in the second storage means is used as it is, and the first storage means is accessed according to the access pattern to perform the first signal processing.

【0023】次に、本発明の画像コーデック用プロセッ
サおよびアクセスパターン変換方法では、例えば、第1
の信号処理に適合した初期データが前記第1の記憶手段
に記憶されており、第2の信号処理を行う場合には、制
御手段からの制御信号に基づいて、前記第2の信号処理
に適合した画像データが第1の記憶手段に記憶されるよ
うに、対となっている要素プロセッサ間でデータの交換
を行う。また、前記第2の信号処理に適合するように第
2の記憶手段に記憶されたアクセスパターンを変換す
る。そして、該変換されたアクセスパターンを用いて、
該アクセスパターンに応じて、前記画像データが交換さ
れた前記第1の記憶手段にアクセスして前記第2の処理
を行う。
Next, in the image codec processor and the access pattern conversion method of the present invention, for example, the first
Initial data adapted to the signal processing of No. 1 is stored in the first storage means, and when performing the second signal processing, it is adapted to the second signal processing based on the control signal from the control means. Data exchange is performed between the paired element processors so that the image data is stored in the first storage means. Further, the access pattern stored in the second storage unit is converted so as to be suitable for the second signal processing. Then, using the converted access pattern,
According to the access pattern, the first storage unit with which the image data is exchanged is accessed to perform the second processing.

【0024】[0024]

【実施例】以下、図面を参照して、本発明の画像コーデ
ック用プロセッサの実施例について詳述する。本発明の
実施例における画像コーデック用プロセッサは、アリス
メティク(算術)論理演算処理ユニット(ALU)、乗
算器、累算器等からなる演算回路を複数有し、それらの
演算回路が単一の命令流により複数のデータを並列に処
理する「単一命令ストリーム・多重データストリーム:
SIMD(Single Instructionstream Multiple Data s
tream)」方式のプロセッサに基づく。なお、「単一命
令ストリーム・多重データストリーム:SIMD」制御
については、Yamauchi,et al,“Arc
hitecture andImplementati
on of a Highly ParallelSi
ngle:Chip Video DSP“,IEEE
TRANSACTIONS AND SYSTEMS
FOR VIDEO TECHNOLOGY, VO
L.2,JUNE 1992,pp.207−220を
参照されたい。さらに、このプロセッサの演算回路は、
演算器をパイプライン接続することが可能であり、パイ
プライン演算処理も行う。
Embodiments of the image codec processor of the present invention will now be described in detail with reference to the drawings. The image codec processor according to the embodiment of the present invention has a plurality of arithmetic circuits each including an arithmetic logic operation unit (ALU), a multiplier, an accumulator, etc., and these arithmetic circuits have a single instruction stream. "Single instruction stream / multiple data stream:
SIMD (Single Instructionstream Multiple Data s)
tream) based processor. Regarding the “single instruction stream / multiple data stream: SIMD” control, see Yamauchi, et al, “Arc”.
hitecture and Implemententati
on of a Highly Parallel Si
single: Chip Video DSP ", IEEE
TRANSACTIONS AND SYSTEMS
FOR VIDEO TECHNOLOGY, VO
L. 2, JUNE 1992, pp. See 207-220. Furthermore, the arithmetic circuit of this processor is
It is possible to connect arithmetic units in a pipeline, and also perform pipeline arithmetic processing.

【0025】以下、本発明の画像コーデック用プロセッ
サの全体構成について説明する。図1は、本発明の1実
施例としての画像コーデック用プロセッサの全体構成図
である。本実施例の画像コーデック用プロセッサには、
図7に示したマクロブロックの各ブロック対応に8個の
要素プロセッサ11〜18が設けられている。また、本
実施例の画像コーデック用プロセッサは、図1に示した
ように、マクロブロック入力端子21、マクロブロック
出力端子22、フレームメモリのマクロブロック入出力
端子23、フレームメモリのマクロブロック入力端子2
4を有し、さらに、これらの端子に接続された入力用デ
ータバス31、出力用データバス32、および、データ
バス33,34をさらに有する。さらに画像コーデック
用プロセッサは、これらのバス31〜34を介して相互
に接続される複数個、この例では8個の要素プロセッサ
(PE)11〜18と、4個の要素プロセッサ11〜1
4の結果を加算する1つの加算回路41と、各要素プロ
セッサの演算回路6(図2、図3)に係数を印加する1
つの係数メモリ51とを有する。上記要素プロセッサ1
1〜18は、上記バス31〜34で相互に接続される
他、隣接する要素プロセッサ、つまり、PE0とPE
1、PE2とPE3、PE4とPE5、PE6とPE7
とが相互に接続されている。
The overall configuration of the image codec processor of the present invention will be described below. FIG. 1 is an overall configuration diagram of an image codec processor as one embodiment of the present invention. The image codec processor of this embodiment includes
Eight element processors 11 to 18 are provided for each block of the macro block shown in FIG. Further, as shown in FIG. 1, the image codec processor of the present embodiment has a macroblock input terminal 21, a macroblock output terminal 22, a macroblock input / output terminal 23 of a frame memory, and a macroblock input terminal 2 of a frame memory.
4 and further has an input data bus 31, an output data bus 32, and data buses 33 and 34 connected to these terminals. Further, a plurality of image codec processors are connected to each other via these buses 31 to 34, in this example, eight element processors (PE) 11 to 18 and four element processors 11 to 1
1 is applied to the adder circuit 41 for adding the results of 4 and the arithmetic circuit 6 (FIGS. 2 and 3) of each element processor 1
And one coefficient memory 51. The element processor 1
1 to 18 are connected to each other by the buses 31 to 34, and are adjacent element processors, that is, PE0 and PE.
1, PE2 and PE3, PE4 and PE5, PE6 and PE7
And are connected to each other.

【0026】以下、本発明の画像コーデック用プロセッ
サの動作を説明する。まず、画像コーディックの処理の
対象となるマクロブロックは、図1に示すマクロブロッ
ク端子21から画像データが1データずつ入力される。
この際、マクロブロックの各ブロックは、図7に示す縦
に隣接する2個のブロック0、1が図2に示すようにフ
レームDCTを想定したデータ記憶配置で、分割されて
要素プロセッサPE0(11)、PE1(12)第1の
記憶手段としてののデータメモリ72、74に記憶され
る。また、同様に、図7に示す縦に隣接する2個のブロ
ック2、3と、ブロック4、5と、ブロック6、7とが
図2に示す要素プロセッサPE2(13)、PE3(1
4)と、要素プロセッサPE4(15)、PE5(1
6)と、要素プロセッサPE6(17)、PE7(1
8)とにそれぞれ分割されて記憶される。
The operation of the image codec processor of the present invention will be described below. First, image data is input one by one from the macroblock terminal 21 shown in FIG. 1 to the macroblock to be processed by the image codec.
At this time, each block of the macro block is divided into two vertically adjacent blocks 0 and 1 shown in FIG. 7 in a data storage arrangement assuming a frame DCT as shown in FIG. ), PE1 (12) are stored in the data memories 72 and 74 as the first storage means. Similarly, two vertically adjacent blocks 2 and 3 shown in FIG. 7, blocks 4, 5 and blocks 6 and 7 are the element processors PE2 (13) and PE3 (1 shown in FIG.
4) and the element processors PE4 (15) and PE5 (1
6) and the element processors PE6 (17) and PE7 (1
8) and are stored separately.

【0027】これらの入力動作と並行して、図2に示す
各要素プロセッサPEの演算回路6では、「単一命令ス
トリーム・多重データストリーム:SIMD」制御によ
り符号化時において離散コサイン変換(DCT)や量子
化といった画像コーデックの要素処理が並列に実行され
ている。なお、上述した文献に記載されているように、
「単一命令ストリーム・多重データストリーム:SIM
D」制御とは、単一の命令で、多重(複数)のデータの
流れを制御する方法である。また、すべての画像コーデ
ックの要素処理を「単一命令ストリーム・多重データス
トリーム:SIMD」制御で行うので、図1に示した係
数メモリ51を全ての要素プロセッサ11〜18で共有
しており、係数メモリ51を各要素プロセッサ11〜1
8内に持たなくてすむ。さらに、これらの入力動作およ
び計算動作と並行して、画像コーデック処理後のマクロ
ブロックがマクロブロック出力端子22から1データず
つ出力される。
In parallel with these input operations, the arithmetic circuit 6 of each element processor PE shown in FIG. 2 controls the "single instruction stream / multiple data stream: SIMD" control in discrete cosine transform (DCT) at the time of encoding. Image codec element processing such as quantization and quantization is executed in parallel. In addition, as described in the above-mentioned literature,
"Single instruction stream / multiple data streams: SIM
"D" control is a method of controlling multiple (multiple) data flows with a single instruction. Further, since the element processing of all image codecs is performed by the "single instruction stream / multiple data stream: SIMD" control, the coefficient memory 51 shown in FIG. 1 is shared by all the element processors 11 to 18. The memory 51 is replaced by each of the element processors 11-1
You don't have to have it in 8. Further, in parallel with these input operation and calculation operation, the macro block after the image codec processing is output from the macro block output terminal 22 one data at a time.

【0028】尚、本実施例の画像コーデック用プロセッ
サにおける全体構成についてのさらに詳細な説明は、
「従来の技術」の項で挙げた特願平5−074764号
を参照されたい。
A more detailed description of the overall configuration of the image codec processor of this embodiment will be given below.
Please refer to Japanese Patent Application No. 5-074764 cited in the section "Prior Art".

【0029】以下、加算回路41、データ転送路42〜
45および図2に示すフィールド/フレーム選択回路7
0について説明する。画像データ動きベクトル検出やモ
ード決定処理のようなブロック間データ依存関係は、各
ブロック毎に求めた演算結果をすべて加算できれば解決
できる。例えば、画像データ動きベクトル検出で考える
と、マクロブロックの輝度成分(4個のブロック)の各
ブロックについて差分絶対値和を求め、最後にそれら4
個の差分絶対値和を加算すればよい。このために、マク
ロブロックの輝度成分を格納する4個の要素プロセッサ
11〜14の出力に加算回路41を設けた。この加算回
路41は、4個の演算結果がすべて加算できれば、どの
ような構成でも構わない。
Hereinafter, the adder circuit 41 and the data transfer paths 42 to
45 and field / frame selection circuit 7 shown in FIG.
0 will be described. Inter-block data dependency such as image data motion vector detection and mode determination processing can be solved if all the calculation results obtained for each block can be added. For example, considering the image data motion vector detection, the sum of absolute differences is obtained for each block of the luminance component (4 blocks) of the macroblock, and finally the 4
It suffices to add the sums of the absolute differences. For this purpose, the adder circuit 41 is provided at the outputs of the four element processors 11 to 14 which store the luminance components of the macroblocks. The adder circuit 41 may have any configuration as long as all four calculation results can be added.

【0030】データ転送路42〜45は、要素プロセッ
サPEにおける処理においてフィールドDCTが選択さ
れた場合に、フィールドDCTに応じたデータが要素プ
ロセッサPEのデータメモリに記憶されるように、隣接
する要素プロセッサPE間においてデータ転送(交換)
を行うために用いられる。
The data transfer paths 42 to 45 are arranged adjacent to each other so that the data corresponding to the field DCT is stored in the data memory of the element processor PE when the field DCT is selected in the processing in the element processor PE. Data transfer (exchange) between PEs
Used to do.

【0031】フィールド/フレーム選択回路70は、D
CTをフィールド単位で行うか、あるいは、フレーム単
位で行うかについて判断を行い、その判断結果を示しフ
ィールド/フレーム選択信号S70をデータアドレス格
納メモリ2、および、制御手段としての制御回路(図示
せず)に出力する。
The field / frame selection circuit 70 uses the D
A determination is made as to whether CT is performed in field units or in frame units, and the result of the determination is shown to indicate the field / frame selection signal S70 to the data address storage memory 2 and a control circuit (not shown) as control means. ) Is output.

【0032】以下、要素プロセッサについて詳細に説明
する。図2は要素プロセッサPE0(11)、PE1
(12)の概略構成図である。図2に示すように、要素
プロッセサPE0、PE1は、主に、第1の記憶手段と
してのデータメモリ72、74と、第2の記憶手段とし
てのデータアドレス格納メモリ2と、アクセスパターン
変換手段としてのデータアドレス変換回路4と、演算回
路6とで構成される。データメモリ72、74には、図
2に示すように、従来の画像コーデック用プロセッサと
同様にフレームDCTを想定し、図10と同様のデータ
配置で画像データが初期データとして記憶されている。
図2におけるデータメモリ72、74内に示す画像デー
タの行列の横の6桁の2進数は、各行の先頭の画像デー
タのアドレスを示す。例えば、データメモリAのA00
のアドレスは「000000」、B10のアドレスは
「001001」である。
The element processor will be described in detail below. FIG. 2 shows element processors PE0 (11) and PE1.
It is a schematic block diagram of (12). As shown in FIG. 2, the element processors PE0 and PE1 mainly include the data memories 72 and 74 as the first storage means, the data address storage memory 2 as the second storage means, and the access pattern conversion means. Of the data address conversion circuit 4 and the arithmetic circuit 6. As shown in FIG. 2, in the data memories 72 and 74, the frame DCT is assumed as in the conventional image codec processor, and the image data is stored as initial data in the same data arrangement as in FIG.
The 6-digit binary number next to the matrix of image data shown in the data memories 72 and 74 in FIG. 2 indicates the address of the first image data in each row. For example, A00 of the data memory A
The address of B10 is "000000", and the address of B10 is "001001".

【0033】本実施例の画像コーデック用プロセッサで
は、フィールド/フレーム選択回路70においてフィー
ルドDCTが選択された場合には、制御回路(図示せ
ず)からの指示信号に基づいて、図2に示す太線で囲ま
れた行に位置する画像データが、データ転送路42を介
してデータメモリ72とデータメモリ74との間で転送
(交換)され、図3に示すようなデータ記憶配置で画像
データがデータメモリ72、74に記憶される。
In the image codec processor of this embodiment, when the field DCT is selected in the field / frame selection circuit 70, the thick line shown in FIG. 2 is generated based on the instruction signal from the control circuit (not shown). The image data located in the row surrounded by is transferred (exchanged) between the data memory 72 and the data memory 74 via the data transfer path 42, and the image data is transferred in the data storage arrangement as shown in FIG. It is stored in the memories 72 and 74.

【0034】データアドレス格納メモリ2には、データ
メモリ72、74内における各記憶位置のアドレスを示
すデータアドレスを用いて、要素プロセッサA、Bが画
像データにアクセスするパターン(アドレスの順序)を
示すアクセスパターンとしてのデータアドレスシーケン
スが記憶され、例えば、図4に示すように、図14
(A)に示すフレーム用データアドレスシーケンスと同
一のフレームDCTを想定したデータアドレスシーケン
ス82が記憶されている。図4に示すデータアドレスシ
ーケンス82には、図2に示すデータメモリ72、74
内の画像データの行列の各行の先頭に位置する画像デー
タのアドレスについて示してある。
In the data address storage memory 2, a pattern (address order) in which the element processors A and B access image data is shown by using a data address indicating an address of each storage position in the data memories 72 and 74. A data address sequence as an access pattern is stored. For example, as shown in FIG.
A data address sequence 82 assuming the same frame DCT as the frame data address sequence shown in (A) is stored. The data address sequence 82 shown in FIG. 4 includes the data memories 72 and 74 shown in FIG.
The address of the image data located at the beginning of each row of the matrix of image data in is shown.

【0035】このように、実施例の画像コーデック用プ
ロセッサにおいては、データアドレス格納メモリ2に
は、フレームDCTを想定したデータアドレスシーケン
ス82のみ記憶され、従来の画像コーデック用プロセッ
サのようにフィールドDCTを想定したデータアドレス
シーケンス(図14(B))は記憶されておらず、デー
タアドレス格納メモリ2の容量は、従来の場合に比べて
小さな容量で足りる。
As described above, in the image codec processor of the embodiment, only the data address sequence 82 assuming the frame DCT is stored in the data address storage memory 2, and the field DCT is stored as in the conventional image codec processor. The assumed data address sequence (FIG. 14 (B)) is not stored, and the capacity of the data address storage memory 2 may be smaller than that of the conventional case.

【0036】データアドレス変換回路4は、図5に示す
ように、ローテート回路62およびセレクタ64を有
し、演算回路6がデータメモリ72、74の読込みを行
う際に、ユーザの操作に応じた操作部8からのDCT/
IDCT選択信号S8、フィールド/フレーム選択回路
70からのフィールド/フレーム選択信号S70、およ
び、データアドレス格納メモリ2からのデータアドレス
シーケンス82を入力し、フィールドDCTが選択され
た場合にデータアドレスシーケンスに含まれるデータア
ドレスについて所定のアドレス変換を行い、変換された
データアドレスシーケンス86(図4(A))を演算回
路6に出力する。また、データアドレス変換回路4は、
フレームDCTが選択された場合には、データアドレス
格納メモリ2に記憶されたデータアドレスシーケンス8
2をそのまま演算回路6に出力する(図4(B))。
As shown in FIG. 5, the data address conversion circuit 4 has a rotate circuit 62 and a selector 64, and when the arithmetic circuit 6 reads the data memories 72 and 74, it operates according to the user's operation. DCT / from part 8
The IDCT selection signal S8, the field / frame selection signal S70 from the field / frame selection circuit 70, and the data address sequence 82 from the data address storage memory 2 are input and included in the data address sequence when the field DCT is selected. A predetermined address conversion is performed on the data address to be converted, and the converted data address sequence 86 (FIG. 4A) is output to the arithmetic circuit 6. Further, the data address conversion circuit 4 is
When the frame DCT is selected, the data address sequence 8 stored in the data address storage memory 2
2 is directly output to the arithmetic circuit 6 (FIG. 4 (B)).

【0037】ローテート回路62は、操作部8からのD
CT/IDCT選択信号S8、および、データアドレス
格納メモリ2からのデータアドレスシーケンスに含まれ
るデータアドレスのうち上位3ビットのロー・アドレス
82aを入力し、選択信号S8がDCTを示す場合に
は、図4(A)に示すように演算回路6の画像データへ
のアクセスパターンがフィールドDCTに対応したパタ
ーンとなるように、ロー・アドレス82aを変換し、変
換して生成したロー・アドレス86a(図4(A))を
セレクタ64に出力する。
The rotate circuit 62 is operated by the D from the operation unit 8.
When the CT / IDCT selection signal S8 and the row address 82a of the upper 3 bits of the data address included in the data address sequence from the data address storage memory 2 are input and the selection signal S8 indicates DCT, As shown in FIG. 4A, the row address 82a is converted so that the access pattern to the image data of the arithmetic circuit 6 becomes a pattern corresponding to the field DCT, and the row address 86a generated by the conversion is generated (see FIG. 4). (A)) is output to the selector 64.

【0038】セレクタ64は、データアドレス格納メモ
リ2からのロー・アドレス82a、、ローテート回路6
2からの変換されたロー・アドレス86a、および、フ
ィールド/フレーム選択回路70からのフィールド/フ
レーム選択信号S70を入力し、選択信号S70がフレ
ーム(DCT)を示す場合にはロー・アドレス82aを
そのまま演算回路6に出力し、選択信号S70がフィー
ルド(DCT)を示す場合にはローテート回路62にお
いて変換されたロー・アドレス86aを演算回路6出力
する。
The selector 64 includes the row address 82a from the data address storage memory 2 and the rotate circuit 6.
The converted row address 86a from 2 and the field / frame selection signal S70 from the field / frame selection circuit 70 are input, and when the selection signal S70 indicates a frame (DCT), the row address 82a remains unchanged. When the selection signal S70 indicates the field (DCT), the row address 86a converted in the rotate circuit 62 is output to the arithmetic circuit 6.

【0039】データアドレス変換回路4における処理に
ついて説明する。先ず、DCT/IDCT選択信号S8
がDCTを示しており、フィールド/フレーム選択信号
S70がフレーム(DCT)を示している場合について
例示する。この場合には、PE0(11)のデータメモ
リ72およびPE1(12)のデータメモリ74には、
図2に示すように、フレームDCTを想定した記憶配置
で画像データが記憶されている。従って、演算回路6は
データアドレス格納メモリ2に記憶されたデータアドレ
スシーケンス82をそのまま使用することができるた
め、演算回路6がデータメモリ72、74の画像データ
を読み取る際に、データアドレス変換回路4は、セレク
タ64においてロー・アドレス82aを選択し、データ
アドレス格納メモリ2に記憶されたデータアドレスシー
ケンス82をそのまま演算回路6に出力する。
The processing in the data address conversion circuit 4 will be described. First, the DCT / IDCT selection signal S8
Indicates DCT and the field / frame selection signal S70 indicates a frame (DCT). In this case, the data memory 72 of PE0 (11) and the data memory 74 of PE1 (12) are
As shown in FIG. 2, image data is stored in a storage arrangement that assumes a frame DCT. Therefore, the arithmetic circuit 6 can use the data address sequence 82 stored in the data address storage memory 2 as it is. Therefore, when the arithmetic circuit 6 reads the image data of the data memories 72 and 74, the data address conversion circuit 4 is used. Selects the row address 82a in the selector 64 and outputs the data address sequence 82 stored in the data address storage memory 2 to the arithmetic circuit 6 as it is.

【0040】次に、DCT/IDCT選択信号S8がD
CTを示しており、フィールド/フレーム選択信号S7
0がフィールド(DCT)を示している場合について例
示する。このとき、後述するように、データメモリ7
2、74内に記憶された図2に示す行列形式の画像デー
タのうち、太線で囲まれた行に位置する画像データがデ
ータ転送路42を介してデータメモリ72とデータメモ
リ74との間で交換され、交換後には図3に示すような
データ配置で画像データが記憶されている。従って、デ
ータアドレス格納メモリ2に記憶されたデータアドレス
シーケンスをそのまま用いたのでは、演算回路6におい
てフィールドDCTを適切に行うことができないため、
演算回路6がデータメモリ72、74の画像データを読
み取る際に、データアドレス変換回路4においてデータ
アドレスシーケンスに含まれるデータアドレスについて
フィールドDCTに応じたデータアドレス変換が行われ
る。このとき、データアドレス変換回路42において、
セレクタ64はローテート回路62からの変換されたロ
ー・アドレス86aを選択し、図4(A)および図6
(A)、(B)に示すようなフィールドDCTに対応し
たデータアドレスシーケンス86を演算回路6に出力す
る。
Next, the DCT / IDCT selection signal S8 is D
CT is shown, and the field / frame selection signal S7
A case where 0 indicates a field (DCT) will be exemplified. At this time, as will be described later, the data memory 7
Of the image data in the matrix format shown in FIG. 2 stored in Nos. 2 and 74, the image data located in the row surrounded by the thick line is transferred between the data memory 72 and the data memory 74 via the data transfer path 42. After the exchange, the image data is stored in the data arrangement as shown in FIG. 3 after the exchange. Therefore, if the data address sequence stored in the data address storage memory 2 is used as it is, the field DCT cannot be properly performed in the arithmetic circuit 6,
When the arithmetic circuit 6 reads the image data in the data memories 72 and 74, the data address conversion circuit 4 performs data address conversion on the data address included in the data address sequence according to the field DCT. At this time, in the data address conversion circuit 42,
The selector 64 selects the converted row address 86a from the rotate circuit 62, and selects the row address 86a shown in FIG.
The data address sequence 86 corresponding to the field DCT as shown in (A) and (B) is output to the arithmetic circuit 6.

【0041】データアドレスシーケンス86によれば、
データメモリ72、74における画像データの記憶配置
は、図6(A)、(B)に示すように、従来の画像コー
デック用プロセッサにおける図13(A)、(B)に示
す記憶配置と同じであるが、変換されたデータアドレス
シーケンス86を用いることで、演算回路6は実質的に
図6(A)、(B)に示すようなデータ配置で画像デー
タに対してアクセスすることとなり、演算回路6はフィ
ールドDCTを適切に実行することができる。
According to the data address sequence 86,
As shown in FIGS. 6A and 6B, the storage arrangement of the image data in the data memories 72 and 74 is the same as the storage arrangement shown in FIGS. 13A and 13B in the conventional image codec processor. However, by using the converted data address sequence 86, the arithmetic circuit 6 substantially accesses the image data with the data arrangement shown in FIGS. 6A and 6B, and the arithmetic circuit 6 can properly perform the field DCT.

【0042】次に、要素プロセッサの動作について説明
する。先ず、DCT/IDCT選択信号S8がDCTを
選択することを示し、フィールド/フレーム選択信号S
70がフレーム(DCT)を選択することを示す場合に
ついて例示する。要素プロセッサPE0(11)、PE
1(12)のデータメモリ72、74には、初期状態と
して図2に示すようなフレームDCTを想定した記憶配
置で画像データが記憶されている。演算回路6がデータ
メモリ72、74の画像データを読み取る際に、データ
アドレス格納メモリ2から図4に示すデータアドレスシ
ーケンス82がデータアドレス変換回路4に出力され
る。この場合には、データアドレス変換回路4において
はデータアドレス変換は行われず、データアドレスシー
ケンス82がそのまま演算回路6に出力される。そし
て、演算回路6において、データアドレス変換回路4か
ら入力したデータアドレスシーケンス82に基づいてデ
ータメモリ72、74から画像データの読み取りが行わ
れ、この読み取られた画像データに基づいてフレームD
CTが行われる。このフレームDCTの計算結果は、加
算器41に出力されると共に、出力用データバス32、
データバス33、34を介して出力端子22、24およ
び入出力端子23に出力される。
Next, the operation of the element processor will be described. First, it is shown that the DCT / IDCT selection signal S8 selects the DCT, and the field / frame selection signal S
A case where 70 indicates that a frame (DCT) is selected will be exemplified. Element processor PE0 (11), PE
Image data is stored in the 1 (12) data memories 72 and 74 in a storage arrangement assuming a frame DCT as shown in FIG. 2 as an initial state. When the arithmetic circuit 6 reads the image data in the data memories 72 and 74, the data address storage memory 2 outputs the data address sequence 82 shown in FIG. 4 to the data address conversion circuit 4. In this case, the data address conversion circuit 4 does not perform the data address conversion, and the data address sequence 82 is directly output to the arithmetic circuit 6. Then, in the arithmetic circuit 6, the image data is read from the data memories 72 and 74 based on the data address sequence 82 input from the data address conversion circuit 4, and the frame D is read based on the read image data.
CT is performed. The calculation result of the frame DCT is output to the adder 41, and the output data bus 32,
The data is output to the output terminals 22 and 24 and the input / output terminal 23 via the data buses 33 and 34.

【0043】次に、DCT/IDCT選択信号S8がD
CTを選択することを示し、フィールド/フレーム選択
信号S70がフィールド(DCT)を選択することを示
す場合について例示する。要素プロセッサPE0(1
1)、PE1(12)のデータメモリ72、74には、
初期状態として図2に示すようなフレームDCTを想定
した記憶配置で画像データが記憶されている。制御回路
(図示せず)によって、フィールド/フレーム選択回路
70からのフィールド/フレーム選択信号S70に基づ
いて、図2に太線で囲まれた行に位置するデータがデー
タ転送経路42を介してデータメモリ72とデータメモ
リ74との間で転送(交換)される。この転送後には、
データメモリ72、74には、図3に示すような記憶配
置で、画像データが記憶される。また、演算回路6がデ
ータメモリ72、74の画像データを読み取る際に、デ
ータアドレス変換回路4では、データアドレス格納メモ
リ2からデータアドレスシーケンス82が入力され、図
4に示すように、その上位3ビットのロー・アドレス8
2aがフィールドDCTに応じてロー・アドレス86a
に変換され、このロー・アドレス86aとデータアドレ
スシーケンス82のカラムアドレス82bとで構成され
るデータアドレスシーケンス86が生成され、このデー
タアドレスシーケンス86が演算回路6に出力される。
Next, the DCT / IDCT selection signal S8 is D
A case where CT is selected and the field / frame selection signal S70 indicates that the field (DCT) is selected will be exemplified. Element processor PE0 (1
1), in the data memory 72, 74 of PE1 (12),
In the initial state, image data is stored in a storage arrangement that assumes a frame DCT as shown in FIG. Based on the field / frame selection signal S70 from the field / frame selection circuit 70, the control circuit (not shown) causes the data located in the row surrounded by the thick line in FIG. It is transferred (exchanged) between 72 and the data memory 74. After this transfer,
Image data is stored in the data memories 72 and 74 in a storage arrangement as shown in FIG. Further, when the arithmetic circuit 6 reads the image data in the data memories 72 and 74, the data address conversion circuit 4 receives the data address sequence 82 from the data address storage memory 2 and, as shown in FIG. Bit low address 8
2a is a row address 86a according to the field DCT
Is converted into a data address sequence 86 including the row address 86a and the column address 82b of the data address sequence 82, and the data address sequence 86 is output to the arithmetic circuit 6.

【0044】そして、演算回路6におてデータアドレス
変換回路4から入力したデータアドレスシーケンス86
に基づいて、データメモリ72、74の画像データの読
み取りが行われ、読み取られた画像データを用いてフィ
ールドDCTが行われる。このフィールドDCTの計算
結果は、加算器41に出力されると共に、出力用データ
バス32、データバス33、34を介して出力端子2
2、24および入出力端子23に出力される。
Then, the data address sequence 86 input from the data address conversion circuit 4 is input to the arithmetic circuit 6.
The image data in the data memories 72 and 74 is read based on the above, and the field DCT is performed using the read image data. The calculation result of the field DCT is output to the adder 41 and also output terminal 2 via the output data bus 32 and the data buses 33 and 34.
2, 24 and the input / output terminal 23.

【0045】要素プロセッサPE2、PE3と、PE4
とPE5と、PE6とPE7とについても、上述した要
素プロセッサPE0、PE1と同様であるが、PE4と
PE5およびPE6とPE7に関しては、そのDCTの
結果は、加算回路41には出力されない。
Element processors PE2, PE3 and PE4
The same applies to the element processors PE0 and PE1 described above, and PE5 and PE6 and PE7, but the results of the DCT of PE4 and PE5 and PE6 and PE7 are not output to the adder circuit 41.

【0046】上述したように本実施例の画像コーデック
用プロセッサによれば、データアドレス格納メモリ2に
は、フレームDCTを想定したデータアドレスシーケン
ス82のみ記憶され、従来の画像コーデック用プロセッ
サのようにフィールドDCTを想定したデータアドレス
シーケンス(図14(B))は記憶されておらず、デー
タアドレス格納メモリ2の容量を従来の場合に比べて小
さくすることが可能である。その結果、本実施例の画像
コーデック用プロセッサは、フィールド/フレーム選択
回路70における選択結果に応じて、フィールドDCT
およびフレームDCTの双方を実行することができるに
もかかわらず、データアドレスシーケンスを用いたデー
タアドレスの制御は1系統とし、その制御を簡単にする
ことができる。
As described above, according to the image codec processor of the present embodiment, only the data address sequence 82 assuming the frame DCT is stored in the data address storage memory 2, and the field is stored like the conventional image codec processor. Since the data address sequence assuming the DCT (FIG. 14 (B)) is not stored, the capacity of the data address storage memory 2 can be made smaller than in the conventional case. As a result, the image codec processor according to the present exemplary embodiment is responsive to the selection result of the field / frame selection circuit 70 in the field DCT.
Although it is possible to execute both the frame DCT and the frame DCT, the control of the data address using the data address sequence is one system, and the control can be simplified.

【0047】本発明は、上述した実施例に限定されず、
種々改変することが可能である。例えば、上述した実施
例では、データアドレス格納メモリ2にフレームDCT
を想定したデータアドレスシーケンスを格納する場合を
例示したが、データアドレス格納メモリ2にはフィール
ドDCTを想定したデータアドレスシーケンスを格納
し、フレームDCTを行う場合にはこのデータアドレス
シーケンスをデータアドレス変換回路4においてフレー
ムDCTに応じたデータアドレスシーケンスに変換する
ようにしてもよい。
The present invention is not limited to the above embodiment,
Various modifications are possible. For example, in the above-described embodiment, the frame DCT is stored in the data address storage memory 2.
Although the case of storing the data address sequence assuming the above is illustrated, the data address sequence assuming the field DCT is stored in the data address storage memory 2, and this data address sequence is stored in the data address conversion circuit when performing the frame DCT. In step 4, the data address sequence may be converted according to the frame DCT.

【0048】上述した実施例においては、DCTについ
て例示したが、フィールド/フレームIDCT適用の画
像コーデック用プロセッサにおいても、上述した画像コ
ーデック用プロセッサと同様に、IDCT前の画像デー
タの書き込みを行う際に、図5に示すデータアドレス格
納メモリ2を用いてデータアドレスの変換を行うこと
で、データアドレス格納メモリ2の容量の縮小化および
データアドレス制御の簡単化を図ることができる。
In the above-mentioned embodiment, the DCT is exemplified, but also in the image codec processor to which the field / frame IDCT is applied, when the image data before IDCT is written, like the image codec processor described above. By converting the data address using the data address storage memory 2 shown in FIG. 5, the capacity of the data address storage memory 2 can be reduced and the data address control can be simplified.

【0049】[0049]

【発明の効果】上述したように本発明の画像コーデック
用プロセッサおよびアクセスパターン変換方法によれ
ば、第2の記憶手段には、要素プロセッサが第1の信号
処理および第2の信号処理のいずれか一方を行う際に、
前記画像データにアクセスするパターンをアドレスを用
いて示したアクセスパターンが記憶され、前記要素プロ
セッサが前記第1の信号処理および第2の信号処理の他
方の信号処理を行う際にも、この第2の記憶手段に記憶
されたアクセスパターンを変換して用いるため、第2の
記憶手段には第1の信号処理および第2の信号処理のい
ずれか一方に適合したアクセスパターンを記憶すればよ
い。その結果、第2の記憶手段の記憶容量を小さくする
ことが可能となる。また、第1の信号処理と第2の信号
処理との双方を実行可能であるにもかかわらず、アクセ
スパターンを用いたデータアドレスの制御を簡単な1系
統とすることができる。
As described above, according to the image codec processor and the access pattern conversion method of the present invention, the element processor in the second storage means performs either the first signal processing or the second signal processing. When doing one,
An access pattern indicating a pattern for accessing the image data by using an address is stored, and when the element processor performs the other signal processing of the first signal processing and the second signal processing, the second pattern is also stored. Since the access pattern stored in the storage means is converted and used, the access pattern adapted to either the first signal processing or the second signal processing may be stored in the second storage means. As a result, the storage capacity of the second storage means can be reduced. Further, although both the first signal processing and the second signal processing can be executed, the control of the data address using the access pattern can be a simple one system.

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

【図1】本発明の実施例に係わる画像コーデック用プロ
セッサの構成図である。
FIG. 1 is a configuration diagram of an image codec processor according to an embodiment of the present invention.

【図2】図1に示すPE0、PE1の構成図であり、デ
ータメモリには初期データとしてフレームDCTを想定
した画像データが記憶されている。
FIG. 2 is a configuration diagram of PE0 and PE1 shown in FIG. 1, and image data assuming a frame DCT is stored as initial data in a data memory.

【図3】フィールドDCTを行う際に、PE0とPE1
との間におけるデータ転送が終了した後にデータメモリ
に記憶された画像データを説明するための図である。
FIG. 3 shows PE0 and PE1 when performing field DCT.
FIG. 7 is a diagram for explaining image data stored in a data memory after data transfer between and is completed.

【図4】図2に示すデータアドレス変換回路におけるデ
ータアドレスシーケンスのアドレス変換を説明するため
の図である。
FIG. 4 is a diagram for explaining address conversion of a data address sequence in the data address conversion circuit shown in FIG.

【図5】データアドレス変換回路の構成図である。FIG. 5 is a configuration diagram of a data address conversion circuit.

【図6】(A)は変換前および変換後のデータアドレス
シーケンスと、データメモリAの記憶配置との関係を説
明するための図であり、(B)は変換前および変換後の
データアドレスシーケンスと、データメモリBの記憶配
置との関係を説明するための図である。
6A is a diagram for explaining a relationship between a data address sequence before and after conversion and a storage arrangement of a data memory A, and FIG. 6B is a data address sequence before and after conversion. FIG. 6 is a diagram for explaining the relationship between the storage arrangement of the data memory B and FIG.

【図7】マクロブロックを説明するための図である。FIG. 7 is a diagram for explaining a macroblock.

【図8】フレームの構成を説明するための図である。FIG. 8 is a diagram for explaining the structure of a frame.

【図9】図8に示す縦に隣接する2つのブロックを説明
するための図である。
FIG. 9 is a diagram for explaining two vertically adjacent blocks shown in FIG. 8;

【図10】フレームDCT時におけるデータメモリのデ
ータ配置を説明するための図である。
FIG. 10 is a diagram for explaining the data arrangement of the data memory at the time of frame DCT.

【図11】フィールドDCT時におけるデータメモリの
データ配置を説明するための図である。
FIG. 11 is a diagram for explaining the data arrangement of the data memory at the time of field DCT.

【図12】フィールドDCT時にデータメモリ間におけ
るデータ転送を説明するための図である。
FIG. 12 is a diagram for explaining data transfer between data memories during field DCT.

【図13】(A)はフィールドDCT時にデータメモリ
間におけるデータ転送が終了した時点でのデータメモリ
Aにおけるデータ配置を説明するための図であり、
(B)はフィールドDCT時にデータメモリ間における
データ転送が終了した時点でのデータメモリBにおける
データ配置を説明するための図である。
FIG. 13A is a diagram for explaining the data arrangement in the data memory A at the time when the data transfer between the data memories is completed during the field DCT;
(B) is a diagram for explaining the data arrangement in the data memory B at the time when the data transfer between the data memories is completed during the field DCT.

【図14】(A)は従来の画像コーデック用プロセッサ
のデータアドレス格納メモリに記憶されたフレームDC
T用のデータアドレスシーケンスを説明するための図で
あり、(B)は従来の画像コーデック用プロセッサのデ
ータアドレス格納メモリに記憶されたフィールドDCT
用のデータアドレスシーケンスを説明するための図であ
る。
FIG. 14A is a frame DC stored in a data address storage memory of a conventional image codec processor.
It is a figure for demonstrating the data address sequence for T, (B) is the field DCT memorize | stored in the data address storage memory of the processor of the conventional image codec.
FIG. 6 is a diagram for explaining a data address sequence for use in data transmission.

【符号の説明】 2・・・データアドレス格納メモリ 4・・・データアドレス変換回路 6・・・演算回路 8・・・操作部 11〜19・・・要素プロセッサ 42〜45・・・要素プロセッサ間データ転送路 41・・・加算回路 51・・・係数メモリ 62・・・ローテート回路 64・・・セレクタ 70・・・フィールド/フレーム選択回路 82、86・・・データアドレスシーケンス[Explanation of Codes] 2 ... Data Address Storage Memory 4 ... Data Address Conversion Circuit 6 ... Arithmetic Circuit 8 ... Operation Unit 11-19 ... Element Processor 42-45 ... Between Element Processors Data transfer path 41 ... Addition circuit 51 ... Coefficient memory 62 ... Rotation circuit 64 ... Selector 70 ... Field / frame selection circuit 82, 86 ... Data address sequence

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.6 識別記号 庁内整理番号 FI 技術表示箇所 G06F 15/80 H04N 7/24 8420−5L G06F 15/66 330 H H04N 7/13 Z ─────────────────────────────────────────────────── ─── Continuation of the front page (51) Int.Cl. 6 Identification code Internal reference number FI Technical display location G06F 15/80 H04N 7/24 8420-5L G06F 15/66 330 H H04N 7/13 Z

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】それぞれがmxnの画像データで構成され
る複数のブロックからなるマクロブロックを1処理単位
として、複数のブロックの画像データにまたがる第1の
信号処理と1つのブロック内の画像データについての第
2の信号処理とを適応的に、単一の命令ストリームで多
重データストリーム制御処理する「単一命令ストリーム
・多重データストリーム:SIMD」制御形画像コーデ
ック用プロセッサにおいて、 要素プロセッサ間データ転送路で接続され、前記ブロッ
クに対応して設けられた複数対の要素プロセッサと、 前記第1の信号処理および前記第2の信号処理のいずれ
か一方の処理に適合した画像データを初期データとして
記憶し、前記複数の要素プロセッサのそれぞれに対応し
て設けられた第1の記憶手段と、 前記要素プロセッサが前記初期データに対応した前記第
1の信号処理および前記第2の処理のいずれか一方の処
理を行うときに前記画像データにアクセスするパターン
をアドレスを用いて示したアクセスパターンを記憶する
第2の記憶手段と、 前記第1の信号処理および前記第2の信号処理の他方の
処理を行う際に、該他方の処理に適合した画像データが
前記第1の記憶手段に記憶されるように、前記プロセッ
サ間データ転送路を介してデータの交換を行う制御手段
と、 前記第1の信号処理および前記第2の信号処理の他方の
処理を行う際に、前記第2の記憶手段に記憶された前記
アクセスパターンを該他方の処理に適合するように変換
するアクセスパターン変換手段とを有する画像コーデッ
ク用プロセッサ。
1. A first signal process that spans image data of a plurality of blocks and image data in one block, with a macro block consisting of a plurality of blocks each composed of mxn image data as one processing unit. In the processor for the "single instruction stream / multiple data stream: SIMD" control type image codec, which adaptively controls the second signal processing of No. 1 to multiple data stream with a single instruction stream, a data transfer path between element processors is provided. And a plurality of pairs of element processors provided corresponding to the blocks, and image data suitable for any one of the first signal processing and the second signal processing are stored as initial data. A first storage unit provided corresponding to each of the plurality of element processors; A storage unit that stores an access pattern that indicates, by using an address, a pattern for accessing the image data when the processor performs one of the first signal processing and the second processing corresponding to the initial data. 2 storage means, and when performing the other processing of the first signal processing and the second signal processing, image data suitable for the other processing is stored in the first storage means. Control means for exchanging data via the inter-processor data transfer path, and stored in the second storage means when performing the other processing of the first signal processing and the second signal processing. An image codec processor having an access pattern conversion means for converting the access pattern so as to match the other processing.
【請求項2】前記第1の信号処理がフィールド画像信号
処理であり、 前記第2の信号処理がフレーム画像信号処理である請求
項1記載の画像コーデック用プロセッサ。
2. The image codec processor according to claim 1, wherein the first signal processing is field image signal processing, and the second signal processing is frame image signal processing.
【請求項3】前記フィールド画像信号処理および前記フ
レーム画像信号処理が符号化時の離散コサイン変換処理
である請求項2記載の画像コーデック用プロセッサ。
3. The image codec processor according to claim 2, wherein the field image signal processing and the frame image signal processing are discrete cosine transform processing at the time of encoding.
【請求項4】前記フィールド画像信号処理および前記フ
レーム画像信号処理が符号化時の離散コサイン逆変換処
理である請求項2記載の画像コーデック用プロセッサ。
4. The image codec processor according to claim 2, wherein the field image signal processing and the frame image signal processing are discrete cosine inverse transform processing at the time of encoding.
【請求項5】それぞれがmxnの画像データで構成され
る複数のブロックからなるマクロブロックを1処理単位
として、複数のブロックの画像データにまたがる第1の
信号処理と1つのブロック内の画像データについての第
2の信号処理とを適応的に、単一の命令ストリームを用
いて、前記ブロックに対応して設けられた複数対の要素
プロセッサで多重データストリーム制御処理する「単一
命令ストリーム・多重データストリーム:SIMD」制
御形画像コーデック用プロセッサにおいて、 前記第1の信号処理および前記第2の信号処理のいずれ
か一方の処理に適合した記憶配置で画像データを初期デ
ータとして記憶し、 前記要素プロセッサが前記初期データに対応した前記第
1の信号処理および前記第2の処理のいずれか一方の処
理を行うときに前記画像データにアクセスするパターン
をアドレスを用いて示したアクセスパターンを記憶し、 前記第1の信号処理および前記第2の信号処理の他方の
処理を行う際に、該他方の処理に適合した記憶配置で画
像データが記憶されるように、前記複数対のプロセッサ
間でデータの交換を行い、 前記第1の信号処理および前記第2の信号処理の他方の
処理を行う際に、前記記憶された前記アクセスパターン
を該他方の処理に適合するように変換し、 前記交換された画像データを用いて、前記他方の処理を
前記変換されたアクセスパターンに基づいて行う アクセスパターン変換方法。
5. The first signal processing and the image data in one block, which spans the image data of a plurality of blocks, with a macroblock consisting of a plurality of blocks each composed of mxn image data as one processing unit. The second signal processing of (1) is adaptively performed by using a single instruction stream, and multiple data stream control processing is performed by a plurality of pairs of element processors provided corresponding to the block "single instruction stream / multiple data A stream: SIMD ”control type image codec processor, wherein image data is stored as initial data in a storage arrangement suitable for either one of the first signal processing and the second signal processing, and the element processor One of the first signal processing and the second processing corresponding to the initial data is performed. An access pattern, which sometimes indicates a pattern for accessing the image data by using an address, is stored, and when the other processing of the first signal processing and the second signal processing is performed, it is adapted to the other processing. The data is exchanged between the plurality of pairs of processors so that the image data is stored in the stored arrangement, and the storage is performed when the other one of the first signal processing and the second signal processing is performed. An access pattern conversion method for converting the access pattern thus converted so as to be compatible with the other process, and performing the other process based on the converted access pattern using the exchanged image data.
【請求項6】前記第1の信号処理がフィールド画像信号
処理であり、 前記第2の信号処理がフレーム画像信号処理である請求
項5記載のアクセスパターン変換方法。
6. The access pattern conversion method according to claim 5, wherein the first signal processing is field image signal processing, and the second signal processing is frame image signal processing.
【請求項7】前記フィールド画像信号処理および前記フ
レーム画像信号処理が符号化時の離散コサイン変換処理
である請求項6記載のアクセスパターン変換方法。
7. The access pattern conversion method according to claim 6, wherein the field image signal processing and the frame image signal processing are discrete cosine conversion processing at the time of encoding.
【請求項8】前記フィールド画像信号処理および前記フ
レーム画像信号処理が符号化時の離散コサイン逆変換処
理である請求項6記載のアクセスパターン変換方法。
8. The access pattern conversion method according to claim 6, wherein the field image signal processing and the frame image signal processing are discrete cosine inverse conversion processing at the time of encoding.
JP26227493A 1993-10-20 1993-10-20 Processor for image codec and access pattern conversion method Pending JPH07121687A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26227493A JPH07121687A (en) 1993-10-20 1993-10-20 Processor for image codec and access pattern conversion method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26227493A JPH07121687A (en) 1993-10-20 1993-10-20 Processor for image codec and access pattern conversion method

Publications (1)

Publication Number Publication Date
JPH07121687A true JPH07121687A (en) 1995-05-12

Family

ID=17373524

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26227493A Pending JPH07121687A (en) 1993-10-20 1993-10-20 Processor for image codec and access pattern conversion method

Country Status (1)

Country Link
JP (1) JPH07121687A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999067742A1 (en) * 1998-06-25 1999-12-29 Matsushita Electric Industrial Co., Ltd. Image processor
WO2005025230A1 (en) * 2003-08-28 2005-03-17 Hitachi Ulsi Systems Co., Ltd. Image processing device
JP2015518340A (en) * 2012-04-26 2015-06-25 ソニー株式会社 Chrominance processing method and processing apparatus in video encoding and decoding

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999067742A1 (en) * 1998-06-25 1999-12-29 Matsushita Electric Industrial Co., Ltd. Image processor
CN1112654C (en) * 1998-06-25 2003-06-25 松下电器产业株式会社 Image processor
WO2005025230A1 (en) * 2003-08-28 2005-03-17 Hitachi Ulsi Systems Co., Ltd. Image processing device
JP2015518340A (en) * 2012-04-26 2015-06-25 ソニー株式会社 Chrominance processing method and processing apparatus in video encoding and decoding
US10827169B2 (en) 2012-04-26 2020-11-03 Sony Corporation Method and apparatus for chrominance processing in video coding and decoding

Similar Documents

Publication Publication Date Title
TWI482117B (en) Filtering for vpu
CA2259513C (en) Compression and decompression scheme performed on shared workstation memory by media coprocessor
JPH0759084A (en) Picture processing system
US5764787A (en) Multi-byte processing of byte-based image data
WO2001050419A1 (en) A media processing system and method
JPH08123953A (en) Picture processor
JPH05268590A (en) Moving picture coding decoding circuit
US20100321579A1 (en) Front End Processor with Extendable Data Path
EP0602642B1 (en) Moving picture decoding system
JP2005198289A (en) Data processing system and method
KR100818034B1 (en) ON THE FLY DATA TRANSFER BETWEEN RGB AND YCrCb COLOR SPACES FOR DCT INTERFACE
JP3676237B2 (en) Data processing apparatus and arithmetic unit
JP2002534919A (en) Method and apparatus for performing motion compensation in a texture mapping engine
JP2001309386A (en) Image processor
US6707853B1 (en) Interface for performing motion compensation
WO2000010320A2 (en) Performing transform during processing of an image
JP3352931B2 (en) Motion vector detection device
JPH07121687A (en) Processor for image codec and access pattern conversion method
US5793658A (en) Method and apparatus for viedo compression and decompression using high speed discrete cosine transform
JPH1196138A (en) Inverse cosine transform method and inverse cosine transformer
JP2000069478A (en) Picture processor, picture processing method and storage medium
JP2772412B2 (en) Pixel matrix filter and method of processing pixel matrix
Asbun et al. Real-time error concealment in digital video streams using digital signal processors
Yu et al. An efficient DMA controller for multimedia application in MPU based SOC
JPH0879761A (en) Movement predicting device and movement vector computing device