JP3233232B2 - Moving picture decoding method and apparatus - Google Patents

Moving picture decoding method and apparatus

Info

Publication number
JP3233232B2
JP3233232B2 JP18593392A JP18593392A JP3233232B2 JP 3233232 B2 JP3233232 B2 JP 3233232B2 JP 18593392 A JP18593392 A JP 18593392A JP 18593392 A JP18593392 A JP 18593392A JP 3233232 B2 JP3233232 B2 JP 3233232B2
Authority
JP
Japan
Prior art keywords
image data
data
speed search
normal reproduction
image
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.)
Expired - Fee Related
Application number
JP18593392A
Other languages
Japanese (ja)
Other versions
JPH0636521A (en
Inventor
隆之 坂本
潤 米満
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sony Corp
Original Assignee
Sony Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sony Corp filed Critical Sony Corp
Priority to JP18593392A priority Critical patent/JP3233232B2/en
Publication of JPH0636521A publication Critical patent/JPH0636521A/en
Application granted granted Critical
Publication of JP3233232B2 publication Critical patent/JP3233232B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Television Signal Processing For Recording (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)
  • Indexing, Searching, Synchronizing, And The Amount Of Synchronization Travel Of Record Carriers (AREA)
  • Management Or Editing Of Information On Record Carriers (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、動画像を示すデータの
復号化方法および装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method and an apparatus for decoding data representing a moving picture .

【0002】[0002]

【従来の技術】一般に、連続した動画では、前後の画像
と注目画像とは良く似ている。そこで、今から符号化し
ようとしている画像が、前方予測符号化画像の場合に
は、時間的に前方の画像との差分をとって伝送し、両方
向予測符号化画像の場合には、時間的に前方の画像との
差分をとり、時間的に後方の画像との差分をとり、時間
的に前方の画像および後方の画像から作られた補間画像
との差分をとり、これらの差分のうち最も小さな差分を
伝送することにより、時間軸方向の冗長度を減らして伝
送情報量を減らしている。
2. Description of the Related Art Generally, in a continuous moving image, the preceding and succeeding images and the image of interest are very similar. Therefore, if the image to be coded is a forward prediction coded image, the difference from the image ahead in time is calculated and transmitted. Take the difference with the forward image, take the difference with the temporally backward image, take the difference with the interpolated image created from the temporally forward image and the backward image, and find the smallest of these differences By transmitting the difference, the redundancy in the time axis direction is reduced to reduce the amount of transmitted information.

【0003】また、前方予測符号化画像および両方向符
号化画像を作るのに、動き補償を行っている。動き補償
とは、複数の画素からなるブロック単位で、前画像の注
目ブロック近傍で一番差分の少ないところを探索し、そ
れとの差分をとることにより、伝送データを削減するこ
とをいう。
[0003] In addition, motion compensation is performed to generate a forward prediction coded image and a bidirectional coded image. The motion compensation refers to searching for a portion having the smallest difference in the vicinity of a target block of a previous image in a block unit composed of a plurality of pixels, and calculating a difference therefrom to reduce transmission data.

【0004】上述のようにして取られた画像データの差
分は、そのまま伝送するのではなく、ブロック単位で離
散コサイン変換(DCT)を行う。DCTは、画像を画
素レベルではなく、コサイン関数のどの周波数成分がど
れだけ含まれているかを表現するものである。二次元D
CTにより、8(ライン)×8(画素)の画素ブロック
はやはり8×8のコサイン関数の成分の係数ブロックに
変換される。滑らかな信号の場合、DCTを行うことに
より、ある係数の周りに大きな値が集中する。次に、こ
の係数を量子化する(4または32等の値で割る)と、
8×8の係数ブロックは、ほとんど0になり、大きな係
数のみが残る。そこで、8×8の係数ブロックを伝送す
るのに、非零係数とその係数の前にどれだけ0が続いた
かの0ランを1組としたハフマン符号等の可変長符号
(VLC)で伝送する。
The difference between the image data obtained as described above is not transmitted as it is, but a discrete cosine transform (DCT) is performed in block units. The DCT expresses not a pixel level of an image but how many frequency components of a cosine function are included. 2D
By the CT, an 8 (line) × 8 (pixel) pixel block is also converted into an 8 × 8 cosine function component coefficient block. In the case of a smooth signal, performing DCT concentrates large values around a certain coefficient. Next, when this coefficient is quantized (divided by a value such as 4 or 32),
The coefficient block of 8 × 8 becomes almost 0, and only a large coefficient remains. Therefore, when transmitting an 8 × 8 coefficient block, the coefficient block is transmitted by a variable length code (VLC) such as a Huffman code or the like, in which a set of non-zero coefficients and 0 runs indicating how many 0s follow before the coefficients.

【0005】各画像は、少なくとも1つまたは複数のス
ライス(これについては後述する)から構成される。そ
して、それぞれ、符号化される方式に従って次にような
4種類に分類される。 (1)イントラ符号化画像 符号化されるときに、その画像1枚だけで閉じた情報の
みを使用する。換言すると、復号化するときに、イント
ラ符号化画像自身の情報のみで画像を再構成できる。実
際には、差分をとらずに、そのままDCTを行って符号
化する。イントラ符号化画像を随所に入れておけば、ラ
ンダムアクセスおよび高速再生が可能となる。 (2)前方予測符号化画像 前方予測符号化画像は、予測画像(差分をとる基準とな
る画像)として、時間的に前に位置し、既に復号化され
たイントラ符号化画像または前方予測符号化画像を使用
する。実際には、動き補償された予測画像との差を符号
化するのと、差をとらずにそのまま符号化する(イント
ラ符号化)のとどちらか効率の良い方をマクロブロック
(これについては、後述する)単位で選択する。 (3)両方向予測符号化画像 両方向予測符号化画像は、予測画像として時間的に前に
位置し、既に復号化されたイントラ符号化画像または前
方予測符号化画像、時間的に後ろに位置する既に符号化
されたイントラ符号化画像または前方向予測符号化画
像、およびその両方から作られた補間画像の3種類を使
用する。この3種類の動き補償後の差分の符号化画像お
よびイントラ符号化画像の中で一番効率の良いものをマ
クロブロック単位で選択する。 (4)DCイントラ符号化画像 DCTのDC係数のみで構成されるイントラ符号化画像
である。他の3種の画像と同じシーケンスには存在しな
い。
Each image is composed of at least one or a plurality of slices (this will be described later). Then, they are classified into the following four types according to the encoding scheme. (1) Intra-encoded image At the time of encoding, only information closed by only one image is used. In other words, when decoding, an image can be reconstructed using only the information of the intra-coded image itself. In practice, DCT is performed and encoded as it is, without taking the difference. Random access and high-speed reproduction are possible if the intra-coded image is inserted everywhere. (2) Forward predictive coded image The forward predictive coded image is located at a temporally earlier position as a predictive image (image serving as a reference for calculating a difference) and has already been decoded. Use images. In practice, encoding the difference between the motion-compensated predicted image and encoding the difference without taking the difference (intra-encoding), whichever is more efficient, is called a macroblock (for this, (To be described later). (3) Bidirectional Predicted Coded Image The bidirectional predictive coded image is located earlier in time as a predicted image, and has already been decoded as an intra-coded image or forward-predicted coded image, and is temporally located later. Three types are used: an encoded intra-coded image or a forward predictive-coded image, and an interpolated image made from both. Among these three types of motion-compensated difference coded images and intra-coded images, the most efficient one is selected for each macroblock. (4) DC intra-coded image This is an intra-coded image composed of only DC coefficients of DCT. It does not exist in the same sequence as the other three images.

【0006】スライスは、画像の走査順に連なる1つま
たは複数のマクロブロックで構成される。スライスの頭
では、画像内における動きベクトルおよびDC成分の差
分がリセットされ、最初のマクロブロックは、画像内で
の位置を示すデータを有しており、エラーが生じた場合
でも復帰できるようになっている。そのため、スライス
の長さおよび始まる位置は任意で、伝送路のエラー状態
によって変えられるようになっている。
[0006] A slice is composed of one or a plurality of macroblocks connected in the scanning order of an image. At the beginning of the slice, the difference between the motion vector and the DC component in the image is reset, and the first macroblock has data indicating the position in the image so that it can be restored even if an error occurs. ing. Therefore, the length of the slice and the starting position are arbitrarily changed depending on the error state of the transmission path.

【0007】マクロブロックは、左右方向および上下方
向に隣接した4つの輝度ブロックY0、Y1、Y2およ
びY3と、画像上では同じ位置にあるCrおよびCbの
それぞれの色差ブロックとの全部で6つのブロックで構
成される。伝送の順は、Y0、Y1、Y2、Y3、C
r、Cbである。予測画像に何を使用するか、差分を送
らないでよいか等は、この単位で判断される。なお、ブ
ロックは、輝度または色差の隣接した8×8の画素から
構成される。DCTは、この単位で行われる。
The macroblock is composed of four luminance blocks Y0, Y1, Y2, and Y3 adjacent in the horizontal and vertical directions, and each of the chrominance blocks Cr and Cb at the same position on the image. It consists of. The order of transmission is Y0, Y1, Y2, Y3, C
r and Cb. What to use for the predicted image, whether or not to send the difference, and the like are determined in this unit. A block is composed of 8 × 8 pixels adjacent to each other in luminance or color difference. DCT is performed in this unit.

【0008】GOP(グループオブピクチャ)は、1つ
または複数枚のイントラ符号化画像と、0または複数枚
の非イントラ符号化画像とから構成される。
[0008] A GOP (group of pictures) is composed of one or more intra-coded pictures and zero or more non-intra-coded pictures.

【0009】[0009]

【発明が解決しようとする課題】従来のMPEGでは、
1つのGOPに1枚ずつ含まれているイントラ符号化画
像を頼りに高速サーチが行われているため、滑らかな高
速サーチを行うことが困難である。この問題を解決する
ために、前方予測符号化画像に相当する画像を、イント
ラ符号化画像とすることも可能であるが、このようにす
ると、前画像との差分をとって符号化を行えるにも拘ら
ず、イントラ符号化処理を行うことになるため、符号化
効率の面で問題があるとともに、通常再生時は、イント
ラ符号化画像をインター符号化画像として再生してしま
うため(MPEGでは、一連の画像は順次再生され、特
定の画像だけスキップすることできない)、画質が劣化
してしまうという問題がある。
[0005] In the conventional MPEG,
Since the high-speed search is performed by relying on the intra-coded images included in one GOP one by one, it is difficult to perform a smooth high-speed search. In order to solve this problem, it is possible to use an image corresponding to a forward prediction coded image as an intra coded image, but in this case, it is possible to perform coding by taking a difference from a previous image. Nevertheless, since the intra-coding process is performed, there is a problem in terms of coding efficiency, and at the time of normal reproduction, the intra-coded image is reproduced as an inter-coded image. A series of images are sequentially reproduced, and a specific image cannot be skipped), which causes a problem that image quality is deteriorated.

【0010】本発明の第1の目的は、通常再生の画質を
劣化させることなく、動画像の滑らかな高速サーチを行
うことができるとともに、符号化効率を高めることがで
き、符号化データの読み込み時間を削減できるディスク
を提供することにある。
A first object of the present invention is to perform a smooth high-speed search of a moving image without deteriorating the image quality of normal reproduction, improve encoding efficiency, and read encoded data. It is to provide a disk that can save time.

【0011】本発明の第2の目的は、通常再生の画質を
劣化させることなく、滑らかな高速サーチを行うことが
できる動画像復号化方法および装置を提供することにあ
る。
A second object of the present invention is to provide a moving picture decoding method and apparatus capable of performing a smooth high-speed search without deteriorating the picture quality of normal reproduction.

【0012】[0012]

【0013】[0013]

【0014】[0014]

【課題を解決するための手段】 請求項に記載の動画像
復号化装置は、動画像の連続する画像データの内、所定
の間隔で選択された画像データ(例えば、図5のフレー
ム番号1および5のデータ)から作成された画像データ
である高速サーチ用画像データと、動画像の連続する画
像データ(例えば、図5のフレーム番号1、2、3、4
および5のデータ)から作成されたデータである通常再
生用画像データとを含み、高速サーチ用画像データに、
通常再生用画像データの位置データ(例えば、図3
(a)のアドレス1)が付加され、通常再生用画像デー
タに、高速サーチ用画像データの位置データ(例えば、
図3(b)のアドレス2)が付加されてなるデータ列を
復号化する動画像復号化装置であって、高速サーチモー
ドおよび通常再生モードのうちどちらかを選択するモー
ド選択手段と、モード選択手段が高速サーチモードを選
択したときに、高速サーチ用画像データから通常再生用
画像データの位置データを分離し、高速サーチ用画像デ
ータに対して所定の復号化処理を行う第一の処理手段
(例えば、図4のデータ分離兼逆VLC回路8)と、モ
ード選択手段が通常再生モードを選択したときに、通常
再生用画像データから高速サーチ用画像データの位置デ
ータを分離し、通常再生用画像データに対して所定の復
号化処理を行う第二の処理手段(例えば、図4のデータ
分離兼逆VLC回路4)とを備えることを特徴とする。
According to a first aspect of the present invention, there is provided a moving picture decoding apparatus comprising: a moving picture decoding section which selects picture data selected at a predetermined interval from continuous picture data of a moving picture (for example, frame number 1 in FIG. 5); 5 and the image data for high-speed search which is image data created from the image data (for example, frame numbers 1, 2, 3, 4 in FIG. 5).
And 5), the image data for normal reproduction which is the data created from the high-speed search image data.
The position data of the image data for normal reproduction (for example, FIG.
(A) address 1) is added, and the position data of the high-speed search image data (for example,
A moving picture decoding apparatus for decoding a data string to which an address 2) of FIG. 3B is added, comprising: a mode selection means for selecting one of a high-speed search mode and a normal reproduction mode; When the means selects the high-speed search mode, first processing means for separating the position data of the normal reproduction image data from the high-speed search image data and performing a predetermined decoding process on the high-speed search image data ( For example, the data separation / inverse VLC circuit 8 in FIG. 4) and when the mode selection means selects the normal reproduction mode, the position data of the high-speed search image data is separated from the normal reproduction image data to obtain the normal reproduction image. A second processing unit (for example, a data separation / inverse VLC circuit 4 in FIG. 4) for performing a predetermined decoding process on data is provided.

【0015】請求項に記載の動画像復号化装置は、請
求項3に記載の動画像復号化装置において、第一処理手
段によって分離された通常再生用画像データの位置デー
タを記憶し、第二処理手段によって分離された上記高速
サーチ用画像データの位置データを記憶する位置データ
記憶手段(例えば、図4の位置データメモリ6)をさら
に備え、第一処理手段が、位置データ記憶手段に記憶さ
れた高速サーチ用画像データの位置データによって示さ
れる位置の高速サーチ用データを復号化処理し、第二の
処理手段が、位置データ記憶手段に記憶された通常再生
用画像データの位置データによって示される位置の通常
再生用画像データを復号化処理することを特徴とする。
According to a second aspect of the present invention , in the moving picture decoding apparatus according to the third aspect, the position data of the normal reproduction image data separated by the first processing means is stored. Position data storage means (for example, the position data memory 6 in FIG. 4) for storing the position data of the high-speed search image data separated by the two processing means is further provided, and the first processing means stores the position data in the position data storage means. The high-speed search data at the position indicated by the position data of the obtained high-speed search image data is decoded, and the second processing means is indicated by the position data of the normal reproduction image data stored in the position data storage means. The decoding processing is performed on the image data for normal reproduction at the position to be reproduced.

【0016】請求項に記載の動画像復号化方法は、動
画像の連続する画像データの内、所定の間隔で選択され
た画像データ(例えば、図5のフレーム番号1および5
のデータ)から作成された画像データである高速サーチ
用画像データと、動画像の連続する画像データ(例え
ば、図5のフレーム番号1、2、3、4および5のデー
タ)から作成されたデータである通常再生用画像データ
とを含み、高速サーチ用画像データに、通常再生用画像
データの位置データ(例えば、図3(a)のアドレス
1)が付加され、上記通常再生用画像データに、高速サ
ーチ用画像データの位置データ(例えば、図3(b)の
アドレス2)が付加されてなるデータ列を復号化する動
画像復号化方法であって、高速サーチモードおよび通常
再生モードのうちどちらかを選択し、高速サーチモード
を選択したときには、高速サーチ用画像データから通常
再生用画像データの位置データを分離し、高速サーチ用
画像データに対して第一の復号化処理(例えば、逆VL
C)を行い、通常再生モードを選択したときには、通常
再生用画像データから高速サーチ用画像データの位置デ
ータを分離し、通常再生用画像データに対して第二の復
号化処理(例えば、逆VLC)を行うことを特徴とす
る。
According to a third aspect of the present invention, in the moving picture decoding method, image data selected at a predetermined interval (for example, frame numbers 1 and 5 shown in FIG. 5) out of continuous moving image data.
), And data created from continuous image data of moving images (for example, data of frame numbers 1, 2, 3, 4, and 5 in FIG. 5). The position data (for example, address 1 in FIG. 3A) of the normal reproduction image data is added to the high-speed search image data, and the normal reproduction image data is A moving image decoding method for decoding a data string to which position data (for example, address 2 in FIG. 3B) of high-speed search image data is added, which is one of a high-speed search mode and a normal reproduction mode When the high-speed search mode is selected, the position data of the normal reproduction image data is separated from the high-speed search image data, Decoding processing (e.g., reverse VL
C), when the normal reproduction mode is selected, the position data of the high-speed search image data is separated from the normal reproduction image data, and the second decoding processing (for example, inverse VLC) is performed on the normal reproduction image data. ) Is performed.

