JP2009225380A - Encoding processing device, encoding processing program, encoding processing method, and encoding processing distributed system - Google Patents
Encoding processing device, encoding processing program, encoding processing method, and encoding processing distributed system Download PDFInfo
- Publication number
- JP2009225380A JP2009225380A JP2008070464A JP2008070464A JP2009225380A JP 2009225380 A JP2009225380 A JP 2009225380A JP 2008070464 A JP2008070464 A JP 2008070464A JP 2008070464 A JP2008070464 A JP 2008070464A JP 2009225380 A JP2009225380 A JP 2009225380A
- Authority
- JP
- Japan
- Prior art keywords
- section
- encoding
- video data
- encoding processing
- frame
- 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.)
- Granted
Links
Images
Landscapes
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
この発明は、処理対象データに対する符号化処理を並列に分散して実行する符号化処理装置、符号化処理プログラム、符号化処理方法および符号化処理分散システムに関する。 The present invention relates to an encoding processing apparatus, an encoding processing program, an encoding processing method, and an encoding processing distribution system that execute an encoding process on data to be processed in a distributed manner in parallel.
近年、テレビジョン放送の分野をはじめとして、あらゆる映像処理分野においてハイビジョンに対応した映像の高画質化がおこなわれている。このようなハイビジョン映像は、従来の映像と比較して映像データ量が数倍のオーダで増加している。したがって、ハイビジョン映像を処理する場合には、映像データ圧縮/伸張やフォーマット変換などのデータ処理についても、そのデータ量の増加に伴い長い処理時間を必要とする。 In recent years, high-quality images corresponding to high-definition images have been improved in various image processing fields including the field of television broadcasting. In such a high-definition video, the amount of video data increases on the order of several times that of a conventional video. Therefore, when processing high-definition video, data processing such as video data compression / expansion and format conversion requires a long processing time as the data amount increases.
また、ハイビジョン映像の場合、膨大なデータ量による配信負荷を考慮すると、H.264のような高圧縮率の符号化方式の適用が望ましい。しかしながら、このような高圧縮技術は、処理内容が高度化、複雑化されており、実際の符号化処理には膨大な演算処理を要すため、結局、符号化処理に実再生時間の数倍の時間が必要となってしまっていた。 Also, in the case of high-definition video, H.264 is considered in consideration of the distribution load due to the huge amount of data. Application of a high compression rate encoding method such as H.264 is desirable. However, such a high compression technology has advanced and complicated processing contents, and enormous calculation processing is required for the actual encoding processing. Therefore, in the end, the encoding processing is several times the actual reproduction time. Time was needed.
そこで、ソフトウェアを用い実用的な時間で符号化処理をおこなうために、符号化演算処理単体の最適化の他に、下記のような高速化処理が採用されている。 Therefore, in order to perform the encoding process in a practical time using software, the following high-speed process is adopted in addition to the optimization of the single encoding operation process.
1.演算環境ハードウェアの高スペック化(CPUの高クロック化など)
2.ハードウェア(GPUなど)による演算処理のアクセラレーション機能の利用
3.符号化処理プロセスのマルチスレッド対応(マルチスレッド処理に対応した演算環境が必要)
4.演算処理の複数演算環境への分散並列処理化
1. Higher specifications for computing environment hardware (such as higher CPU clocks)
2. 2. Utilization of acceleration function of arithmetic processing by hardware (GPU etc.) Multi-thread support for the encoding process (requires a computing environment that supports multi-thread processing)
4). Distributed parallel processing for multiple computing environments
上記の1〜3の処理の場合は、ハードウェアへの依存度が高く、また、ハードウェアスペックによる性能向上の上限がある。したがって、符号化システムには、性能向上を物理的な演算環境の量で解決しやすい上記4の分散並列処理化が広く適用されている。
In the case of the
具体的には、映像符号化の分散並列処理の映像データ分割方式としては、空間方向分割方式と、時間方向分割方式とがある。空間方向分割方式は、映像データ中のすべてのフレームを決まった領域で分割する。一方、時間方向分割方式は、映像データを時間軸上のある区間内のデータで分割する(たとえば、下記特許文献1、2参照。)。
Specifically, there are a spatial direction division method and a time direction division method as video data division methods for distributed parallel processing of video encoding. In the spatial direction division method, all the frames in the video data are divided by a predetermined area. On the other hand, the time direction division method divides video data by data within a certain section on the time axis (see, for example,
しかしながら、上述した空間方向分割の場合、符号化した映像の品質が保障されないことがある。図10は、空間方向分割による映像データの分割処理を示す説明図である。図10のように、空間方向分割の場合、ひとつのフレーム1000を1〜Nの複数の領域に分割し、各領域を異なる環境で符号化する。したがって、隣り合う領域の境界部分の符号化処理について同じような条件の符号化をおこなわないと画面上に領域の境界に不自然な線が見えてしまうという問題があった。
However, in the case of the spatial direction division described above, the quality of the encoded video may not be guaranteed. FIG. 10 is an explanatory diagram showing video data division processing by spatial direction division. As shown in FIG. 10, in the case of spatial direction division, one
また、図11は、時間方向分割による映像データの分割処理を示す説明図である。図11のように、時間方向分割の場合は、1つのフレームを単一の環境で符号化するため空間分割のような不自然な境界線は発生しないものの、映像データ1100の時間的な分割点付近(区間と区間との間)をデコードする際に、バッファオーバーフローや、アンダーフローなどのエラーが発生する可能性があるという問題があった。
FIG. 11 is an explanatory diagram showing video data division processing by time direction division. As shown in FIG. 11, in the case of time direction division, since one frame is encoded in a single environment, an unnatural boundary such as space division does not occur, but the temporal division point of the
そこで、映像データの符号化の分散並列処理をおこなう場合には,映像そのものやバッファ制御などの破綻が発生しないようなデータ分割/結合および符号化処理をおこなう必要がある。たとえば、上記特許文献1の技術では、時間方向分割を用い、その分割点としてデータ分割前に映像データ内のシーンチェンジタイミングを検出し、検出したタイミングで映像データを分割することができる。しかしながら、映像データのシーンチェンジタイミングを一通りチェックしてから分割処理をおこなうため、シーンチェック処理がボトルネックとなり多くの処理時間を要してしまうという問題があった。
Therefore, when performing distributed parallel processing for encoding video data, it is necessary to perform data division / combination and encoding processing so that the video itself and buffer control do not break down. For example, in the technique of the above-mentioned
また、上記特許文献2の技術では、符号化処理を分散する際の前処理として、まず、映像データすべてのシーンチェンジ抽出処理をおこなう機能部を独立して持った構成になっている。そして、処理を分散した後、シーンチェンジの検出結果を反映させ、検出されたシーンチェンジより前の区間の映像データをデータの連続性を確保するのに最適な別の符号化処理部にて再符号化する。したがって、上記特許文献1の技術と比較して処理時間を短縮することができる。
In the technique disclosed in
しかしながら、上記特許文献2の技術も、ハイビジョン映像などの高圧縮データを扱う場合は、再符号化処理にも膨大な処理時間を必要とする。したがって、かならずしも処理速度は短くはならず、処理効率を落としてしまう。また、分散した符号化処理部間でネットワークなど共有リソースを使用している場合には、扱うデータ量が大きいため、さらに、共有リソースの競合による性能低下を招く危険性を含むという問題があった。
However, the technique of
この発明は、上述した従来技術による問題点を解消するため、処理効率を低下させることなく大容量データを符号化することのできる符号化処理装置、符号化処理プログラム、符号化処理方法および符号化処理分散システムを提供することを目的とする。 In order to solve the above-described problems caused by the prior art, the present invention provides an encoding processing apparatus, an encoding processing program, an encoding processing method, and encoding capable of encoding a large amount of data without reducing processing efficiency. An object is to provide a distributed processing system.
上述した課題を解決し、目的を達成するため、この符号化処理装置、符号化処理プログラム、符号化処理方法および符号化処理分散システムは、符号化対象となる映像データの一部を符号化する符号化処理であって、前記映像データの中の第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間について、前記先頭フレームから符号化する処理と、前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する処理と、検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第2の区間の符号化と並列に前記第1の区間の映像データの符号化を実行する他の符号化処理装置へ通知する処理とを備えることを要件とする。 In order to solve the above-described problems and achieve the object, the encoding processing device, the encoding processing program, the encoding processing method, and the encoding processing distribution system encode a part of video data to be encoded. A second interval in encoding processing, wherein an arbitrary frame from the beginning to the end of the first interval in the video data is a first frame, and an arbitrary frame after the end is an end frame A process of encoding from the first frame, a process of detecting a division point suitable for the division of the video data from the video data of the overlapping section of the second section and the first section, The detected division point and the data amount after the encoding of the video data of the division point by the encoding means are used as information regarding the end of the encoding in the first interval. And require that and a processing to notify the other of the encoding apparatus that performs coding of video data of said first section to and parallelization.
この符号化処理装置、符号化処理プログラム、符号化処理方法および符号化処理分散システムによれば、並列に符号化処理が施されている前段の区間に対して、重複区間の中の最適な分割点を通知することができる。また、分割点とともに分割点のデータ量に関する情報もあわせて通知しているため前段の区間における符号化処理を制御することができる。 According to the encoding processing device, the encoding processing program, the encoding processing method, and the encoding processing distribution system, the optimal division in the overlapping section is performed with respect to the preceding section subjected to the encoding processing in parallel. A point can be notified. In addition, since the information about the data amount of the division point is notified together with the division point, the encoding process in the preceding section can be controlled.
この符号化処理装置、符号化処理プログラム、符号化処理方法および符号化処理分散システムによれば、処理効率を低下させることなく大容量データを符号化することができるという効果を奏する。 According to the encoding processing device, the encoding processing program, the encoding processing method, and the encoding processing distribution system, it is possible to encode large-capacity data without reducing the processing efficiency.
以下に添付図面を参照して、この符号化処理装置、符号化処理プログラム、符号化処理方法および符号化処理分散システムの好適な実施の形態を詳細に説明する。 Exemplary embodiments of an encoding processing device, an encoding processing program, an encoding processing method, and an encoding processing distribution system will be described below in detail with reference to the accompanying drawings.
(符号化処理分散の概要)
まず、本実施の形態にかかる符号化処理分散の概要を説明する。図1は、本実施の形態にかかる符号化処理分散の概要を示す説明図である。図1では、符号化処理の対象となる映像データ100を区間Aと区間Bに分割し、それぞれの区間ごと符号化処理がおこなわれる。このとき、映像データ100は、隣接する区間Aと区間Bとは、少なくとも一部分が重複しているように分割される。
(Outline of encoding processing distribution)
First, an overview of encoding processing distribution according to the present embodiment will be described. FIG. 1 is an explanatory diagram showing an overview of encoding processing distribution according to the present embodiment. In FIG. 1,
区間Aと区間Bとは、それぞれ異なる符号化処理部(たとえば符号化処理部A、B)に入力され、並列に符号化が施される。そして、各符号化処理部では、符号化と同時に、区間内の最適分割点の検出がおこなわれる。最適分割点とは、シーンチェンジ部分や、前後のフレームの関連性が低い部分など、映像データの分割に適したフレーム間を意味する。本実施の形態の場合、区間Aと区間Bとが重複する部分である最適分割点検出区間Sに対して最適分割点の検出がおこなわれる。 The section A and the section B are respectively input to different encoding processing units (for example, the encoding processing units A and B), and are encoded in parallel. In each encoding processing unit, the optimum division point in the section is detected simultaneously with the encoding. The optimum dividing point means a frame suitable for dividing video data, such as a scene change portion or a portion where the relationship between the preceding and following frames is low. In the case of the present embodiment, the optimum division point is detected for the optimum division point detection section S which is a portion where the section A and the section B overlap.
上述した符号化処理と、最適分割点の検出処理は、各区間データの先頭フレームから順番に実行される。したがって、符号化処理部A、Bによって同時に符号化処理が開始されると、符号化処理部Aでは区間Aに関して符号化処理のみ実行され、符号化処理部Bでは、区間Bに関して符号化処理と最適分割点の検出との双方が実行される。図1では、区間Bによって検出された最適分割点(図1の☆)を最適分割点Pabとする。 The encoding process and the optimum division point detection process described above are executed in order from the first frame of each section data. Therefore, when encoding processing is started simultaneously by the encoding processing units A and B, the encoding processing unit A executes only encoding processing for the section A, and the encoding processing unit B performs encoding processing for the section B. Both the detection of the optimal division point is performed. In FIG. 1, the optimum division point (☆ in FIG. 1) detected in the section B is set as the optimum division point Pab.
符号化処理部Bにおいて、区間B内の最適分割点Pabが検出されると、検出された最適分割点Pab以降に位置するGOP(Group Of Picture)についてGOP構造に応じたフラグ(closed−GOPフラグやbloken−linkフラグ)を立てエンコードを実施する。また、検出された最適分割点Pabの位置と情報量に関する情報を符号化処理部Aに通知する。 When the encoding processing unit B detects the optimum division point Pab in the section B, a flag (closed-GOP flag) corresponding to the GOP structure for a GOP (Group Of Picture) located after the detected optimum division point Pab is detected. Or a blocken-link flag) and encoding is performed. In addition, the encoding processing unit A is notified of information regarding the position and information amount of the detected optimum division point Pab.
符号化処理部Aにおいて、区間Bの最適分割点Pabに対応する分割点(図1の★)を接続点Paとする。そして、符号化処理部Aは、接続点Pa付近の符号化をおこなう際に、符号化後の情報量が、符号化処理部Bから通知された最適分割点Pabの情報量にできるだけ近づけられるよう量子化パラメータなどの調整をおこなう。最適分割点Pabの情報量に近づくように調整をおこなうことによって、最適分割点Pabにて区間Aと区間Bの符号化データを結合する際にバッファ破綻などを防ぐことができる。 In the encoding processing unit A, a division point (★ in FIG. 1) corresponding to the optimum division point Pab in the section B is set as a connection point Pa. When the encoding processing unit A performs encoding in the vicinity of the connection point Pa, the information amount after encoding is made as close as possible to the information amount of the optimum division point Pab notified from the encoding processing unit B. Adjust the quantization parameters. By adjusting so as to approach the information amount of the optimum division point Pab, it is possible to prevent a buffer failure or the like when the encoded data of the sections A and B are combined at the optimum division point Pab.
したがって、符号化処理部A、Bにおける符号化処理が終了すると、最適分割点Pabを基準に区間Aの符号化データと区間Bの符号化データを結合して符号化映像データが生成される。このように、本実施の形態にかかる符号化処理分散では、符号化対象となる映像データ100は複数の区間に分割されるため、区間ごとの符号化処理および分割点検出処理は、それぞれの符号化処理部に分散される。また、本実施の形態にかかる符号化処理分散の場合、従来の時間分割処理と異なり、データの連続性が確保されているため再符号化を必要としない。
Therefore, when the encoding processing in the encoding processing units A and B is completed, the encoded video data is generated by combining the encoded data of the section A and the encoded data of the section B with the optimum division point Pab as a reference. As described above, in the encoding process distribution according to the present embodiment, the
このように、本実施の形態にかかる符号化処理分散を用いることによって、映像データの符号化処理が分散され、再符号化処理は回避される。結果として、膨大な映像データを高圧縮技術によって符号化する場合であっても、処理効率を低下させることなく、高速な符号化処理を実現することができる。 As described above, by using the encoding process distribution according to the present embodiment, the encoding process of the video data is distributed and the re-encoding process is avoided. As a result, even when a large amount of video data is encoded by a high compression technique, high-speed encoding processing can be realized without reducing processing efficiency.
(符号化処理分散システムの構成)
つぎに、上述した符号化処理分散を実現するための具体的な符号化処理分散システムの構成について説明する。図2は、符号化処理分散システムの構成例を示す説明図である。図2のように、符号化処理分散システム200は、分割処理部210と、符号化処理部220と、結合処理部230とを含んでいる。
(Configuration of encoding processing distribution system)
Next, the configuration of a specific encoding process distribution system for realizing the above-described encoding process distribution will be described. FIG. 2 is an explanatory diagram illustrating a configuration example of the encoding processing distribution system. As shown in FIG. 2, the encoding
分割処理部210は、符号化対象映像データ201をN個の区間に分割する。分割された映像データは、区間1映像データ、区間2映像データ、…、区間N−1映像データ、区間N映像データとなり、それぞれ異なる符号化処理部220(符号化処理部1〜符号化処理部N)へ出力される。
The
符号化処理部220は、分割処理部210から入力された区間ごとの映像データに符号化を施す。符号化処理部220によって符号化された各区間の符号化済みデータ(区間1符号化済みデータ〜区間N符号化済みデータ)は、結合処理部230に出力される。
The
結合処理部230は、N個の符号化処理部220からそれぞれ入力された符号化済みデータ(区間1符号化済みデータ〜区間N符号化済みデータ)を結合して符号化済み映像データ202を出力する。
The
符号化処理分散システム200の符号化処理部220では、図1にて説明したように連続する区間の重複区間を最適分割点検出区間Sとし、この区間に着目して最適分割点を検出する。各区間には、一つ前の区間との重複区間と、一つ後ろの区間との重複区間との2つの最適分割点検出区間Sが存在するが、上述したように、符号化処理部220は、区間ごとの映像データが入力され、先頭フレームから順番に処理をおこなう。したがって、各符号化処理部では、入力された区間の最適分割点検出区間Sのうち、一つ前の区間との重複区間である、前半部分の最適分割点検出区間Sを最適分割点の検出対象とする。
In the
そして、符号化処理部220は、最適分割点検出区間Sから検出した最適分割点を、映像データの重複区間をもつ一つ前の区間の映像データを処理する符号化処理部220に通知する。すなわち、各区間の符号化処理部は、一つ後ろの区間を処理する符号化処理部から最適分割点に関する情報を受け付けることを意味する。
Then, the
具体的には、区間2の映像データを処理する符号化処理部220は、区間1の映像データを処理する符号化処理部220へ最適分割点の通知をおこなうとともに、区間3の映像データを処理する符号化処理部220から最適分割点の情報を受け付ける。
Specifically, the
このとき、例外として、映像データ100の先頭フレームを含む区間1では、一つ前の区間が存在しないため、最適分割点の通知先が存在しないことになる。したがって、区間1の映像データを処理する符号化処理部220では、区間2の映像データを処理する符号化処理部220からの最適分割点の情報を受け付けるのみとなる。
At this time, as an exception, in the
また、映像データ100の最終フレームを含む区間Nでは、後ろに続く区間が無い。したがって、区間Nの映像データを処理する符号化処理部220は、最適分割点を区間N−1の映像データを処理する符号化処理部220に通知するのみとなる。
In the section N including the last frame of the
このように本実施の形態にかかる符号化処理分散システム200では、分割した区間群(区間1〜区間N)をそれぞれ異なる符号化処理部220によって並列して処理する。そして、1つ前の区間に対して重複区間に存在する最適分割点を通知する。したがって、通知を受けた区間は、最適分割点まで符号化処理をおこなえばよい。また、最適分割点とともに最適分割点のデータ量(符号化済み映像データ)の情報を受け付けるため、最適な符号化を施すことができる。
As described above, in the encoding
以下、上述した符号化処理部220による符号化処理と、最適分割点の検出にかかる処理について具体的に説明する。
Hereinafter, the encoding process performed by the
(符号化処理分散システムにおける符号化処理部のハードウェア構成)
まず、本実施の形態にかかる符号化処理分散システム200における符号化処理部220のハードウェア構成について説明する。図3は、符号化処理部220のハードウェア構成を示すブロック図である。
(Hardware configuration of encoding processing unit in encoding processing distributed system)
First, a hardware configuration of the
図3において、符号化処理部220は、CPU(Central Processing Unit)301と、ROM(Read Only Memory)302と、RAM(Random Access Memory)303と、磁気ディスクドライブ304と、磁気ディスク305と、光ディスクドライブ306と、光ディスク307と、通信I/F(インターフェース)308と、入力ディバイス309と、出力ディバイス310と、を備えている。また、各構成部はバス300によってそれぞれ接続されている。
In FIG. 3, the
ここで、CPU301は、符号化処理部220の全体の制御を司る。ROM302は、ブートプログラムなどのプログラムを記憶している。RAM303は、CPU301のワークエリアとして使用される。磁気ディスクドライブ304は、CPU301の制御にしたがって磁気ディスク305に対するデータのリード/ライトを制御する。磁気ディスク305は、磁気ディスクドライブ304の制御で書き込まれたデータを記憶する。
Here, the
光ディスクドライブ306は、CPU301の制御にしたがって光ディスク307に対するデータのリード/ライトを制御する。光ディスク307は、光ディスクドライブ306の制御で書き込まれたデータを記憶したり、光ディスク307に記憶されたデータを、符号化処理部220に読み取らせたりする。
The
また、光ディスク307として、CD(Compact Disk)、DVD(Digital Versatile Disk)、MO(Magneto Optical)、メモリーカードなどを採用することができる。
As the
通信I/F308は、通信回線を通じてインターネットなどのネットワーク(NET)311に接続され、このネットワーク311を介して符号化処理部220に接続される。このとき、他の符号化処理部220と直接接続してもよいが、所定のセンタサーバに接続し、このセンタサーバの管理の下、他の符号化処理部220と接続してもよい(たとえば、後述する実施例1)。そして、通信I/F308は、ネットワーク311と内部のインターフェースを司り、外部装置からのデータの入出力を制御する。通信I/F308には、たとえば、モデムやLAN(Local Area Network)アダプタなどを採用することができる。
The communication I /
入力ディバイス309は、符号化処理分散システム200の管理者や利用者、さらには上位システムからの入力を受け付けるディバイスである。入力ディバイス309としては、たとえば、キーボード、マウスなどが挙げられる。
The
キーボードは、文字、数字、各種指示などの入力のためのキーを備え、データの入力をおこなう。また、タッチパネル式の入力パッドやテンキーなどであってもよい。マウスは、カーソルの移動や範囲選択、あるいはウィンドウの移動やサイズの変更などをおこなう。ポインティングデバイスとして同様に機能を備えるものであれば、トラックボールやジョイスティックなどであってもよい。 The keyboard has keys for inputting characters, numbers, various instructions, etc., and inputs data. Moreover, a touch panel type input pad or a numeric keypad may be used. The mouse moves the cursor, selects a range, or moves and changes the size of the window. A trackball or a joystick may be used as long as they have the same function as a pointing device.
また、出力ディバイス310は、符号化処理部220による符号化や最適分割点の検出に関する処理状況を視覚的にあらわすディバイスであり、ディスプレイなどによって、カーソル、アイコンあるいはツールボックスをはじめ、文書、画像、機能情報などのデータを表示する。具体的には、出力ディバイス310として、CRT(Cathode Ray Tube)、TFT(Thin Film Transistor)液晶ディスプレイ、プラズマディスプレイなどを採用することができる。
The
(符号化処理部の機能的構成)
つぎに、符号化処理分散システム200における符号化処理部220の機能的構成について説明する。図4は、符号化処理部220の機能的構成を示すブロック図である。図2によって説明したように、符号化処理部220は、N個の装置からなり、各装置には、分割処理部210によってN個に分割された区間の中の一区間の映像データが入力される。
(Functional configuration of encoding processing unit)
Next, a functional configuration of the
個々の符号化処理部220はすべて同じ構成であり、図4のように、符号化部401と、検出部402と、通知部403と、受付部404と、制御部405とを含んでいる。これら機能のうち、符号化部401は、入力された区間の符号化に関する処理、検出部402および通知部403は、最適分割点の通知に関する処理、受付部404および制御部405は、後段の区間から通知された最適分割点に関する情報を反映させる処理をおこなう機能を備えている。
Each of the individual
まず、符号化部401には、分割部処理部210によって分割された区間群の中の任意の区間が入力される。このとき分割処理部210は、符号化対象映像データの中の第1の区間(たとえば、図1の区間A)先頭から末尾までの中の任意のフレームを先頭フレームとし、末尾以降の任意のフレームを末尾フレームとする区間を第2の区間(たとえば図1の区間B)となるように分割している。そして、符号化部401は入力された区間を先頭フレームから順に符号化する。
First, an arbitrary section in the section group divided by the dividing
検出部402には、符号化部401と同じ区間の映像データが入力される。このとき入力された映像データには、前段の区間との重複区間をあらわすフラグが付加されている。したがって、検出部402は、重複区間の中から映像データの分割に適した分割点(最適分割点)を検出する。映像データの分割に適した分割点とは、たとえば、シーンチェンジ箇所や連続するフレームの関連性がしきい値よりも低い箇所である。したがって、検出部402では、これらの箇所を抽出した場合に最適分割点とする。
Video data in the same section as the
通知部403は、検出部402によって検出された分割点と、分割点にかかる映像データを符号化部401によって符号化した後のデータ量とを、前段の区間の符号化処理をおこなう符号化処理部220へ符号化終了地点に関する情報として通知する。以上が最適分割点の通知に関する処理となる。
The
そして、受付部404は、任意の区間の後段の区間から、当該区間との重複区間の中の映像データの分割に適した分割点と、分割点のデータ量との通知を受け付ける。すなわち、ここで受け付けた通知は、後段の区間の検出部402および通知部403によって実行された最適分割点の通知に関する処理結果である。
Then, the
制御部405は、符号化部401による符号化を、受付部404によって受け付けた前記分割点で終了させるとともに、分割点の符号化後のデータ量を通知されたデータ量に近似するように制御する。このように分割点前後のデータ量に差がないように調整することによって、符号化済みの映像データを再生させる際に、画質差の少ない滑らかな映像にみせることができる。以上が最適分割点に関する情報を反映させる処理となる。
The
なお、上述の処理を各符号化処理部220によって並列して実行させる際に、先頭区間と、最終区間との映像データが入力された符号化処理部220のみ、例外的な処理となる。
Note that when the above-described processing is executed in parallel by the
具体的には、先頭区間が入力された符号化処理部220は、検出部402による分割点の検出処理をおこなわない。また、最終区間が入力された符号化処理部220は、受付部404による通知の受け付けをおこなわない。
Specifically, the
また、分割処理部210は、基本的には、重複区間が発生するように各区間の分割をおこなえばよいが、好ましくは、区間群の中の任意の一区間を等分した場合の前半部分が前段の区間との重複区間となり、後半部分が後段の区間との重複区間となるように前記映像データを分割する。
In addition, the
なお、図2、4では分割処理部210、符号化処理部220、結合処理部230をそれぞれ独立した装置によって実現しているが、同一装置内に各処理部210〜230に相当する機能部を備えた符号化処理装置として提供してもよい。このような場合も当然のことながら、符号化処理部220は複数個配置され、並列に処理をおこなうものとする。
2 and 4, the
(映像データの加工処理)
つぎに、最適分割点を用いて映像データを符号化済みの映像データとして出力する際の具体的な加工処理について説明する。図5は、符号化処理におけるデータの加工処理を示す説明図である。ここでは、一例として符号化処理部1〜6の計6個の符号化処理部220によって実行される符号化処理分散システム200について説明する。
(Processing of video data)
Next, specific processing when the video data is output as encoded video data using the optimum division point will be described. FIG. 5 is an explanatory diagram showing data processing in the encoding process. Here, as an example, a description will be given of an encoding
図5のように、符号化処理対象となる映像データ500は、まず、分割処理部210によって区間1〜区間6の区間データ群510に分割される。このとき、分割処理部210では、後段の符号化処理部220によって最適分割点の検出処理がおこなわれることを考慮した分割処理をおこなう。たとえば、時間方向分散で固定区間長に分割するなど、可能な限り単純な方式で分割することが望ましい。
As shown in FIG. 5,
また、上述したように、分割処理部210は、前後の区間の一部分が重複するように分割する。このとき、最も好ましくは、図5の区間データ群510のように、先頭区間である区間1の前半部分と、最終区間である区間6の後半部分以外は、すべて前後の区間同士の重複区間となるように分割する。区間データ群510のような分割をおこなうことによって、一部分(区間1の前半部分と、区間6の後半部分)を除いてすべての区間を最適分割点の検出対象とすることができる。
Further, as described above, the
符号化処理部220では、分散された各区間データに対してそれぞれ符号化処理を施す。そして、符号化処理部220では、符号化処理と平行して、最適分割点検出区間Sの前半部分について、映像データの分割に最適な位置の検出をおこなう。ここで検出された位置を最適分割点Pとよぶ。
The
検出対象区間データ群520は、符号化処理部220(1〜6)による検出結果と通知結果をあらわしている。各符号化処理部220において最適分割点Pが検出されると、その最適分割点の位置情報とデータ量をその直前の区間を担当している符号化処理部に通知する。検出対象区間データ群520では、検出した最適分割点Pを☆であらわし、通知された最適分割点Pを★であらわしている。
The detection target
最適分割点Pが通知された符号化処理部220は、通知された最適分割点Pにつながる結合点(図中の★)付近の符号化をおこなう際に、符号化後のデータ量が通知されたデータ量にできるだけ近づけられるよう量子化パラメータなどを調整し符号化する。なお、結合点を符号化するまでには対応する最適分割点Pの符号化を終了させていないと、待ち時間が発生してしまう。したがって、各符号化処理部220(1〜6)の処理性能は、等しいことが望ましい。当然のことながら、結合点以降は、後段の符号化処理部220の符号化データを用いるため最適分割点P以降の区間にある映像データの符号化は不要となる。
The
また、検出対象区間データ群520の中の区間3では、区間2との重複区間から最適分割点Pを検出することができなかった。このような場合は、区間4に対する符号化の初期状態における情報をあらかじめ区間2の符号化処理部220に設定しておくことによって区間2の終端部分と区間4の先頭部分を結合することができる。
Further, in the
したがって、検出対象区間データ群520を検出された最適分割点Pを結合点として各区間を並べると区間データ群530のようになる。そして、区間データ群530の白抜き部分のデータを結合することによって符号化済み映像データ540が生成される。
Therefore, when the sections are arranged using the optimum division point P from which the detection target
(符号化処理の手順)
つぎに、図5にて説明したようなデータ加工を行うための区間ごとの符号化処理の手順について説明する。図6は、区間ごとのフレーム構成を示す説明図である。図6の区間3の映像データ600のように、各区間の映像データは、フレーム601〜605によって構成されている。これらフレームのうち、先頭フレーム601と、中間フレーム603と、最終フレーム605とは、映像データから一意的に抽出することができるが、最適分割点フレーム602、604は、後述する最適分割点の検出によって決定するフレームである。
(Encoding procedure)
Next, the procedure of the encoding process for each section for performing data processing as described in FIG. 5 will be described. FIG. 6 is an explanatory diagram showing a frame configuration for each section. Like the
図7は、区間ごとの符号化処理の手順を示すフローチャートである。なお、ここでは、複数の符号化処理部220の中の区間3の映像データを処理する場合について説明するが、他の符号化処理部220についても同様の処理がおこなわれる。
FIG. 7 is a flowchart showing the procedure of the encoding process for each section. Here, a case will be described in which video data in
図7のフローチャートにおいて、まず、対象区間のデータを読み込み(ステップS701)、読み込んだ区間のデータからさらに、先頭フレームおよび最終フレームの符号化条件を読み込む(ステップS702)ことによって、符号化条件を設定する。 In the flowchart of FIG. 7, first, the data of the target section is read (step S701), and the encoding conditions of the first frame and the last frame are further read from the data of the read section (step S702), thereby setting the encoding conditions. To do.
つぎに、先頭フレームから順番に符号化を施すため、フレーム番号をあらわすnを1に設定する(ステップS703)。そして、設定したnの番号に対応するフレームnに符号化を施す(ステップS704)。その後、フレームnにおいて、最適分割点が検出されたか否かを判断し(ステップS705)、最適分割点が検出された場合には(ステップS705:Yes)、検出された最適分割点が隣接するつぎの区間を符号化する符号化部に通知済みか否かを判断する(ステップS706)。 Next, in order to perform encoding sequentially from the first frame, n representing the frame number is set to 1 (step S703). Then, the frame n corresponding to the set number n is encoded (step S704). Thereafter, it is determined whether or not an optimal division point has been detected in frame n (step S705). If an optimal division point has been detected (step S705: Yes), the detected optimum division point is adjacent. It is determined whether or not notification has been made to the encoding unit that encodes the section (step S706).
ステップS706において、隣接するつぎの区間を符号化する符号化部にステップS705にて検出した最適分割点が通知されていなかった場合(ステップS706:No)、つぎの区間を符号化する符号化部へ最適分割点を通知し(ステップS707)、ステップS708の処理に移行する。一方、ステップS705にて、最適分割点が検出されなかった場合(ステップS705:No)、ステップS706において最適分割点が通知済みであった場合(ステップS706:Yes)には、ステップS707における最適分割点を通知せず、そのままステップS708の処理に移行する。 In step S706, when the optimal division point detected in step S705 is not notified to the encoding unit that encodes the next adjacent section (step S706: No), the encoding unit that encodes the next section. Is notified of the optimum division point (step S707), and the process proceeds to step S708. On the other hand, if the optimum division point is not detected in step S705 (step S705: No), or if the optimum division point has been notified in step S706 (step S706: Yes), the optimum division point in step S707 is obtained. The point is not notified, and the process directly proceeds to step S708.
フレームnにおいて最適分割点が検出されなかった場合(ステップS705:No)、もしくは検出された最適分割点の通知が済んでいる場合(ステップS706:YesまたはステップS707完了)に、中間フレームまでの符号化が終了したか否かを判断する(ステップS708)。中間フレームとは、対象区間を構成する総フレーム数の1/2枚目のフレームを意味する。中間フレームまでの符号化が終了していない場合には(ステップS708:No)、nをインクリメントし(ステップS709)、つぎのフレームnに関してステップS704からの処理をおこなう。 If the optimum division point is not detected in frame n (step S705: No), or if the detected optimum division point has been notified (step S706: Yes or step S707 is completed), the codes up to the intermediate frame It is determined whether or not conversion is completed (step S708). The intermediate frame means a frame that is ½ of the total number of frames constituting the target section. If the encoding up to the intermediate frame has not been completed (step S708: No), n is incremented (step S709), and the processing from step S704 is performed on the next frame n.
ステップS708において、中間フレームまでの符号化が終了すると(ステップS708:Yes)、現在処理中の対象区間において最適分割点がつぎの区間へ通知済みか否かを判断する(ステップS710)。ここで、最適分割点をつぎの区間へ通知している場合には(ステップS710:Yes)、そのままステップS712の処理に移行する。一方、通知していない場合には(ステップS710:No)、処理中の対象区間の前半部分には最適分割点がないと判断され、つぎの区間へ最適分割点なしと通知し(ステップS711)、その後、ステップS712の処理に移行する。 In step S708, when encoding up to the intermediate frame is completed (step S708: Yes), it is determined whether or not the optimum division point has been notified to the next section in the current section being processed (step S710). Here, when the optimal division point is notified to the next section (step S710: Yes), the process proceeds to step S712 as it is. On the other hand, if not notified (step S710: No), it is determined that there is no optimal division point in the first half of the target section being processed, and the next section is notified that there is no optimal division point (step S711). Thereafter, the process proceeds to step S712.
ステップS712からは、中間フレーム603以降のフレームに関する符号化処理について説明している。まず、前の区間(ここでは区間2)からの通知があったか否かを判断する(ステップS712)。ここで、区間2からの通知を受け付けるまで待ち(ステップS712:Noのループ)、通知を受け付けると(ステップS712:Yes)、中間フレーム603のつぎのフレームをフレームmに設定し(ステップS713)、フレームmに符号化を施す(ステップS714)。
From step S712, encoding processing regarding frames subsequent to the intermediate frame 603 is described. First, it is determined whether or not there is a notification from the previous section (
その後、ステップS712によって通知された最適分割点のフレーム604までを符号化したか否かを判断する(ステップS715)。なお、ステップS712において区間2から最適分割点なしと通知された場合には、最終フレーム605が最適分割点のフレーム604として判断をおこなう。
Thereafter, it is determined whether or not the frames up to the optimal division point frame 604 notified in step S712 have been encoded (step S715). If it is notified from
ステップS715において、最適分割点のフレーム604まで符号化されていないと判断された場合(ステップS715:No)、フレームmをインクリメントして(ステップS716)、ステップS714の処理に戻り、つぎのフレームmに対して符号化を施す。ステップS715において、最適分割点のフレーム604まで符号化されたと判断されると(ステップS715:Yes)、そのまま一連の符号化処理を終了する。 If it is determined in step S715 that the frame up to the optimal division point frame 604 has not been encoded (step S715: No), the frame m is incremented (step S716), and the process returns to step S714 to return to the next frame m. Is encoded. In step S715, if it is determined that the frames up to the optimal division point frame 604 have been encoded (step S715: Yes), the series of encoding processing ends.
以上説明したように、符号化処理部220では、符号化とともに最適分割点の検出や、最適分割点の通知に応じた処理制御をおこなうことによって、前後の区間の結合が容易なように調整された符号化映像データを生成することができる。
As described above, in the
つぎに、上述した符号化処理部220を利用した分散処理システムの具体的な構成例について説明する。以下説明する分散処理システムを構成する各装置は、いずれも上述した分割処理部210、符号化処理部220および結合処理部230の処理を適用したものである。なお、以下図8、9を用いて説明する実施例1、2では、符号化前データを実線、符号化済みデータを破線によってあらわす。
Next, a specific configuration example of a distributed processing system using the above-described
(実施例1)
まず、実施例1の構成について説明する。図8は、実施例1における分散処理システムの構成を示す説明図である。実施例1では、1台の装置によって各符号化装置への処理の分散を集中して管理する構成になっている。図8のように、分散処理システム800は、映像データDB810と、分散処理管理装置820と、6台の符号化処理装置830(830−1〜830−6)と、符号化済み映像データDB840とを含んでいる。
Example 1
First, the configuration of the first embodiment will be described. FIG. 8 is an explanatory diagram illustrating a configuration of the distributed processing system according to the first embodiment. In the first embodiment, a single apparatus is configured to centrally manage the distribution of processing to each encoding apparatus. As shown in FIG. 8, the distributed
分散処理管理装置820は、映像データDB810から符号化処理対象となる映像データを取得すると、6つの区間に分割する。ここでおこなわれる分割は上述した分割処理部210における分割と同様の処理となる。
When the distributed
そして、分散処理管理装置820は、分割した区間データを符号化処理装置830に分散する。このとき、分散処理管理装置820は、符号化処理装置830の各装置がどの区間の処理を担当しているかを区間の前後関係とともに記録しておく。
Then, the distributed
符号化処理装置830(830−1〜830−6)では、上述した符号化処理部220と同様の処理をおこなう。なお、検出した最適分割点を通知する際には、前の区間の処理を担当する符号化処理装置830へ直接通知せずに、分散処理管理装置820に通知する。したがって、最適分割点の通知を受け付ける際も、後ろの区間の処理を担当する符号化処理装置830ではなく、分散処理管理装置820から通知を受け付ける。
The encoding processing device 830 (830-1 to 830-6) performs the same processing as that of the
また、符号化処理装置830によって符号化処理が終了した区間ごとの符号化済み映像データも、分散処理管理装置820へ送信される。したがって、分散処理管理装置820は、符号化処理装置830(830−1〜830−6)から符号化済み映像データを受け付け、上述した結合処理部230と同様の処理によって符号化済み映像データを生成し、符号化済み映像データDB840に格納することができる。
In addition, encoded video data for each section for which the encoding processing has been completed by the encoding processing device 830 is also transmitted to the distributed
(実施例2)
つぎに、実施例2の構成について説明する。図9は、実施例2における分散処理システムの構成を示す説明図である。実施例2では、実施例1のような独立した管理装置を持たず、個々の符号化装置が映像データの中のどの区間を処理しているかを判断する。
(Example 2)
Next, the configuration of the second embodiment will be described. FIG. 9 is an explanatory diagram illustrating a configuration of a distributed processing system according to the second embodiment. The second embodiment does not have an independent management device as in the first embodiment, and determines which section of the video data is being processed by each encoding device.
分散処理システム900は、映像データDB810と、分割処理装置910と、6台の符号化処理装置920(920−1〜920−6)と、結合処理装置930と、符号化済み映像データDB840とを含んでいる。このとき、6台の符号化処理装置920(920−1〜920−6)は、それぞれ前後の符号化処理装置920と接続されている。
The distributed
分割処理装置910は、映像データDB810から符号化処理対象となる映像データを取得すると、6つの区間に分割して符号化処理装置920に分散する。このとき、分散した各区間データには、映像データを構成するどの区間であるかを判別させる情報が付加されている。
When the
符号化処理装置920(920−1〜920−6)では、上述した符号化処理部220と同様の処理をおこなう。なお、検出した最適分割点を通知する際には、前の区間の処理を担当する符号化処理装置920へ自装置のあらわす情報(たとえば、装置のアドレスや識別子)とともに直接通知する。また、符号化処理装置920は、後ろの区間の処理を担当する符号化処理装置920から直接分割点に関する情報の通知を受け付ける。
The encoding processing device 920 (920-1 to 920-6) performs the same processing as that of the
そして、符号化処理装置920によって符号化処理が終了すると、区間ごとの符号化済み映像データは、結合処理装置930へ送信される。そして、結合処理装置930は、上述した結合処理部230と同様の処理によって符号化済み映像データを生成し、符号化済み映像データDB840に格納することができる。
When the encoding processing device 920 completes the encoding processing, the encoded video data for each section is transmitted to the
以上説明したように、本実施の形態によれば、すべての符号化処理部220にて符号化処理が完了すると、結合処理部230にて最適分割点を基準に区間ごとの符号化済みデータが結合され、入力された映像データに対応する符号化済み映像データが生成される。したがって、再符号化を必要としないため、大容量データを扱っても処理効率が大きく落ちることはない。また符号化処理部220となる演算環境が比較的容易に用意できるため、幅広いシステムに適用することができる。
As described above, according to the present embodiment, when the encoding processing is completed in all the
なお、本実施の形態で説明した符号化処理方法は、あらかじめ用意されたプログラムをパーソナル・コンピュータやワークステーションなどのコンピュータで実行することにより実現することができる。このプログラムは、磁気ディスク、フレキシブルディスク、CD−ROM、MO、DVDなどのコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行される。またこのプログラムは、インターネットなどのネットワークを介して配布することが可能な媒体であってもよい。 Note that the encoding processing method described in the present embodiment can be realized by executing a program prepared in advance on a computer such as a personal computer or a workstation. This program is recorded on a computer-readable recording medium such as a magnetic disk, a flexible disk, a CD-ROM, an MO, and a DVD, and is executed by being read from the recording medium by the computer. The program may be a medium that can be distributed via a network such as the Internet.
また、本実施の形態で説明した符号化処理分散システム200を構成する各装置210〜230は、スタンダードセルやストラクチャードASIC(Application Specific Integrated Circuit)などの特定用途向けIC(以下、単に「ASIC」と称す。)やFPGAなどのPLD(Programmable Logic Device)によっても実現することができる。具体的には、たとえば、上述した分割処理部210、符号化処理部220および結合処理部230の機能をHDL記述によって機能定義し、そのHDL記述を論理合成してASICやPLDに与えることにより、符号化処理分散システム200の機能を満たす符号化処理装置を製造することができる。
In addition, each of the
上述した実施の形態に関し、さらに以下の付記を開示する。 The following additional notes are disclosed with respect to the embodiment described above.
(付記1)符号化対象となる映像データの一部を符号化する符号化処理装置であって、
前記映像データの中の、第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の部分映像データについて、先頭から符号化する符号化手段と、
前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する検出手段と、
前記検出手段によって検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第1の区間の映像データの符号化を実行する他の符号化処理装置へ通知する通知手段と、
を備えることを特徴とする符号化処理装置。
(Supplementary note 1) An encoding processing device for encoding a part of video data to be encoded,
For the partial video data in the second section, in the video data, any frame from the beginning to the end of the first section is the first frame, and any frame after the end is the end frame. Encoding means for encoding from the beginning;
Detecting means for detecting a dividing point suitable for dividing the video data from video data of an overlapping section of the second section and the first section;
The division point detected by the detection unit and the data amount after the encoding of the video data of the division point by the encoding unit are used as information regarding the end of encoding in the first section, as the first segment. Notifying means for notifying other encoding processing devices that execute encoding of the video data of the section;
An encoding processing apparatus comprising:
(付記2)前記映像データの中の、前記第1の区間の末尾から前記第2の区間の末尾までの中の任意のフレームを先頭フレームとし、前記第2の区間の末尾以降の任意のフレームを末尾フレームとする、第3の区間の映像データの符号化を実行する他の符号化処理装置から、前記第3の区間と前記第2の区間との重複区間の中の、前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付ける受付手段と、
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による前記第2の区間の映像データの符号化を、前記受付手段によって受け付けられた分割点にて終了させるとともに、当該分割点の符号化後のデータ量が前記通知されたデータ量に近似するように制御する制御手段と、
を備えることを特徴とする付記1に記載の符号化処理装置。
(Supplementary note 2) An arbitrary frame from the end of the first section to the end of the second section in the video data is set as a first frame, and an arbitrary frame after the end of the second section From another encoding processing device that performs encoding of video data in the third section, with the last frame as the end frame, the video data in the overlapping section between the third section and the second section Receiving means for receiving notification of a division point suitable for division and a data amount of the division point;
When the reception unit receives a notification of a division point suitable for dividing the video data and a data amount of the division point, the encoding unit encodes the video data of the second section. And a control means for controlling so that the data amount after encoding of the division point is approximated to the notified data amount.
The encoding processing device according to
(付記3)前記検出手段は、前記映像データの中の先頭区間の映像データが入力された場合、前記分割点の検出機能を停止させることを特徴とする付記1または2に記載の符号化処理装置。
(Supplementary note 3) The encoding process according to
(付記4)前記受付手段は、前記映像データの中の末尾区間の映像データが入力された場合、前記第3の区間と前記第2の区間との重複区間の中の前記映像データの分割に適した分割点と、当該分割点のデータ量との通知の受付機能を停止することを特徴とする付記2または3に記載の符号化処理装置。
(Supplementary Note 4) When the video data of the last section in the video data is input, the reception unit is configured to divide the video data in an overlapping section of the third section and the second section. 4. The encoding processing apparatus according to
(付記5)前記検出手段は、前記第2の区間と前記第1の区間との重複区間の映像データの中から映像データのシーンチェンジ箇所を分割点として検出することを特徴とする付記1〜4のいずれか一つに記載の符号化処理装置。 (Additional remark 5) The said detection means detects the scene change location of video data as a division | segmentation point from the video data of the overlapping area of the said 2nd area and the said 1st area. 5. The encoding processing device according to any one of 4.
(付記6)前記検出手段は、前記第2の区間と前記第1の区間との重複区間の映像データの中から連続するフレームの関連性がしきい値よりも低い箇所を分割点として検出することを特徴とする付記1〜4のいずれか一つに記載の符号化処理装置。
(Additional remark 6) The said detection means detects the location where the relevance of a continuous flame | frame is lower than a threshold value from the video data of the overlapping area of the said 2nd area and the said 1st area as a dividing point. The encoding processing device according to any one of
(付記7)符号化対象となる映像データの一部を符号化する符号化処理装置であって、
前記映像データの中の、第1の区間の先頭から末尾までに中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の部分映像データについて先頭から符号化する符号化手段と、
前記第1の区間の末尾から前記第2の区間の末尾までの中の任意のフレームを先頭フレームとし、前記第2の区間の末尾以降の任意のフレームを末尾フレームとする、第3の区間の映像データの符号化を実行する他の符号化処理装置から、前記第3の区間と前記第2の区間との重複区間の中の、前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付ける受付手段と、
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による前記第2の区間の映像データの符号化を、前記受付手段によって受け付けられた分割点にて終了させるとともに、当該分割点の符号化後のデータ量が前記通知されたデータ量に近似するように制御する制御手段と、
を備えることを特徴とする符号化処理装置。
(Supplementary note 7) An encoding processing apparatus for encoding a part of video data to be encoded,
The first partial video data in the second section in which the first frame is an arbitrary frame from the beginning to the end of the first section, and the arbitrary frame after the end is the end frame. Encoding means for encoding from:
An arbitrary frame from the end of the first interval to the end of the second interval is a first frame, and an arbitrary frame after the end of the second interval is an end frame. A division point suitable for dividing the video data in an overlapping section of the third section and the second section from another encoding processing device that performs encoding of the video data, and the division point Receiving means for receiving notification of the amount of data;
When the reception unit receives a notification of a division point suitable for dividing the video data and a data amount of the division point, the encoding unit encodes the video data of the second section. And a control means for controlling so that the data amount after encoding of the division point is approximated to the notified data amount.
An encoding processing apparatus comprising:
(付記8)符号化対象となる映像データの一部を符号化するコンピュータを、
前記映像データの中の、第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の映像データについて、先頭から符号化する符号化手段、
前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する検出手段、
前記検出手段によって検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第1の区間の映像データの符号化を実行する他の符号化処理装置へ通知する通知手段、
として機能させることを特徴とする符号化処理プログラム。
(Supplementary note 8) A computer for encoding a part of video data to be encoded,
In the video data of the second section, the arbitrary frame from the beginning to the end of the first section in the video data is the first frame, and the arbitrary frame after the end is the end frame. Encoding means for encoding from
Detecting means for detecting a dividing point suitable for dividing the video data from video data of an overlapping section of the second section and the first section;
The division point detected by the detection unit and the data amount after the encoding of the video data of the division point by the encoding unit are used as information regarding the end of encoding in the first section, as the first segment. Notification means for notifying other encoding processing devices that perform encoding of the video data of the section;
An encoding processing program characterized in that it is made to function as:
(付記9)前記映像データの中の、前記第1の区間の末尾から前記第2の区間の末尾までの中の任意のフレームを先頭フレームとし、前記第2の区間の末尾以降の任意のフレームを末尾フレームとする、第3の区間の映像データの符号化を実行する符号化処理装置から、前記第3の区間と前記第2の区間との重複区間の中の、前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付ける受付手段、
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による前記第2の区間の映像データの符号化を、前記受付手段によって受け付けられた分割点にて終了させるとともに、当該分割点の符号化後のデータ量が前記通知されたデータ量に近似するように制御する制御手段、
として機能させることを特徴とする付記8に記載の符号化処理プログラム。
(Supplementary Note 9) An arbitrary frame from the end of the first section to the end of the second section in the video data is set as a first frame, and an arbitrary frame after the end of the second section From the encoding processing device that performs encoding of the video data of the third section, with the last frame as the end frame, for dividing the video data in the overlapping section of the third section and the second section Receiving means for receiving notification of a suitable dividing point and the amount of data of the dividing point;
When the reception unit receives a notification of a division point suitable for dividing the video data and a data amount of the division point, the encoding unit encodes the video data of the second section. And a control means for controlling the data amount after encoding at the division point to be approximate to the notified data amount.
The encoding processing program according to appendix 8, wherein the encoding processing program is made to function as:
(付記10)符号化対象となる映像データの一部を符号化するコンピュータが、
前記映像データの中の、第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の映像データについて、先頭から符号化する符号化工程と、
前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する検出工程と、
前記検出工程によって検出された分割点と、前記符号化工程による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第1の区間の映像データの符号化を実行する符号化処理装置へ通知する通知工程と、
を含むことを特徴とする符号化処理方法。
(Additional remark 10) The computer which encodes a part of video data used as encoding object,
In the video data of the second section, the arbitrary frame from the beginning to the end of the first section in the video data is the first frame, and the arbitrary frame after the end is the end frame. An encoding process for encoding from:
A detection step of detecting a dividing point suitable for dividing the video data from video data of an overlapping section of the second section and the first section;
The division point detected by the detection step and the amount of data after encoding of the video data at the division point by the encoding step are used as information regarding the end of encoding in the first section, A notification step of notifying an encoding processing device that performs encoding of video data in a section;
An encoding processing method comprising:
(付記11)前記映像データの中の、前記第1の区間の末尾から前記第2の区間の末尾までの中の任意のフレームを先頭フレームとし、前記第2の区間の末尾以降の任意のフレームを末尾フレームとする、第3の区間の映像データの符号化を実行する他の符号化処理装置から、前記第3の区間と前記第2の区間との重複区間の中の、前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付ける受付工程と、
前記受付工程にて、前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による前記第2の区間の映像データの符号化を、前記受付手段によって受け付けられた分割点にて終了させるとともに、当該分割点の符号化後のデータ量が前記通知されたデータ量に近似するように制御する符号化処理制御工程と、
を含むことを特徴とする付記10に記載の符号化処理方法。
(Supplementary Note 11) An arbitrary frame from the end of the first section to the end of the second section in the video data is set as a first frame, and an arbitrary frame after the end of the second section From another encoding processing device that performs encoding of video data in the third section, with the last frame as the end frame, the video data in the overlapping section between the third section and the second section A reception step for receiving notification of a division point suitable for division and a data amount of the division point;
When the notification of the division point suitable for dividing the video data and the data amount of the division point is received in the reception step, the encoding of the video data of the second section by the encoding unit is performed. An encoding process control step that terminates at the division point received by the reception unit and controls the data amount after encoding of the division point to be approximate to the notified data amount;
The encoding processing method according to appendix 10, characterized by comprising:
(付記12)符号化対象となる映像データを取得した分散処理装置が前記映像データの符号化を複数の符号化処理装置に分散処理させる符号化処理分散システムであって、
前記分散処理装置は、
前記映像データの中の連続する区間のうち、後段の区間は、前段の区間の映像データの先頭から末尾までの中の任意のフレームを先頭フレーム、前記末尾以降の任意のフレームを末尾フレームとして、前後の区間の映像データが一部分重複するように分割し、各区間の映像データをそれぞれ異なる符号化処理装置へ提供する分割手段と、
前記異なる符号化処理装置によって符号化された区間の映像データ群を結合して一つの符号化映像データを生成する結合手段と、
前記複数の符号化処理装置から受信した情報を指定された他の符号化処理装置へ通知する通知手段と、を備え、
前記符号化処理装置は、
前記分割手段によって分割された区間群の中の任意の区間の映像データが入力され、当該区間の映像データを先頭から符号化する符号化手段と、
前記任意の区間と、該任意の区間の前段の区間との重複区間の映像データの中から、映像データの分割に適した分割点を検出する検出手段と、
前記検出手段によって検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記分散処理装置へ送信して、該分散処理装置の前記通知手段により該任意の区間の前段の区間の映像データが入力された符号化処理手段へ通知させる通知手段と、
前記任意の区間と後段の区間との重複区間の映像データの中から映像データの分割に適した分割点と、当該分割点のデータ量との通知を前記分散処理装置から受け付ける受付手段と、
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による符号化を、前記受付手段によって受け付けた前記分割点で終了させるとともに、前記分割点の映像データの符号化後のデータ量を前記通知されたデータ量に近似させるように制御する制御手段と、
を備えることを特徴とする符号化処理分散システム。
(Supplementary note 12) An encoding processing distribution system in which a distributed processing device that has acquired video data to be encoded causes a plurality of encoding processing devices to distribute the encoding of the video data,
The distributed processing apparatus includes:
Of the consecutive sections in the video data, the latter section is an arbitrary frame from the beginning to the end of the previous section video data as the first frame, and an arbitrary frame after the end is the last frame, Dividing means for dividing the video data of the preceding and following sections so as to partially overlap, and providing the video data of each section to different encoding processing devices,
Combining means for combining the video data groups of the sections encoded by the different encoding processing devices to generate one encoded video data;
Notification means for notifying other designated encoding processing devices of information received from the plurality of encoding processing devices,
The encoding processing device includes:
Encoding means for inputting video data of an arbitrary section in the section group divided by the dividing means, and encoding the video data of the section from the beginning;
Detecting means for detecting a division point suitable for dividing video data from video data in an overlapping section between the arbitrary section and a preceding section of the arbitrary section;
The division point detected by the detection means and the amount of data after encoding of the video data of the division point by the encoding means are transmitted to the distributed processing device, and the notification means of the distributed processing device Notification means for notifying the encoding processing means to which the video data of the preceding stage of the arbitrary section is input;
Receiving means for receiving notification from the distributed processing device of a division point suitable for dividing video data from video data of an overlapping section between the arbitrary section and a subsequent section, and a data amount of the division point;
When the reception unit receives a notification of a division point suitable for dividing the video data and a data amount of the division point, encoding by the encoding unit is terminated at the division point received by the reception unit. And control means for controlling the encoded data amount of the video data at the division points to approximate the notified data amount;
An encoding processing distribution system comprising:
(付記13)前記分割手段は、前記任意の区間を等分した前半区間が前記後段の区間との重複区間の映像データとなり、後半区間が前記後段の区間との重複区間の映像データとなるように分割することを特徴とする付記12に記載の符号化処理分散システム。 (Additional remark 13) The said division | segmentation means makes the first half area which equally divided the said arbitrary sections become the video data of an overlapping section with the said latter section, and becomes a video data of the overlapping section with the said latter section of the latter half section. The encoding processing distribution system according to attachment 12, wherein the encoding processing distribution system is divided into two.
200 符号化処理分散システム
201 符号化対象映像データ
202 符号化済み映像データ
210 分割処理部
220 符号化処理部
230 総合処理部
401 符号化部
402 検出部
403 通知部
404 受付部
405 制御部
200 Encoding
Claims (8)
前記映像データの中の、第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の部分映像データについて、先頭から符号化する符号化手段と、
前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する検出手段と、
前記検出手段によって検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第1の区間の映像データの符号化を実行する他の符号化処理装置へ通知する通知手段と、
を備えることを特徴とする符号化処理装置。 An encoding processing device that encodes a part of video data to be encoded,
For the partial video data in the second section, in the video data, any frame from the beginning to the end of the first section is the first frame, and any frame after the end is the end frame. Encoding means for encoding from the beginning;
Detecting means for detecting a dividing point suitable for dividing the video data from video data of an overlapping section of the second section and the first section;
The division point detected by the detection unit and the data amount after the encoding of the video data of the division point by the encoding unit are used as information regarding the end of encoding in the first section, as the first segment. Notifying means for notifying other encoding processing devices that execute encoding of the video data of the section;
An encoding processing apparatus comprising:
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による前記第2の区間の映像データの符号化を、前記受付手段によって受け付けられた分割点にて終了させるとともに、当該分割点の符号化後のデータ量が前記通知されたデータ量に近似するように制御する制御手段と、
を備えることを特徴とする請求項1に記載の符号化処理装置。 An arbitrary frame from the end of the first section to the end of the second section in the video data is set as a first frame, and an arbitrary frame after the end of the second section is set as a end frame. Suitable for dividing the video data in an overlapping section of the third section and the second section from another encoding processing device that performs encoding of the video data of the third section. Receiving means for receiving notification of the dividing point and the data amount of the dividing point;
When the reception unit receives a notification of a division point suitable for dividing the video data and a data amount of the division point, the encoding unit encodes the video data of the second section. And a control means for controlling so that the data amount after encoding of the division point is approximated to the notified data amount.
The encoding processing apparatus according to claim 1, further comprising:
前記映像データの中の、第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の映像データについて、先頭から符号化する符号化手段、
前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する検出手段、
前記検出手段によって検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第1の区間の映像データの符号化を実行する他の符号化処理装置へ通知する通知手段、
として機能させることを特徴とする符号化処理プログラム。 A computer that encodes a part of video data to be encoded,
In the video data of the second section, the arbitrary frame from the beginning to the end of the first section in the video data is the first frame, and the arbitrary frame after the end is the end frame. Encoding means for encoding from
Detecting means for detecting a dividing point suitable for dividing the video data from video data of an overlapping section of the second section and the first section;
The division point detected by the detection unit and the data amount after the encoding of the video data of the division point by the encoding unit are used as information regarding the end of encoding in the first section, as the first segment. Notification means for notifying other encoding processing devices that perform encoding of the video data of the section;
An encoding processing program characterized in that it is made to function as:
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による前記第2の区間の映像データの符号化を、前記受付手段によって受け付けられた分割点にて終了させるとともに、当該分割点の符号化後のデータ量が前記通知されたデータ量に近似するように制御する制御手段、
として機能させることを特徴とする請求項5に記載の符号化処理プログラム。 An arbitrary frame in the video data from the end of the first section to the end of the second section is set as a head frame, and an arbitrary frame after the end of the second section is set as a end frame. A dividing point suitable for dividing the video data in an overlapping section of the third section and the second section from an encoding processing device that performs encoding of the video data of the third section And a receiving means for receiving notification of the data amount of the division point,
When the reception unit receives a notification of a division point suitable for dividing the video data and a data amount of the division point, the encoding unit encodes the video data of the second section. And a control means for controlling the data amount after encoding at the division point to be approximate to the notified data amount.
The encoding processing program according to claim 5, wherein the encoding processing program is made to function as:
前記映像データの中の、第1の区間の先頭から末尾までの中の任意のフレームを先頭フレームとし、前記末尾以降の任意のフレームを末尾フレームとする、第2の区間の映像データについて、先頭から符号化する符号化工程と、
前記第2の区間と前記第1の区間との重複区間の映像データの中から、前記映像データの分割に適した分割点を検出する検出工程と、
前記検出工程によって検出された分割点と、前記符号化工程による当該分割点の映像データの符号化後のデータ量とを、前記第1の区間における符号化の終了に関する情報として、前記第1の区間の映像データの符号化を実行する符号化処理装置へ通知する通知工程と、
を含むことを特徴とする符号化処理方法。 A computer that encodes a part of video data to be encoded,
In the video data of the second section, the arbitrary frame from the beginning to the end of the first section in the video data is the first frame, and the arbitrary frame after the end is the end frame. An encoding process for encoding from:
A detection step of detecting a dividing point suitable for dividing the video data from video data of an overlapping section of the second section and the first section;
The division point detected by the detection step and the amount of data after encoding of the video data at the division point by the encoding step are used as information regarding the end of encoding in the first section, A notification step of notifying an encoding processing device that performs encoding of video data in a section;
An encoding processing method comprising:
前記分散処理装置は、
前記映像データの中の連続する区間のうち、後段の区間は、前段の区間の映像データの先頭から末尾までの中の任意のフレームを先頭フレーム、前記末尾以降の任意のフレームを末尾フレームとして、前後の区間の映像データが一部分重複するように分割し、各区間の映像データをそれぞれ異なる符号化処理装置へ提供する分割手段と、
前記異なる符号化処理装置によって符号化された区間の映像データ群を結合して一つの符号化映像データを生成する結合手段と、
前記複数の符号化処理装置から受信した情報を指定された他の符号化処理装置へ通知する通知手段と、を備え、
前記符号化処理装置は、
前記分割手段によって分割された区間群の中の任意の区間の映像データが入力され、当該区間の映像データを先頭から符号化する符号化手段と、
前記任意の区間と、該任意の区間の前段の区間との重複区間の映像データの中から、映像データの分割に適した分割点を検出する検出手段と、
前記検出手段によって検出された分割点と、前記符号化手段による当該分割点の映像データの符号化後のデータ量とを、前記分散処理装置へ送信して、該分散処理装置の前記通知手段により該任意の区間の前段の区間の映像データが入力された符号化処理手段へ通知させる通知手段と、
前記任意の区間と後段の区間との重複区間の映像データの中から映像データの分割に適した分割点と、当該分割点のデータ量との通知を前記分散処理装置から受け付ける受付手段と、
前記受付手段で前記映像データの分割に適した分割点と、当該分割点のデータ量との通知を受け付けると、前記符号化手段による符号化を、前記受付手段によって受け付けた前記分割点で終了させるとともに、前記分割点の映像データの符号化後のデータ量を前記通知されたデータ量に近似させるように制御する制御手段と、
を備えることを特徴とする符号化処理分散システム。 A distributed processing apparatus that acquires video data to be encoded is an encoding processing distribution system that causes a plurality of encoding processing apparatuses to perform distributed processing of encoding of the video data,
The distributed processing apparatus includes:
Of the consecutive sections in the video data, the latter section is an arbitrary frame from the beginning to the end of the previous section video data as the first frame, and an arbitrary frame after the end is the last frame, Dividing means for dividing the video data of the preceding and following sections so as to partially overlap, and providing the video data of each section to different encoding processing devices,
Combining means for combining the video data groups of the sections encoded by the different encoding processing devices to generate one encoded video data;
Notification means for notifying other designated encoding processing devices of information received from the plurality of encoding processing devices,
The encoding processing device includes:
Encoding means for inputting video data of an arbitrary section in the section group divided by the dividing means, and encoding the video data of the section from the beginning;
Detecting means for detecting a division point suitable for dividing video data from video data in an overlapping section between the arbitrary section and a preceding section of the arbitrary section;
The division point detected by the detection means and the amount of data after encoding of the video data of the division point by the encoding means are transmitted to the distributed processing device, and the notification means of the distributed processing device Notification means for notifying the encoding processing means to which the video data of the preceding stage of the arbitrary section is input;
A receiving unit that receives notification from the distributed processing device of a dividing point suitable for dividing video data from video data of an overlapping section between the arbitrary section and a subsequent section, and a data amount of the dividing point;
When the reception unit receives notification of a division point suitable for dividing the video data and the data amount of the division point, the encoding unit ends the encoding at the division point received by the reception unit. And control means for controlling the encoded data amount of the video data at the division points to approximate the notified data amount;
An encoding processing distribution system comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008070464A JP4839331B2 (en) | 2008-03-18 | 2008-03-18 | Encoding processing device, encoding processing program, encoding processing method, and encoding processing distribution system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008070464A JP4839331B2 (en) | 2008-03-18 | 2008-03-18 | Encoding processing device, encoding processing program, encoding processing method, and encoding processing distribution system |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2009225380A true JP2009225380A (en) | 2009-10-01 |
JP4839331B2 JP4839331B2 (en) | 2011-12-21 |
Family
ID=41241633
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008070464A Active JP4839331B2 (en) | 2008-03-18 | 2008-03-18 | Encoding processing device, encoding processing program, encoding processing method, and encoding processing distribution system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4839331B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011198122A (en) * | 2010-03-19 | 2011-10-06 | Fujitsu Ltd | Device and method for assigning process, and computer program |
JP2014515895A (en) * | 2011-03-29 | 2014-07-03 | リリカル ラブス エルエルシー | Video encoding system and method |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000333177A (en) * | 1999-05-25 | 2000-11-30 | Matsushita Electric Ind Co Ltd | Moving picture coding method, its device and moving picture coding system |
JP2002176648A (en) * | 1997-06-19 | 2002-06-21 | Victor Co Of Japan Ltd | Buffer management method |
JP2002199392A (en) * | 2000-10-19 | 2002-07-12 | Matsushita Electric Ind Co Ltd | Method and device for encoding image |
JP2005176069A (en) * | 2003-12-12 | 2005-06-30 | Ntt Data Corp | Distributed parallel transcoder system and method thereof |
-
2008
- 2008-03-18 JP JP2008070464A patent/JP4839331B2/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002176648A (en) * | 1997-06-19 | 2002-06-21 | Victor Co Of Japan Ltd | Buffer management method |
JP2000333177A (en) * | 1999-05-25 | 2000-11-30 | Matsushita Electric Ind Co Ltd | Moving picture coding method, its device and moving picture coding system |
JP2002199392A (en) * | 2000-10-19 | 2002-07-12 | Matsushita Electric Ind Co Ltd | Method and device for encoding image |
JP2005176069A (en) * | 2003-12-12 | 2005-06-30 | Ntt Data Corp | Distributed parallel transcoder system and method thereof |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011198122A (en) * | 2010-03-19 | 2011-10-06 | Fujitsu Ltd | Device and method for assigning process, and computer program |
JP2014515895A (en) * | 2011-03-29 | 2014-07-03 | リリカル ラブス エルエルシー | Video encoding system and method |
Also Published As
Publication number | Publication date |
---|---|
JP4839331B2 (en) | 2011-12-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8237740B2 (en) | Method and system for receiving a local vector object and viewing a vector image | |
US7119811B2 (en) | Image display system | |
WO2017117919A1 (en) | Data storage method and device | |
US20090248754A1 (en) | Providing resumption data in a distributed processing system | |
US12073102B2 (en) | Method and apparatus for compressing data of storage system, device, and readable storage medium | |
US8749566B2 (en) | System and method for an optimized on-the-fly table creation algorithm | |
JP2010117878A (en) | Image display apparatus | |
WO2011077550A1 (en) | Screen relay device | |
JP2001094990A (en) | Image coder | |
KR102619668B1 (en) | Apparatus and method of using a slice update map | |
JP4839331B2 (en) | Encoding processing device, encoding processing program, encoding processing method, and encoding processing distribution system | |
US7751687B2 (en) | Data processing apparatus, data processing method, data processing system, program, and storage medium | |
US20120033893A1 (en) | Image reproduction apparatus and image reproduction method | |
US8280220B2 (en) | Reproduction apparatus, data processing system, reproduction method, program, and storage medium | |
JP2015080149A (en) | Video recording device and video recording method | |
KR101169994B1 (en) | Graphic image processing apparatus and method using alpha plane | |
WO2023083064A1 (en) | Video processing method and apparatus, electronic device, and readable storage medium | |
JP2009060168A (en) | Image processing apparatus, image processing method, and image processing program | |
JP2019515516A (en) | Image drawing method, related device and system | |
EP3722949A1 (en) | Image transmission method, apparatus and storage medium | |
US10338820B2 (en) | Architecture and algorithms for data compression | |
JP2007274229A (en) | Information processing apparatus and method, and program | |
JP2016206934A (en) | Image processing device, image processing method and program | |
CN101090470B (en) | Information processing apparatus and information processing method | |
JP7252444B2 (en) | Display control program, display control method and information processing device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20101119 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110912 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20110920 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20111003 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20141007 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4839331 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |