JP5212319B2 - Encoding apparatus, encoding method, and encoding program - Google Patents

Encoding apparatus, encoding method, and encoding program Download PDF

Info

Publication number
JP5212319B2
JP5212319B2 JP2009207119A JP2009207119A JP5212319B2 JP 5212319 B2 JP5212319 B2 JP 5212319B2 JP 2009207119 A JP2009207119 A JP 2009207119A JP 2009207119 A JP2009207119 A JP 2009207119A JP 5212319 B2 JP5212319 B2 JP 5212319B2
Authority
JP
Japan
Prior art keywords
data
size
encoding
mtu
encoded
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
JP2009207119A
Other languages
Japanese (ja)
Other versions
JP2011061363A (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.)
Brother Industries Ltd
Original Assignee
Brother Industries Ltd
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 Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP2009207119A priority Critical patent/JP5212319B2/en
Publication of JP2011061363A publication Critical patent/JP2011061363A/en
Application granted granted Critical
Publication of JP5212319B2 publication Critical patent/JP5212319B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、符号化したデータを分割してネットワークに出力する符号化装置、符号化方法、および符号化プログラムに関する。   The present invention relates to an encoding device, an encoding method, and an encoding program for dividing encoded data and outputting the divided data to a network.

従来、動画像のデータを符号化してネットワークに出力する際にデータを分割する装置が知られている(例えば、特許文献1参照)。この装置では、1回の出力で送信できるデータグラムの最大値であるMTU(Maximum Transmission Unit)が考慮され、符号化されたデータがMTUサイズに収まるサイズで分割される。分割されたデータには、ネットワーク通信を行うために新たにヘッダ等のデータ(以下、「付加データ」という。)が付加されて、データが出力される。符号化されたデータを、MTUサイズに収まるように分割して出力することで、伝送効率を向上させることができる。   2. Description of the Related Art Conventionally, an apparatus that divides data when encoding moving image data and outputting the data to a network is known (for example, see Patent Document 1). In this apparatus, an MTU (Maximum Transmission Unit) that is the maximum value of a datagram that can be transmitted with one output is taken into consideration, and the encoded data is divided into sizes that fit within the MTU size. In order to perform network communication, data such as a header (hereinafter referred to as “additional data”) is newly added to the divided data, and the data is output. Transmission efficiency can be improved by dividing and outputting the encoded data so as to fit in the MTU size.

特許第3888505号公報Japanese Patent No. 3888505

しかしながら、従来の装置では、符号化したデータをMTUサイズに合わせて単純に分割するのみであった。単純に分割されたデータのサイズの大小は異なる場合があるが、小さいデータでも一律に付加データを付加しなければならない。よって、出力するデータ全体に占める付加データの割合が大きくなる場合があり、処理の効率が悪化する原因となっていた。一方で、処理の効率のみを考慮してデータを大幅に圧縮すると、動画像の品質が低下する。従って、データ全体に占める付加データの割合を適切に減少させることは、従来では困難であった。   However, in the conventional apparatus, the encoded data is simply divided in accordance with the MTU size. Although the size of the simply divided data may be different, additional data must be added uniformly even for small data. Therefore, the ratio of the additional data to the entire data to be output may increase, which causes the processing efficiency to deteriorate. On the other hand, if the data is significantly compressed considering only the processing efficiency, the quality of the moving image is degraded. Therefore, it has been difficult in the past to appropriately reduce the ratio of additional data in the entire data.

本発明は、出力するデータ全体に占める付加データの割合を適切に減少させることができる符号化装置、符号化方法、および符号化プログラムを提供することを目的とする。   An object of the present invention is to provide an encoding device, an encoding method, and an encoding program capable of appropriately reducing the ratio of additional data in the entire output data.

本発明の第一の態様に係る符号化装置は、画像入力手段によって入力された画像データを符号化し、符号化データを他の機器にネットワークを介して出力する符号化装置であって、前記機器と前記符号化装置との間の前記ネットワークのMTUサイズを計測する計測手段と、前記計測手段によって計測されたMTUサイズに収まるサイズで符号化データを分割して、ネットワーク通信に必要な付加データを分割した各データに新たに付加する場合に、出力するデータ全体に対する前記付加データの割合であるオーバーヘッド割合が目標値となる符号化データのデータサイズを設定値に設定する設定手段と、前記設定値として設定されたデータサイズに前記画像データを符号化する符号化手段と、前記符号化手段によって符号化された符号化データを、前記計測手段によって計測されたMTUサイズに収まるサイズで分割して前記機器に出力する出力手段とを備えている。   An encoding device according to a first aspect of the present invention is an encoding device that encodes image data input by an image input means and outputs the encoded data to another device via a network. Measuring means for measuring the MTU size of the network between the encoder and the encoding device, and dividing the encoded data into a size that fits within the MTU size measured by the measuring means, and adding additional data necessary for network communication A setting means for setting a data size of encoded data in which an overhead ratio, which is a ratio of the additional data to the entire data to be output, as a target value when newly added to each divided data; Encoding means for encoding the image data to a data size set as: and an encoding data encoded by the encoding means The data is divided by the size that fits MTU size measured by said measuring means and an output means for outputting to the device.

第一の態様に係る符号化装置は、オーバーヘッド割合が目標値となるように画像データを符号化することができるため、オーバーヘッド割合を適切に減少させることができる。よって、処理の効率を向上させることができる。   Since the encoding apparatus according to the first aspect can encode the image data so that the overhead ratio becomes the target value, the overhead ratio can be appropriately reduced. Therefore, the processing efficiency can be improved.

前記設定手段は、符号化データのデータサイズを増加させた際に前記オーバーヘッド割合が減少から増加に切り替わる点のデータサイズを前記設定値に設定することが望ましい。この場合、設定値を的確且つ容易に設定して、オーバーヘッド割合を適切な値に減少させることができる。   Preferably, the setting means sets the data size at the point where the overhead ratio switches from decrease to increase when the data size of the encoded data is increased, to the set value. In this case, the set value can be set accurately and easily, and the overhead ratio can be reduced to an appropriate value.

前記符号化装置は、前記設定値を設定せずに前記画像データを符号化した場合の符号化データのデータサイズである基準データサイズを算出する算出手段を備えてもよい。前記設定手段は、前記点のデータサイズと前記基準データサイズとが異なる場合、複数の前記点から、データサイズが前記基準データサイズよりも大きい点のうち最もデータサイズが小さい点である第一点、および、データサイズが前記基準データサイズよりも小さい点のうち最もデータサイズが大きい点である第二点のいずれかの点を目標点として、前記目標点のデータサイズを前記設定値に設定すればよい。この場合、符号化装置は、基準データサイズに近いデータサイズの符号化データを生成しつつ、オーバーヘッド割合を減少させることができる。よって、画像の品質を急激に悪化させることなく、処理の効率を向上させることができる。   The encoding apparatus may include a calculation unit that calculates a reference data size that is a data size of encoded data when the image data is encoded without setting the setting value. When the data size of the point is different from the reference data size, the setting means is a first point that is a point having the smallest data size among a plurality of points, the data size of which is larger than the reference data size. And the data size of the target point is set to the set value with any one of the second points having the largest data size among the points having a data size smaller than the reference data size as a target point. That's fine. In this case, the encoding apparatus can reduce the overhead ratio while generating encoded data having a data size close to the reference data size. Therefore, the processing efficiency can be improved without sharply degrading the image quality.

前記設定手段は、前記基準データサイズが前記第一点と前記第二点との間に設けた閾値よりも大きいか否かによって、前記目標点を前記第一点および前記第二点のいずれにするかを決定してもよい。この場合、符号化装置は、閾値を用いて容易に設定値を設定することができる。   The setting means sets the target point as either the first point or the second point depending on whether the reference data size is larger than a threshold value provided between the first point and the second point. You may decide whether to do it. In this case, the encoding apparatus can easily set the setting value using the threshold value.

前記設定手段は、複数の前記機器との間の前記ネットワークのMTUサイズが前記計測手段によって計測された結果、値が異なる複数のMTUサイズが計測された場合、計測された複数の前記機器についてのMTUサイズに基づいて、前記複数の機器に共通する1つの前記設定値を設定することが望ましい。前記出力手段は、同一の符号化データを、出力先の前記機器について計測されたそれぞれのMTUサイズに収まるサイズで分割して、前記複数の機器のそれぞれに出力すればよい。この場合、符号化装置は、MTUサイズが異なる複数の機器に符号化データを出力する場合でも、オーバーヘッド割合を一連の処理で容易且つ適切に減少させることができる。   The setting means, when a plurality of MTU sizes having different values are measured as a result of measuring the MTU size of the network between the plurality of apparatuses by the measuring means, It is desirable to set one set value common to the plurality of devices based on the MTU size. The output means may divide the same encoded data by a size that fits in each MTU size measured for the output destination device, and output the divided data to each of the plurality of devices. In this case, the encoding apparatus can easily and appropriately reduce the overhead ratio by a series of processes even when the encoded data is output to a plurality of devices having different MTU sizes.

前記符号化装置は、前記複数の機器の中におけるそれぞれの前記機器の優先度を決定する優先度決定手段を備えてもよい。前記設定手段は、前記優先度決定手段によって決定された優先度に基づいて、前記複数の機器に共通の前記設定値を設定すればよい。この場合、符号化装置は、出力先の機器毎に別々に符号化処理を行わなくても、一連の符号化処理によって、優先度の高い機器の処理負担を優先して低下させることができる。   The encoding device may include priority determination means for determining the priority of each of the plurality of devices. The setting unit may set the setting value common to the plurality of devices based on the priority determined by the priority determination unit. In this case, the encoding device can preferentially reduce the processing load of a high-priority device through a series of encoding processing without performing encoding processing separately for each output destination device.

