JPH0946702A - Processor - Google Patents

Processor

Info

Publication number
JPH0946702A
JPH0946702A JP7191339A JP19133995A JPH0946702A JP H0946702 A JPH0946702 A JP H0946702A JP 7191339 A JP7191339 A JP 7191339A JP 19133995 A JP19133995 A JP 19133995A JP H0946702 A JPH0946702 A JP H0946702A
Authority
JP
Japan
Prior art keywords
wired logic
processing
logic circuit
statement
sub
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
JP7191339A
Other languages
Japanese (ja)
Inventor
Tomomi Sato
友美 佐藤
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.)
G C TECHNOL KK
Original Assignee
G C TECHNOL KK
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 G C TECHNOL KK filed Critical G C TECHNOL KK
Priority to JP7191339A priority Critical patent/JPH0946702A/en
Publication of JPH0946702A publication Critical patent/JPH0946702A/en
Pending legal-status Critical Current

Links

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a processor capable of eliminating the overhead of the time for loading a program in a general purpose type processor, coping with continuously inputted data streams and performing a processing at a high speed. SOLUTION: In a decoding device for processing the data streams of picture data or the like taking a hierarchial structure, plural sub statement parts 20a-20f are provided corresponding to respective layers and wired logic circuits 21 constituted corresponding to the processing procedure of the data of the respectively corresponding layers are provided. Since the wired logic circuits 21 of the sub statement parts 20a-20f can be specified so as to process the data groups of the corresponding layers, they can be simplified and this processor utilizing the merits of the wired logic circuit that are no overhead is present and a processing speed is fast is provided.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、圧縮符号化された
画像データなどの処理手順の異なる複数種類のデータが
含まれるデータストリームを高速で処理するのに適した
処理装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a processing apparatus suitable for high-speed processing of a data stream including a plurality of types of data such as compression-coded image data having different processing procedures.

【0002】[0002]

【従来の技術】記録媒体や通信端末などから連続して入
力される画像情報などのビットストリーム(データスト
リーム)を処理する方式に、図3に示すような汎用型の
高速プロセッサー(CPU)1を用いたものがある。こ
の方式では、ROM2に格納されたプログラムをCPU
1にロードし、入出力ユニット6を介してバッファ7に
入力されたデータストリームを処理する。そして、バッ
ファ8から入出力ユニット9を介して出力する。データ
によって処理手順が異なる場合は、データの種類毎にR
OM2から対応するプログラムをCPU1へロードし処
理を行う。したがって、この方式は汎用性に富み処理手
順の変更等も容易であるが、プログラムのロードやデー
タの入出力を交互に行い、フェッチ動作が多くなるの
で、システム制御のために費やす時間(オーバーヘッ
ド)が大きい。符号化によって圧縮して送られてきた画
像データからなるデータストリームを復号化する場合な
どにおいては、データストリームの処理に費やせる時間
は限られている。従って、オーバーヘッドが大きくなる
と、処理速度や処理できる情報量などの点で問題が生じ
る。
2. Description of the Related Art A general-purpose high-speed processor (CPU) 1 as shown in FIG. 3 is used as a method for processing a bit stream (data stream) such as image information continuously input from a recording medium or a communication terminal. There is one used. In this method, the program stored in the ROM 2 is stored in the CPU
1 to process the data stream input to the buffer 7 via the input / output unit 6. Then, the data is output from the buffer 8 via the input / output unit 9. If the processing procedure differs depending on the data, R for each type of data
The corresponding program is loaded from the OM2 to the CPU1 and processed. Therefore, although this method is versatile and it is easy to change the processing procedure, etc., the time (overhead) spent for system control is increased because the fetch operation increases due to alternating program loading and data input / output. Is big. When decoding a data stream composed of image data compressed and sent by encoding, the time that can be spent for processing the data stream is limited. Therefore, when the overhead becomes large, problems occur in terms of processing speed and the amount of information that can be processed.

【0003】図4に示したマイクロプログラムを用いた
方式では、マイクロプログラムメモリー5ににあらかじ
めマイクロ命令が格納されており、制御ロジック3によ
って指示されたアドレスがプログラムカウンター4に設
定されると、指定されたアドレスから一群のマイクロ命
令が順番に実行される。このようなマイクロプログラム
方式を用いた処理装置は、マイクロプログラムメモリー
5の内容を変更すれば処理手順を変えられるので汎用性
はあり、また、プログラムをロードする時間は不要なの
でフェッチ動作によるオーバーヘッドは小さい。しかし
ながら、マイクロプログラムメモリー5は、オペレーシ
ョン毎にその内容のいかんに係わらず一定のメモリーが
必要となるので、チップ上におけるメモリーの面積が大
きくなる。また、指定されたアドレスから一群のマイク
ロ命令が順々に行われるので、これらのマイクロ命令の
中に予想される処理を全て組み込んでおく必要があり、
この点でもマイクロプログラムメモリーの面積が大きく
なりチップサイズも増大する。
In the method using the microprogram shown in FIG. 4, a microinstruction is stored in advance in the microprogram memory 5, and when the address designated by the control logic 3 is set in the program counter 4, a designation is made. A group of micro-instructions are sequentially executed from the specified address. The processing device using such a microprogram system is versatile because the processing procedure can be changed by changing the contents of the microprogram memory 5, and since the time for loading the program is unnecessary, the overhead due to the fetch operation is small. . However, the microprogram memory 5 requires a certain amount of memory for each operation regardless of its contents, so that the area of the memory on the chip becomes large. Also, since a group of micro-instructions are executed in sequence from the specified address, it is necessary to incorporate all the expected processing in these micro-instructions.
In this respect as well, the area of the microprogram memory is increased and the chip size is also increased.