【0017】請求項に記載の動画像復号化方法は、請
求項5に記載の動画像復号化方法であって、分離された
通常再生用画像データの位置データを記憶し、記憶した
通常再生用画像データの位置データによって示される位
置の通常再生用画像データに対して第二の復号化処理を
行い、分離された上記高速サーチ用画像データの位置デ
ータを記憶し、記憶した高速サーチ用画像データの位置
データによって示される位置の高速サーチ用データに対
して第一の復号化処理を行うことを特徴とする。
A moving picture decoding method according to a fourth aspect is the moving picture decoding method according to the fifth aspect, wherein the position data of the separated normal reproduction image data is stored, and the stored normal reproduction is stored. A second decoding process is performed on the normal reproduction image data at the position indicated by the position data of the high-speed search image data, and the position data of the separated high-speed search image data is stored, and the stored high-speed search image is stored. The first decoding process is performed on the high-speed search data at the position indicated by the data position data.

【0018】[0018]

【0019】[0019]

【0020】[0020]

【作用】 請求項の構成の動画像復号化装置において
は、高速サーチモードが選択されたときに、動画像の連
続する画像データの内、所定の間隔で選択された画像デ
ータから作成された高速サーチ用画像データから通常再
生用画像データの位置データが分離され、高速サーチ用
画像データに対して所定の復号化処理が行われ、通常再
生モードが選択されたときには、動画像の連続する画像
データから作成された通常再生用画像データから高速サ
ーチ用画像データの位置データが分離され、通常再生用
画像データに対して所定の復号化処理が行われる。この
ように、画像データから位置データが分離されてから、
画像データが復号化されるので、再生画像の画質が損な
われることがない。また、高速サーチ用画像データが通
常再生用画像データ中に含まれないようにできるので、
通常再生の画質が劣化することがない。また、高速サー
チ用画像データだけをまとめて再生できるので、動画像
の滑らかな高速サーチを行うことができる。さらに、通
常再生用画像データは、前画像との差分をとって符号化
を行えるので、符号化効率を高めることができる。
[Action] In the video decoding apparatus of the first aspect, when the high-speed search mode is selected, among the consecutive image data of the moving image, created from image data selected at predetermined intervals The position data of the image data for normal reproduction is separated from the image data for high-speed search, a predetermined decoding process is performed on the image data for high-speed search, and when the normal reproduction mode is selected, the continuous image of the moving image is displayed. The position data of the high-speed search image data is separated from the normal reproduction image data created from the data, and a predetermined decoding process is performed on the normal reproduction image data. Thus, after the position data is separated from the image data,
Since the image data is decoded, the quality of the reproduced image is not deteriorated. In addition, since the image data for high-speed search can be prevented from being included in the image data for normal reproduction,
The image quality of normal reproduction does not deteriorate. Also, since only the high-speed search image data can be reproduced collectively, a smooth high-speed search for moving images can be performed. Furthermore, since the image data for normal reproduction can be encoded by taking the difference from the previous image, the encoding efficiency can be improved.

