JPH11146350A - Video audio decoder - Google Patents

Video audio decoder

Info

Publication number
JPH11146350A
JPH11146350A JP30312397A JP30312397A JPH11146350A JP H11146350 A JPH11146350 A JP H11146350A JP 30312397 A JP30312397 A JP 30312397A JP 30312397 A JP30312397 A JP 30312397A JP H11146350 A JPH11146350 A JP H11146350A
Authority
JP
Japan
Prior art keywords
packet
cpu
information
fifo
value
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.)
Withdrawn
Application number
JP30312397A
Other languages
Japanese (ja)
Inventor
Eizo Fujisawa
栄蔵 藤沢
Hirokazu Takeuchi
広和 竹内
Yasuyuki Suzuki
康之 鈴木
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP30312397A priority Critical patent/JPH11146350A/en
Publication of JPH11146350A publication Critical patent/JPH11146350A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Television Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide the decoder by which data adopting the program stream PS method or the transport stream method are decoded with sufficient performance by replacing software. SOLUTION: System clock information of a coder is recovered by detecting a head of a packet on which video image and audio data are multiplexed, filtering only a valid packet required for decoding based on a header pattern of the head of the packet, detecting the packet including the system clock information of the coder and informing a CPU 18 of it when the system clock information is extracted. The CPU 18 attains decoding by software with sufficient performance by reading header information of the valid packet or all valid packets from an FIFO 13.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、CATVや衛星デ
ジタル放送など、マルチメディアサービスに必要な映像
・オーディオの復号装置に関する。
The present invention relates to a video / audio decoding device required for multimedia services such as CATV and satellite digital broadcasting.

【0002】[0002]

【従来の技術】ISO/IECJTC1/SC29にお
いては、映像及びそれに関連したオーディオデータの圧
縮方式、及び多重化方式が標準化されている。特に、多
重化方式には、主に蓄積系のデータ用に規定された可変
長パケットのPS(Program Stream)方
式と、ある程度の伝送誤りにも対応できる固定長パケッ
トのTS(Transport Stream)方式が
ある。
2. Description of the Related Art In ISO / IECJTC1 / SC29, a compression system and a multiplexing system for video and audio data related thereto are standardized. In particular, the multiplexing method includes a variable-length packet PS (Program Stream) method mainly specified for data of a storage system and a fixed-length packet TS (Transport Stream) method capable of coping with a certain transmission error. is there.

【0003】PS方式では、一つのストリームの中に複
数の番組(映像と関連づけられたオーディオ・データ等
が一対となったもの)が多重化されることはないが、T
S方式では複数の番組が多重されることがある。したが
って、TS方式では特定の番組のパケットだけをフィル
タリングし、デコードする必要がある。
In the PS system, a plurality of programs (one pair of audio data and the like associated with video) are not multiplexed in one stream.
In the S system, a plurality of programs may be multiplexed. Therefore, in the TS system, it is necessary to filter and decode only packets of a specific program.

【0004】パケットのフレーミング(先頭から最後ま
で)では、PS方式の場合、先頭にユニークなパターン
が規定されており、そのパターンを見つけることて検出
できる。しかし、TS方式の場合、先頭パターンは規定
されているが、その値はユニークではない。したがっ
て、ユニークパターンを繰り返し検出してはじめて、フ
レームの先頭として認識できる。また、TS方式の場
合、固定長パケッ卜であるため、伝送誤り等でヘッダパ
ターンに誤りが発生しても、次のパケッ卜受信を予想す
ることができる。
In the framing of a packet (from the beginning to the end), in the case of the PS system, a unique pattern is defined at the beginning, and can be detected by finding the pattern. However, in the case of the TS system, the head pattern is defined, but its value is not unique. Therefore, it can be recognized as the beginning of the frame only after repeatedly detecting the unique pattern. In the case of the TS system, since the packet is a fixed-length packet, even if an error occurs in the header pattern due to a transmission error or the like, the next packet reception can be expected.

【0005】復号装置では、符号化装置でデータ圧縮時
に用いたシステムクロックに同期して、復号を行う必要
がある。PS方式、TS方式のいずれの場合でも、シス
テムクロック情報は、ぞれぞれのパケットに多重化され
る。ただし、TSの場合には複数のプログラムが多重さ
れているため、複数のシステムクロック情報の中からフ
ィルタリングする必要がある。
In the decoding device, it is necessary to perform decoding in synchronization with the system clock used at the time of data compression in the encoding device. In both the PS system and the TS system, the system clock information is multiplexed into each packet. However, in the case of the TS, since a plurality of programs are multiplexed, it is necessary to perform filtering from among a plurality of pieces of system clock information.

【0006】復号する番組データの中で、映像、オーデ
ィオ、データ情報、及びその他のテーブル情報の区別
は、PS方式の場合、PSパケット内に多重されたPE
SパケットのStreamIDで識別される。PSパケ
ットには、映像PESパケット、オーディオPESパケ
ット、データ伝送用のプライベートPESパケットと、
テーブル情報であるPSI情報等が多重されており、P
ESパケットのStreamIDを見て識別できる。ま
た、TS方式の場合には、TSパケットのヘッダに含ま
れるPIDで識別する。映像、オーディオ、データ情
報、及びテーブル情報等のデータごとに、ユニークなP
IDを設定し、設定したTSパケットのみをフィルタリ
ングし内容を識別する。
[0006] In the program data to be decoded, video, audio, data information, and other table information are distinguished from each other by using the PE multiplexed in the PS packet in the case of the PS system.
It is identified by the StreamID of the S packet. The PS packet includes a video PES packet, an audio PES packet, a private PES packet for data transmission,
PSI information, which is table information, is multiplexed.
It can be identified by looking at the StreamID of the ES packet. In the case of the TS system, the identification is made by the PID included in the header of the TS packet. Unique P for each data such as video, audio, data information and table information
An ID is set, and only the set TS packet is filtered to identify the content.

【0007】PS方式とTS方式を比較した場合、以上
のような違いがあり、双方の機能を満足する復号機能を
全てハードウェアで実現することは、非常に困難とな
る。したがって、両方式の処理の共通部分と異なる部分
を整理し、すくなくとも異なる部分をソフトウェアで処
理するようにすれば、容易に両方式の復号が実現できる
ことになる。
When the PS system and the TS system are compared, there are differences as described above, and it is very difficult to realize all decoding functions satisfying both functions by hardware. Therefore, if the parts different from the common part of both types of processing are arranged and at least different parts are processed by software, it is possible to easily realize both types of decoding.

【0008】たとえば、PS方式で復号する場合、一つ
のPSパケットには、比較的大きなパケット長(最大6
4Kbyte)を持つ映像PESパケット、オーディオ
PESパケット等が多重されており、しかも、別の番組
のPSパケットは多重されていない。したがって、プロ
セッサがシステムデコード処理を行う頻度は少なく、そ
の負荷はさほど大きくない。
For example, when decoding by the PS method, one PS packet has a relatively large packet length (up to 6).
Video PES packets and audio PES packets having 4 Kbytes) are multiplexed, and PS packets of another program are not multiplexed. Therefore, the frequency at which the processor performs the system decoding process is low, and the load is not so large.