【0004】これらに対しワイヤードロジック回路、す
なわち論理回路を電子回路素子によって構成した処理装
置は、電子回路素子(ゲート素子)を用いて回路を構成
しているので高速であり、オーバーヘッドはないので上
記のプログラムを用いた方式に対し処理速度は速い。し
かしながら複雑なロジックになるとクリティカルパスが
長くなり動作周波数に限界がある。また、エラー処理な
どを含めると分岐に伴う配線およびゲート素子数が非常
に多くなるので、回路が複雑となり動作速度が低下し、
さらに、チップサイズも大きくなるといった問題があ
る。また、回路の変更は不可能なので汎用性はなく、処
理手順に変更が発生すると装置そのものを作りなおすこ
とになる。このため、単純な処理手順で済む場合を除き
ワイヤードロジック回路は処理装置に用いられていな
い。
On the other hand, a wired logic circuit, that is, a processing device in which a logic circuit is composed of electronic circuit elements, is high in speed because it is composed of electronic circuit elements (gate elements), and has no overhead. The processing speed is faster than the method using the program. However, if the logic becomes complicated, the critical path becomes long and the operating frequency is limited. In addition, if error processing etc. are included, the number of wiring and gate elements accompanying branching will be very large, which will complicate the circuit and reduce the operating speed.
Further, there is a problem that the chip size also becomes large. In addition, since the circuit cannot be changed, it is not versatile, and if a change occurs in the processing procedure, the device itself will be remade. For this reason, the wired logic circuit is not used in a processing device unless a simple processing procedure is sufficient.

【0005】[0005]

【発明が解決しようとする課題】圧縮された画像情報を
復号化する処理などのように処理時間が限られており、
高速化が重要な処理を考えると、オーバーヘッドがな
く、処理速度も速いワイヤードロジック回路を用いた処
理装置は適している。しかしながら、復号化のような種
類の異なるデータを複雑な論理によって処理を行う回路
をワイヤードロジックによって構成すると、クリティカ
ルパスが長くなり、さらに、エラー処理などの例外的な
処理を加えると回路が複雑に成りすぎて従来のワイヤー
ドロジック回路を用いては、このような処理装置を実現
することは不可能である。
The processing time is limited, such as the processing for decoding compressed image information,
Considering the processing in which high speed is important, a processing device using a wired logic circuit having no overhead and a high processing speed is suitable. However, if a circuit that processes different types of data such as decoding by complicated logic is configured by wired logic, the critical path becomes longer, and if exceptional processing such as error processing is added, the circuit becomes complicated. It is impossible to realize such a processing device by using a conventional wired logic circuit because it is too complicated.

【0006】そこで、本発明においては、処理対象とな
るデータストリームの構成に着目し、いくつかのワイヤ
ードロジック回路を組み合わせることにより個々のワイ
ヤードロジック回路が複雑になったり、パスが延びるの
を防止し、ワイヤードロジック回路のメリットを活かし
て複雑な処理を高速で行える処理装置を提供することを
目的としている。さらに、エラー処理などの例外的な処
理を個々のワイヤードロジック回路から分離すること
で、個々のワイヤードロジック回路で実現すべき処理手
順を削減し、複雑な回路構成でなくとも多くの機能を実
現できる処理装置を提供することを目的としている。そ
して、ワイヤードロジック回路を簡素化することによっ
てチップサイズも小さくし、安価に製造できる処理装置
を提供することも本発明の目的の1つである。
In view of this, in the present invention, attention is paid to the structure of the data stream to be processed, and by combining several wired logic circuits, it is possible to prevent each wired logic circuit from becoming complicated and from extending a path. The purpose is to provide a processing device that can perform complex processing at high speed by taking advantage of the wired logic circuit. Furthermore, by separating exceptional processing such as error processing from each wired logic circuit, the processing procedure that should be realized by each wired logic circuit can be reduced, and many functions can be realized without a complicated circuit configuration. It is intended to provide a processing device. It is also an object of the present invention to provide a processing device that can be manufactured at low cost by simplifying the wired logic circuit to reduce the chip size.

【0007】[0007]

【課題を解決するための手段】MPEG1(Moving Pic
ture Experts Group 1) あるいはMPEG2(MovingPi
cture Experts Group 2) といった標準に従った画像デ
ータなど、連続して処理をする必要のあるデータストリ
ームはグループとしてまとまりのあるデータが次々と送
られてくるものがほとんどである。さらにデータストリ
ームに現れるこれらのグループ化されたデータは、複数
のグループが順次繰り返されたり、あるいは階層構造を
とっていることが多い。例えば、MPEG1あるいはM
PEG2の標準では、画像サイズや画像レートなどの情
報を示す層、画面単位の情報を示す層などから変換係数
そのものを示す層まで複数種類のデータのグループが階
層を成している。本願発明者は、このようなデータスト
リームの構成と、さらに、それぞれのグループ化された
データに対し一定の処理手順を適用できることに着目
し、それぞれのグループ化されたデータの処理のために
特化したワイヤードロジック回路を用いることにより回
路を複雑にすることなくワイヤードロジック回路の高速
性を活かした処理装置を実現している。
[Means for Solving the Problems] MPEG1 (Moving Pic
ture Experts Group 1) or MPEG2 (MovingPi
Most of the data streams that need to be processed continuously, such as image data according to standards such as cture Experts Group 2), are sent in sequence as a group. Further, these grouped data appearing in the data stream often have a plurality of groups sequentially repeated or have a hierarchical structure. For example, MPEG1 or M
In the PEG2 standard, a plurality of types of data groups form a layer from a layer indicating information such as an image size and an image rate, a layer indicating information on a screen basis, to a layer indicating a conversion coefficient itself. The inventor of the present application pays attention to the structure of such a data stream and the fact that a certain processing procedure can be applied to each grouped data, and is specialized for processing each grouped data. By using this wired logic circuit, we have realized a processing device that takes advantage of the high speed of the wired logic circuit without complicating the circuit.