前記優先度決定手段は、それぞれの前記機器のネットワーク帯域の情報、MTUサイズ、および優先させる度合いを示す設定情報の少なくともいずれかを用いて前記優先度を決定してもよい。この場合、符号化装置は、機器の処理速度に影響を与える帯域の情報、MTUサイズ、および、優先させる度合いを示す設定情報の少なくともいずれかを用いて、優先度を適切に決定することができる。   The priority determination means may determine the priority using at least one of network bandwidth information of each of the devices, MTU size, and setting information indicating a priority level. In this case, the encoding apparatus can appropriately determine the priority using at least one of information on a band that affects the processing speed of the device, the MTU size, and setting information indicating the degree of priority. .

本発明の第二の態様に係る符号化方法は、画像入力手段によって入力された画像データを符号化し、符号化データを他の機器にネットワークを介して出力する符号化装置で行われる符号化方法であって、前記機器と前記符号化装置との間の前記ネットワークのMTUサイズを計測する計測ステップと、前記計測ステップによって計測されたMTUサイズに収まるサイズで符号化データを分割して、ネットワーク通信に必要な付加データを分割した各データに新たに付加する場合に、出力するデータ全体に対する前記付加データの割合であるオーバーヘッド割合が目標値となる符号化データのデータサイズを設定値に設定する設定ステップと、前記設定値として設定されたデータサイズに前記画像データを符号化する符号化ステップと、前記符号化ステップによって符号化された符号化データを、前記計測ステップによって計測されたMTUサイズに収まるサイズで分割して前記機器に出力する出力ステップとを備えている。   An encoding method according to a second aspect of the present invention is an encoding method performed by an encoding device that encodes image data input by an image input means and outputs the encoded data to another device via a network. A measurement step of measuring an MTU size of the network between the device and the encoding device; and encoding data is divided by a size that fits within the MTU size measured by the measurement step, and network communication is performed. Setting for setting the data size of the encoded data whose target value is the overhead ratio, which is the ratio of the additional data to the entire data to be output, when the additional data necessary for the data is newly added to each divided data An encoding step for encoding the image data to a data size set as the set value, and the code And an output step of outputting the coded data, the device is divided by the size that fits in the measured by the measuring step MTU size by step.

第二の態様に係る符号化方法によると、オーバーヘッド割合が目標値となるように画像データを符号化することができるため、オーバーヘッド割合を適切に減少させることができる。よって、処理の効率を向上させることができる。   According to the encoding method according to the second aspect, since the image data can be encoded so that the overhead ratio becomes the target value, the overhead ratio can be appropriately reduced. Therefore, the processing efficiency can be improved.

本発明の第三の態様に係る符号化プログラムは、画像入力手段によって入力された画像データを符号化し、符号化データを他の機器にネットワークを介して出力するための符号化プログラムであって、コンピュータに、前記機器との間の前記ネットワークのMTUサイズを計測する計測ステップと、前記計測ステップによって計測されたMTUサイズに収まるサイズで符号化データを分割して、ネットワーク通信に必要な付加データを分割した各データに新たに付加する場合に、出力するデータ全体に対する前記付加データの割合であるオーバーヘッド割合が目標値となる符号化データのデータサイズを設定値に設定する設定ステップと、前記設定値として設定されたデータサイズに前記画像データを符号化する符号化ステップと、前記符号化ステップによって符号化された符号化データを、前記計測ステップによって計測されたMTUサイズに収まるサイズで分割して前記機器に出力する出力ステップとを実行させることを特徴とする。   An encoding program according to a third aspect of the present invention is an encoding program for encoding image data input by an image input means, and outputting the encoded data to another device via a network. A measurement step of measuring the MTU size of the network between the device and the computer is divided into encoded data by a size that fits within the MTU size measured by the measurement step, and additional data necessary for network communication is obtained. A setting step for setting a data size of encoded data in which an overhead ratio, which is a ratio of the additional data with respect to the entire data to be output, is a target value when a new value is added to each divided data; and the setting value An encoding step for encoding the image data to a data size set as: The coded data coded by step, characterized in that to execute an output step of outputting to the device is divided in a size fit to the measured MTU size by said measuring step.

第三の態様に係る符号化プログラムによると、オーバーヘッド割合が目標値となるように画像データを符号化することができるため、オーバーヘッド割合を適切に減少させることができる。よって、処理の効率を向上させることができる。   According to the encoding program according to the third aspect, since the image data can be encoded so that the overhead ratio becomes the target value, the overhead ratio can be appropriately reduced. Therefore, the processing efficiency can be improved.

テレビ会議装置1の電気的構成を示すブロック図である。2 is a block diagram showing an electrical configuration of the video conference apparatus 1. FIG. RAM12のMTUサイズ記憶エリア121に記憶されているデータの模式図である。4 is a schematic diagram of data stored in an MTU size storage area 121 of a RAM 12. FIG. RAM12の可用帯域記憶エリア122に記憶されているデータの模式図である。3 is a schematic diagram of data stored in an available bandwidth storage area 122 of a RAM 12. FIG. HDD13の設定優先値記憶エリア131に記憶されているデータの模式図である。4 is a schematic diagram of data stored in a setting priority value storage area 131 of the HDD 13; FIG. テレビ会議装置1の機能ブロック図である。2 is a functional block diagram of the video conference apparatus 1. FIG. NALユニットの構成、および送出パケットの構成を示す図である。It is a figure which shows the structure of a NAL unit, and the structure of a transmission packet. 符号化データのデータサイズを調整する前の送出パケットのデータサイズの一例を示す図である。It is a figure which shows an example of the data size of the transmission packet before adjusting the data size of encoding data. 符号化データのデータサイズを調整した後の送出パケットのデータサイズの一例を示す図である。It is a figure which shows an example of the data size of the transmission packet after adjusting the data size of encoding data. テレビ会議装置1が行う符号化処理のフローチャートである。It is a flowchart of the encoding process which the video conference apparatus 1 performs. 計測されたMTUサイズが1つである場合に作成されるマッピングテーブルの一例を示す図である。It is a figure which shows an example of the mapping table produced when the measured MTU size is one. 計測されたMTUサイズが複数である場合に作成されるマッピングテーブルの一例を示す図である。It is a figure which shows an example of the mapping table produced when there are two or more measured MTU sizes. 符号化処理で行われるデータサイズ調整処理のフローチャートである。It is a flowchart of the data size adjustment process performed by an encoding process.

以下、本発明の符号化装置を具現化した一実施の形態であるテレビ会議装置1について、図面を参照して説明する。なお、参照する図面は、本発明が採用し得る技術的特徴を説明するために用いられるものである。図面に記載されている装置の構成、各種処理のフローチャート等は、それのみに限定する趣旨ではなく、単なる説明例である。   Hereinafter, a video conference apparatus 1 which is an embodiment of an encoding apparatus according to the present invention will be described with reference to the drawings. The drawings to be referred to are used for explaining technical features that can be adopted by the present invention. The configuration of the apparatus, the flowcharts of various processes, and the like described in the drawings are not intended to be limited to these, but are merely illustrative examples.

テレビ会議装置1は、ネットワーク8(図1参照)を介して、1または複数の他のテレビ会議装置1と接続する。各テレビ会議装置1は、画像データおよび音声データを互いに入出力する。その結果、複数の拠点のユーザが映像および音声を共有することができる。よって、全てのユーザが同一拠点にいない場合でも、ユーザは円滑に会議を実行することができる。   The video conference apparatus 1 is connected to one or more other video conference apparatuses 1 via the network 8 (see FIG. 1). Each video conference device 1 inputs and outputs image data and audio data. As a result, users at multiple bases can share video and audio. Therefore, even when all the users are not at the same base, the users can smoothly execute the conference.

図1から図4を参照して、テレビ会議装置1の電気的構成について説明する。テレビ会議装置1は、テレビ会議装置1の制御を司るCPU10を備えている。CPU10には、ROM11、RAM12、ハードディスクドライブ(以下、「HDD」という。)13、および入出力インターフェース19が、バス18を介して接続されている。   The electrical configuration of the video conference apparatus 1 will be described with reference to FIGS. The video conference apparatus 1 includes a CPU 10 that controls the video conference apparatus 1. A ROM 11, a RAM 12, a hard disk drive (hereinafter referred to as “HDD”) 13, and an input / output interface 19 are connected to the CPU 10 via a bus 18.

ROM11は、テレビ会議装置1を動作させるためのプログラムおよび初期値等を記憶している。RAM12は、制御プログラムで使用される各種の情報を一時的に記憶する。HDD13は、各種の情報を記憶する不揮発性の記憶装置である。HDD13の代わりに、EEPROMまたはメモリカード等の記憶装置を用いてもよい。   The ROM 11 stores a program and an initial value for operating the video conference device 1. The RAM 12 temporarily stores various information used in the control program. The HDD 13 is a non-volatile storage device that stores various types of information. Instead of the HDD 13, a storage device such as an EEPROM or a memory card may be used.

入出力インターフェース19には、音声入力処理部21、音声出力処理部22、映像入力処理部23、映像出力処理部24、操作部25、および外部通信I/F26が接続されている。音声入力処理部21は、音声を入力するマイク31からの音声データの入力を処理する。音声出力処理部22は、音声を出力するスピーカ32の動作を処理する。映像入力処理部23は、映像を撮像するカメラ33からの映像データ(動画像データ)の入力を処理する。映像出力処理部24は、映像を表示する表示装置34の動作を処理する。操作部25は、ユーザがテレビ会議装置1に各種指示を入力するために用いられる。外部通信I/F26は、テレビ会議装置1をネットワーク8に接続する。   The input / output interface 19 is connected to an audio input processing unit 21, an audio output processing unit 22, a video input processing unit 23, a video output processing unit 24, an operation unit 25, and an external communication I / F 26. The voice input processing unit 21 processes input of voice data from the microphone 31 that inputs voice. The audio output processing unit 22 processes the operation of the speaker 32 that outputs audio. The video input processing unit 23 processes input of video data (moving image data) from the camera 33 that captures video. The video output processing unit 24 processes the operation of the display device 34 that displays video. The operation unit 25 is used for a user to input various instructions to the video conference apparatus 1. The external communication I / F 26 connects the video conference device 1 to the network 8.