【0009】しかし、TS方式で復号する場合には、T
Sパケット長はl88octetで、高頻度にヘッダ情
報を読みシステムデコードする必要があり、プロセッサ
の負荷は非常に大きくなる。(たとえばMPEG2の場
合、一つの番組の伝送レートを6Mbpsとすると、2
50μsに一回システムデコードを行う必要がある。)
しかも、TS方式の場合には、別の番組のパケットも受
信する可能性もあり、さらに負荷は大きくなる。また、
ソフトウェアによる復号では、メモリ間データ移動が発
生するため、高性能のプロセッサを用いたとしても、プ
ロセッサのバスネックを解決できなければ、十分な性能
を達成できない。
However, when decoding is performed by the TS method, T
The S-packet length is 188 octets, and it is necessary to read the header information at a high frequency and decode the system, which greatly increases the load on the processor. (For example, in the case of MPEG2, if the transmission rate of one program is 6 Mbps, 2
It is necessary to perform system decoding once every 50 μs. )
In addition, in the case of the TS system, there is a possibility that a packet of another program may be received, and the load is further increased. Also,
In decoding by software, data movement between memories occurs. Therefore, even if a high-performance processor is used, sufficient performance cannot be achieved unless the bus bottleneck of the processor can be solved.

【0010】[0010]

【発明が解決しようとする課題】本発明で解決しようと
する問題点は、ソフトウェアを取り替えることで、PS
方式あるいはTS方式の復号を、十分な性能で達成でき
る復号装置を実現することにある。
The problem to be solved by the present invention is that by replacing software, the PS
It is an object of the present invention to realize a decoding device that can achieve decoding of the TS method or the TS method with sufficient performance.

【0011】[0011]

【課題を解決するための手段】前記問題点を解決する手
段として、外部から提供されたクロックに同期して、映
像及びオーディオが多重された固定長パケットのデータ
を受信し、パケットのヘッダパターンを複数回連続して
検出することで、固定長パケットの先頭を検出する手段
と、パケット先頭のヘッダパターンから、少なくとも1
つのへッダパターンを持った有効パケットだけを検出し
て受信する手段と、上記有効パケットのヘッダパターン
から、符号化装置のシステムクロック情報を含んだパケ
ットを検出し、システムクロック情報を抽出してCPU
に通知する手段と、外部から提供されたクロックを用い
て、上記有効パケットのみをFIFOに書込み、内部で
生成したクロックを用いて上記FIFOから読み出す手
段と、上記有効パケットをFIFOに書き込んだことを
CPUに通知する手段と、CPUがFIFOから上記有
効パケットを読み出す手段と、CPUからの指示によ
り、FIFOから有効パケットの全てあるいは一部を読
み出し、パケットの残り情報を映像復号部あるいはオー
ディオ復号部に出力する手段と、CPUからの指示によ
り、FIFOから有効パケットの全てあるいは一部を読
み出し、廃棄する手段を持つ。
As means for solving the above-mentioned problems, data of a fixed-length packet in which video and audio are multiplexed are received in synchronization with an externally provided clock, and the header pattern of the packet is changed. A means for detecting the head of the fixed-length packet by detecting the data a plurality of times in succession, and at least one
Means for detecting and receiving only valid packets having two header patterns, and detecting a packet including system clock information of the encoding device from the header pattern of the valid packet, extracting system clock information, and
Means for writing the valid packet only to the FIFO using an externally provided clock, means for reading from the FIFO using an internally generated clock, and writing the valid packet to the FIFO. Means for notifying the CPU, means for the CPU reading the valid packet from the FIFO, and reading of all or part of the valid packet from the FIFO in accordance with an instruction from the CPU, and transmitting the remaining information of the packet to the video decoding unit or the audio decoding unit. It has a means for outputting, and a means for reading out all or a part of valid packets from the FIFO and discarding them according to an instruction from the CPU.

【0012】また、映像及びオーディオが多重されたパ
ケットと、その他のデータを複合して通信するバス経由
で受信する入力手段と、上記固定長パケットのみを受信
する入力手段と、CPUからの指示により、上記いずれ
かの入力手段を選択し受信する手段を持つ。
Further, input means for receiving a packet in which video and audio are multiplexed and other data via a bus for compound communication, input means for receiving only the fixed length packet, and an instruction from the CPU. And means for selecting and receiving any of the above input means.

【0013】また、CPUからの指示により、上記有効
パケット、あるいは符号化装置のシステムクロック情報
を含んだパケットのヘッダパターンを設定する手段と、
設定されたヘッダパターンと受信パケットの比較を起
動、停止する手段を持つ。
Means for setting a header pattern of the above-mentioned valid packet or a packet containing system clock information of the encoding device in accordance with an instruction from the CPU;
It has means for starting and stopping the comparison between the set header pattern and the received packet.

【0014】また、パケット同期が検出された有効パケ
ットを受信した場合、有効パケッ卜情報と、パケットの
先頭を示すパケットヘッダ情報をFIFOに書き込む手
段と、CPUが、FIFOからパケット情報とパケット
ヘッダ情報を読み出す手段を持つ。
When a valid packet for which packet synchronization has been detected is received, valid packet information and packet header information indicating the beginning of the packet are written into the FIFO, and the CPU transmits the packet information and the packet header information from the FIFO. Has a means for reading out.

【0015】また、CPUからの指示により、FIFO
から読み出すバケットの全てあるいは一部のデータ長を
設定する手段と、読み出されたデータを映像復号部への
出力、あるいはオーディオ復号部への出力、あるいはC
PU読み出し、あるいは廃棄のいずれかに選択する手段
と、上記FIFOからの読み出しを開始する手段と、F
IFOからの読み出し完了後に、CPUに通知する手段
を持つ。
In response to an instruction from the CPU, the FIFO
Means for setting the data length of all or some of the buckets to be read from the output unit, and outputting the read data to the video decoding unit or the output to the audio decoding unit;
Means for selecting either PU reading or discarding; means for starting reading from the FIFO;
It has means for notifying the CPU after reading from the IFO is completed.

【0016】また、上記有効パケットのヘッダパターン
から、符号化装置のシステムクロック情報を含んだパケ
ットを検出し、システムクロック情報を抽出して,符号
化装置のシステムクロックを再生する手段と、外部から
符号化装置のシステムクロックを受信する手段と、CP
Uからの指示により、上記いずれかのシステムクロック
を選択する手段を持つ。
A means for detecting a packet containing system clock information of the encoding device from the header pattern of the valid packet, extracting the system clock information, and reproducing the system clock of the encoding device, Means for receiving the system clock of the encoding device;
It has means for selecting any of the above system clocks in response to an instruction from U.