【0008】すなわち、本発明に係る処理装置は、グル
ープ化されたデータを備えたデータストリームを処理す
る処理装置であり、これらのグループの処理手順に従っ
て構成されたワイヤードロジック回路を備えた複数のサ
ブステートメント部と、データストリームに現れたグル
ープに対応してサブステートメント部を選択するワイヤ
ードロジック回路を備えたメインステートメント部とを
有することを特徴としている。本発明の処理装置は、各
々のグループのデータの処理手順に対応したワイヤード
ロジック回路と、特定のサブステートメント部を選択す
る機能を有するワイヤードロジック回路を設けてあるの
で、それぞれの回路で実現すべき処理を限定でき、複雑
なワイヤードロジック回路を用いずに、異なる種類のデ
ータを含んだデータストリームを処理する装置を提供で
きる。このため、本発明の処理装置に用いられる各々の
ワイヤードロジック回路のクリティカルパスは短くな
り、処理装置全体の処理速度を向上できる。このよう
に、上記の構成によって、オーバーヘッドが不要で処理
速度が速いというワイヤードロジック回路のメリットを
活かした処理装置を実現できる。
That is, the processing device according to the present invention is a processing device for processing a data stream having grouped data, and a plurality of sub-devices having a wired logic circuit configured according to the processing procedure of these groups. It is characterized by having a statement part and a main statement part having a wired logic circuit for selecting a sub-statement part corresponding to a group appearing in a data stream. Since the processing device of the present invention is provided with the wired logic circuit corresponding to the processing procedure of the data of each group and the wired logic circuit having the function of selecting a specific sub-statement portion, it should be realized by each circuit. It is possible to provide a device capable of limiting processing and processing a data stream containing different types of data without using a complicated wired logic circuit. Therefore, the critical path of each wired logic circuit used in the processing device of the present invention is shortened, and the processing speed of the entire processing device can be improved. As described above, with the above configuration, it is possible to realize a processing device that takes advantage of the advantage of the wired logic circuit that overhead is unnecessary and processing speed is high.

【0009】本発明の処理装置においては、メインステ
ートメント部のワイヤードロジック回路と、サブステー
トメント部のワイヤードロジック回路のいずれかとが交
互に処理を行い、それぞれのワイヤードロジック回路に
おいてデータの処理を完結させてクリティカルパスが延
びるのを防止している。サブステートメント部のワイヤ
ードロジック回路の操作を進めるポインターを設けて、
メインステートメント部によってサブステートメント部
のワイヤードロジック回路のいずれかの操作を開始する
値に設定し、データグループに対応するワイヤードロジ
ック回路の処理を進めることができる。さらに、このポ
インターの値をメインステートメント部においても参照
し、この値によってサブステートメント部のワイヤード
ロジック回路の操作が終了するとメインステートメント
部のワイヤードロジック回路が操作を開始する。
In the processing apparatus of the present invention, the wired logic circuit in the main statement portion and any of the wired logic circuits in the sub statement portion perform processing alternately to complete data processing in each wired logic circuit. It prevents the critical path from extending. Provide a pointer to advance the operation of the wired logic circuit in the sub-statement part,
The main statement part can set a value to start the operation of one of the wired logic circuits in the sub statement part, and the processing of the wired logic circuit corresponding to the data group can be advanced. Further, the value of this pointer is also referred to in the main statement portion, and when the operation of the wired logic circuit of the sub statement portion is completed by this value, the wired logic circuit of the main statement portion starts the operation.

【0010】さらに、ワイヤードロジック回路の操作を
進めるポインターと、ワイヤードロジック回路に対し例
外的な処理、例えば、エラー処理や、複数のワイヤード
ロジック回路に対し共通な処理、あるいはワイヤードロ
ジック回路の操作を一時中断すべき処理を検出する例外
処理部を設け、この例外処理部によってポインターを制
御することが望ましい。エラー処理などを一括して共通
の部分で行うときは、例外処理部によってポインターの
値をホールドして各ワイヤードロジック回路の処理を中
断したり、処理状況に適したポインターの値を各ワイヤ
ードロジック回路に与えて適当な処理を行わせることが
できる。これによって、ワイヤードロジック回路に例外
的な処理を全て取り込む必要がなくなり、ワイヤードロ
ジック回路の構成をさらに簡素化できる。従って、ワイ
ヤードロジック回路を構成するゲート素子の数や配線を
大幅に削減することが可能となり、動作速度の向上と共
に、チップサイズの縮減とコストの低減を図れる。さら
に、消費電力を低減できるという効果もある。
Further, a pointer for advancing the operation of the wired logic circuit and an exceptional process for the wired logic circuit, for example, an error process, a process common to a plurality of wired logic circuits, or an operation of the wired logic circuit is temporarily performed. It is desirable to provide an exception handling unit that detects a process to be interrupted and control the pointer by this exception handling unit. When performing error processing etc. collectively in the common part, the exception processing part holds the value of the pointer to interrupt the processing of each wired logic circuit, or the pointer value suitable for the processing situation is set to each wired logic circuit. To perform appropriate processing. As a result, it is not necessary to incorporate all exceptional processing into the wired logic circuit, and the configuration of the wired logic circuit can be further simplified. Therefore, it is possible to significantly reduce the number of gate elements and wirings configuring the wired logic circuit, and it is possible to improve the operation speed, reduce the chip size, and reduce the cost. Further, there is an effect that power consumption can be reduced.

【0011】[0011]

【発明の実施の形態】以下に、符号化された画像情報を
復号化する装置を例として本発明をさらに詳しく説明す
る。図1に本発明を適用した復号化装置の概略構成を示
してある。また、図2にMPEG1あるいはMPEG2
の標準に従った画像情報のデータ構造を示してある。こ
れらの標準に従うと圧縮符号化された画像データはシー
ケンス層、グループオブピクチャー(GOP)層52、
ピクチャー層54、スライス層56、マイクロブロック
(MB)層58およびブロック層60の6層の階層構造
をもったビットストリーム(データストリーム)として
供給される。シーケンス層は、画面グループの属性、例
えば画像サイズや画像レートなどを規定するデータグル
ープであるシーケンスデータグループ51とGOP層5
2から構成される。GOP層52は、画面グループの最
小単位のデータグループであってこれらの画像グループ
のシーケンス先頭からの時間などを規定するGOPデー
タグループ53と、ピクチャー層54から構成される。
同様に、ピクチャー層54は、1枚の画面に共通する属
性を規定するピクチャーデータグループ55と、スライ
ス層56から構成される。また、スライス層56は、1
枚の画面を任意の長さに分割した小画面に共通の情報を
規定するスライスデータグループ57と、マイクロブロ
ックー層58から構成される。さらに、マイクロブロッ
ク層58は、画素ブロックに共通する情報を規定するM
Bデータグループ59とブロック層60から構成され、
ブロック層60は変換係数からなるブロックデータグル
ープ61から構成される。
BEST MODE FOR CARRYING OUT THE INVENTION The present invention will be described in more detail below by taking an apparatus for decoding encoded image information as an example. FIG. 1 shows a schematic configuration of a decoding device to which the present invention is applied. In addition, FIG. 2 shows MPEG1 or MPEG2.
The data structure of the image information according to the standard is shown. According to these standards, the compression-encoded image data includes a sequence layer, a group of picture (GOP) layer 52,
The picture layer 54, the slice layer 56, the microblock (MB) layer 58, and the block layer 60 are supplied as a bitstream (data stream) having a hierarchical structure of six layers. The sequence layer is a sequence data group 51 that is a data group that defines the attributes of the screen group, such as the image size and the image rate, and the GOP layer 5.
It consists of two. The GOP layer 52 is composed of a GOP data group 53 which is a minimum unit data group of a screen group and which defines the time from the beginning of the sequence of these image groups, and a picture layer 54.
Similarly, the picture layer 54 is composed of a picture data group 55 that defines attributes common to one screen and a slice layer 56. Further, the slice layer 56 is 1
It is composed of a slice data group 57 that defines information common to small screens obtained by dividing a single screen into arbitrary lengths, and a microblock layer 58. Further, the microblock layer 58 defines M that defines information common to the pixel blocks.
It consists of B data group 59 and block layer 60,
The block layer 60 is composed of a block data group 61 composed of transform coefficients.