RAM12について詳細に説明する。RAM12には、MTUサイズ記憶エリア121、可用帯域記憶エリア122等の各種記憶エリアが設けられている。   The RAM 12 will be described in detail. The RAM 12 is provided with various storage areas such as an MTU size storage area 121 and an available bandwidth storage area 122.

図2に示すように、MTUサイズ記憶エリア121には、ネットワーク8を介して接続している機器(本実施形態では他のテレビ会議装置1)との間の、ネットワーク8のMTUサイズに関する情報が記憶される。MTU(Maximum Transmission Unit)サイズとは、1回のデータ転送にて送信可能なデータの最大値である。例えば、イーサネット(登録商標)型LANの環境では、イーサネットの最大フレームサイズが1518byteである。よって、イーサネットヘッダとFCS(Frame Check Sequence)とを除いた1500byteがMTUサイズとなる。よって、出力するデータが大きい場合、IPヘッダとIPパケットのデータ部分との和が1500byte以内となるように、データを分割して出力することが望ましい。   As shown in FIG. 2, in the MTU size storage area 121, information related to the MTU size of the network 8 with a device (another video conference apparatus 1 in the present embodiment) connected via the network 8 is stored. Remembered. The MTU (Maximum Transmission Unit) size is the maximum value of data that can be transmitted in one data transfer. For example, in an Ethernet (registered trademark) type LAN environment, the maximum frame size of Ethernet is 1518 bytes. Therefore, 1500 bytes excluding the Ethernet header and FCS (Frame Check Sequence) is the MTU size. Therefore, when the data to be output is large, it is desirable to divide and output the data so that the sum of the IP header and the data portion of the IP packet is within 1500 bytes.

本実施の形態のテレビ会議装置1は、通信の開始時に、接続されている各機器についてMTUサイズを計測する。計測したMTUサイズを、MTUサイズ記憶エリア121に記憶し、データの分割等の処理を行う。また、テレビ会議装置1は、複数の機器の中での各機器の優先度を用いて、複数の機器に対して最適な一の符号化データを生成することができる。テレビ会議装置1は、この優先度を示す計数(G)を、MTUサイズから算出することができる。詳細には、MTUサイズが小さい機器を優先度が高い機器とし、MTUサイズの逆数を係数(G)として処理を行う。この処理の詳細は後述する。   The video conference apparatus 1 according to the present embodiment measures the MTU size for each connected device at the start of communication. The measured MTU size is stored in the MTU size storage area 121, and processing such as data division is performed. Further, the video conference apparatus 1 can generate one piece of encoded data that is optimal for a plurality of devices, using the priority of each device among the plurality of devices. The video conference apparatus 1 can calculate a count (G) indicating this priority from the MTU size. More specifically, processing is performed using a device with a small MTU size as a device with a high priority and a reciprocal of the MTU size as a coefficient (G). Details of this processing will be described later.

図3に示すように、可用帯域記憶エリア122には、テレビ会議装置1と各機器との間のネットワーク8の可用帯域が記憶される。テレビ会議装置1は、可用帯域が低い(狭い)機器を優先度が高い機器とし、可用帯域の逆数を係数(G)として処理を行うこともできる。   As shown in FIG. 3, the available bandwidth storage area 122 stores the available bandwidth of the network 8 between the video conference device 1 and each device. The video conference apparatus 1 can also perform processing using a device with a low (narrow) usable bandwidth as a device with a high priority and a reciprocal of the usable bandwidth as a coefficient (G).

HDD13について詳細に説明する。HDD13には、設定優先値記憶エリア131等の各種記憶エリアが設けられている。図4に示すように、設定優先値記憶エリア131には、ユーザがあらかじめ入力・設定した設定優先値が記憶されている。テレビ会議装置1は、設定優先値を用いて、複数の機器に対して最適な一の符号化データを生成することができる。   The HDD 13 will be described in detail. The HDD 13 is provided with various storage areas such as a setting priority value storage area 131. As shown in FIG. 4, the setting priority value storage area 131 stores setting priority values input and set in advance by the user. The video conference apparatus 1 can generate one piece of encoded data that is optimal for a plurality of devices, using the setting priority value.

次に、テレビ会議装置1における画像データの処理の概要について説明する。テレビ会議装置1は、カメラ33から入力された画像データを、H.264の規格に基づいて画像圧縮符号化し、符号化データを生成する。生成した符号化データを、ネットワーク8を介して他の機器に出力する。なお、テレビ会議装置1は、他の機器からネットワーク8を介して入力された符号化データを復号し、画像を表示装置34に表示させる。また、音声データを入出力し、他の機器から入力した音声データに基づいて音声を発生させる。しかし、これらの処理は本発明の要部ではないため、以下では画像圧縮符号化および符号化データの出力の処理について説明を行う。   Next, an outline of image data processing in the video conference apparatus 1 will be described. The video conference apparatus 1 converts the image data input from the camera 33 into H.264. Image compression encoding is performed based on the H.264 standard to generate encoded data. The generated encoded data is output to another device via the network 8. Note that the video conference device 1 decodes encoded data input from another device via the network 8 and causes the display device 34 to display an image. In addition, audio data is input / output, and audio is generated based on audio data input from another device. However, since these processes are not the main part of the present invention, the image compression encoding and encoded data output processes will be described below.

画像圧縮符号化には、フレーム内符号化とフレーム間符号化とがある。フレーム内符号化とは、カメラによって入力された連続する複数フレーム分の画像データのうちの1フレーム分の画像データ内で、画面内予測によって行われる符号化である。フレーム内符号化によって生成される符号化データであるIピクチャ(Intra−coded Picture)は、他のピクチャを参照することなく単独で復号することができる。一方、フレーム間符号化では、連続するフレームのデータのうち、符号化するフレームのデータとは異なるフレームのデータが参照されて予測誤差が計算され、計算された予測誤差が符号化される。フレーム間符号化によって生成される符号化データには、Pピクチャ(Predictive−coded Picture)およびBピクチャ(Bidirectional−coded Picture)がある。PピクチャおよびBピクチャの復号には、符号化時に参照されたピクチャが必要となる。しかし、PピクチャおよびBピクチャのデータサイズは、Iピクチャのデータサイズに比べて小さい。   Image compression coding includes intra-frame coding and inter-frame coding. Intraframe coding is coding performed by intra prediction within one frame of image data of a plurality of consecutive frames of image data input by a camera. An I picture (Intra-coded Picture) that is encoded data generated by intra-frame encoding can be decoded independently without referring to other pictures. On the other hand, in interframe coding, prediction data is calculated by referring to data of a frame different from data of a frame to be encoded among continuous frame data, and the calculated prediction error is encoded. Encoded data generated by interframe coding includes a P picture (Predictive-coded Picture) and a B picture (Bidirectional-coded Picture). Decoding of P and B pictures requires pictures that are referenced during encoding. However, the data size of the P picture and the B picture is smaller than the data size of the I picture.

図5に示すように、テレビ会議装置1では、まず、カメラ33からの入力画像41に対してDCT/量子化42が行われる。ここでは、DCT(Discrete Cosine Transform:離散コサイン変換)によって変換された係数が、量子化パラメータに従って量子化される。次いで、量子化された後のデータの一部に対し、逆量子化/逆DCT43が行われる。逆量子化/逆DCT43が施されたデータにデブロッキングフィルタ44がかけられて、フレームメモリ45に記憶される。   As shown in FIG. 5, in the video conference apparatus 1, first, DCT / quantization 42 is performed on the input image 41 from the camera 33. Here, the coefficient transformed by DCT (Discrete Cosine Transform) is quantized according to the quantization parameter. Next, inverse quantization / inverse DCT 43 is performed on a part of the quantized data. The data subjected to the inverse quantization / inverse DCT 43 is subjected to the deblocking filter 44 and stored in the frame memory 45.

フレーム内符号化が行われる場合には、フレームメモリ45に記憶されたデータに対し、画面内予測46が行われ、さらにDCT/量子化42が行われる。量子化されたデータに対し、エントロピー符号化47が行われて、符号化データ48(Iピクチャ)が生成される。   When intra-frame coding is performed, intra-screen prediction 46 is performed on the data stored in the frame memory 45, and further DCT / quantization 42 is performed. Entropy encoding 47 is performed on the quantized data, and encoded data 48 (I picture) is generated.

フレーム間符号化が行われる場合には、入力画像41によって動き予測51が行われ、フレームメモリ45内の別の予測画像に基づく動き補償52が行われる。動き補償52によって算出された予測誤差に、明るさに関する重み係数による重み付き予測53が行われ、さらにDCT/量子化42が行われる。量子化されたデータに対し、エントロピー符号化47が行われて、符号化データ48(PピクチャまたはBピクチャ)が生成される。   When interframe coding is performed, motion prediction 51 is performed using the input image 41, and motion compensation 52 based on another predicted image in the frame memory 45 is performed. The prediction error calculated by the motion compensation 52 is subjected to weighted prediction 53 using a weighting factor related to brightness, and further, DCT / quantization 42 is performed. Entropy encoding 47 is performed on the quantized data, and encoded data 48 (P picture or B picture) is generated.