【0017】また、前記有効パケットから、システムク
ロック情報を抽出してCPUに通知する場合、システム
クロック情報として受信した有限語長の送信カウンタ値
のみ検出する手段と、自身の受信側クロックに基づいて
カウントアップする有限語長の受信カウンタ値を保持す
る手段と、前記送信カウンタ値のうち規定数の下位ビッ
トで表される送信下位カウンタ値と前記受信カウンタ値
のうち規定数で表される下位ビットで表される前記受信
下位カウンタ値との差分をとる手段と、前記システムク
ロック情報を抽出した際に、前記送信下位カウンタ値と
前記受信下位カウンタ値との差分値に基づいて前記受信
側クロックの周波数を変更し、送信側のシステムクロッ
クを再生する手段を持つ。
In the case where system clock information is extracted from the valid packet and notified to the CPU, means for detecting only a transmission counter value of a finite word length received as the system clock information is provided based on its own receiving clock. Means for holding a reception counter value of a finite word length to be counted up, a transmission lower counter value represented by a prescribed number of lower bits of the transmission counter value, and a lower bit represented by a prescribed number of the reception counter value Means for taking a difference from the reception lower counter value represented by, and, when the system clock information is extracted, the reception clock based on the difference value between the transmission lower counter value and the reception lower counter value. It has means for changing the frequency and regenerating the system clock on the transmitting side.

【0018】また、前記送信下位カウンタ値と前記受信
下位カウンタ値との差分をとる手段で、前記送信下位カ
ウンタ値あるいは前記受信下位カウンタ値が、システム
クロック情報を直前に受信した際の前記送信下位カウン
タ値あるいは前記受信下位カウンタ値よりオーバーフロ
ー後の値の場合、前記送信下位カウンタ値あるいは前記
受信下位カウンタ値を補正してから差分をとる手段を持
つ。
The means for calculating a difference between the transmission lower-order counter value and the reception lower-order counter value may be configured so that the transmission lower-order counter value or the reception lower-order counter value indicates the transmission lower-order value when the system clock information was received immediately before. In the case of a counter value or a value after an overflow from the reception lower counter value, a means is provided for correcting the transmission lower counter value or the reception lower counter value and then calculating the difference.

【0019】また、前記送信下位カウンタ値と前記受信
下位カウンタ値との差分をとる手段で、前記送信下位カ
ウンタ値と前記受信下位カウンタ値の差分をとった結
果、差分値が規定値以上だった場合、該差分値を無視す
る手段を持つ。
The difference between the transmission lower counter value and the reception lower counter value is calculated by means for calculating the difference between the transmission lower counter value and the reception lower counter value. As a result, the difference value is greater than or equal to a specified value. In this case, there is a means for ignoring the difference value.

【0020】本発明を用いることにより、映像及びオー
ディオが多重されたパケットより、パケットの先頭を検
出でき、パケット先頭のヘッダパターンから、復号に必
要な有効パケットだけをフィルタリングでき、符号化装
置のシステムクロック情報を含んだパケットを検出し、
システムクロック情報を抽出した時点で、CPUに通知
することで、符号化装置のシステムクロック情報を再生
でき、CPUは、FIFOから上記有効パケットのヘッ
ダ情報、あるいは有効パケットの全てを読むことで、ソ
フトウェアによる復号を、十分な性能で達成できる。
By using the present invention, the head of a packet can be detected from a packet in which video and audio are multiplexed, and only valid packets necessary for decoding can be filtered from the header pattern at the head of the packet. Detects packets containing clock information,
By notifying the CPU at the time of extracting the system clock information, the system clock information of the encoding device can be reproduced. The CPU reads the header information of the valid packet or all of the valid packet from the FIFO to execute the software. Can be achieved with sufficient performance.

【0021】また、映像及びオーディオが多重されたパ
ケットを、専用のパラレルの入力ポートから入力すれ
ば、汎用バス及びローカルバスの負荷は軽減され、汎用
バスに接続される入力ポートのハードウェアも削減でき
る。
When a packet in which video and audio are multiplexed is input from a dedicated parallel input port, the load on the general-purpose bus and the local bus is reduced, and the hardware of the input port connected to the general-purpose bus is also reduced. it can.

【0022】また、CPUからの指示により、上記有効
パケット、あるいは符号化装置のシステムクロック情報
を含んだパケットのヘッダパターンを設定でき、さらに
設定されたヘッダパターンと受信パケットの比較を開
始、停止する手段を持つことで、入力回線が安定しない
場合など、異常状態等に発生する無効パケットの受信を
抑えることができる。
Further, according to an instruction from the CPU, a header pattern of the valid packet or a packet including system clock information of the encoding device can be set, and comparison of the set header pattern with a received packet is started and stopped. By having the means, it is possible to suppress the reception of invalid packets that occur in an abnormal state or the like when the input line is not stable.

【0023】また、有効パケットと共に、パケットの先
頭を示すパケットヘッダ情報をFIFOに書き込み、C
PUが、FIFOから読み出す手段を持つことで、CP
Uは容易にヘッダの位置を確認できる。
Also, packet header information indicating the beginning of the packet is written into the FIFO along with the valid packet, and
Since the PU has a means for reading from the FIFO, the CP
U can easily confirm the position of the header.

【0024】また、CPUからの指示により、FIFO
から読み出すパケットの全てあるいは一部のデータ長を
設定する手段と、読み出されたデータを映像復号部への
出力、あるいはオーディオ復号部への出力、あるいはC
PU読み出し、あるいは廃棄のいずれかに選択する手段
と、上記FIFOからの読み出しを開始する手段と、F
IFOからの読み出し完了後に、CPUに通知する手段
を持つことで、CPUはパケットのヘッダ情報のみを読
んで、映像データか、あるいはオーディオデータか、の
判断ができた後は、全てのパケット情報を読む必要はな
く、大幅にCPU負荷は軽減されることになる。
In response to an instruction from the CPU, the FIFO
Means for setting the data length of all or a part of the packet read from the PDU, and outputting the read data to the video decoding unit or the output to the audio decoding unit;
Means for selecting either PU reading or discarding; means for starting reading from the FIFO;
By having a means for notifying the CPU after reading from the IFO, the CPU reads only the header information of the packet, and after determining whether the data is video data or audio data, all the packet information is read. There is no need to read, and the CPU load is greatly reduced.

【0025】また、上記有効パケットのヘッダから、シ
ステムクロックを再生する手段と、外部から符号化装置
のシステムクロックを直接受信する手段を持ち、CPU
からの指示により、上記いずれかのシステムクロックを
選択する手段を持つことで、入力されたパケットに正常
なシステムクロック情報が含まれていない場合でも、シ
ステムクロックの同期が実現される。
The CPU has means for reproducing a system clock from the header of the valid packet and means for directly receiving the system clock of the encoding device from the outside.
Has means for selecting any one of the above system clocks in response to an instruction from, the synchronization of the system clock is realized even when the input packet does not include normal system clock information.

【0026】また、前記有効パケットから、システムク
ロック情報を抽出してCPUに通知する場合、システム
クロック情報として受信した有限語長の送信カウンタ値
のみ検出する手段と、自身の受信側クロックに基づいて
カウントアップする有限語長の受信カウンタ値を保持す
る手段と、前記送信カウンタ値のうち規定数の下位ビッ
トで表される送信下位カウンタ値と前記受信カウンタ値
のうち規定数で表される下位ビッ卜で表される前記受信
下位カウンタ値との差分をとる手段と、前記システムク
ロック情報を抽出した際に、前記送信下位カウンタ値と
前記受信下位カウンタ値との差分値に基づいて前記受信
側クロックの周波数を変更し、送信側のシステムクロッ
クを再生する手段を持つことで、カウンタをラッチする
レジスタの削減、及び比較するソフト処理の軽減が可能
となる。
When extracting system clock information from the valid packet and notifying the CPU of the extracted information, means for detecting only a transmission counter value having a finite word length received as system clock information and based on its own receiving clock. Means for holding a reception counter value of a finite word length to be counted up, a transmission lower counter value represented by a prescribed number of lower bits of the transmission counter value, and a lower bit represented by a prescribed number of the reception counter value Means for calculating a difference between the reception lower counter value represented by a symbol and the reception clock based on a difference value between the transmission lower counter value and the reception lower counter value when the system clock information is extracted. By reducing the frequency of the clock and having a means to regenerate the system clock on the transmission side, the number of registers that latch the counter can be reduced, Fine comparison mitigation of software processing that is possible.

【0027】また、前記送信下位カウンタ値と前記受信
下位カウンタ値との差分をとる手段で、前記送信下位カ
ウンタ値あるいは前記受信下位カウンタ値が、システム
クロック情報を直前に受信した際の前記送信下位カウン
タ値あるいは前記受信下位カウンタ値よりオーバーフロ
ー後の値の場合、前記送信下位カウンタ値あるいは前記
受信下位カウンタ値を補正してから差分をとる手段を持
つことで、比較するカウンタの語長を制限しても、正確
なカウンタ値の差分が検出できる。
The transmission lower counter value or the reception lower counter value may be obtained by calculating a difference between the transmission lower counter value and the reception lower counter value. In the case of a counter value or a value after overflow from the reception lower counter value, the word length of the counter to be compared is limited by having a means for correcting the transmission lower counter value or the reception lower counter value and then taking a difference. However, an accurate counter value difference can be detected.

【0028】また、前記送信下位カウンタ値と前記受信
下位カウンタ値との差分をとる手段で、前記送信下位カ
ウンタ値と前記受信下位カウンタ値の差分をとった結
果、差分値が規定値以上だった場合、該差分値を無視す
る手段を持つことで、突発的な差分値異常を回避でき
る。
The difference between the transmission lower counter value and the reception lower counter value is calculated by means for calculating the difference between the transmission lower counter value and the reception lower counter value. As a result, the difference value is equal to or greater than a specified value. In this case, by providing means for ignoring the difference value, sudden difference value abnormality can be avoided.

【0029】[0029]

【発明の実施の形態】以下、本発明の実施の形態を図面
に基づき説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0030】図1に本発明の実施の形態を示す。FIG. 1 shows an embodiment of the present invention.

【0031】図1に示すように、汎用バスインタフェー
ス10は、汎用バス0とローカルバス1を接続し、図示
していないが汎用バス上にある記憶装置、あるいは入力
装置からの映像オーディオ情報を、入力ストリーム制御
12に入力する機能を持つ。入力ストリーム制御12
は、専用のパラレルインタフェース11と、ローカルバ
ス1から映像オーディオ情報を入力でき、そのいずれか
を、CPU18の指示で選択できる。入力されたパケッ
トは、パケット同期検出と、フィルタリング処理が行わ
れFIFO13に書き込まれる。
As shown in FIG. 1, a general-purpose bus interface 10 connects a general-purpose bus 0 to a local bus 1, and transmits video and audio information from a storage device or an input device (not shown) on the general-purpose bus. It has a function of inputting to the input stream control 12. Input stream control 12
Can input video and audio information from the dedicated parallel interface 11 and the local bus 1, and can select one of them by an instruction from the CPU 18. The input packet is subjected to packet synchronization detection and filtering processing, and is written to the FIFO 13.

【0032】FIFO13に書き込まれたパケットは、
CPU18によって、まずヘッダ情報のみリードされ、
ビデオデータか、あるいはオーディオデータか、あるい
はテーブル情報かが判断される。そして、パケットの残
り情報は、ビデオ情報の場合ビデオ復号回路14へ、オ
ーディオ情報の場合オーディオ復号回路16へと、FI
FOから直接DMA機能で出力され、それぞれに接続さ
れるFIFO15,17へと入力される。
The packet written in the FIFO 13 is
First, only the header information is read by the CPU 18,
It is determined whether the data is video data, audio data, or table information. The remaining information of the packet is sent to the video decoding circuit 14 for video information, and to the audio decoding circuit 16 for audio information.
The data is directly output from the FO by the DMA function, and is input to FIFOs 15 and 17 connected to the respective DMAs.

【0033】ビデオ復号回路14は、復号装置で再生さ
れたシステムクロックでインクリメントされるSTC
(System Time Clock)カウンタを持
ち、ビデオデータ内に含まれる表示時刻情報と一致した
場合、FIFO15から読み出して復号化したデジタル
信号を出力する。そして、ビデオ・デジタル−アナログ
変換回路22を介して、アナログインタフェース回路2
4へ出力される。
The video decoding circuit 14 is an STC which is incremented by the system clock reproduced by the decoding device.
It has a (System Time Clock) counter, and when it matches the display time information included in the video data, outputs a digital signal read from the FIFO 15 and decoded. Then, via the video / digital-analog conversion circuit 22, the analog interface circuit 2
4 is output.

【0034】オーディオ復号回路16は、ビデオ復号回
路14にあるSTC(SystemTime Cloc
k)カウンタを参照し、オーディオデータ内に含まれる
表示時刻情報と一致した場合、FIFO17から読み出
して復号化したデジタル信号を出力する。そして、オー
ディオ・デジタル−アナログ変換回路23を介して、ア
ナログインタフェース回路24へ出力される。
The audio decoding circuit 16 has an STC (System Time Clock) in the video decoding circuit 14.
k) Referring to the counter, if it matches the display time information included in the audio data, a digital signal read from the FIFO 17 and decoded is output. Then, the signal is output to the analog interface circuit 24 via the audio / digital-analog conversion circuit 23.

【0035】符号化装置のシステムクロックを再生する
VCXO26は、VCXOインタフェース回路25を介
し、CPU18によって制御される。CPU18は、V
CXOインタフェース回路25に存在するレジスタを設
定し、その値をデジタル−アナログ変換してVCXO2
6へと出力する。
The VCXO 26 for reproducing the system clock of the encoding device is controlled by the CPU 18 via the VCXO interface circuit 25. The CPU 18
A register existing in the CXO interface circuit 25 is set, and its value is digital-to-analog converted to VCXO2.
6 is output.

【0036】VCXO26によって再生されたシステム
クロック、及び外部より直接入力されたシステムクロッ
クは、クロック制御回路27へと入力され、CPUは、
いずれか一方を選択する。
The system clock reproduced by the VCXO 26 and the system clock directly input from the outside are input to the clock control circuit 27, and the CPU
Select one of them.

【0037】選択されたシステムクロックは、ビデオ復
号回路14へと出力され、さらにクロック制御回路27
で分周されて、オーディオVCXO29の出力を分周し
たクロックと位相比較される。位相比較回路28の出力
は、オーディオVCXO29へと入力され、システムク
ロックとオーディオクロックの同期が実現される。ま
た、オーディオクロックを分周したクロックは、オーデ
ィオ・デジタル−アナログ変換回路23を介して、オー
ディオ復号回路16へと入力される。
The selected system clock is output to the video decoding circuit 14 and furthermore, the clock control circuit 27
And the phase is compared with the clock obtained by dividing the output of the audio VCXO 29. The output of the phase comparison circuit 28 is input to the audio VCXO 29, and synchronization between the system clock and the audio clock is realized. The clock obtained by dividing the audio clock is input to the audio decoding circuit 16 via the audio / digital-analog conversion circuit 23.

【0038】CPUが接続されるローカルのデータバス
3、及びアドレスバス4は、汎用バス0と接続されるデ
ータバス1、及びアドレスバス2と双方向バッファ10
2,100で分離され、汎用バスから入力ストリーム制
御にパケットか転送されている時でも、ローカルバス
3,4には影響を与えないようにする。
The local data bus 3 and the address bus 4 to which the CPU is connected include the data bus 1 connected to the general-purpose bus 0, the address bus 2 and the bidirectional buffer 10
The local buses 3 and 4 are not affected even when a packet is transferred from the general-purpose bus to the input stream control.

【0039】CPUは、バッファ101,103を介し
て、それぞれローカルバス4,3へと接続され、そのバ
スにはSRAM19、ROM20と、アドレスデコード
信号生成・CPUへのバスレディ制御等を行うローカル
バス制御回路21が接続されている。
The CPU is connected to the local buses 4 and 3 via buffers 101 and 103, respectively. The buses include an SRAM 19 and a ROM 20, and a local bus control for generating an address decode signal and performing bus ready control for the CPU. Circuit 21 is connected.

【0040】本発明の特徴を詳しく説明するため、入力
ストリーム制御11の詳細ブロック図を図2に示す。I
NBLK部201は、専用のパラレルインタフェース1
1と、ローカルバス1からのデ一タをセレクトし、FR
C部202へと出力する。FRC部202では、パケッ
トを受信するとパケット同期検出・有効パケットフィル
タリング・システムクロック情報抽出を行い、有効パケ
ットのみをFIFOBLK部203へと出力する。FI
FOBLK部203では、FIFO13の読み書き、C
PUから指定された方向にデータを出力する。ここで、
FIFO13の書き込と読み込みは非同期で行えるた
め、FIFOの読み込みクロックとして、復号化装置の
内部に存在するクロックが利用できる。また、CPUB
LK204は、CPUインタフェースを提供する。
FIG. 2 shows a detailed block diagram of the input stream control 11 in order to explain the features of the present invention in detail. I
The NBLK unit 201 is a dedicated parallel interface 1
1 and data from the local bus 1 and select FR
Output to C section 202. When the FRC unit 202 receives a packet, it performs packet synchronization detection, valid packet filtering, and system clock information extraction, and outputs only a valid packet to the FIFOBLK unit 203. FI
In the FOBLK unit 203, reading and writing of the FIFO 13,
Data is output from the PU in the specified direction. here,
Since writing and reading of the FIFO 13 can be performed asynchronously, a clock existing inside the decoding device can be used as a FIFO reading clock. Also, CPUB
The LK 204 provides a CPU interface.

【0041】パケット同期制御の詳細を説明するため、
TSパケット入力時における、同期検出の状態遷移図を
図3に示す。
To explain the details of the packet synchronization control,
FIG. 3 shows a state transition diagram of synchronization detection when a TS packet is input.

【0042】TSパケット入力の場合、リセット後ハン
チング状態となり、ストリームからsync byte
「0x47」を検出した時点で前同期状態となる。前同
期状態でTSパケット間隔(188バイト)毎に「0x
47」を連続N−1回抽出したら、同期状態とし以下1
88バイト間をTSパケットと判定する。また、前同期
状態でsync byteを検出できなかった場合に
は、ハンチング状態に戻る。同期状態で、連続してn回
以上、所定の場所からsync byte「0x47」
が検出できない時は、以後ハンティング状態に戻る。こ
こで、同期を確立する段数(N)、同期が外れる段数
(n)はCPUが入力ストリーム制御のレジスタに書き
込むことで設定する。
In the case of a TS packet input, a hunting state occurs after a reset, and byte
When "0x47" is detected, the state becomes the pre-synchronization state. In the pre-synchronization state, “0x” is set for each TS packet interval (188 bytes).
47 "is extracted continuously N-1 times, and then synchronized, the following 1
A portion between 88 bytes is determined as a TS packet. In addition, sync in the pre-synchronization state If no byte can be detected, the state returns to the hunting state. In a synchronized state, sync from a predetermined place at least n times continuously byte "0x47"
If is not detected, the operation returns to the hunting state. Here, the number of stages for establishing synchronization (N) and the number of stages for which synchronization is lost (n) are set by the CPU writing to a register for input stream control.

【0043】受信したパケットをフィルタリングするた
め、TSパケットの場合、受信パケットのヘッダにある
所定のフィールドからPIDを抽出する。抽出したPI
Dと、CPUがあらかじめ設定したレジスタ値を比較
し、異なる時は該当TSパケットを廃棄する。ただし、
PIDが0x0000のパケットは、特定パケットと
し、常に廃棄は行わずFIFOに入力する。フィルタリ
ングされたパケットが、FIFOに書き込まれると、C
PUに割込信号を出し、内部レジスタの該当する状態フ
ラグをONとする。
In order to filter a received packet, in the case of a TS packet, a PID is extracted from a predetermined field in a header of the received packet. Extracted PI
D is compared with a register value set in advance by the CPU, and if different, the corresponding TS packet is discarded. However,
A packet having a PID of 0x0000 is a specific packet, and is always discarded and input to the FIFO. When the filtered packet is written to the FIFO, C
An interrupt signal is issued to the PU, and the corresponding status flag of the internal register is turned on.