【0012】このようなグループ化された画像データを
復号する本例の復号装置は、メインステートメント部1
0と、複数のサブステートメント部20a〜20fを備
えている。サブステートメント部20a〜20fはそれ
ぞれが上述した画像データを構成する6つの層(レイヤ
ー)の各々に対応して設けられている。さらに、各サブ
ステートメント部20a〜20fは、対応するレイヤー
を構成するデータグループを処理するワイヤードロジッ
ク回路21をそれぞれ備えている。例えば、サブステー
トメント部20aはシーケンス層に対応しており、シー
ケンスデータグループ51の処理手順に従った、デコー
ダーとしての機能を有するワイヤードロジック回路21
を備えている。同様のサブステートメント部20bはG
OP層52に対応して構成されGOPデータグループ5
3を処理するワイヤードロジック回路を備えており、他
のサブステートメント部20c〜20fについても同様
である。さらに、ワイヤードロジック回路21における
操作を進めるサブステート状態レジスター23が設けら
れており、このレジスター23をポインターとしてワイ
ヤードロジック回路21が制御される。レジスター23
の値は、セレクター22の出力によって変わり、このセ
レクター22には、メインステートメント部10からの
信号および選択されたサブステートメント部20から次
の操作を指示する信号が入力されている。
The decoding apparatus of this example for decoding the image data grouped in this way is composed of the main statement section 1
0 and a plurality of sub-statement portions 20a to 20f. The sub-statement sections 20a to 20f are provided corresponding to each of the six layers (layers) that make up the image data described above. Furthermore, each of the sub-statement units 20a to 20f includes a wired logic circuit 21 that processes a data group that forms a corresponding layer. For example, the sub-statement portion 20a corresponds to the sequence layer, and the wired logic circuit 21 having a function as a decoder according to the processing procedure of the sequence data group 51.
It has. Similar sub-statement part 20b is G
GOP data group 5 configured corresponding to the OP layer 52
The wired logic circuit for processing 3 is provided, and the same applies to the other sub-statement units 20c to 20f. Further, a substate state register 23 for advancing an operation in the wired logic circuit 21 is provided, and the wired logic circuit 21 is controlled by using this register 23 as a pointer. Register 23
The value of is changed according to the output of the selector 22, and the signal from the main statement section 10 and the signal instructing the next operation from the selected sub statement section 20 are input to the selector 22.

【0013】メインステートメント部10は、データス
トリームに現れたデータグループから対応するレイヤー
を判断するデコード機能を備えており、そのレイヤー情
報をカレントレイヤーレジスター15にセットする。さ
らに、メインステートメント部10はワイヤードロジッ
ク回路11を備えており、このワイヤードロジック回路
11は、データストリームに現れたレイヤーに応じて、
そのレイヤーに対応するサブステートメント部20a〜
20fのワイヤードロジック回路21が操作を開始する
値をサブステート状態レジスター23に設定する。メイ
ンステートメント部10のワイヤードロジック回路11
の動作はメインステート状態レジスター12をポインタ
ーとして進み、このレジスター12の操作はメインステ
ートメント部10の次の操作を指示する信号によって変
わる。
The main statement portion 10 has a decoding function of judging the corresponding layer from the data group appearing in the data stream, and sets the layer information in the current layer register 15. Further, the main statement unit 10 includes a wired logic circuit 11, and the wired logic circuit 11 is arranged according to the layer appearing in the data stream.
Sub-statement part 20a corresponding to the layer
The value at which the wired logic circuit 21 of 20f starts operation is set in the sub-state state register 23. Wired logic circuit 11 of main statement section 10
The operation of (1) proceeds using the main state status register 12 as a pointer, and the operation of this register 12 is changed by a signal instructing the next operation of the main statement portion 10.

【0014】本例の復号装置は、メインステートメント
部10およびサブステートメント部20a〜20fとは
別に、エラー処理、サブステートメント部やメインステ
ートメント部に共通な処理、あるいはその他のワイヤー
ドロジック回路に対し例外的な処理の発生およびそのよ
うな処理の終了を検出する処理部30を設けてある。
In addition to the main statement section 10 and the sub-statement sections 20a to 20f, the decoding apparatus of this embodiment is exceptional for error processing, processing common to the sub-statement section and the main statement section, and other wired logic circuits. A processing unit 30 for detecting the occurrence of various processes and the end of such processes is provided.

【0015】メインステートメント部10のワイヤード
ロジック回路11を操作するレジスター12の出力はセ
レクター13を介してワイヤードロジック回路11に供
給されており、このセレクター13は例外処理部30か
らの信号によって操作される。
The output of the register 12 for operating the wired logic circuit 11 of the main statement section 10 is supplied to the wired logic circuit 11 via the selector 13, and the selector 13 is operated by the signal from the exception processing section 30. .

【0016】すなわち、例外処理部30がワイヤードロ
ジック回路11および21に対する例外的な処理を検出
したときは、例外処理部30の指示に基づきセレクター
13によってレジスター12の値がホールドされ、ワイ
ヤードロジック回路11の操作は進まない。例外的な処
理が終わったことを例外処理部30が検出するとセレク
ター13をオープンし、レジスター12の値によってワ
イヤードロジック回路11の処理が再開する。
That is, when the exception processing unit 30 detects an exceptional process for the wired logic circuits 11 and 21, the value of the register 12 is held by the selector 13 based on the instruction of the exception processing unit 30, and the wired logic circuit 11 is processed. The operation of does not proceed. When the exception processing unit 30 detects that the exceptional processing has ended, the selector 13 is opened, and the processing of the wired logic circuit 11 is restarted according to the value of the register 12.