【0021】請求項の構成の動画像復号化装置におい
ては、高速サーチモードが選択されたときには、位置デ
ータ記憶手段に記憶された高速サーチ用画像データの位
置データによって示される位置の高速サーチ用データが
復号化処理され、通常再生モードが選択されたときに
は、位置データ記憶手段に記憶された通常再生用画像デ
ータの位置データによって示される位置の通常再生用画
像データが復号化処理される。従って、高速サーチによ
って再生される画像と通常再生によって再生される画像
との間に画像の連続性を確保することができる。
[0021] In the video decoding apparatus of the second aspect, the high speed when the search mode is selected, high-speed search of the location indicated by the location data of the image data for high-speed search which is stored in the position data storage unit When the data is decoded and the normal reproduction mode is selected, the normal reproduction image data at the position indicated by the position data of the normal reproduction image data stored in the position data storage means is decoded. Therefore, the continuity of the image can be ensured between the image reproduced by the high-speed search and the image reproduced by the normal reproduction.

【0022】請求項の構成の動画像復号化方法におい
ては、高速サーチモードおよび通常再生モードのうちど
ちらかが選択され、高速サーチモードが選択されたとき
には、動画像の連続する画像データの内、所定の間隔で
選択された画像データから作成された高速サーチ用画像
データから通常再生用画像データの位置データが分離さ
れて、高速サーチ用画像データに対して第一の復号化処
理が行われ、通常再生モードが選択されたときには、動
画像の連続する画像データから作成された通常再生用画
像データから高速サーチ用画像データの位置データが分
離され、通常再生用画像データに対して第二の復号化処
理が行われる。このように、画像データから位置データ
が分離されてから、画像データが復号化されるので、再
生画像の画質が損なわれることがない。また、高速サー
チ用画像データが通常再生用画像データ中に含まれない
ようにできるので、通常再生の画質が劣化することがな
い。また、高速サーチ用画像データだけをまとめて再生
できるので、動画像の滑らかな高速サーチを行うことが
できる。さらに、通常再生用画像データは、前画像との
差分をとって符号化を行えるので、符号化効率を高める
ことができる。
In the moving picture decoding method according to the third aspect , one of the high-speed search mode and the normal reproduction mode is selected. The position data of the normal reproduction image data is separated from the high-speed search image data generated from the image data selected at predetermined intervals, and the first decoding process is performed on the high-speed search image data. When the normal reproduction mode is selected, the position data of the high-speed search image data is separated from the normal reproduction image data created from the continuous image data of the moving image, and the second data is separated from the normal reproduction image data. Decryption processing is performed. As described above, since the image data is decoded after the position data is separated from the image data, the image quality of the reproduced image is not deteriorated. Further, since the high-speed search image data can be prevented from being included in the normal reproduction image data, the image quality of the normal reproduction does not deteriorate. Also, since only the high-speed search image data can be reproduced collectively, a smooth high-speed search for moving images can be performed. Furthermore, since the image data for normal reproduction can be encoded by taking the difference from the previous image, the encoding efficiency can be improved.