生成された符号化データ48は、MTUサイズ計測55の結果に基づいて、計測されたMTUサイズに収まる送出パケットへの分割49が行われる。分割された符号化データが、ネットワーク出力50の対象となる。   Based on the result of the MTU size measurement 55, the generated encoded data 48 is divided into transmission packets 49 that fit within the measured MTU size. The divided encoded data becomes the target of the network output 50.

次に、符号化データの分割について説明する。パケット送信のために定義されるパケット化モードとして、単一NAL(Network Abstraction Layer)ユニットモード、非インターリーブモード、およびインターリーブモードがある。テレビ会議装置1では、単一NALユニットモードが採用されている。単一NALユニットモードでは、符号化データである各ピクチャは、単一のNALユニットパケットにカプセル化される。カプセル化された1つのNALユニットが、出力するデータの単位となる。   Next, division of encoded data will be described. Packetization modes defined for packet transmission include a single NAL (Network Abstraction Layer) unit mode, a non-interleave mode, and an interleave mode. In the video conference apparatus 1, the single NAL unit mode is adopted. In the single NAL unit mode, each picture that is encoded data is encapsulated in a single NAL unit packet. One encapsulated NAL unit is a unit of data to be output.

図6に示すように、NALユニットは、先頭から順にNALヘッダ、RBSP、およびトレイリングビットを有する。NALヘッダには、NALユニットの種類を示す識別子「nal_unit_type」等が付加されている。RBSP(Raw Byte Sequence Payload)には、圧縮符号化された生データが格納される。トレイリングビットは、RBSPの最後のビット位置を特定するための調整用のビットである。   As shown in FIG. 6, the NAL unit has a NAL header, an RBSP, and a trailing bit in order from the top. An identifier “nal_unit_type” indicating the type of the NAL unit is added to the NAL header. RBSP (Raw Byte Sequence Payload) stores raw data that has been compression-encoded. The trailing bit is an adjustment bit for specifying the last bit position of the RBSP.

カプセル化されたNALユニットは、出力先の機器との間のネットワーク8のMTUサイズに収まるように分割される。分割されたパケット(以下、「分割パケット」という。)がネットワーク8を介して機器に出力される。ここで、分割パケットには、ネットワーク通信を行うために必要なヘッダ等のデータ(以下、「付加データ」という。)を新たに付加する必要がある。本実施の形態で採用されている通信形態によると、最初の分割パケットの先頭(図6の(1))にはIPヘッダおよびTCPヘッダを、それ以降の分割パケット(図6の(2)及び(3))の先頭にはIPヘッダを、それぞれ付加データとして付加する必要がある。分割パケットと付加データとによって、ネットワーク8に出力される1つの送出パケットが構成される。   The encapsulated NAL unit is divided so as to fit within the MTU size of the network 8 with the output destination device. The divided packets (hereinafter referred to as “divided packets”) are output to the device via the network 8. Here, it is necessary to newly add data such as a header necessary for network communication (hereinafter referred to as “additional data”) to the divided packet. According to the communication mode employed in the present embodiment, an IP header and a TCP header are included at the head of the first fragmented packet ((1) in FIG. 6), and the subsequent fragmented packets ((2) and It is necessary to add an IP header as additional data at the beginning of (3)). One packet to be output to the network 8 is constituted by the divided packet and the additional data.

しかしながら、NALユニットを単純にMTUサイズに基づいて分割すると、分割された符号化データのデータサイズは均等にならない場合がある。図7に示す例では、(1)および(2)の送出パケットのデータサイズはMTUサイズに等しいが、(3)の送出パケットのデータサイズはMTUサイズよりも小さい。ネットワーク通信を行うためには、(3)の符号化データのような小さいデータにも付加データを付加しなければならない。よって、出力するデータ全体に占める付加データの割合(以下、「オーバーヘッド割合」という。)が大きくなる場合がある。オーバーヘッド割合が大きくなると、処理の効率が悪化し、映像品質が低下する。   However, if the NAL unit is simply divided based on the MTU size, the data size of the divided encoded data may not be uniform. In the example shown in FIG. 7, the data size of the transmission packet (1) and (2) is equal to the MTU size, but the data size of the transmission packet (3) is smaller than the MTU size. In order to perform network communication, additional data must be added to small data such as the encoded data of (3). Therefore, the ratio of additional data to the entire data to be output (hereinafter referred to as “overhead ratio”) may increase. As the overhead ratio increases, the processing efficiency deteriorates and the video quality decreases.

本実施の形態のテレビ会議装置1は、図5に示すように、MTUサイズ計測55の結果に基づいて、NALユニット符号量制御56によって符号化データのデータサイズを調整することができる。詳細には、計測したMTUサイズに基づいて、オーバーヘッド割合が目標値となる符号化データのデータサイズを設定する。設定したデータサイズの符号化データが生成されるように、DCT/量子化42で用いられる量子化パラメータを決定する。例えば、図7に示す(3)の符号化データ分だけ削減されるように、データを圧縮して符号化を行う。その結果、図8に示すように、小さいデータサイズの符号化データに付加データを付加する必要がなくなり、オーバーヘッド割合が減少する。以上のように、テレビ会議装置1は、オーバーヘッド割合を減少させて、映像品質の低下を防止することができる。   As shown in FIG. 5, the video conference apparatus 1 according to the present embodiment can adjust the data size of the encoded data by the NAL unit code amount control 56 based on the result of the MTU size measurement 55. Specifically, based on the measured MTU size, the data size of the encoded data whose overhead ratio is the target value is set. The quantization parameter used in the DCT / quantization 42 is determined so that encoded data having the set data size is generated. For example, the data is compressed and encoded so as to be reduced by the encoded data (3) shown in FIG. As a result, as shown in FIG. 8, it is not necessary to add additional data to encoded data having a small data size, and the overhead ratio is reduced. As described above, the video conference apparatus 1 can reduce the overhead ratio and prevent the video quality from deteriorating.

また、オーバーヘッド割合を減少させることのみを目的として量子化パラメータを決定すると、不具合が生じる。例えば、図7に示す(2)および(3)の符号化データ分を共に削減するように、圧縮割合を急激に増加させると、オーバーヘッド割合は減少するが、映像の品質は低下する。圧縮割合を急激に減少させると、復号等の処理負担が増加する。本実施の形態のテレビ会議装置1は、生成する符号化データのデータサイズを適切に設定することで、圧縮割合を急激に変化させることなくオーバーヘッド割合を減少させることができる。以上の処理について、以下詳細に説明する。   In addition, when the quantization parameter is determined only for the purpose of reducing the overhead ratio, a problem occurs. For example, if the compression ratio is rapidly increased so as to reduce both the encoded data of (2) and (3) shown in FIG. 7, the overhead ratio decreases, but the video quality deteriorates. If the compression ratio is rapidly decreased, the processing load such as decoding increases. The video conference apparatus 1 according to the present embodiment can reduce the overhead ratio without abruptly changing the compression ratio by appropriately setting the data size of the encoded data to be generated. The above processing will be described in detail below.

図9から図12を参照して、テレビ会議装置1が行う符号化処理について説明する。符号化処理は、ROM11に記憶されているプログラムに従ってCPU10が実行する。符号化処理は、画像データの入出力の実行指示が入力されると開始される。   The encoding process performed by the video conference apparatus 1 will be described with reference to FIGS. The encoding process is executed by the CPU 10 in accordance with a program stored in the ROM 11. The encoding process is started when an instruction to execute input / output of image data is input.

図9に示すように、符号化処理が開始されると、各種データが初期化される(S1)。ネットワーク8を介して接続されているそれぞれの機器について、機器との間のネットワーク8のMTUサイズが計測される(S2)。MTUサイズの計測は、例えばPath MTU Discovery等の公知の手法を用いて行われればよい。   As shown in FIG. 9, when the encoding process is started, various data are initialized (S1). For each device connected via the network 8, the MTU size of the network 8 with the device is measured (S2). The measurement of the MTU size may be performed using a known method such as Path MTU Discovery.

次いで、値が異なる複数のMTUサイズが計測されたか否かが判断される(S3)。接続している機器が1つである場合、または、接続されている複数の機器についてのMTUサイズが全て同じであった場合には(S3:NO)、計測された1つのMTUサイズに基づいてマッピングテーブルが作成される(S4)。マッピングテーブルとは、符号化データのデータサイズとオーバーヘッド割合とを対応付けるテーブルである。   Next, it is determined whether or not a plurality of MTU sizes having different values have been measured (S3). When the number of connected devices is one, or when the MTU sizes of the plurality of connected devices are all the same (S3: NO), based on one measured MTU size. A mapping table is created (S4). The mapping table is a table that associates the data size of the encoded data with the overhead ratio.

1つのMTUサイズからマッピングテーブルを作成する方法について説明する。使用される数値を以下に示す。
MTUサイズ(単位:バイト数):mtu
IPヘッダのデータサイズ(単位:バイト数):ip
TCPヘッダのデータサイズ(単位:バイト数):tcp
符号化データのデータサイズ(単位:バイト数):D
符号化データの分割数:N
オーバーヘッド割合(単位:%):X
Nは0以上の整数であり、パケットが1個の場合はN=0、分割パケットが2個の場合はN=1となる。
A method for creating a mapping table from one MTU size will be described. The numbers used are shown below.
MTU size (unit: number of bytes): mtu
IP header data size (unit: number of bytes): ip
TCP header data size (unit: number of bytes): tcp
Data size of encoded data (unit: number of bytes): D
Number of divisions of encoded data: N
Overhead ratio (unit:%): X
N is an integer greater than or equal to 0, and N = 0 when there is one packet, and N = 1 when there are two divided packets.

まず、符号化データがデータサイズDである場合の、以下の式(1)を満たす分割数Nが算出される。
{D−(mtu−ip−tcp)}/(mtu−ip)≦N<{D+(mtu−ip)−(mtu−ip−tcp)}/(mtu−ip)・・・(1)
この場合のオーバーヘッド割合Xが、算出したNの値を用いて以下の式(2)で算出される。
X={ip×(N+1)+tcp}/D・・・(2)
以上の処理を、データサイズDを変更しつつ行うことで、MTUサイズが1つである場合のマッピングテーブルが作成される。
First, when the encoded data is the data size D, the division number N that satisfies the following equation (1) is calculated.
{D− (mtu−ip−tcp)} / (mtu−ip) ≦ N <{D + (mtu−ip) − (mtu−ip−tcp)} / (mtu−ip) (1)
The overhead ratio X in this case is calculated by the following formula (2) using the calculated value of N.
X = {ip × (N + 1) + tcp} / D (2)
By performing the above processing while changing the data size D, a mapping table for a single MTU size is created.

図10に、計測されたMTUサイズが1つである場合に作成されるマッピングテーブルの一例を示す。図10に示すように、分割数が変わらなければ、符号化データのデータサイズが大きくなる程、オーバーヘッド割合は減少する。データサイズが大きくなり、分割数が1増加すると、付加されるIPヘッダが1つ増加するため、オーバーヘッド割合が増加する。従って、オーバーヘッド割合を考慮すると、データサイズを増加させた場合に分割数が増加する点、つまり、オーバーヘッド割合が減少から増加に切り替わる点のデータサイズに符号化することが望ましい。   FIG. 10 shows an example of a mapping table created when the measured MTU size is one. As shown in FIG. 10, if the number of divisions does not change, the overhead ratio decreases as the data size of the encoded data increases. When the data size increases and the number of divisions increases by 1, the added IP header increases by 1, so the overhead ratio increases. Therefore, in consideration of the overhead ratio, it is desirable to encode to the data size where the number of divisions increases when the data size is increased, that is, the overhead ratio is switched from decrease to increase.

図9の説明に戻る。テレビ会議装置1に複数の機器が接続しており、且つ値が異なる複数のMTUサイズが計測された場合には(S3:YES)、各機器の優先度を示す係数(G)が取得される(S6)。先述したように、テレビ会議装置1は様々な係数(G)を用いることができるが(図2から図4参照)、本実施の形態では、いずれの係数(G)を用いるかをあらかじめユーザに選択させている。S6の処理では、ユーザが選択した係数(G)が、RAM12またはHDD13から取得される。次いで、取得された係数(G)と、取得された複数のMTUサイズとを用いて、マッピングテーブルが作成される(S7)。   Returning to the description of FIG. When a plurality of devices are connected to the video conference device 1 and a plurality of MTU sizes having different values are measured (S3: YES), a coefficient (G) indicating the priority of each device is acquired. (S6). As described above, the video conference apparatus 1 can use various coefficients (G) (see FIG. 2 to FIG. 4). In this embodiment, the user determines in advance which coefficient (G) is used. Let me choose. In the process of S6, the coefficient (G) selected by the user is acquired from the RAM 12 or the HDD 13. Next, a mapping table is created using the acquired coefficient (G) and the plurality of acquired MTU sizes (S7).

複数のMTUサイズからマッピングテーブルを作成する方法について説明する。まず、m個の機器のMTUサイズmtux=mtu1,mtu2,・・・,mtumが計測された場合、各機器のMTUサイズについて、上記の式(1)から、データサイズDがある値である場合の分割数Nx=N1,N2,・・・,Nmが算出される。次いで、m個の機器に出力される付加データの総量を、m個の機器に出力される符号化データの総量で割ることで、オーバーヘッド割合Xが算出される。この場合のオーバーヘッド割合Xの算出式を以下に示す。
各機器の優先度を考慮する場合
X=Σ[{Gi×ip×(Nj+1)+tcp}/(Σ(Gi)×D)] (i=1,・・・,m)(j=1,・・・,m)
各機器の優先度を考慮しない場合
X=Σ{ip×(Ni+1)+tcp}/(D×m) (i=1,・・・,m)
以上の処理を、データサイズDを変更しつつ行うことで、マッピングテーブルが作成される。
A method for creating a mapping table from a plurality of MTU sizes will be described. First, when the MTU sizes mtux = mtu1, mtu2,..., Mtum of m devices are measured, the data size D is a certain value from the above equation (1) for the MTU size of each device. Nm = N1, N2,..., Nm are calculated. Next, the overhead ratio X is calculated by dividing the total amount of additional data output to m devices by the total amount of encoded data output to m devices. The calculation formula of the overhead ratio X in this case is shown below.
When considering the priority of each device X = Σ [{Gi × ip × (Nj + 1) + tcp} / (Σ (Gi) × D)] (i = 1,..., M) (j = 1,. .., m)
When priority of each device is not considered X = Σ {ip × (Ni + 1) + tcp} / (D × m) (i = 1,..., M)
The mapping table is created by performing the above processing while changing the data size D.

図11に、計測されたMTUサイズが複数である場合に作成されるマッピングテーブルの一例を示す。図11では、参考のために、機器AのMTUサイズのみを用いて作成したテーブル、機器BのMTUサイズのみを用いて作成したテーブル、機器A,Bの2個のMTUサイズを用いて作成したテーブル(優先度の考慮有り)、機器A,Bの2個のMTUサイズを用いて作成したテーブル(優先度の考慮無し)の4つのテーブルを示す。機器A,Bの2個のMTUサイズを用いてテーブルを作成することで、機器A,Bに共通のマッピングテーブルを作成することができる。さらに、優先度を考慮することで、優先度が高い機器のMTUサイズをより大きくマッピングテーブルに反映させることができる。   FIG. 11 shows an example of a mapping table created when there are a plurality of measured MTU sizes. In FIG. 11, for reference, a table created using only the MTU size of device A, a table created using only the MTU size of device B, and created using two MTU sizes of devices A and B Four tables are shown: a table (with priority taken into account) and a table created using the two MTU sizes of devices A and B (without taking into account priority). By creating a table using the two MTU sizes of the devices A and B, a mapping table common to the devices A and B can be created. Furthermore, by considering the priority, the MTU size of the device having a high priority can be reflected in the mapping table larger.

図9の説明に戻る。マッピングテーブルが作成されると(S4またはS7)、画像データが1フレーム分符号化される(S8)。この符号化は、MTUサイズが考慮されることなく行われる。例えば、デフォルト値として設定されている量子化パラメータ、MTUサイズを考慮せずに出力先の機器の性能のみを考慮して設定された量子化パラメータ等に基づいて行われればよい。次いで、符号化によって生成された符号化データのデータサイズが算出される(S9)。生成された符号化データが、量子化パラメータを変更することによってデータサイズを変更できる符号化データであるか否かが、データの種類によって判断される(S10)。データサイズを変更できない符号化データであれば(S10:NO)、処理はそのままS12へ移行する。ピクチャに関する符号化データであり、データサイズを変更可能な符号化データである場合には(S10:YES)、データサイズ調整処理が行われる(S11)。   Returning to the description of FIG. When the mapping table is created (S4 or S7), the image data is encoded for one frame (S8). This encoding is performed without considering the MTU size. For example, it may be performed based on a quantization parameter set as a default value, a quantization parameter set considering only the performance of the output destination device without considering the MTU size, and the like. Next, the data size of the encoded data generated by the encoding is calculated (S9). Whether the generated encoded data is encoded data whose data size can be changed by changing the quantization parameter is determined based on the type of data (S10). If it is encoded data whose data size cannot be changed (S10: NO), the process directly proceeds to S12. If the encoded data is related to a picture and the encoded data can change the data size (S10: YES), a data size adjustment process is performed (S11).

図12に示すように、データサイズ調整処理では、MTUサイズを考慮せずに生成した符号化データのデータサイズ(S9,図9参照)が、基準データサイズに設定される(S21)。次いで、変曲点を目標点として選択する処理が行われる。変曲点とは、符号化データのデータサイズを増加させた場合に、符号化データの分割数が増加する点、つまり、オーバーヘッド割合が減少から増加に切り替わる点を示す。変曲点のデータサイズとなるように画像データを符号化することで、オーバーヘッド割合を適切に減少させることができる。変曲点の選択は、作成されているマッピングテーブルによって行われる。   As shown in FIG. 12, in the data size adjustment processing, the data size (S9, see FIG. 9) of the encoded data generated without considering the MTU size is set as the reference data size (S21). Next, processing for selecting an inflection point as a target point is performed. The inflection point indicates that when the data size of the encoded data is increased, the number of divisions of the encoded data is increased, that is, the overhead ratio is switched from decrease to increase. By encoding the image data so as to have the data size of the inflection point, the overhead ratio can be appropriately reduced. Selection of the inflection point is performed by the created mapping table.

まず、基準データサイズがいずれかの変曲点のデータサイズに一致しているか否かが判断される(S22)。一致している場合には(S22:YES)、その変曲点が選択されて(S23)、処理はS27へ移行する。   First, it is determined whether or not the reference data size matches the data size of any inflection point (S22). If they match (S22: YES), the inflection point is selected (S23), and the process proceeds to S27.