【0017】また、セレクター13には例外処理部30
からの値も入力されており、例外処理部30の検出した
状態によっては、例外処理部30からセレクター13を
介してポインターの値がワイヤードロジック回路11に
供給され、ワイヤードロジック回路11において例外的
な処理や、あるいは例外的な状態に適した処理が行える
ようになっている。
In addition, the selector 13 includes an exception handling unit 30.
The value of the pointer is also supplied from the exception processing unit 30 to the wired logic circuit 11 via the selector 13 depending on the state detected by the exception processing unit 30. It is designed so that processing or processing suitable for exceptional conditions can be performed.

【0018】サブステートメント部20a〜20fのワ
イヤードロジック回路21についても同様である。サブ
ステート状態レジスター23の出力は例外処理部30に
よって制御されるセレクター24を介してワイヤードロ
ジック回路21に供給される。このため、例外処理部3
0が例外的な処理の必要性、あるいはそのような処理が
行われていることを検出したり、また、ワイヤードロジ
ック回路21を一時的に停止させた方が良いと判断した
ときなどは、レジスター23の値がホールドされ、ワイ
ヤードロジック回路21の操作は進まない。例外処理部
30が例外的な処理の終わりを検出するなど、ワイヤー
ドロジック回路21の操作を再開させるときは、セレク
ター24を介してレジスター23の値がワイヤードロジ
ック回路21に供給され、次の操作が行われる。セレク
ター13と同様にセレクター24を介してワイヤードロ
ジック回路21に例外処理部30からポインターの値を
供給できる。従って、ワイヤードロジック回路21を用
いて選択的に例外的な処理を行わせたり、あるいは例外
的な状態に適した処理を行わせることも可能である。も
ちろん、例外処理部30において、エラー処理や、その
他の共通した処理を行っても良い。
The same applies to the wired logic circuit 21 of the sub-statement portions 20a to 20f. The output of the sub-state register 23 is supplied to the wired logic circuit 21 via the selector 24 controlled by the exception handling section 30. Therefore, the exception handling unit 3
When 0 detects that exceptional processing is necessary or that such processing is being performed, or when it is determined that the wired logic circuit 21 should be temporarily stopped, The value of 23 is held, and the operation of the wired logic circuit 21 does not proceed. When the operation of the wired logic circuit 21 is restarted, such as when the exception processing unit 30 detects the end of exceptional processing, the value of the register 23 is supplied to the wired logic circuit 21 via the selector 24, and the next operation is performed. Done. As with the selector 13, the exception processing unit 30 can supply the pointer value to the wired logic circuit 21 via the selector 24. Therefore, it is possible to selectively perform exceptional processing using the wired logic circuit 21 or perform processing suitable for the exceptional state. Of course, the exception processing unit 30 may perform error processing or other common processing.

【0019】セレクター24の出力はメインステートメ
ント部10に戻されており、メインステートメント部1
0はこの出力によってサブステートメント部のワイヤー
ドロジック回路21における進行状況を監視している。
従って、レジスタ23の値によってサブステートメント
部のワイヤードロジック回路21における処理の終了が
判別でき、これによってメインステートメント部10の
処理が再開される。本例の処理装置は、レジスタをポイ
ンターとして用いてサブステートメント部の状態が参照
されており、メインステートメント部からサブステート
メント部へ、また、サブステートメント部からメインス
テートメント部へと処理主体がダイナミックに入れ替わ
り、データストリームの処理を継続して行う。
The output of the selector 24 is returned to the main statement section 10, and the main statement section 1
0 monitors the progress of the wired logic circuit 21 in the sub-statement section based on this output.
Therefore, the end of the process in the wired logic circuit 21 of the sub-statement part can be determined by the value of the register 23, and the process of the main statement part 10 is restarted. In the processing device of this example, the state of the sub-statement part is referenced by using a register as a pointer, and the processing subject is dynamically switched from the main statement part to the sub-statement part and from the sub-statement part to the main statement part. , Continue processing the data stream.

【0020】このように、本例の復号装置においては、
入力されたデータストリームを処理する回路が複数のワ
イヤードロジック回路21によって実現されているの
で、処理速度は非常に速い。また、これらのワイヤード
ロジック回路21は、複数のサブステートメント部20
a〜20fに別れて構成されており、これらのサブステ
ートメント部20a〜20fは処理手順の異なるデータ
グループ、本例の画像情報を伝達するデータストリーム
においては各レイヤーのデータグループ51、53、5
5、57、59および61に対応して設けられている。
さらに、これらのサブステートメント部20a〜20f
は、データストリームに現れたデータグループに基づき
メインステートメント部10よって選択され、メインス
テートメント部10がサブステート状態レジスター23
をポインターとして処理を進める。
As described above, in the decoding apparatus of this example,
Since the circuit that processes the input data stream is realized by the plurality of wired logic circuits 21, the processing speed is very high. In addition, these wired logic circuits 21 include a plurality of sub-statement units 20.
a to 20f, these sub-statement portions 20a to 20f are data groups having different processing procedures, and in the data stream for transmitting the image information of this example, the data groups 51, 53, 5 of each layer.
5, 57, 59 and 61 are provided.
Furthermore, these sub-statement parts 20a to 20f
Is selected by the main statement part 10 based on the data group appearing in the data stream, and the main statement part 10 selects the substate state register 23.
The process proceeds using the as a pointer.

【0021】このため、個々のサブステートメント部に
おけるワイヤードロジック回路21で実現すべき処理内
容は、対応するデータグループに含まれるデータの処理
だけに限定できる。それぞれのサブステートメント部に
設けられたワイヤードロジック回路21は限られた機能
を果たせば良いので、回路が複雑化するのを防止でき、
クリティカルパスを短くすることが可能となる。従っ
て、オーバーヘッドがなく、処理速度が速いといったワ
イヤードロジック回路のメリットを最大限に発揮でき
る。
Therefore, the processing contents to be realized by the wired logic circuit 21 in each sub-statement portion can be limited to only the processing of the data included in the corresponding data group. Since the wired logic circuit 21 provided in each sub-statement section only needs to perform a limited function, it is possible to prevent the circuit from becoming complicated,
It is possible to shorten the critical path. Therefore, the advantages of the wired logic circuit such as no overhead and high processing speed can be maximized.

【0022】メインステートメント部10も、その機能
はデータストリームに現れたデータグループに対応した
サブステートメント部を選択して処理を進めることに限
定されている。このため、ワイヤードロジック回路を用
いて実現することが可能であり、高速で処理を行える。
また、サブステート状態レジスター23の値を参照する
ことによって、サブステートメント部の処理が終了する
と、処理装置の制御がメインステートメント部10の側
に自動的に移される。従って、メインステートメント部
10からサブステートメント部20a〜20fのいずれ
かに処理がわたり、次にメインステートメント部10に
処理が移るといった、メインステートメント部10とサ
ブステートメント部20の間で交替制御が行われる。こ
れによって、メインステートメント部10のワイヤード
ロジック回路11で実現する処理内容と、サブステート
メント部20のワイヤードロジック回路21で実現する
処理内容を明確に分離し、それぞれのワイヤードロジッ
ク回路11および21の構成が複雑になるのを阻止して
いる。また、メインステートメント部10とサブステー
トメント部20との間でダイナミックに交替制御される
ので、移行におけるオーバーヘッドはなく、処理速度の
低下も防止できる。
The function of the main statement portion 10 is also limited to selecting the sub statement portion corresponding to the data group appearing in the data stream and proceeding with the processing. Therefore, it can be realized by using a wired logic circuit, and processing can be performed at high speed.
Further, by referring to the value of the sub-state state register 23, when the processing of the sub-statement section is completed, the control of the processing device is automatically transferred to the main statement section 10 side. Therefore, replacement control is performed between the main statement part 10 and the sub-statement part 20, such that the process is transferred from the main statement part 10 to any of the sub-statement parts 20a to 20f, and then the process is transferred to the main statement part 10. . As a result, the processing content realized by the wired logic circuit 11 of the main statement section 10 and the processing content realized by the wired logic circuit 21 of the sub statement section 20 are clearly separated, and the configurations of the wired logic circuits 11 and 21 are It keeps it from becoming complicated. Further, since the main statement part 10 and the sub-statement part 20 are dynamically controlled to be replaced, there is no overhead in migration and it is possible to prevent a decrease in processing speed.

【0023】このようなワイヤードロジック回路は、近
年、HDLあるいはVHDLといったハードウェア記述
言語による設計が行われており、回路の開発に必要な時
間が大幅に短縮され、回路の変更も容易に行えるように
なっている。従って、本例の復号装置のようにワイヤー
ドロジック回路を用いた装置であっても設計・開発に要
する時間は短縮され、また、仕様変更などにも柔軟な対
応が可能となっている。このため、汎用性という面にお
いても従来のプログラムあるいはマイクロプログラムを
用いた処理装置に十分に対抗でき、より処理速度の速い
処理装置を提供することができる。また、マイクロプロ
グラムメモリーと異なり、必要最小限の素子を回路上に
用意すれば良いので、チップサイズを小さくできる。
In recent years, such a wired logic circuit has been designed by a hardware description language such as HDL or VHDL, so that the time required for the development of the circuit can be greatly shortened and the circuit can be easily changed. It has become. Therefore, even a device using a wired logic circuit such as the decoding device of this example can shorten the time required for design and development, and can flexibly deal with a change in specifications. Therefore, also in terms of versatility, it is possible to sufficiently oppose a processing device using a conventional program or a microprogram, and it is possible to provide a processing device having a higher processing speed. Further, unlike the micro program memory, it is only necessary to prepare the minimum necessary elements on the circuit, so that the chip size can be reduced.

【0024】さらに、本例の復号装置においては、各ワ
イヤードロジック回路11および21の操作を進めるレ
ジスター12および23の出力をセレクター13および
24を介して供給している。そして、これらのセレクタ
ー13および24を例外処理部30によって操作し、ワ
イヤードロジック回路11および21に供給されるポイ
ンターの値を制御している。従って、例外処理部30に
おける処理、例えばエラー処理が必要になると、メイン
ステートメント部10および各サブステートメント部2
0a〜20fに供給されるレジスター12および23の
値をホールドし、それぞれのワイヤードロジック回路1
1および21における操作を中断して、エラー処理を行
える。同様に、ワイヤードロジック回路11および21
にエラー処理に適した処理を行われせることも可能であ
る。そして、エラー処理が終了するとレジスター12お
よび23の値がセレクター13および24を介して各ワ
イヤードロジック回路11および21に供給されるの
で、それぞれのワイヤードロジック回路において継続し
た処理を行える。
Further, in the decoding apparatus of this example, the outputs of the registers 12 and 23 for advancing the operation of the wired logic circuits 11 and 21 are supplied via the selectors 13 and 24. Then, the selectors 13 and 24 are operated by the exception processing unit 30 to control the values of the pointers supplied to the wired logic circuits 11 and 21. Therefore, when processing in the exception handling unit 30, for example, error handling is required, the main statement unit 10 and each sub-statement unit 2
The values of the registers 12 and 23 supplied to 0a to 20f are held and the wired logic circuit 1 of each is held.
The error handling can be performed by interrupting the operations in 1 and 21. Similarly, the wired logic circuits 11 and 21
It is also possible to cause the processing appropriate for error processing to be performed. When the error processing is completed, the values of the registers 12 and 23 are supplied to the wired logic circuits 11 and 21 via the selectors 13 and 24, so that the continuous processing can be performed in the respective wired logic circuits.

【0025】従来のワイヤードロジック回路において
は、エラー処理などの例外処理も操作の各段階で判断し
処理しているので、ロジックが複雑となり多くのゲート
素子と長い配線が必要となっていた。このため、スルー
プットが低下し、さらに、回路の占める面積が大きくな
るのでチップサイズが大きく、また価格も高くなる。
In the conventional wired logic circuit, since exceptional processing such as error processing is also judged and processed at each stage of operation, the logic becomes complicated and many gate elements and long wiring are required. As a result, the throughput is reduced and the area occupied by the circuit is increased, resulting in a large chip size and a high price.