【0023】請求項の構成の動画像復号化方法におい
ては、記憶された通常再生用画像データの位置データに
よって示される位置の通常再生用画像データに対して第
二の復号化処理が行われ、記憶された高速サーチ用画像
データの位置データによって示される位置の高速サーチ
用データに対して第一の復号化処理が行われる。従っ
て、高速サーチによって再生される画像と通常再生によ
って再生される画像との間に画像の連続性を確保するこ
とができる。
In the moving picture decoding method according to the fourth aspect , the second decoding process is performed on the normal reproduction image data at the position indicated by the stored position data of the normal reproduction image data. The first decoding process is performed on the high-speed search data at the position indicated by the position data of the stored high-speed search image data. Therefore, the continuity of the image can be ensured between the image reproduced by the high-speed search and the image reproduced by the normal reproduction.

【0024】[0024]

【実施例】図1は、本発明のディスクの一実施例の構成
を示す。このディスクの外周の記録領域A1には、高速
サーチ用画像データがまとめて記録され、内周の記録領
域A2には、通常再生用画像データが記録される。
FIG. 1 shows the structure of an embodiment of the disk of the present invention. High-speed search image data is collectively recorded in a recording area A1 on the outer periphery of the disc, and image data for normal reproduction is recorded in an inner recording area A2.

【0025】高速サーチ用画像データは、動画像の連続
する画像データの内、所定の間隔で選択された画像デー
タから作成され、通常再生用画像データは、動画像の連
続する画像データから作成される。例えば、高速サーチ
用画像データは、図5に示されている一連のフレームデ
ータのうち、フレーム番号1のフレームデータのみに基
づいて、あるいはフレーム番号5のフレームデータのみ
に基づいて作成されるイントラ符号化画像データであ
る。通常再生用画像データは、例えば、図5に示されて
いるフレーム番号1、2、3、4および5の一連のフレ
ームデータのすべてを使用して、予測画像との差分をと
って作成されるインター符号化画像データと、フレーム
番号1のフレームデータのみに基づいて、あるいはフレ
ーム番号5のフレームデータのみに基づいて作成される
イントラ符号化画像データとの組み合わせで構成され
る。イントラ符号化画像データは、例えば、DCT(離
散コサイン変換)、量子化、およびVLC(可変長符号
化)によって作成される。インター符号化画像データ
は、例えば、動き補償、DCT、量子化、およびVLC
によって作成される。
The high-speed search image data is created from image data selected at predetermined intervals from the continuous image data of the moving image, and the normal reproduction image data is created from the image data continuous with the moving image. You. For example, the image data for high-speed search is an intra code generated based on only the frame data of frame number 1 or only based on the frame data of frame number 5 in the series of frame data shown in FIG. Image data. The image data for normal reproduction is created, for example, by taking the difference from the predicted image using all of the series of frame data of frame numbers 1, 2, 3, 4, and 5 shown in FIG. It is composed of a combination of inter-coded image data and intra-coded image data created based on only the frame data of frame number 1 or only based on the frame data of frame number 5. The intra-coded image data is created by, for example, DCT (Discrete Cosine Transform), quantization, and VLC (Variable Length Coding). The inter-coded image data includes, for example, motion compensation, DCT, quantization, and VLC.
Created by

【0026】図3に示されているように、高速サーチ用
画像データには、そのデータに対応する通常再生用画像
データの位置データ(例えば、図3(a)のアドレス
1)が付加され、通常再生用画像データには、そのデー
タに対応する高速サーチ用画像データの位置データ(例
えば、図3(b)のアドレス2)が付加され、高速サー
チ用画像データと通常再生用画像データとが対応づけら
れる。
As shown in FIG. 3, the position data (eg, address 1 in FIG. 3A) of the normal reproduction image data corresponding to the high-speed search image data is added to the high-speed search image data. The position data (for example, address 2 in FIG. 3B) of the high-speed search image data corresponding to the data is added to the normal reproduction image data, and the high-speed search image data and the normal reproduction image data are added. Can be associated.

【0027】上記アドレス1およびアドレス2として、
例えばディスクのセクター番号を使用する。例えば、通
常再生用画像データのうち、30の倍数に当たるフレー
ムには、その位置に対応する高速サーチ用画像のデータ
のセクター番号を付加し、高速サーチ用画像データに
は、そのフレームに一番近い通常再生用画像データのフ
レームのセクター番号を付加する。このように高速サー
チ用画像データと通常再生用画像データとが対応づける
ことにより、ユーザーが高速サーチを選択した場合は、
高速サーチ用画像データにアクセスし、ユーザーが、高
速サーチから通常再生に切り換えたら、セクター番号を
頼りに通常再生用画像データに戻って再生を行うことが
できる。
As the above address 1 and address 2,
For example, the sector number of the disk is used. For example, in the normal reproduction image data, a frame number corresponding to a multiple of 30 is added with the sector number of the high-speed search image data corresponding to the position, and the high-speed search image data is closest to the frame. The sector number of the frame of the image data for normal reproduction is added. By associating the high-speed search image data with the normal reproduction image data in this manner, when the user selects the high-speed search,
When the user accesses the high-speed search image data and switches from the high-speed search to the normal reproduction, the user can return to the normal reproduction image data and perform reproduction by relying on the sector number.

【0028】図2は、図1のディスクの通常再生および
高速サーチの一態様を示す。この例では、まず、記録領
域A2の位置P1において、通常再生が開始され、記録
領域A2の位置P2において、通常再生から高速サーチ
に切り換えられて記録領域A2の位置P2に対応する記
録領域A1の位置から高速サーチが行われ、記録領域A
1の位置P3において、高速サーチから通常再生に切り
換えられて記録領域A1の位置P3に対応する記録領域
A2の位置から再び通常再生が行われ、記録領域A2の
位置P4において、通常再生から高速サーチに切り換え
られて記録領域A2の位置P4に対応する記録領域A1
の位置から再び高速サーチが行われ、記録領域A1の位
置P5において、高速サーチから通常再生に切り換えら
れて記録領域A1の位置P5に対応する記録領域A2の
位置から再び通常再生が行われる。このように、高速サ
ーチによって再生される画像と通常再生によって再生さ
れる画像との間に画像の連続性を確保することができ
る。
FIG. 2 shows one mode of normal reproduction and high-speed search of the disc of FIG. In this example, first, normal reproduction is started at the position P1 of the recording area A2, and at the position P2 of the recording area A2, the normal reproduction is switched to the high-speed search, and the recording area A1 corresponding to the position P2 of the recording area A2 is switched. A high-speed search is performed from the position, and the recording area A
At the position P3 of No. 1, the mode is switched from the high-speed search to the normal reproduction, and normal reproduction is performed again from the position of the recording area A2 corresponding to the position P3 of the recording area A1, and at the position P4 of the recording area A2, the normal reproduction is changed to the high-speed search. To the recording area A1 corresponding to the position P4 of the recording area A2.
, The high-speed search is performed again at the position P5 of the recording area A1, the high-speed search is switched to the normal reproduction, and the normal reproduction is performed again from the position of the recording area A2 corresponding to the position P5 of the recording area A1. In this way, continuity of the image can be ensured between the image reproduced by the high-speed search and the image reproduced by the normal reproduction.

【0029】図4は、本発明の動画像復号化装置の実施
例を示す。この実施例は、高速サーチ用画像データが、
DCT、量子化、およびVLCによって作成されたイン
トラ符号化画像データであり、通常再生用画像データ
が、イントラ符号化画像データと、動き補償、DCT、
量子化、およびVLCによって作成されたインター符号
化画像データとからなるものであるとして構成されてい
る。
FIG. 4 shows an embodiment of a moving picture decoding apparatus according to the present invention. In this embodiment, the image data for high-speed search is
This is intra-coded image data created by DCT, quantization, and VLC, and the image data for normal reproduction includes intra-coded image data, motion compensation, DCT,
It is configured to consist of quantization and inter-coded image data created by VLC.

【0030】セレクタ2は、ユーザのキー操作またはリ
モコン操作によって通常再生命令を受けたときには、デ
ィスクから読み出されたデータを、通常再生用データと
して、データ分離兼逆VLC回路4に供給する。また、
セレクタ2は、ユーザのキー操作またはリモコン操作に
よって高速サーチ命令を受けたときには、ディスクから
読み出されたデータを、高速サーチ用データとして、デ
ータ分離兼逆VLC回路8に供給する。
When a normal reproduction command is received by a user's key operation or remote control operation, the selector 2 supplies the data read from the disk to the data separation / reverse VLC circuit 4 as normal reproduction data. Also,
When the selector 2 receives a high-speed search command by a user's key operation or remote control operation, the selector 2 supplies the data read from the disk to the data separation and reverse VLC circuit 8 as high-speed search data.

【0031】データ分離兼逆VLC回路4は、入力され
たデータから、通常再生用画像データ、高速サーチ用画
像データの位置データ、動きベクトル、およびイントラ
とインターの区別情報を分離し、通常再生用画像データ
を逆VLCしてセレクタ12に供給し、高速サーチ用画
像データの位置データを位置データメモリ6に供給し、
動きベクトルをフレームメモリ18の制御入力に供給す
る。
The data separation / inverse VLC circuit 4 separates the image data for normal reproduction, the position data of the image data for high-speed search, the motion vector, and the information for distinguishing between intra and inter from the input data, The image data is inverted VLC and supplied to the selector 12, and the position data of the high-speed search image data is supplied to the position data memory 6,
The motion vector is supplied to a control input of the frame memory 18.

【0032】データ分離兼逆VLC回路8は、入力され
たデータから、高速サーチ用画像データと、通常再生用
画像データの位置データとを分離し、高速サーチ用画像
データを逆VLCしてセレクタ12に供給し、通常再生
用画像データの位置データを位置データメモリ6に供給
に供給する。また、データ分離兼逆VLC回路8は、逆
VLCされた通常再生用画像データをセレクタ12に供
給するときには、動き補償回路16の機能を停止させ
る。
The data separation / inverse VLC circuit 8 separates the high-speed search image data and the position data of the normal reproduction image data from the input data, and performs inverse VLC on the high-speed search image data to perform a selector 12. To supply the position data of the image data for normal reproduction to the position data memory 6. Further, the data separation / inverse VLC circuit 8 stops the function of the motion compensation circuit 16 when the inverse VLC-processed normal reproduction image data is supplied to the selector 12.

【0033】位置データメモリ6は、高速サーチ用画像
データの位置データおよび通常再生用画像データの位置
データを記憶する。CPU10は、位置データメモリ6
に記憶されている位置データが示すディスク上の位置に
再生ヘッドが位置づけられるように、再生ヘッドのドラ
イバー制御部に指令を与える。
The position data memory 6 stores the position data of the high-speed search image data and the position data of the normal reproduction image data. The CPU 10 stores the position data memory 6
A command is given to the driver control unit of the reproducing head so that the reproducing head is positioned at the position on the disk indicated by the position data stored in the reproducing head.

【0034】セレクタ12は、通常再生命令を受けてい
るときには、回路4から供給される逆VLCされた通常
再生用画像データを、逆量子化兼逆DCT回路14に供
給し、高速サーチ命令を受けているときには、回路8か
ら供給される逆VLCされた高速サーチ用画像データ
を、逆量子化兼逆DCT回路14に供給する。逆量子化
兼逆DCT回路14は、セレタク12から供給される画
像データに対して逆量子化を行うとともに、逆DCTを
行う。
When receiving the normal reproduction command, the selector 12 supplies the inverse VLC-processed normal reproduction image data supplied from the circuit 4 to the inverse quantization and inverse DCT circuit 14, and receives the high-speed search instruction. In this case, the inverse VLC-supplied high-speed search image data supplied from the circuit 8 is supplied to the inverse quantization and inverse DCT circuit 14. The inverse quantization and inverse DCT circuit 14 performs inverse quantization and inverse DCT on the image data supplied from the SELECTAR 12.

【0035】動き補償回路16は、動きベクトルによっ
て示される予測画像(前画像)をフレームメモリ18か
ら読み出し、回路14から供給される逆量子化および逆
DCTされた画像データに対して動き補償を行って、画
像を再現し、表示部(図示せず)に出力するとともに、
フレームメモリ18に書き込む。
The motion compensation circuit 16 reads out a predicted image (previous image) indicated by a motion vector from the frame memory 18 and performs motion compensation on the inversely quantized and inverse DCT image data supplied from the circuit 14. To reproduce the image and output it to a display unit (not shown),
Write to the frame memory 18.

【0036】次に、上述のように構成された図4の実施
例の動作について説明する。まず、ユーザのキー操作ま
たはリモコン操作によって通常再生命令を受けたときに
は、位置データメモリ6に記憶されている通常再生用画
像データの位置データによって示されるディスク位置
に、CPU10がドライバー制御部を介して再生ヘッド
を位置づけ、ディスクから通常再生用画像データを読み
込む。
Next, the operation of the embodiment of FIG. 4 configured as described above will be described. First, when a normal reproduction command is received by a key operation or a remote control operation of the user, the CPU 10 sets the disk position indicated by the position data of the image data for normal reproduction stored in the position data memory 6 via the driver control unit. The playback head is positioned and the image data for normal playback is read from the disk.

【0037】読み込まれた通常再生用画像データは、セ
レクタ2を介して、データ分離兼逆VLC回路4に供給
される。データ分離兼逆VLC回路4は、通常再生用画
像データに付加されている、高速サーチ用画像データの
位置データ、動きベクトル、およびイントラとインター
の区別情報を分離し、通常再生用画像データを逆VLC
してセレクタ12に供給し、高速サーチ用画像データの
位置データを位置データメモリ6に記憶し、動きベクト
ルをフレームメモリ18の制御入力に供給する。そし
て、セレクタ12を通った逆VLCされた通常再生用画
像データは、回路14によって逆量子化されるとともに
逆DCTされ、回路16によって動き補償されて、元の
画像に復元され、表示部に表示されるとともに、フレー
ムメモリ18に記憶される。
The read image data for normal reproduction is supplied to the data separation / inverse VLC circuit 4 via the selector 2. The data separation / inverse VLC circuit 4 separates the position data of the high-speed search image data, the motion vector, and the information for distinguishing between intra and inter, which are added to the image data for normal reproduction, and reverses the image data for normal reproduction. VLC
The position data of the high-speed search image data is stored in the position data memory 6, and the motion vector is supplied to the control input of the frame memory 18. Then, the inverse VLC-processed normal reproduction image data passed through the selector 12 is inversely quantized and inversely DCT-processed by the circuit 14, is motion-compensated by the circuit 16, is restored to the original image, and is displayed on the display unit. And at the same time, stored in the frame memory 18.

【0038】次に、ユーザのキー操作またはリモコン操
作によって高速サーチ命令を受けたときには、位置デー
タメモリ6に記憶されている高速サーチ用画像データの
位置データによって示されるディスク位置に、CPU1
0がドライバー制御部を介して再生ヘッドを位置づけ、
ディスクから高速サーチ用画像データを読み込む。
Next, when a high-speed search command is received by a user's key operation or remote control operation, the CPU 1 stores the disk position indicated by the position data of the high-speed search image data stored in the position data memory 6.
0 positions the playback head via the driver control,
Reads high-speed search image data from the disk.

【0039】読み込まれた高速サーチ用画像データは、
セレクタ2を介して、データ分離兼逆VLC回路8に供
給される。データ分離兼逆VLC回路8は、高速サーチ
用画像データに付加されている通常再生用画像データの
位置データを分離し、高速ソーチ用画像データを逆VL
Cしてセレクタ12に供給し、通常再生用画像データの
位置データを位置データメモリ6に記憶し、動き補償回
路16のの機能を停止させる。そして、セレクタ12を
通った逆VLCされた高速サーチ用画像データは、回路
14によって逆量子化されるとともに逆DCTされ、回
路16によって動き補償されることなく、表示部に表示
されるとともに、フレームメモリ18に記憶される。
The read image data for high-speed search is
The data is supplied to the data separation / inverse VLC circuit 8 via the selector 2. The data separation / inverse VLC circuit 8 separates the position data of the normal reproduction image data added to the high-speed search image data, and converts the high-speed sort image data into the inverse VL.
The data is supplied to the selector 12 to store the position data of the image data for normal reproduction in the position data memory 6, and the function of the motion compensation circuit 16 is stopped. The inverse VLC-processed high-speed search image data passed through the selector 12 is inversely quantized and inversely DCT-processed by the circuit 14, displayed on the display unit without motion compensation by the circuit 16, and Stored in the memory 18.

【0040】上述した図4の実施例により、画像の連続
性を損なわずに、通常再生と高速サーチを交互に行うこ
とができる。
According to the embodiment of FIG. 4, the normal reproduction and the high-speed search can be alternately performed without deteriorating the continuity of the image.

【0041】[0041]

【0042】[0042]

【0043】[0043]

【発明の効果】 請求項の動画像復号化装置によれば、
高速サーチモードのときには、動画像の連続する画像デ
ータの内、所定の間隔で選択された画像データから作成
された高速サーチ用画像データから通常再生用画像デー
タの位置データを分離し、高速サーチ用画像データに対
して所定の復号化処理を行い、通常再生モードのときに
は、動画像の連続する画像データから作成された通常再
生用画像データから高速サーチ用画像データの位置デー
タを分離し、通常再生用画像データに対して所定の復号
化処理を行うので、画像データから位置データが分離さ
れてから、画像データが復号化されるから、再生画像の
画質が損なわれることがない。また、高速サーチ用画像
データを通常再生用画像データ中に含まれないようにで
きるので、通常再生の画質が劣化することがない。ま
た、高速サーチ用画像データだけをまとめて再生できる
ので、動画像の滑らかな高速サーチを行うことができ
る。また、通常再生用画像データは、前画像との差分を
とって符号化を行えるので、符号化効率を高めることが
できる。
Effects of the Invention] According to the video decoding apparatus according to claim 1,
In the high-speed search mode, the position data of the normal reproduction image data is separated from the high-speed search image data created from the image data selected at a predetermined interval from the continuous image data of the moving image, and the high-speed search is performed. A predetermined decoding process is performed on the image data. In the normal reproduction mode, the position data of the high-speed search image data is separated from the normal reproduction image data created from the continuous image data of the moving image, and the normal reproduction is performed. Since the predetermined decoding process is performed on the image data for use, the image data is decoded after the position data is separated from the image data, so that the image quality of the reproduced image is not deteriorated. Further, since the image data for high-speed search can be prevented from being included in the image data for normal reproduction, the image quality of normal reproduction does not deteriorate. Also, since only the high-speed search image data can be reproduced collectively, a smooth high-speed search for moving images can be performed. In addition, since the image data for normal reproduction can be encoded by taking the difference from the previous image, the encoding efficiency can be improved.

【0044】請求項の動画像復号化装置によれば、高
速サーチモードのときには、位置データ記憶手段に記憶
された高速サーチ用画像データの位置データによって示
される位置の高速サーチ用データを復号化処理し、通常
再生モードのときには、位置データ記憶手段に記憶され
た通常再生用画像データの位置データによって示される
位置の通常再生用画像データを復号化処理するので、高
速サーチによって再生される画像と通常再生によって再
生される画像との間に画像の連続性を確保することがで
きる。
According to the second aspect of the present invention, in the high-speed search mode, the high-speed search data at the position indicated by the position data of the high-speed search image data stored in the position data storage means is decoded. In the normal reproduction mode, the normal reproduction image data at the position indicated by the position data of the normal reproduction image data stored in the position data storage means is decoded. The continuity of the image can be ensured with the image reproduced by the normal reproduction.

【0045】請求項の動画像復号化方法によれば、高
速サーチモードのときには、動画像の連続する画像デー
タの内、所定の間隔で選択された画像データから作成さ
れた高速サーチ用画像データから通常再生用画像データ
の位置データを分離し、高速サーチ用画像データに対し
て第一の復号化処理を行い、通常再生モードのときに
は、動画像の連続する画像データから作成された通常再
生用画像データから高速サーチ用画像データの位置デー
タを分離し、通常再生用画像データに対して第二の復号
化処理を行うので、画像データから位置データが分離さ
れてから、画像データが復号化されるから、再生画像の
画質が損なわれることがない。また、高速サーチ用画像
データが通常再生用画像データ中に含まれないようにで
きるので、通常再生の画質が劣化することがない。ま
た、高速サーチ用画像データだけをまとめて再生できる
ので、動画像の滑らかな高速サーチを行うことができ
る。さらに、通常再生用画像データは、前画像との差分
をとって符号化を行えるので、符号化効率を高めること
ができる。
According to the third aspect of the present invention, in the high-speed search mode, the high-speed search image data generated from the image data selected at predetermined intervals from the continuous image data of the moving image. The first decoding process is performed on the high-speed search image data by separating the position data of the normal reproduction image data from the normal reproduction image data. In the normal reproduction mode, the normal reproduction image data is created from the continuous image data of the moving image. Since the position data of the high-speed search image data is separated from the image data and the second decoding process is performed on the normal reproduction image data, the image data is decoded after the position data is separated from the image data. Therefore, the image quality of the reproduced image is not impaired. Further, since the high-speed search image data can be prevented from being included in the normal reproduction image data, the image quality of the normal reproduction does not deteriorate. Also, since only the high-speed search image data can be reproduced collectively, a smooth high-speed search for moving images can be performed. Furthermore, since the image data for normal reproduction can be encoded by taking the difference from the previous image, the encoding efficiency can be improved.

【0046】請求項の動画像復号化方法によれば、記
憶された通常再生用画像データの位置データによって示
される位置の通常再生用画像データに対して第二の復号
化処理を行い、記憶されした高速サーチ用画像データの
位置データによって示される位置の高速サーチ用データ
に対して第一の復号化処理を行うので、高速サーチによ
って再生される画像と通常再生によって再生される画像
との間に画像の連続性を確保することができる。
According to the moving picture decoding method of the fourth aspect , the second decoding processing is performed on the normal reproduction image data at the position indicated by the stored position data of the normal reproduction image data, and Since the first decoding process is performed on the high-speed search data at the position indicated by the position data of the high-speed search image data, the time between the image reproduced by the high-speed search and the image reproduced by the normal reproduction is obtained. Image continuity can be ensured.

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

【図1】本発明のディスクの一実施例の構成を示す平面
図である。
FIG. 1 is a plan view showing a configuration of an embodiment of a disk of the present invention.

【図2】図1のディスクの通常再生および高速サーチの
一態様を示す説明図である。
FIG. 2 is an explanatory diagram showing one mode of normal reproduction and high-speed search of the disc of FIG. 1;

【図3】図1のディスクに記録される通常再生用画像デ
ータおよび高速サーチ用画像データのフォーマットの一
例を示す説明図である。
FIG. 3 is an explanatory diagram showing an example of a format of image data for normal reproduction and image data for high-speed search recorded on the disc of FIG. 1;

【図4】本発明の動画像復号化装置の一実施例の構成を
示すブロック図である。
FIG. 4 is a block diagram showing a configuration of an embodiment of a moving picture decoding apparatus according to the present invention.

【図5】通常再生用画像データおよび高速再生用画像デ
ータの作成に使用される一連のフレームデータの一例を
示す説明図である。
FIG. 5 is an explanatory diagram showing an example of a series of frame data used for creating image data for normal reproduction and image data for high-speed reproduction.

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

2 セレクタ 4 データ分離兼逆VLC回路 6 位置データメモリ 8 データ分離兼逆VLC回路 10 CPU 12 セレクタ 14 逆量子化兼逆DCT回路 16 動き補償回路 18 フレームメモリ A1 高速サーチ用画像データ記録領域 A2 通常再生用画像データ記録領域 P1 通常再生スタート位置 P2 通常再生から高速サーチへの切り換え位置 P3 高速サーチから通常再生への切り換え位置 P4 通常再生から高速サーチへの切り換え位置 P5 高速サーチから通常再生への切り換え位置 2 selector 4 data separation and inverse VLC circuit 6 position data memory 8 data separation and inverse VLC circuit 10 CPU 12 selector 14 inverse quantization and inverse DCT circuit 16 motion compensation circuit 18 frame memory A1 high-speed search image data recording area A2 normal reproduction Image data recording area P1 Normal playback start position P2 Switching position from normal playback to high-speed search P3 Switching position from high-speed search to normal playback P4 Switching position from normal playback to high-speed search P5 Switching position from high-speed search to normal playback

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI H04N 7/24 H04N 5/93 B 7/13 Z (58)調査した分野(Int.Cl.7,DB名) G11B 27/00 G11B 20/12 G11B 27/10 H04N 5/92 H04N 5/93 H04N 7/24 ──────────────────────────────────────────────────続 き Continued on the front page (51) Int.Cl. 7 identification symbol FI H04N 7/24 H04N 5/93 B 7/13 Z (58) Investigated field (Int.Cl. 7 , DB name) G11B 27 / 00 G11B 20/12 G11B 27/10 H04N 5/92 H04N 5/93 H04N 7/24

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 動画像の連続する画像データの内、所定
の間隔で選択された画像データから作成された画像デー
タである高速サーチ用画像データと、上記動画像の連続
する画像データから作成されたデータである通常再生用
画像データとを含み、上記高速サーチ用画像データに、
上記通常再生用画像データの位置データが付加され、上
記通常再生用画像データに、上記高速サーチ用画像デー
タの位置データが付加されてなるデータ列を復号化する
動画像復号化装置であって、高速サーチモードおよび通
常再生モードのうちどちらかを選択するモード選択手段
と、前記モード選択手段が高速サーチモードを選択した
ときに、上記高速サーチ用画像データから上記通常再生
用画像データの位置データを分離し、上記高速サーチ用
画像データに対して所定の復号化処理を行う第一の処理
手段と、前記モード選択手段が通常再生モードを選択し
たときに、上記通常再生用画像データから上記高速サー
チ用画像データの位置データを分離し、上記通常再生用
画像データに対して所定の復号化処理を行う第二の処理
手段とを備えることを特徴とする動画像復号化装置。
1. High-speed search image data, which is image data created from image data selected at predetermined intervals, among continuous image data of a moving image, and image data created from continuous image data of the moving image. And normal reproduction image data, which is data obtained by the high-speed search.
A moving image decoding apparatus that decodes a data sequence in which the position data of the normal reproduction image data is added, and the position data of the high-speed search image data is added to the normal reproduction image data, Mode selection means for selecting one of a high-speed search mode and a normal reproduction mode; and when the mode selection means selects the high-speed search mode, the position data of the normal reproduction image data is read from the high-speed search image data. First processing means for separating and performing predetermined decoding processing on the high-speed search image data; and when the mode selection means selects a normal reproduction mode, the high-speed search is performed from the normal reproduction image data. Second processing means for separating the position data of the image data for normal use and performing a predetermined decoding process on the image data for normal reproduction. Moving picture decoding apparatus according to claim.
【請求項2】 上記第一処理手段によって分離された上
記通常再生用画像データの位置データを記憶し、上記第
二処理手段によって分離された上記高速サーチ用画像デ
ータの位置データを記憶する位置データ記憶手段をさら
に備え、上記第一処理手段が、上記位置データ記憶手段
に記憶された上記高速サーチ用画像データの位置データ
によって示される位置の高速サーチ用データを復号化処
理し、上記第二の処理手段が、上記位置データ記憶手段
に記憶された上記通常再生用画像データの位置データに
よって示される位置の通常再生用画像データを復号化処
理することを特徴とする請求項記載の動画像復号化装
置。
2. Position data for storing the position data of the image data for normal reproduction separated by the first processing means, and for storing the position data of the image data for high-speed search separated by the second processing means. Storage means, wherein the first processing means decodes high-speed search data at the position indicated by the position data of the high-speed search image data stored in the position data storage means, processing means, video decoding according to claim 1, wherein the processing decode the normal reproduction image data of the location indicated by the location data of the normal reproduction image data stored in the position data storage means Device.
【請求項3】 動画像の連続する画像データの内、所定
の間隔で選択された画像データから作成された画像デー
タである高速サーチ用画像データと、上記動画像の連続
する画像データから作成されたデータである通常再生用
画像データとを含み、上記高速サーチ用画像データに、
上記通常再生用画像データの位置データが付加され、上
記通常再生用画像データに、上記高速サーチ用画像デー
タの位置データが付加されてなるデータ列を復号化する
動画像復号化方法であって、高速サーチモードおよび通
常再生モードのうちどちらかを選択し、上記高速サーチ
モードを選択したときには、上記高速サーチ用画像デー
タから上記通常再生用画像データの位置データを分離
し、上記高速サーチ用画像データに対して第一の復号化
処理を行い、上記通常再生モードを選択したときには、
上記通常再生用画像データから上記高速サーチ用画像デ
ータの位置データを分離し、上記通常再生用画像データ
に対して第二の復号化処理を行うことを特徴とする動画
像復号化方法。
3. High-speed search image data, which is image data created from image data selected at predetermined intervals, among continuous image data of a moving image, and image data created from continuous image data of the moving image. And normal reproduction image data, which is data obtained by the high-speed search.
A moving image decoding method for decoding a data string in which the position data of the normal reproduction image data is added and the position data of the high-speed search image data is added to the normal reproduction image data, When one of the high-speed search mode and the normal reproduction mode is selected and the high-speed search mode is selected, the position data of the normal reproduction image data is separated from the high-speed search image data, and the high-speed search image data is separated. Performs the first decryption process on the
A moving image decoding method, comprising separating position data of the high-speed search image data from the normal reproduction image data and performing a second decoding process on the normal reproduction image data.
【請求項4】 上記分離された上記通常再生用画像デー
タの位置データを記憶し、上記記憶した上記通常再生用
画像データの位置データによって示される位置の通常再
生用画像データに対して上記第二の復号化処理を行い、
上記分離された上記高速サーチ用画像データの位置デー
タを記憶し、上記記憶した上記高速サーチ用画像データ
の位置データによって示される位置の高速サーチ用デー
タに対して第一の復号化処理を行うことを特徴とする請
求項記載の動画像復号化方法。
4. A method for storing position data of the separated normal reproduction image data, wherein the position data of the separated normal reproduction image data is stored in a position indicated by the stored normal reproduction image data. Performs decryption processing of
Storing the position data of the separated high-speed search image data, and performing a first decoding process on the high-speed search data at the position indicated by the stored high-speed search image data; 4. The moving picture decoding method according to claim 3 , wherein:
JP18593392A 1992-06-19 1992-06-19 Moving picture decoding method and apparatus Expired - Fee Related JP3233232B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18593392A JP3233232B2 (en) 1992-06-19 1992-06-19 Moving picture decoding method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18593392A JP3233232B2 (en) 1992-06-19 1992-06-19 Moving picture decoding method and apparatus

Publications (2)

Publication Number Publication Date
JPH0636521A JPH0636521A (en) 1994-02-10
JP3233232B2 true JP3233232B2 (en) 2001-11-26

Family

ID=16179423

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18593392A Expired - Fee Related JP3233232B2 (en) 1992-06-19 1992-06-19 Moving picture decoding method and apparatus

Country Status (1)

Country Link
JP (1) JP3233232B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1996030906A1 (en) * 1995-03-30 1996-10-03 Victor Company Of Japan, Ltd. Information recording disk
JPH09213056A (en) * 1996-02-06 1997-08-15 Sharp Corp Large capacity data retrieval device
JP3816488B2 (en) 2003-12-26 2006-08-30 株式会社リコー Information recording apparatus, information recording medium, information recording method, and program
JP2005285301A (en) * 2004-03-05 2005-10-13 Ricoh Co Ltd Recorder, reproducer, recording method, reproducing method and program

Also Published As

Publication number Publication date
JPH0636521A (en) 1994-02-10

Similar Documents

Publication Publication Date Title
KR100350335B1 (en) Image information processing method and apparatus
US5510840A (en) Methods and devices for encoding and decoding frame signals and recording medium therefor
JPH06319125A (en) Picture reproduction device
KR100260475B1 (en) Methods and devices for encoding and decoding frame signals and recording medium therefor
KR0185932B1 (en) Video data decoding method and apparatus
JP2776212B2 (en) Code recording device
JP3233232B2 (en) Moving picture decoding method and apparatus
JP3308129B2 (en) Image signal decoding method and image signal decoding device
JP3317440B2 (en) Still image playback device for recording media
JP3128393B2 (en) Compressed video playback device
JPH1198513A (en) Moving image coding/decoding device
JP2820631B2 (en) Image decoding method and apparatus
JP3240737B2 (en) Image signal encoding method and apparatus, decoding method and apparatus
JP3449370B2 (en) Image data decoding method and apparatus
JPH0898142A (en) Picture reproduction device
KR0128878B1 (en) Apparatus and method for jump of mpeg
JPH09298711A (en) Device for generating compressed image data for editing for image information recording and reproducing device
JPH0630332A (en) Coding and decoding device for moving image
JPH08130715A (en) Picture reproducing device
JP3496926B2 (en) Image data decoding method
JP3506507B2 (en) Digital video signal recording / reproducing device and digital video signal reproducing device
JPH05122687A (en) Method and device for picture display
KR19980075476A (en) How to choose the angle of DVD system
JPH0898138A (en) Digital video signal recording and reproducing device
JPH09307856A (en) Generator for compressed image data reproducing excellent image even in the case of fast feed reproduction

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20010823

LAPS Cancellation because of no payment of annual fees