基準データサイズがいずれの変曲点のデータサイズにも一致していない場合には(S22:NO)、データサイズが基準データサイズに近接した2つの変曲点のいずれかが選択される。詳細には、データサイズが基準データサイズよりも大きい変曲点のうち最もデータサイズが小さい変曲点である第一変曲点、および、データサイズが基準データサイズよりも小さい変曲点のうち最もデータサイズが大きい変曲点である第二変曲点のいずれかが選択される。具体的には、第一変曲点のデータサイズと第二変曲点のデータサイズの中間を閾値とし、基準データサイズが閾値より大きいか否かが判断される(S24)。閾値以下である場合には(S24:NO)、データサイズが基準データサイズよりも小さい方の第二変曲点が選択される(S25)。基準データサイズが閾値より大きい場合には(S24:YES)、データサイズが基準データサイズよりも大きい方の第一変曲点が選択される(S26)。   If the reference data size does not match the data size of any inflection point (S22: NO), one of the two inflection points whose data size is close to the reference data size is selected. Specifically, of the first inflection point that is the smallest inflection point among the inflection points whose data size is larger than the reference data size, and among the inflection points whose data size is smaller than the reference data size One of the second inflection points, which is the inflection point having the largest data size, is selected. Specifically, an intermediate value between the data size of the first inflection point and the data size of the second inflection point is set as a threshold, and it is determined whether or not the reference data size is larger than the threshold (S24). If it is equal to or smaller than the threshold (S24: NO), the second inflection point whose data size is smaller than the reference data size is selected (S25). If the reference data size is larger than the threshold (S24: YES), the first inflection point whose data size is larger than the reference data size is selected (S26).

次いで、選択された変曲点のデータサイズが、符号化データのデータサイズの設定値として設定される(S27)。設定値は、オーバーヘッド割合が目標値となる符号化データのデータサイズを示す。次いで、基準データサイズと設定値との差から、符号化データのデータサイズが設定値となる量子化パラメータが算出される(S28)。1フレーム分の画像データが、算出された量子化パラメータで再度符号化される(S29)。S8(図9参照)で生成された元の符号化データが削除されて(S30)、処理は符号化処理へ戻る。   Next, the data size of the selected inflection point is set as a setting value for the data size of the encoded data (S27). The set value indicates the data size of the encoded data whose overhead ratio is the target value. Next, from the difference between the reference data size and the set value, a quantization parameter for which the data size of the encoded data becomes the set value is calculated (S28). Image data for one frame is encoded again with the calculated quantization parameter (S29). The original encoded data generated in S8 (see FIG. 9) is deleted (S30), and the process returns to the encoding process.

図9の説明に戻る。符号化データが生成されると(S8またはS11)、生成された符号化データが、出力先の機器のMTUサイズに収まるように分割される。分割されたデータ(分割パケット)に付加データが付加されて、ネットワーク8に出力される(S12)。分割パケットのデータサイズは、出力先の機器のMTUサイズから付加データのデータサイズを引いたサイズとなる。例えば、MTUサイズが1500byteであり、付加データのデータサイズが20byteであれば、符号化データは1480byteで分割される。その結果、分割パケットと付加データとからなる送出パケットのデータサイズが、MTUサイズに等しくなる。   Returning to the description of FIG. When the encoded data is generated (S8 or S11), the generated encoded data is divided so as to fit within the MTU size of the output destination device. Additional data is added to the divided data (divided packet) and output to the network 8 (S12). The data size of the divided packet is a size obtained by subtracting the data size of the additional data from the MTU size of the output destination device. For example, if the MTU size is 1500 bytes and the data size of the additional data is 20 bytes, the encoded data is divided by 1480 bytes. As a result, the data size of the transmission packet composed of the divided packet and the additional data becomes equal to the MTU size.

次いで、係数(G)に関連する処理が行われる(S13)。例えば、ネットワーク8の可用帯域を用いて機器の優先度を決定するようにユーザが設定している場合には、可用帯域が計測される。計測された可用帯域から係数(G)が算出されて、可用帯域記憶エリア122(図3参照)に記憶される。また、ユーザによる設定優先値の変更指示があった場合には、変更された設定優先値、および係数(G)が、設定優先値記憶エリア131(図4参照)に記憶される。次いで、終了の指示があるか否かが判断される(S14)。終了の指示がなければ(S14:NO)、処理はS3の判断へ戻る。終了の指示があれば(S14:YES)、符号化処理は終了する。   Next, processing related to the coefficient (G) is performed (S13). For example, when the user has set the priority of the device using the available bandwidth of the network 8, the available bandwidth is measured. A coefficient (G) is calculated from the measured available bandwidth and stored in the available bandwidth storage area 122 (see FIG. 3). If the user gives an instruction to change the setting priority value, the changed setting priority value and the coefficient (G) are stored in the setting priority value storage area 131 (see FIG. 4). Next, it is determined whether or not there is an end instruction (S14). If there is no termination instruction (S14: NO), the process returns to the determination of S3. If there is an instruction to end (S14: YES), the encoding process ends.

以上説明したように、本実施の形態のテレビ会議装置1は、符号化データの出力先の機器との間のネットワーク8のMTUサイズを計測する。計測したMTUサイズに収まるように符号化データを分割した場合に、オーバーヘッド割合が目標値となる符号化データのデータサイズを、設定値として設定する。オーバーヘッド割合とは、出力するデータ全体のデータサイズに対する、付加データのデータサイズの割合である。付加データとは、ネットワーク通信を行うために、分割したデータに新たに付加されるデータである。テレビ会議装置1は、設定値として設定されたデータサイズに画像データを符号化する。符号化データを、出力先の機器のMTUサイズに合わせて分割して、ネットワーク8に出力する。従って、テレビ会議装置1は、オーバーヘッド割合が目標値となるように画像データを符号化することができるため、オーバーヘッド割合を適切に減少させることができる。よって、符号化データの復号等の処理の効率を向上させることができる。   As described above, the video conference apparatus 1 according to the present embodiment measures the MTU size of the network 8 between the encoded data output destination devices. When the encoded data is divided so as to be within the measured MTU size, the data size of the encoded data whose overhead ratio is the target value is set as a set value. The overhead ratio is a ratio of the data size of the additional data to the data size of the entire data to be output. The additional data is data newly added to the divided data in order to perform network communication. The video conference device 1 encodes the image data to the data size set as the set value. The encoded data is divided in accordance with the MTU size of the output destination device and output to the network 8. Therefore, since the video conference apparatus 1 can encode the image data so that the overhead ratio becomes the target value, the overhead ratio can be appropriately reduced. Therefore, the efficiency of processing such as decoding of encoded data can be improved.

テレビ会議装置1は、符号化データのデータサイズを増加させた際に、オーバーヘッド割合が減少から増加に切り替わる変曲点のデータサイズを、データサイズの設定値とすることができる。よって、設定値を適切且つ容易に設定することができる。詳細には、テレビ会議装置1は、設定値を設定せずに生成された符号化データのデータサイズを、基準データサイズとする。基準データサイズに近接したデータサイズをとる2つの変曲点の一方を、目標点として選択する。選択した目標点のデータサイズを設定値とし、画像データを符号化する。従って、基準データサイズに近いデータサイズの符号化データを生成しつつ、オーバーヘッド割合を減少させることができる。よって、データサイズを大幅に変更することによる映像品質の劣化を防ぎつつ、復号等の処理の効率を向上させることができる。テレビ会議装置1は、基準データサイズに近接した2つの変曲点の間に閾値を設定し、閾値を用いて容易に設定値を設定することができる。   When the data size of the encoded data is increased, the video conference device 1 can set the data size of the inflection point at which the overhead ratio switches from decrease to increase as the data size setting value. Therefore, the set value can be set appropriately and easily. Specifically, the video conference apparatus 1 sets the data size of the encoded data generated without setting the setting value as the reference data size. One of two inflection points having a data size close to the reference data size is selected as a target point. The image data is encoded using the data size of the selected target point as a set value. Therefore, the overhead ratio can be reduced while generating encoded data having a data size close to the reference data size. Therefore, it is possible to improve the efficiency of processing such as decoding while preventing deterioration in video quality due to a significant change in data size. The video conference apparatus 1 can set a threshold value between two inflection points close to the reference data size, and can easily set a setting value using the threshold value.

テレビ会議装置1は、複数の機器との間のネットワーク8のMTUサイズを計測した結果、値が異なる複数のMTUサイズが計測された場合、複数のMTUサイズを用いて1つのマッピングテーブルを作成する。作成した1つのマッピングテーブルを用いて、複数の機器に共通の一の設定値を設定する。設定値のデータサイズに符号化された同一の符号化データを、出力先の機器のそれぞれのMTUサイズに合わせて分割し、複数の機器のそれぞれに出力する。よって、MTUサイズが異なる複数の機器に符号化データを出力する場合でも、オーバーヘッド割合を一連の処理で適切に減少させることができる。   As a result of measuring the MTU size of the network 8 between a plurality of devices, the video conference apparatus 1 creates one mapping table using the plurality of MTU sizes when a plurality of MTU sizes having different values are measured. . One set value common to a plurality of devices is set using one created mapping table. The same encoded data encoded to the data size of the set value is divided in accordance with the MTU size of each output destination device and output to each of a plurality of devices. Therefore, even when encoded data is output to a plurality of devices having different MTU sizes, the overhead ratio can be appropriately reduced by a series of processes.

テレビ会議装置1は、複数の機器の中における優先度を示す係数(G)を決定し、係数(G)を用いて1つのマッピングテーブルを作成することもできる。よって、一連の符号化処理によって、優先度の高い機器の処理負担を優先して低下させることもできる。なお、テレビ会議装置1は、ネットワーク8の帯域の情報、MTUサイズ、およびユーザによって設定された設定優先値の少なくともいずれかを用いて、係数(G)を適切に決定することができる。   The video conference apparatus 1 can determine a coefficient (G) indicating the priority among a plurality of devices, and can create one mapping table using the coefficient (G). Therefore, it is possible to reduce the processing load of a high-priority device with priority by a series of encoding processes. Note that the video conference apparatus 1 can appropriately determine the coefficient (G) using at least one of the band information of the network 8, the MTU size, and the setting priority value set by the user.