【0044】パケットをフィルタリングするPID値
は、リセット状態で0x0000のみがイネーブルであ
り、その他のパケットについては、後にCPUから新た
な有効PID値の追加設定を行うことで受信できるよう
になる。また、設定されたPID値を有効・無効とする
フラグが存在し、このフラグ設定も、CPUから制御で
きるようにする。
In the PID value for filtering the packet, only 0x0000 is enabled in the reset state, and the other packets can be received later by additionally setting a new effective PID value from the CPU. Further, there is a flag for validating / invalidating the set PID value, and this flag setting can be controlled by the CPU.

【0045】また、フィルタリングされて通過したパケ
ットをFIFOに書き込む場合、パケットの先頭情報も
FIFOに書き込む。たとえば、パケットを8bitパ
ラレルで書き込む場合、FIFOのデータ幅を1bit
増やして9bitとすればよい。これにより、CPUが
FIFOからデータをリードする時に、ヘッダ情報も読
めるようにしておけば、そこが先頭かどうかを容易に確
認できる。
When a packet that has been filtered and passed is written to the FIFO, the head information of the packet is also written to the FIFO. For example, when writing a packet in 8-bit parallel, the data width of the FIFO must be 1 bit.
It may be increased to 9 bits. Thus, if the CPU can read the header information when reading data from the FIFO, it can be easily confirmed whether or not the header information is the head.

【0046】フィルタリングされて、受信したパケット
にシステムクロック情報が含まれている時は、パケット
からシステムクロック情報が抽出され、内部レジスタに
ラッチされて、CPUには割込で通知される。
When the system clock information is included in the received packet after being filtered, the system clock information is extracted from the packet, latched in an internal register, and notified to the CPU by interruption.

【0047】FIFOに書き込まれたパケットは、CP
Uによって、まずヘッダ情報のみリードされ、CPUか
らの指示でビデオデータ・オーディオデータ毎に、FI
FOから直接DMA機能で出力される。DMA機能は、
CPUが入力ストリーム制御のレジスタに、転送サイズ
・転送方向を書き込み、DMA機能をアクティブとする
フラグをONにすることで開始され、完了後はCPUに
割込にて通知される。ここで、転送方向には、ビデオ復
号回路14、オーディオ復号回路16、CPU読み出し
と、出力方向なし(廃棄)のいずれかを選択できる。
The packet written in the FIFO is a CP
U, first, only the header information is read.
It is output directly from the FO by the DMA function. The DMA function is
The CPU starts by writing the transfer size and the transfer direction to the input stream control register and turning on a flag for activating the DMA function. After completion, the CPU is notified by an interrupt. Here, as the transfer direction, any one of the video decoding circuit 14, the audio decoding circuit 16, the CPU reading, and no output direction (discard) can be selected.

【0048】PSパケット入力の場合には、パケット先
頭は32bitのユニークパターン(0x000001
BA)で検出できる。したがって、第3図のように前同
期状態で、ヘッダパターンをカウントしなくてもよい。
また、フィルタリング処理は、PESパケットに含まれ
るstream idを用いて行う方法もあるが、PS
パケットの場合には、原則として複数の番組情報が多重
されることはなく、CPUがヘッダ情報を読んで判断し
ても、それほどCPUに負荷は掛からない。
In the case of a PS packet input, the head of the packet is a 32-bit unique pattern (0x000001).
BA). Therefore, the header pattern need not be counted in the pre-synchronization state as shown in FIG.
In the filtering process, the stream included in the PES packet is used. There is a method using id, but PS
In the case of a packet, a plurality of pieces of program information are not multiplexed in principle, and even if the CPU reads the header information to make a determination, the load on the CPU is not so large.

【0049】また、入力ストリーム制御12は、パケッ
トフィルタリングで、システムクロック情報を含むパケ
ットを検出すると、CPUに割り込みを掛ける。CPU
は、入力ストリーム制御12のレジスタに記憶されたシ
ステムクロック情報を読んで、システムクロックの再生
を行うためのPLL処理を起動する。
When the input stream control 12 detects a packet including system clock information by packet filtering, it interrupts the CPU. CPU
Reads the system clock information stored in the register of the input stream control 12 and starts a PLL process for reproducing the system clock.

【0050】PLL処理の説明を行うため、その機能ブ
ロック図を図4に示す。
FIG. 4 is a functional block diagram of the PLL process for explaining the PLL process.

【0051】PLL処理では、ソフトウェアにて受信パ
ケットより抽出したシステムクロック情報(タイムスタ
ンプ値)と、自身のカウンタ値を比較差分をとり、その
結果をLPF特性を持つディジタルフィルタ302にて
信号処理する。そのフィルタ出力結果をデジタル−アナ
ログ変換回路303に入力する。ここで、カウンタ30
5は、VCXOの出力周波数でカウントアップされ、こ
のカウンタ値と受信パケットのタイムスタンプ値をカウ
ンタ比較301で比較することによってPLLの位相比
較を実現する。タイムスタンプ値を含むパケットを最初
に受信したとき、受信タイムスタンプ値を信号線307
を経由してカウンタ305にロードする。
In the PLL process, the system clock information (time stamp value) extracted from the received packet by software is compared with its own counter value, the difference is obtained, and the result is processed by a digital filter 302 having LPF characteristics. . The output result of the filter is input to the digital-analog conversion circuit 303. Here, the counter 30
5 is counted up by the output frequency of the VCXO, and the phase comparison of the PLL is realized by comparing the counter value with the time stamp value of the received packet by the counter comparison 301. When a packet containing the time stamp value is first received, the received time stamp value
Is loaded into the counter 305 via.

【0052】VCXO304は信号が入力されない状態
では自走周波数を出力するが、デジタル−アナログ変換
回路303に信号が入力されると、その値に対応した周
波数がVCXO304より出力される。得られた周波数
が符号化装置のシステムクロックを再生した周波数であ
るが、これら一連の処理は、位相比較対象となるカウン
タ305のカウントアップ周期としてフィードバックさ
れ、時間経過と共に徐々にVCXO304の自走周波数
から符号化装置のシステムクロック周波数に近づいてい
く。
The VCXO 304 outputs a free-running frequency when no signal is input, but when a signal is input to the digital-analog conversion circuit 303, a frequency corresponding to the value is output from the VCXO 304. The obtained frequency is a frequency at which the system clock of the encoding device is reproduced. This series of processing is fed back as a count-up cycle of the counter 305 to be subjected to phase comparison, and the free-running frequency of the VCXO 304 gradually increases with time. From the system clock frequency of the encoding device.

【0053】図5は、クロック情報としてパケットに含
まれるタイムスタンプ、および復号化装置のカウンタの
フィールドフォーマットを示している。
FIG. 5 shows the time stamp included in the packet as clock information and the field format of the counter of the decoding device.

【0054】復号化装置で、符号化装置のシステムクロ
ックを再生する際、位相情報となるタイムスタンプ値お
よびカウンタ値は、x−bit401の長い有限語長で
表される。しかし、これらの位相情報のすべてのbit
を見て位相比較する必要はない。タイムスタンプ値の送
信周期をa(sec)、最大ジッタ量をb(sec)と
した時、最大パケット抜け数をNと想定すると、フィル
タリング処理で利用する語長(bit数)は、 max(a×N×fsys ,b×N×fsys )<2N-1 を満たすN(y−bit402)の最小値で十分であ
る。つまり、タイムスタンプ値およびカウンタ値より位
相比較値を求める際に下位y−bit402だけ見てフ
ィルタリングすればよい。(fsys:システムクロッ
ク周波数) しかし、ネットワークを経由して受信したパケットのタ
イムスタンプ値はジッタにより揺らいでいることがあ
る。その場合、タイムスタンプ値の方はオーバーフロー
して初期値に戻った後の値で、一方、カウンタ値の方は
オーバーフローする前の値という可能性があり、そのま
ま両カウンタ値の比較差分を取ると大ジッタが発生した
ことになり正常なクロック再生が実現できない。そのた
め、タイムスタンプ値およびカウンタ値は、位相比較契
機時に過去1サンプル分の値を保持しておき、位相比較
する前に過去のサンプル値と比較し、オーバーフロー後
の値と認識できれば(例えば、過去の値と比較して小さ
い値になった場合)、値をオーバーフロー分、補正して
位相比較を行う。
When the decoding apparatus reproduces the system clock of the encoding apparatus, the time stamp value and the counter value as the phase information are represented by a long finite word length of the x-bit 401. However, all bits of these phase information
It is not necessary to compare the phases by looking at. Assuming that the transmission cycle of the timestamp value is a (sec) and the maximum jitter amount is b (sec), and the maximum number of missing packets is N, the word length (the number of bits) used in the filtering process is max (a × N × f sys , b × N × f sys ) <2 N−1 The minimum value of N (y-bit 402) is sufficient. That is, when the phase comparison value is obtained from the time stamp value and the counter value, filtering may be performed by looking only at the lower y-bit 402. (Fsys: system clock frequency) However, the time stamp value of a packet received via a network may fluctuate due to jitter. In that case, the timestamp value may be the value after overflowing and returning to the initial value, while the counter value may be the value before overflowing. Since large jitter has occurred, normal clock recovery cannot be realized. For this reason, the time stamp value and the counter value hold the values of one past sample at the time of the phase comparison trigger, and compare them with the past sample values before performing the phase comparison, and if the values can be recognized as the values after the overflow (for example, (When the value becomes smaller than the value of), the value is corrected by the amount of overflow, and the phase comparison is performed.

【0055】図6は、PLL処理におけるソフトウェア
処理のうち、タイムスタンプ受信時に発生するソフトウ
ェア処理フローを示している。
FIG. 6 shows a software processing flow that occurs when a time stamp is received among the software processing in the PLL processing.

【0056】本処理フローには明示していないが、最初
に、初期化処理では、フィルタリング時の係数設定や過
去の信号を蓄えておくメモリ(フィルタ遅延器)の初期
化を行う。
Although not explicitly shown in this processing flow, first, in the initialization processing, a coefficient (timer for filtering) and a memory (filter delay unit) for storing past signals are initialized.

【0057】タイムスタンプ情報受信時に発生する割り
込み処理では、CPUが割り込み信号を受信したら、ま
ずタイムスタンプ値を含むパケットの最初の受信である
か、または、2つめ以降のパケットの受信であるかの判
別を行う。最初のパケットの場合は、カウンタ値が初期
化されていないのでジッタを求めることができないため
である。(ステップ1) タイムスタンプ値を含む最初のパケット受信であれば、
受信パケットのヘッダ情報からタイムスタンプ値を抽出
し、カウンタ305にロード、カウンタ値を受信タイム
スタンプ値に初期化する。このとき、タイムスタンプ値
およびカウンタ値の下位xbitを、前記のように過去
1サンプル分、保持しておく。また、フィルタ遅延器の
初期化を行う。(ステップ8〜10) タイムスタンプ値を含む2つめ以降のパケット受信であ
れば、同じく受信パケットのヘッダ情報からタイムスタ
ンプ値を抽出する。このときのタイムスタンプ値および
カウンタ値の下位xbit値を過去1サンプルとして保
持しておいた値と比較し、オーバーフロー後かどうかチ
ェックすると共に、オーバーフロー後であれば値を補正
する。また、補正の前のタイムスタンプ値およびカウン
タ値の下位xbit値を過去1サンプルとして保持して
おく。(ステップ2,3) タイムスタンプ値およびカウンタ値の下位xbit値の
差分をとることて位相比較を行い、ジッタを求める。こ
のとき、ジッタが規定値より大きい場合には、異常ジッ
タとして、その後のフィルタリング処理を行わず無視す
る。(ステップ4,5) 位相比較によって得られたジッタが規定値以内であれ
ば、LPF302によるフィルタリングを行い、その結
果をデジタル−アナログ変換回路303に出力する。デ
ジタル−アナログ変換回路303への出力結果は、VC
XO304の出力周波数に反映され、それが位相比較対
象となるカウンタ305のカウントアップ周期にフィー
ドバックされるため、時間経過と共に符号化装置のシス
テムクロックが再生される。(ステップ6,7)
In the interrupt processing that occurs when the time stamp information is received, when the CPU receives the interrupt signal, it determines whether it is the first reception of the packet including the time stamp value or the reception of the second and subsequent packets. Make a determination. This is because, in the case of the first packet, the jitter cannot be obtained because the counter value has not been initialized. (Step 1) If the first packet including the time stamp value is received,
The time stamp value is extracted from the header information of the received packet, loaded into the counter 305, and the counter value is initialized to the received time stamp value. At this time, the lower x bits of the time stamp value and the counter value for one sample in the past are held as described above. Further, the filter delay unit is initialized. (Steps 8 to 10) If the second and subsequent packets including the time stamp value are received, the time stamp value is similarly extracted from the header information of the received packet. At this time, the lower-order xbit value of the time stamp value and the counter value is compared with a value stored as one sample in the past, and it is checked whether or not the overflow has occurred. Also, the lower-order xbit value of the time stamp value and the counter value before the correction is held as one past sample. (Steps 2 and 3) The phase comparison is performed by taking the difference between the lower xbit value of the time stamp value and the counter value to obtain the jitter. At this time, if the jitter is larger than the specified value, it is ignored as abnormal jitter without performing the subsequent filtering process. (Steps 4 and 5) If the jitter obtained by the phase comparison is within the specified value, filtering is performed by the LPF 302 and the result is output to the digital-analog conversion circuit 303. The output result to the digital-analog conversion circuit 303 is VC
This is reflected on the output frequency of the XO 304 and is fed back to the count-up cycle of the counter 305 to be compared with the phase, so that the system clock of the encoding device is reproduced with the lapse of time. (Steps 6 and 7)

【0058】[0058]

【発明の効果】以上の発明によれば、PS方式あるいは
TS方式の復号を双方行う場合でも、ハードウェアを開
発規模を制限し、ソフトウェアを切り替えることで、十
分な性能の復号装置を実現できることになる。
According to the invention described above, even in the case of performing both the decoding of the PS system and the decoding of the TS system, a decoding device with sufficient performance can be realized by limiting the development scale of the hardware and switching the software. Become.

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

【図1】復号化装置の全体構成図である。FIG. 1 is an overall configuration diagram of a decoding device.

【図2】入力ストリーム制御の内部ブロック図である。FIG. 2 is an internal block diagram of input stream control.

【図3】パケット同期検出の状態遷移図である。FIG. 3 is a state transition diagram of packet synchronization detection.

【図4】PLL処理の機能ブロック図である。FIG. 4 is a functional block diagram of a PLL process.

【図5】タイムスタンプ、および復号化装置のカウンタ
のリードレジスタフィールドフォーマット例である。
FIG. 5 is a format example of a time stamp and a read register field of a counter of a decoding device.

【図6】タイムスタンプ受信時に発生するソフトウェア
処理フローである。
FIG. 6 is a software processing flow that occurs when a time stamp is received.

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

0…汎用バス 1…ローカルバス 2…アドレスバス2 3…データバス 4…アドレスバス 10…汎用バスインタフェース 11…パラレルインタフェース 12…入力ストリーム制御 13…FIFO 14…ビデオ復号回路 15,17…FIFO 16…オーディオ復号回路 18…CPU 19…SRAM 20…ROM 21…ローカルバス制御回路 22…ビデオ・デジタル−アナログ変換回路 23…オーディオ・デジタル−アナログ変換回路 24…アナログインタフェース回路 25…VCXOインタフェース回路 26…VCXO 27…クロック制御回路 28…位相比較回路 29…オーディオVCXO 100,102…双方向バッファ 101,103…バッファ 0 ... General purpose bus 1 ... Local bus 2 ... Address bus 2 3 ... Data bus 4 ... Address bus 10 ... General purpose bus interface 11 ... Parallel interface 12 ... Input stream control 13 ... FIFO 14 ... Video decoding circuit 15, 17 ... FIFO 16 ... Audio decoding circuit 18 CPU 19 SRAM 20 ROM 21 Local bus control circuit 22 Video / digital-analog conversion circuit 23 Audio / digital-analog conversion circuit 24 Analog interface circuit 25 VCXO interface circuit 26 VCXO 27 ... Clock control circuit 28 ... Phase comparison circuit 29 ... Audio VCXO 100,102 ... Bidirectional buffer 101,103 ... Buffer

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 外部から提供されたクロックに同期し
て、映像及びオーディオが多重されたパケットのデータ
を受信しパケットの先頭を検出する手段と、 パケット先頭のヘッダパターンから、少なくとも1つの
ヘッダパターンを持った有効パケットだけを検出して受
信する手段と、 上記有効パケットのヘッダパターンから、符号化装置の
システムクロック情報を含んだパケットを検出し、シス
テムクロック情報を抽出してCPUに通知する手段と、 外部から提供されたクロックを用いて、上記有効パケッ
トのみをFIFOに書込み、内部で生成したクロックを
用いて上記FIFOから読み出す手段と、 上記有効パケットをFIFOに書き込んだことをCPU
に通知する手段と、 CPUがFIFOから上記有効パケットを読み出す手段
と、 CPUからの指示により、FIFOから有効パケットの
全てあるいは一部を読み出し、パケットの残り情報を映
像復号部あるいはオーディオ復号部に出力する手段と、 CPUからの指示により、FIFOから有効パケットの
全てあるいは一部を読み出し、パケットの残り情報を廃
棄する手段とを具備することを特徴とする映像・オーデ
ィオ復号装置。
1. A means for receiving data of a packet in which video and audio are multiplexed and detecting the beginning of a packet in synchronization with an externally provided clock, and at least one header pattern from a header pattern at the beginning of the packet. Means for detecting and receiving only valid packets having the following, and means for detecting a packet including system clock information of the encoding device from the header pattern of the valid packet, extracting system clock information, and notifying the CPU of the extracted information. Means for writing only the valid packet to the FIFO using an externally provided clock and reading from the FIFO using an internally generated clock; and writing the valid packet to the FIFO by the CPU.
Means for reading the valid packet from the FIFO, and means for reading all or part of the valid packet from the FIFO and outputting the remaining information of the packet to the video decoding unit or the audio decoding unit according to an instruction from the CPU. And a means for reading out all or a part of valid packets from the FIFO according to an instruction from the CPU and discarding the remaining information of the packets.
JP30312397A 1997-11-05 1997-11-05 Video audio decoder Withdrawn JPH11146350A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30312397A JPH11146350A (en) 1997-11-05 1997-11-05 Video audio decoder

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30312397A JPH11146350A (en) 1997-11-05 1997-11-05 Video audio decoder

Publications (1)

Publication Number Publication Date
JPH11146350A true JPH11146350A (en) 1999-05-28

Family

ID=17917167

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30312397A Withdrawn JPH11146350A (en) 1997-11-05 1997-11-05 Video audio decoder

Country Status (1)

Country Link
JP (1) JPH11146350A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010212945A (en) * 2009-03-10 2010-09-24 Nec Corp Receiving-side node for clock synchronization, method thereof and program thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010212945A (en) * 2009-03-10 2010-09-24 Nec Corp Receiving-side node for clock synchronization, method thereof and program thereof

Similar Documents

Publication Publication Date Title
CA2713906C (en) Packet comparator
EP0798932B1 (en) MPEG-2 transport decoder
US5828416A (en) System and method for interfacing a transport decoder to a elementary stream video decorder
US5812976A (en) System and method for interfacing a transport decoder to a bitrate-constrained audio recorder
JP2002027467A (en) Device for generating compressed video signal and method for transmitting the signal
KR100370442B1 (en) Media error code generations for a inverse transport processor
US5675654A (en) System and method for interfacing a transport decoder to a national renewable security systems (NRSS) smart card
US7706400B2 (en) Transport stream processing device and transport stream processing method
JPH11146354A (en) Video audio decoder
JP2748851B2 (en) Data communication method and device
JPH11146350A (en) Video audio decoder
JPH08275151A (en) Distribution decoder for multiplexed compressed image-audio data
JPH11146355A (en) Video and audio decoder
KR100449183B1 (en) A method for handling errors in isochronous data, and a decoder for receiving and processing the errors
JPH09261279A (en) Data processor providing buffer memory
JPH1013238A (en) Decoder and decoding method therefor
JP3564309B2 (en) Data processing device and control method thereof
KR100207687B1 (en) Decoder for use in mpeg system and audio/video synchronization method
JP3801043B2 (en) Data receiving apparatus and method
JPH08186553A (en) Audio and video decoder
JP4434089B2 (en) FIFO memory device and receiving device
JP3079731B2 (en) External data input circuit
JP2002281498A (en) Reception reproducing device
US7836323B2 (en) Clock regeneration circuit
JP3086675B2 (en) Method and apparatus for automatically adjusting sampling clock phase

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20050201