【0026】これに対し、本例の復号装置においては、
エラー処理などの例外処理を個々のワイヤードロジック
回路から分離し共通化したり、例外処理部の制御によっ
てワイヤードロジック回路で所定の操作を行うことが可
能となる。従って、ワイヤードロジック回路の構成を簡
略化でき、少ないゲート素子と短い配線で回路を構成で
きる。さらに、個々のワイヤードロジック回路の各操作
ステップに例外的な処理を考慮しなくて良いので、処理
対象となるデータグループに対応した最適な回路構成を
採用でき、開発および設計に費やす時間も短縮すること
ができる。この結果、ワイヤードロジック回路の専有面
積を大幅に縮減でき、LSI等の復号装置の搭載された
処理装置の小型化と低価格化を図れる。さらに、ゲート
素子が少なくなり、回路も短くなるので、処理速度の向
上はもちろん、消費電力の低減にも有効である。
On the other hand, in the decoding device of this example,
Exceptional processing such as error processing can be separated from individual wired logic circuits for common use, or a predetermined operation can be performed by the wired logic circuits under the control of the exception processing unit. Therefore, the configuration of the wired logic circuit can be simplified, and the circuit can be configured with a small number of gate elements and short wiring. Furthermore, because it is not necessary to consider exceptional processing in each operation step of each wired logic circuit, it is possible to adopt the optimum circuit configuration corresponding to the data group to be processed and reduce the time spent for development and design. be able to. As a result, the area occupied by the wired logic circuit can be significantly reduced, and the size and cost of the processing device equipped with a decoding device such as an LSI can be reduced. Furthermore, since the number of gate elements is reduced and the circuit is shortened, it is effective not only in improving processing speed but also in reducing power consumption.

【0027】なお、本例においてはMPEG1およびM
PEG2で標準化された画像データの構成を基に、圧縮
符号化されたデータを復号化する装置を例に説明したが
本発明はこれに限定されない。JPEG(Joint Photog
raphic Coding Experts Group)あるいはH.261(I
TU−T勧告第261号)などの標準における画像デー
タの構成もほぼ同様の階層構造をもっており、これらの
データグループに対応したサブステートメント部を設け
ることによって上記と同様の処理装置を実現することは
もちろん可能である。さらに、同様のデータ構造を用い
てオーディオ信号を符号化するための標準化も進んでい
る。
In this example, MPEG1 and M
Although the apparatus for decoding the compression-encoded data based on the structure of the image data standardized by PEG2 has been described as an example, the present invention is not limited to this. JPEG (Joint Photog
raphic Coding Experts Group) or H.P. 261 (I
The structure of image data in a standard such as TU-T Recommendation No. 261) also has almost the same hierarchical structure, and it is not possible to realize a processing device similar to the above by providing sub-statement parts corresponding to these data groups. Of course it is possible. Furthermore, standardization for encoding audio signals using a similar data structure is also in progress.

【0028】[0028]

【発明の効果】以上に説明したように、本発明の処理装
置は複数のサブステートメント部を設けてあり、それぞ
れのサブステートメント部がデータグループの処理手順
に従って構成されたワイヤードロジック回路を備えてい
る。そして、メインステートメント部によってデータス
トリームに現れたデータグループに対応したサブステー
トメント部が選択され処理が行われる。このため、個々
のワイヤードロジック回路は対応するデータグループを
処理するために特化したより簡素な回路となる。
As described above, the processing device of the present invention is provided with a plurality of sub-statement portions, and each sub-statement portion is provided with the wired logic circuit configured according to the processing procedure of the data group. . Then, the sub-statement portion corresponding to the data group appearing in the data stream is selected by the main statement portion and processed. Thus, each wired logic circuit is a simpler circuit dedicated to processing the corresponding data group.

【0029】従って、オーバーヘッドをなくし、また、
装置を小型化できるので、複数のタイプのデータを取り
扱う煩雑な処理装置をワイヤードロジック回路のメリッ
トを活かして構成でき、処理速度の速い装置を提供でき
る。
Therefore, the overhead is eliminated, and
Since the device can be miniaturized, a complicated processing device that handles a plurality of types of data can be configured by taking advantage of the wired logic circuit, and a device with a high processing speed can be provided.

【0030】さらに、エラー処理などの例外的な処理を
行う部分を共通化でき、例外的な処理が必要となるとワ
イヤードロジック回路の操作をホールドできる。これに
よって、例外的な処理を行うために従来のワイヤードロ
ジック回路が必要としていた多くのゲート素子と配線を
省き、ワイヤードロジック回路を簡素化できる。これに
より、さらに処理速度が速く、チップサイズを縮減し安
価に製造可能な処理装置を提供できる。
Further, a portion for performing exceptional processing such as error processing can be shared, and when exceptional processing is required, the operation of the wired logic circuit can be held. As a result, many gate elements and wirings required in the conventional wired logic circuit for performing exceptional processing can be omitted, and the wired logic circuit can be simplified. As a result, it is possible to provide a processing apparatus which has a higher processing speed, a reduced chip size, and can be manufactured at low cost.

【0031】このように本発明の処理装置は、所定の標
準に従ってグループ化されたデータによるデータストリ
ームを高速で処理できるものであり、ビデオ信号などの
画像情報をリアルタイムで圧縮符号化したり、圧縮符号
化されて送られた画像データを復号化する処理装置に好
適なものである。
As described above, the processing apparatus of the present invention is capable of processing a data stream of data grouped according to a predetermined standard at high speed, and compresses and encodes image information such as a video signal in real time or the compression code. It is suitable for a processing device that decodes image data that has been sent after being converted.

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

【図1】本発明の実施例に係る復号装置の概略構成を示
すブロック図である。
FIG. 1 is a block diagram showing a schematic configuration of a decoding device according to an embodiment of the present invention.

【図2】MPEGの標準による画像データの概略構成を
示す図である。
FIG. 2 is a diagram showing a schematic configuration of image data according to the MPEG standard.

【図3】従来のプログラマブルなプロセッサーを用いた
処理装置の概略構成を示すブロック図である。
FIG. 3 is a block diagram showing a schematic configuration of a processing device using a conventional programmable processor.

【図4】従来のマイクロプログラムを用いた処理装置の
概略構成を示すブロック図である。
FIG. 4 is a block diagram showing a schematic configuration of a processing device using a conventional microprogram.

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

1・・CPU 2・・プログラムの記憶媒体としてのROM 3・・制御ロジック 4・・プログラムカウンター 5・・マイクロプログラムメモリー 6,9・・入出力ユニット 7,8・・バッファー 10・・メインステートメント部 11・・メインステートメント部のワイヤードロジック
回路 12・・メインステート状態レジスター 13、22、24・・セレクター 15・・カレントレイヤーレジスター 20・・サブステートメント部 21・・サブステートメント部のワイヤードロジック回
路 23・・サブステート状態レジスター
1 ... CPU 2 ... ROM as program storage medium 3 ... Control logic 4 ... Program counter 5 ... Micro program memory 6, 9 ... Input / output unit 7, 8 ... Buffer 10 ... Main statement part 11 ... Wired logic circuit of main statement part 12 ... Main state status register 13, 22, 24 ... Selector 15 ... Current layer register 20 ... Sub statement part 21 ... Wired logic circuit of sub statement part 23 ... Substate status register

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 グループ化された複数のデータを備えた
データストリームを処理する処理装置であって、 前記グループの処理手順に従って構成されたワイヤード
ロジック回路を備えた複数のサブステートメント部と、 前記データストリームに現れた前記グループに対応して
前記サブステートメント部のいずれかを選択するワイヤ
ードロジック回路を備えたメインステートメント部とを
有することを特徴とする処理装置。
1. A processing device for processing a data stream comprising a plurality of grouped data, comprising: a plurality of sub-statement units comprising a wired logic circuit configured according to a processing procedure of the group; And a main statement unit including a wired logic circuit that selects one of the sub-statement units corresponding to the group appearing in the stream.
【請求項2】 請求項1において、前記メインステート
メント部のワイヤードロジック回路と、前記サブステー
トメント部のワイヤードロジック回路のいずれかとが交
互に処理を行うことを特徴とする処理装置。
2. The processing device according to claim 1, wherein the wired logic circuit in the main statement portion and any of the wired logic circuits in the sub statement portion perform processing alternately.
【請求項3】 請求項1において、前記サブステートメ
ント部のワイヤードロジック回路の操作を進めるポイン
ターを有し、このポインターは前記メインステートメン
ト部によって前記サブステーション部のワイヤードロジ
ック回路のいずれかの操作を開始する値に設定され、さ
らに、このポインターの値を前記メインステートメント
部が参照し、前記サブステートメント部のワイヤードロ
ジック回路における操作が終了すると前記メインステー
トメント部のワイヤードロジック回路における操作が開
始されることを特徴とする処理装置。
3. The pointer according to claim 1, further comprising a pointer for advancing an operation of the wired logic circuit of the sub-statement unit, the pointer starting an operation of any of the wired logic circuits of the sub-station unit by the main statement unit. The main statement part refers to the value of this pointer, and when the operation in the wired logic circuit of the sub statement part is completed, the operation in the wired logic circuit of the main statement part is started. Characterizing processing device.
【請求項4】 請求項1において、前記ワイヤードロジ
ック回路の操作を進めるポインターと、前記ワイヤード
ロジック回路に対し例外的な処理を検出する例外処理部
とを有し、この例外処理部によって前記ポインターの値
が制御可能であることを特徴とする処理装置。
4. The pointer according to claim 1, further comprising a pointer for advancing the operation of the wired logic circuit, and an exception processing unit for detecting an exceptional process for the wired logic circuit. A processing device having a controllable value.
【請求項5】 請求項1において、前記データストリー
ムは、MPEG1あるいはMPEG2に従った画像デー
タであり、前記グループが階層構造をなしていることを
特徴とする処理装置。
5. The processing apparatus according to claim 1, wherein the data stream is image data according to MPEG1 or MPEG2, and the groups have a hierarchical structure.
JP7191339A 1995-07-27 1995-07-27 Processor Pending JPH0946702A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7191339A JPH0946702A (en) 1995-07-27 1995-07-27 Processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7191339A JPH0946702A (en) 1995-07-27 1995-07-27 Processor

Publications (1)

Publication Number Publication Date
JPH0946702A true JPH0946702A (en) 1997-02-14

Family

ID=16272924

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7191339A Pending JPH0946702A (en) 1995-07-27 1995-07-27 Processor

Country Status (1)

Country Link
JP (1) JPH0946702A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6618446B1 (en) 1998-11-30 2003-09-09 Victor Company Of Japan, Ltd. Apparatus and method of data reconstruction

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6618446B1 (en) 1998-11-30 2003-09-09 Victor Company Of Japan, Ltd. Apparatus and method of data reconstruction

Similar Documents

Publication Publication Date Title
US5774206A (en) Process for controlling an MPEG decoder
US5812791A (en) Multiple sequence MPEG decoder
US6782368B2 (en) Media processing apparatus that operates at high efficiency
US6799246B1 (en) Memory interface for reading/writing data from/to a memory
US7403564B2 (en) System and method for multiple channel video transcoding
US6959348B1 (en) Method and system for accessing data
US5818967A (en) Video decoder engine
JP3558840B2 (en) Apparatus and method for detecting bit stream signal format in signal processing system
US5774676A (en) Method and apparatus for decompression of MPEG compressed data in a computer system
JP2000207202A (en) Controller and data processor
US20120243619A1 (en) Apparatus processing video stream
US5781134A (en) System for variable length code data stream position arrangement
US20050080784A1 (en) Data processing system
JPH0946702A (en) Processor
US7590295B2 (en) Semiconductor device and an image processor
JP2682402B2 (en) Data processing device
US7350035B2 (en) Information-processing apparatus and electronic equipment using thereof
JPH11239348A (en) Video/audio signal processing unit
US20070206870A1 (en) Encoded Data Decoding Apparatus
WO1996036178A1 (en) Multiple sequence mpeg decoder and process for controlling same
US20070192393A1 (en) Method and system for hardware and software shareable DCT/IDCT control interface
JP2001218201A (en) Parallel image decoder, parallel image decoding method and program recording medium for parallel image decoding
US7072400B2 (en) Inverse zigzag scanning of a matrix of video data values and manipulation
JP4498848B2 (en) Image processing device
KR100306743B1 (en) Apparatus and method for encoding and decoding video data based on pc