なお、上記実施の形態において、テレビ会議装置1が本発明の「符号化装置」に相当する。カメラ33が「画像入力手段」に相当する。図9のS2でMTUサイズを計測するCPU10が「計測手段」として機能する。図9のS4〜S11、および図12のS21〜S27で、オーバーヘッド割合が目標値となるデータサイズを設定値に設定するCPU10が、「設定手段」として機能する。図12のS28,S29で量子化パラメータを算出して符号化を行うCPU10が「符号化手段」として機能する。図9のS12で符号化データを分割して出力するCPU10が「出力手段」として機能する。   In the above embodiment, the video conference device 1 corresponds to the “encoding device” of the present invention. The camera 33 corresponds to “image input means”. The CPU 10 that measures the MTU size in S2 of FIG. 9 functions as a “measurement unit”. In S4 to S11 in FIG. 9 and S21 to S27 in FIG. 12, the CPU 10 that sets the data size at which the overhead ratio becomes the target value as the set value functions as a “setting unit”. The CPU 10 that calculates and encodes the quantization parameter in S28 and S29 in FIG. 12 functions as an “encoding unit”. The CPU 10 that divides and outputs the encoded data in S12 of FIG. 9 functions as an “output unit”.

図9のS9で基準データサイズを算出するCPU10が「算出手段」として機能する。図12のS30等で係数(G)を算出することで各機器の優先度を決定するCPU10が「優先度決定手段」として機能する。   The CPU 10 that calculates the reference data size in S9 of FIG. 9 functions as a “calculation unit”. CPU10 which determines the priority of each apparatus by calculating a coefficient (G) by S30 of FIG. 12, etc. functions as a "priority determination means".

図9のS2でMTUサイズを計測する処理が「計測ステップ」に相当する。図9のS4〜S11、および図12のS21〜S27で、オーバーヘッド割合が目標値となるデータサイズを設定値に設定する処理が、「設定ステップ」に相当する。図12のS28,S29で量子化パラメータを算出して符号化を行う処理が「符号化ステップ」に相当する。図9のS12で符号化データを分割して出力する処理が「出力ステップ」に相当する。   The process of measuring the MTU size in S2 of FIG. 9 corresponds to a “measurement step”. The process of setting the data size at which the overhead ratio is the target value in S4 to S11 of FIG. 9 and S21 to S27 of FIG. 12 corresponds to a “setting step”. The process of calculating and encoding the quantization parameter in S28 and S29 in FIG. 12 corresponds to the “encoding step”. The process of dividing and outputting the encoded data in S12 of FIG. 9 corresponds to an “output step”.

本発明は、上記実施の形態に限定されることはなく、様々な変形が可能であることは言うまでもない。例えば、本発明が適用できるのはテレビ会議装置に限られないことは勿論である。例えば、映像を配信するサーバ等、画像の符号化データをネットワークを介して出力する機器であれば、本発明を適用できる。上記実施の形態では、H.264の規格に基づいて符号化が行われているが、他の規格を採用することもできる。   Needless to say, the present invention is not limited to the above-described embodiment, and various modifications are possible. For example, it is needless to say that the present invention is not limited to a video conference apparatus. For example, the present invention can be applied to any device that outputs encoded image data via a network, such as a server that distributes video. In the above embodiment, the H.264 standard. Coding is performed based on the H.264 standard, but other standards may be adopted.

上記実施の形態では、イーサネット(登録商標)型LANの環境を採用しており、IPヘッダが付加データとなる。しかし、採用するネットワーク環境に応じて付加データの種類は変化する。例えば、UDPヘッダ、RTPヘッダ等が付加データとなる場合もある。このような場合でも、本発明は適用できる。   In the above embodiment, an Ethernet (registered trademark) LAN environment is adopted, and the IP header is the additional data. However, the type of additional data varies depending on the network environment employed. For example, a UDP header, an RTP header, or the like may be additional data. Even in such a case, the present invention can be applied.

上記実施の形態では、パケット送信のために定義されるパケット化モードとして単一NALユニットモードが採用されている。よって、NALユニットを単位として符号化データのデータサイズの調整等の処理が行われている。しかし、非インターリーブモード、またはインターリーブモードを採用した場合でも、本発明は適用できる。この場合、送信の単位となる複数のNALユニットを単位としてデータサイズの調整等を行えばよい。   In the above embodiment, the single NAL unit mode is adopted as the packetization mode defined for packet transmission. Therefore, processing such as adjustment of the data size of encoded data is performed in units of NAL units. However, the present invention can be applied even when the non-interleave mode or the interleave mode is employed. In this case, the data size may be adjusted in units of a plurality of NAL units that are transmission units.

上記実施の形態では、処理が開始されてから、計測されたMTUサイズに基づいてマッピングテーブルが作成されている。しかし、MTUサイズに応じた複数のマッピングテーブルをあらかじめHDD13等に記憶しておき、計測したMTUサイズに合致する、または最も近いMTUサイズのマッピングテーブルを用いて設定値を設定してもよい。   In the above embodiment, the mapping table is created based on the measured MTU size after the processing is started. However, a plurality of mapping tables corresponding to the MTU size may be stored in advance in the HDD 13 or the like, and the setting value may be set using a mapping table having the closest MTU size that matches or is close to the measured MTU size.

上記実施の形態のテレビ会議装置1は、2つの変曲点の中間に閾値を設定し、基準データサイズが閾値よりも大きいか否かによって目標点を選択している。しかし、目標点の選択方法も変更できる。例えば、基準データサイズよりもデータサイズが小さい変曲点(第二変曲点)を、一律に目標点として選択してもよい。同様に、必ず第二変曲点を選択するようにしてもよい。基準データサイズの大きさに応じて閾値の位置を変更することも可能である。   The video conference apparatus 1 according to the above embodiment sets a threshold value between two inflection points, and selects a target point depending on whether or not the reference data size is larger than the threshold value. However, the method for selecting the target point can also be changed. For example, an inflection point (second inflection point) having a data size smaller than the reference data size may be uniformly selected as the target point. Similarly, the second inflection point may be selected without fail. It is also possible to change the position of the threshold according to the size of the reference data size.

上記実施の形態では、複数の機器について複数の値のMTUサイズが計測された場合、複数の機器に共通の一の設定値を設定している。しかし、機器毎に異なる設定値を設定し、さらに機器毎に異なる量子化パラメータで符号化を行って、同一の画像データから複数の符号化データを生成してもよい。この場合の処理は、計測されたMTUサイズが1つであった場合の処理を、機器毎に行うのみである。   In the above embodiment, when a plurality of MTU sizes are measured for a plurality of devices, one set value common to the plurality of devices is set. However, different set values may be set for each device, and encoding may be performed with different quantization parameters for each device to generate a plurality of encoded data from the same image data. The processing in this case is only performed for each device when the measured MTU size is one.

優先度を用いて1つのマッピングテーブルを作成する具体的な方法も変更できる。マッピングテーブルを作成するための上記実施の形態中の式も一例であり、設定値を設定するための1つの手法に過ぎないことは言うまでもない。   The specific method of creating one mapping table using priority can also be changed. It goes without saying that the formula in the above embodiment for creating the mapping table is also an example, and is only one method for setting the setting value.

1 テレビ会議装置
8 ネットワーク
10 CPU
12 RAM
13 HDD
33 カメラ
1 Video conference device 8 Network 10 CPU
12 RAM
13 HDD
33 Camera

Claims (9)

画像入力手段によって入力された画像データを符号化し、符号化データを他の機器にネットワークを介して出力する符号化装置であって、
前記機器と前記符号化装置との間の前記ネットワークのMTUサイズを計測する計測手段と、
前記計測手段によって計測されたMTUサイズに収まるサイズで符号化データを分割して、ネットワーク通信に必要な付加データを分割した各データに新たに付加する場合に、出力するデータ全体に対する前記付加データの割合であるオーバーヘッド割合が目標値となる符号化データのデータサイズを設定値に設定する設定手段と、
前記設定値として設定されたデータサイズに前記画像データを符号化する符号化手段と、
前記符号化手段によって符号化された符号化データを、前記計測手段によって計測されたMTUサイズに収まるサイズで分割して前記機器に出力する出力手段と
を備えたことを特徴とする符号化装置。
An encoding device that encodes image data input by an image input means and outputs the encoded data to another device via a network,
Measuring means for measuring the MTU size of the network between the device and the encoding device;
When the encoded data is divided by a size that fits within the MTU size measured by the measurement means, and additional data necessary for network communication is newly added to each divided data, the additional data for the entire data to be output is added. A setting means for setting the data size of the encoded data in which the overhead ratio, which is the ratio, becomes a target value,
Encoding means for encoding the image data to the data size set as the set value;
An encoding apparatus comprising: output means for dividing the encoded data encoded by the encoding means into a size that fits in the MTU size measured by the measuring means and outputting the divided data to the device.
前記設定手段は、符号化データのデータサイズを増加させた際に前記オーバーヘッド割合が減少から増加に切り替わる点のデータサイズを前記設定値に設定することを特徴とする請求項1に記載の符号化装置。   2. The encoding according to claim 1, wherein the setting unit sets a data size at a point where the overhead ratio is switched from a decrease to an increase when the data size of the encoded data is increased. apparatus. 前記設定値を設定せずに前記画像データを符号化した場合の符号化データのデータサイズである基準データサイズを算出する算出手段を備え、
前記設定手段は、前記点のデータサイズと前記基準データサイズとが異なる場合、複数の前記点から、データサイズが前記基準データサイズよりも大きい点のうち最もデータサイズが小さい点である第一点、および、データサイズが前記基準データサイズよりも小さい点のうち最もデータサイズが大きい点である第二点のいずれかの点を目標点として、前記目標点のデータサイズを前記設定値に設定することを特徴とする請求項2に記載の符号化装置。
A calculation unit that calculates a reference data size that is a data size of encoded data when the image data is encoded without setting the setting value;
When the data size of the point is different from the reference data size, the setting means is a first point that is a point having the smallest data size among a plurality of points, the data size of which is larger than the reference data size. And the data size of the target point is set to the set value, with any one of the second points being the largest data size among the points having a data size smaller than the reference data size as a target point The encoding apparatus according to claim 2.
前記設定手段は、前記基準データサイズが前記第一点と前記第二点との間に設けた閾値よりも大きいか否かによって、前記目標点を前記第一点および前記第二点のいずれにするかを決定することを特徴とする請求項3に記載の符号化装置。   The setting means sets the target point as either the first point or the second point depending on whether the reference data size is larger than a threshold value provided between the first point and the second point. 4. The encoding apparatus according to claim 3, wherein whether to perform the determination is determined. 前記設定手段は、複数の前記機器との間の前記ネットワークのMTUサイズが前記計測手段によって計測された結果、値が異なる複数のMTUサイズが計測された場合、計測された複数の前記機器についてのMTUサイズに基づいて、前記複数の機器に共通する1つの前記設定値を設定し、
前記出力手段は、同一の符号化データを、出力先の前記機器について計測されたそれぞれのMTUサイズに収まるサイズで分割して、前記複数の機器のそれぞれに出力することを特徴とする請求項1から4のいずれかに記載の符号化装置。
The setting means, when a plurality of MTU sizes having different values are measured as a result of measuring the MTU size of the network between the plurality of apparatuses by the measuring means, Based on the MTU size, one set value common to the plurality of devices is set,
The output means divides the same encoded data by a size that fits in each MTU size measured for the output destination device, and outputs the divided data to each of the plurality of devices. 5. The encoding device according to any one of 4 to 4.
前記複数の機器の中におけるそれぞれの前記機器の優先度を決定する優先度決定手段を備え、
前記設定手段は、前記優先度決定手段によって決定された優先度に基づいて、前記複数の機器に共通の前記設定値を設定することを特徴とする請求項5に記載の符号化装置。
Priority determining means for determining the priority of each of the devices among the plurality of devices,
6. The encoding apparatus according to claim 5, wherein the setting unit sets the setting value common to the plurality of devices based on the priority determined by the priority determination unit.
前記優先度決定手段は、それぞれの前記機器のネットワーク帯域の情報、MTUサイズ、および優先させる度合いを示す設定情報の少なくともいずれかを用いて前記優先度を決定することを特徴とする請求項6に記載の符号化装置。   The said priority determination means determines the said priority using at least any one of the network bandwidth information of each said apparatus, MTU size, and the setting information which shows the priority degree. The encoding device described. 画像入力手段によって入力された画像データを符号化し、符号化データを他の機器にネットワークを介して出力する符号化装置で行われる符号化方法であって、
前記機器と前記符号化装置との間の前記ネットワークのMTUサイズを計測する計測ステップと、
前記計測ステップによって計測されたMTUサイズに収まるサイズで符号化データを分割して、ネットワーク通信に必要な付加データを分割した各データに新たに付加する場合に、出力するデータ全体に対する前記付加データの割合であるオーバーヘッド割合が目標値となる符号化データのデータサイズを設定値に設定する設定ステップと、
前記設定値として設定されたデータサイズに前記画像データを符号化する符号化ステップと、
前記符号化ステップによって符号化された符号化データを、前記計測ステップによって計測されたMTUサイズに収まるサイズで分割して前記機器に出力する出力ステップと
を備えたことを特徴とする符号化方法。
An encoding method performed by an encoding device that encodes image data input by an image input unit and outputs the encoded data to another device via a network,
A measuring step of measuring the MTU size of the network between the device and the encoding device;
When the encoded data is divided in a size that fits in the MTU size measured in the measurement step, and additional data necessary for network communication is newly added to each divided data, the additional data of the entire data to be output is added. A setting step for setting the data size of the encoded data in which the overhead ratio, which is the ratio, becomes the target value,
An encoding step for encoding the image data to the data size set as the set value;
An encoding method comprising: an output step of dividing the encoded data encoded by the encoding step into a size that fits in the MTU size measured by the measurement step and outputting the divided data to the device.
画像入力手段によって入力された画像データを符号化し、符号化データを他の機器にネットワークを介して出力するための符号化プログラムであって、
コンピュータに、
前記機器との間の前記ネットワークのMTUサイズを計測する計測ステップと、
前記計測ステップによって計測されたMTUサイズに収まるサイズで符号化データを分割して、ネットワーク通信に必要な付加データを分割した各データに新たに付加する場合に、出力するデータ全体に対する前記付加データの割合であるオーバーヘッド割合が目標値となる符号化データのデータサイズを設定値に設定する設定ステップと、
前記設定値として設定されたデータサイズに前記画像データを符号化する符号化ステップと、
前記符号化ステップによって符号化された符号化データを、前記計測ステップによって計測されたMTUサイズに収まるサイズで分割して前記機器に出力する出力ステップと
を実行させることを特徴とする符号化プログラム。
An encoding program for encoding image data input by an image input means and outputting the encoded data to another device via a network,
On the computer,
A measuring step of measuring the MTU size of the network with the device;
When the encoded data is divided in a size that fits in the MTU size measured in the measurement step, and additional data necessary for network communication is newly added to each divided data, the additional data of the entire data to be output is added. A setting step for setting the data size of the encoded data in which the overhead ratio, which is the ratio, becomes the target value,
An encoding step for encoding the image data to the data size set as the set value;
An encoding program that executes the output step of dividing the encoded data encoded by the encoding step into a size that fits within the MTU size measured by the measurement step and outputting the divided data to the device.
JP2009207119A 2009-09-08 2009-09-08 Encoding apparatus, encoding method, and encoding program Expired - Fee Related JP5212319B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009207119A JP5212319B2 (en) 2009-09-08 2009-09-08 Encoding apparatus, encoding method, and encoding program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009207119A JP5212319B2 (en) 2009-09-08 2009-09-08 Encoding apparatus, encoding method, and encoding program

Publications (2)

Publication Number Publication Date
JP2011061363A JP2011061363A (en) 2011-03-24
JP5212319B2 true JP5212319B2 (en) 2013-06-19

Family

ID=43948520

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009207119A Expired - Fee Related JP5212319B2 (en) 2009-09-08 2009-09-08 Encoding apparatus, encoding method, and encoding program

Country Status (1)

Country Link
JP (1) JP5212319B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9143802B2 (en) * 2011-10-31 2015-09-22 Qualcomm Incorporated Fragmented parameter set for video coding
KR101752879B1 (en) * 2012-01-20 2017-06-30 지이 비디오 컴프레션, 엘엘씨 Coding concept allowing parallel processing, transport demultiplexer and video bitstream
JP2015136058A (en) * 2014-01-17 2015-07-27 ソニー株式会社 Communication device, communication data generation method, and communication data processing method

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3934073B2 (en) * 2003-03-20 2007-06-20 西日本電信電話株式会社 Real-time information transmission system, real-time information transmission device, real-time information transmission method and program
WO2005048609A1 (en) * 2003-11-13 2005-05-26 Matsushita Electric Industrial Co., Ltd. Packetization of variable bit rate encoded data based on rate control
US20080101476A1 (en) * 2006-11-01 2008-05-01 Qualcomm Incorporated Video coding rate adaptation to reduce packetization overhead
JP4356742B2 (en) * 2006-12-25 2009-11-04 ソニー株式会社 Data communication system, data transmission apparatus, and data transmission method

Also Published As

Publication number Publication date
JP2011061363A (en) 2011-03-24

Similar Documents

Publication Publication Date Title
JP5384694B2 (en) Rate control for multi-layer video design
JP5410549B2 (en) Video encoding using precomputed motion information
US9071841B2 (en) Video transcoding with dynamically modifiable spatial resolution
US7801969B2 (en) Apparatus and method for compression-transmitting and decoding picture information and storage medium stored its control programs
KR100970315B1 (en) Transcoder and coded image conversion method
JP4554927B2 (en) Rate control method and system in video transcoding
US10425661B2 (en) Method for protecting a video frame sequence against packet loss
CN105379269A (en) Region-of-interest aware video coding
JP6449329B2 (en) System and method for selecting quantization parameter (QP) in display stream compression (DSC)
CN108702513B (en) Apparatus and method for adaptive computation of quantization parameters in display stream compression
JP2007525063A (en) How to control multipath video rate to match sliding window channel limit
JP3668110B2 (en) Image transmission system and image transmission method
WO2014121591A1 (en) Method and device for evaluating video encoding quality
WO2023246047A1 (en) Jpeg image compression method and system, device, and storage medium
JP7343817B2 (en) Encoding device, encoding method, and encoding program
JP5212319B2 (en) Encoding apparatus, encoding method, and encoding program
WO2011030680A1 (en) Encoding device, encoding method, and encoding program
JP3873678B2 (en) Video packet transmission apparatus and video packet transmission method
JP2009246489A (en) Video-signal switching apparatus
US20140289369A1 (en) Cloud-based system for flash content streaming
JP2004147104A (en) Moving image coding device
US11871003B2 (en) Systems and methods of rate control for multiple pass video encoding
US20240121401A1 (en) Systems and methods of rate control for multiple pass video encoding
TWI411307B (en) Video playback fluency priority link source channel coding system
WO2007125574A1 (en) Video transferring apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120307

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130121

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: 20130129

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130211

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 5212319

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20160308

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees