JP5110304B2 - Screen data transmitting apparatus, screen data transmitting method, and screen data transmitting program - Google Patents
Screen data transmitting apparatus, screen data transmitting method, and screen data transmitting program Download PDFInfo
- Publication number
- JP5110304B2 JP5110304B2 JP2008223469A JP2008223469A JP5110304B2 JP 5110304 B2 JP5110304 B2 JP 5110304B2 JP 2008223469 A JP2008223469 A JP 2008223469A JP 2008223469 A JP2008223469 A JP 2008223469A JP 5110304 B2 JP5110304 B2 JP 5110304B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- block
- transmitted
- transmission
- image quality
- 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
Links
Images
Landscapes
- Compression Or Coding Systems Of Tv Signals (AREA)
- Compression, Expansion, Code Conversion, And Decoders (AREA)
Description
本発明は、画面データを送信する画面データ送信装置、画面データ送信方法及び画面データ送信プログラムに関し、特に、サーバ装置からシンクライアント(thin client)に画面を送信する画面データ送信装置、画面データ送信方法及び画面データ送信プログラムに関する。 The present invention relates to a screen data transmission device, a screen data transmission method, and a screen data transmission program for transmitting screen data, and more particularly to a screen data transmission device and a screen data transmission method for transmitting a screen from a server device to a thin client. And a screen data transmission program.
近年、シンクライアント及びそれに対応したサーバを有するシンクライアントシステムが普及してきている。シンクライアントシステムにおいては、サーバがアプリケーションプログラムやデータファイルを保有し、シンクライアントは、必要最低限の機能を有する。 In recent years, thin client systems having a thin client and a server corresponding to the thin client have become widespread. In the thin client system, the server holds application programs and data files, and the thin client has a minimum necessary function.
画面転送型のシンクライアントシステムにおいては、シンクライアントの画面に表示する画面データもサーバが保有する。そして、変化のあった画面データをサーバからシンクライアントに送信し、シンクライアントは、サーバから送られてきた画面データを基に、表示画面データを再構築する。 In the screen transfer type thin client system, the server also has screen data to be displayed on the thin client screen. Then, the changed screen data is transmitted from the server to the thin client, and the thin client reconstructs the display screen data based on the screen data transmitted from the server.
次に、変化のあった画面データをサーバからシンクライアントに送信するための基本的な画面データ送信装置について説明する。 Next, a basic screen data transmission apparatus for transmitting changed screen data from the server to the thin client will be described.
図1を参照すると、基本的な画面データ送信装置は、ブロック化部801、フレームメモリ803、減算器805、ブロック間差分検出部807、送信ブロック判断部809、符号化部811及びバッファ813を含む。
Referring to FIG. 1, a basic screen data transmission apparatus includes a
ブロック化部801は、入力した画面データの順序を入れ替えることにより画面データを符号化ブロックにブロック化する。符号化ブロックは例えば、図2に示すように32画素×32画素のサイズを有する。
The
フレームメモリ803は、画面データを1フレーム遅延させる。
The
減算器805は、現在の画素の値から1フレーム前の同一位置の画素の値を減算する。
The
ブロック間差分検出部807は、各ブロックに含まれる画素の減算器805による減算値を基に、現在のブロックと1フレーム前の同一位置のブロックとの間の差分を検出する。例えば、ブロック間差分検出部807は、ブロックに含まれる全ての画素についての減算値の絶対値の和をブロック間差分とする。また、例えば、ブロック間差分検出部807は、ブロックに含まれる全ての画素の減算値の絶対値のうち最大の絶対値をブロック間差分とする。
The inter-block
送信ブロック判断部809は、現在のブロックの画面データをシンクライアントに送信するべきか否かを判断する。例えば、送信ブロック判断部809は、ブロック間差分の値が所定の送信判断用のしきい値よりも大きければ、現在のブロックの画面データをシンクライアントに送信するべきであると判断する。所定の送信判断用のしきい値は、例えば、ゼロであるが、これよりも大きい値であってもよい。
The transmission
符号化部811は、送信ブロック判断部809により画面データを送信するべきであると判断されたブロックの画面データを圧縮符号化し、圧縮符号化された画面データをシンクライアントに送信する。圧縮符号化のためには、例えば、ウェーブレット変換、ハフマン符号化などが用いられる。送信データのフレームあたりのビット数が目標ビットレートに対応するビット数から離れている場合には、符号化パラメータを変更して符号化を実行し直す。符号化を実行し直すためには、現フレームのブロックのデータをバッファ813に一時記憶する。符号化パラメータは、例えば、再量子化幅、周波数帯域幅などである。
The
図3にシンクライアントのうち表示画面に関連する部分を示す。 FIG. 3 shows a portion related to the display screen in the thin client.
復号部821は、符号化部811により圧縮符号化された画面データを復号する。
The
フレームメモリ823は、復号された画面データを格納する。
The
表示部825は、フレームメモリ823に格納されている画面データを読み出して、表示装置に出力する。
The
図4に図1に示す基本的な画面データ送信装置の動作を説明するためのフローチャートを示す。 FIG. 4 shows a flowchart for explaining the operation of the basic screen data transmitting apparatus shown in FIG.
図4を参照すると、まず、ブロック化部801は、画面データを符号化ブロックにブロック化する(ステップS901)。
Referring to FIG. 4, first, the blocking
次に、現フレームの各ブロックについてステップS905〜S913を繰り返す(ステップS903)。 Next, steps S905 to S913 are repeated for each block of the current frame (step S903).
ステップS905では、前フレームの現ブロックデータをフレームメモリ803から読み出す。ここで、ブロックデータとは、ブロックを構成する画素の画面データの集合のことである。
In step S905, the current block data of the previous frame is read from the
次に、ステップS907では、現フレームの現ブロックデータをフレームメモリ803に書き込む。
In step S907, the current block data of the current frame is written into the
次に、ステップS909では、減算器805が、現フレームの現ブロックの各画素について、前フレームの同位置の画素との差分を計算する。
Next, in step S909, the
次に、ステップS911では、ブロック間差分検出部807は、現フレームの現ブロックについてブロック間差分を検出する。
Next, in step S911, the inter-block
次に、ステップS913では、送信ブロック判断部809は、現フレームの現ブロックの画面データを圧縮符号化して送信するべきか否かを判断する。判断の結果は、バッファ813に一時保存する。
In step S913, the transmission
ステップS903の繰り返しが終了したならば、現フレームの各ブロックについてステップS917又はステップS917及びステップS919を繰り返す(ステップS915)。 When the repetition of step S903 is completed, step S917 or step S917 and step S919 are repeated for each block of the current frame (step S915).
ステップS917では、現ブロックは圧縮符号化するべきブロックであるか否かのステップS913での判断の結果を取得する。このためには、ステップS913でバッファ813に一時保存された判断結果を参照する。
In step S917, the result of determination in step S913 as to whether or not the current block is a block to be compression-encoded is acquired. For this purpose, the determination result temporarily stored in the
ステップS917で取得した判断結果が肯定的である場合には(ステップS917でYES)、現ブロックを圧縮符号化する(ステップS919)。圧縮符号化により得られた符号は、バッファ813に一時保存する。
If the determination result obtained in step S917 is affirmative (YES in step S917), the current block is compression encoded (step S919). The code obtained by compression coding is temporarily stored in the
ステップS915の繰り返しが終了したならば、現フレームの圧縮符号化するべきブロックを圧縮符号化して得られた符号の全ビット数が目標ビットレートに対応するビット数以上か否かを判断する(ステップS921)。この判断のためには、ステップS919でバッファ813に一時保存された全ての符号のビット数を足し合わせる。
When the repetition of step S915 is completed, it is determined whether or not the total number of bits of the code obtained by compressing and encoding the block to be compressed and encoded in the current frame is equal to or greater than the number of bits corresponding to the target bit rate (step S921). For this determination, the number of bits of all codes temporarily stored in the
ステップS921の結果が肯定的である場合には(ステップS921でYES)、バッファ813に一時保存していた現フレームの全符号を送信する(ステップS923)。
If the result of step S921 is affirmative (YES in step S921), all codes of the current frame temporarily stored in the
ステップS925の結果が否定的である場合には(ステップS925でNO)、符号化パラメータを変更し(ステップS925)、ステップS915に戻る。 If the result of step S925 is negative (NO in step S925), the encoding parameter is changed (step S925), and the process returns to step S915.
上述した画面データ送信装置の構成と動作により、次に説明するような送信が行われる。 Transmission as described below is performed by the configuration and operation of the screen data transmission apparatus described above.
すなわち、例えば、第nフレームが図5(a)に示すようなものであり、第(n+1)フレームで図5(b)に示すように新たなウィンドウ701が現れた場合、図5(c)に示すようなウィンドウ701を含む符号化ブロック群703の画面データが符号化されて送信される。
That is, for example, when the nth frame is as shown in FIG. 5A and a
また、例えば、自動車705が第nフレームで図6(a)に示すような位置にあり、第(n+1)フレームで図6(b)に示すような位置にある場合には、図6(c)に示すような、自動車705が走り去った後の背景を含む符号化ブロック群707と新たに自動車705を含むこととなった符号化ブロック群709の画面データが符号化されて送信される。
上記の画面データ送信装置では、ブロック間差分の値が所定の送信判断のしきい値よりも大きい符号化ブロックが送信される。他方で、1つのクライアントあたりのクライアントとサーバとの間の伝送帯域には上限値が設けられている。従って、送信するべき符号化ブロックが多い画面フレームの場合には圧縮率を上げて符号化ブロックのデータを圧縮符号化して送信している。そのため、符号化ブロックが多い画面フレームの画質がクライアントにおいて落ちてしまう。 In the screen data transmission apparatus described above, an encoded block whose block difference value is larger than a predetermined transmission determination threshold value is transmitted. On the other hand, an upper limit is set for the transmission band between the client and the server per client. Therefore, in the case of a screen frame having a large number of encoded blocks to be transmitted, the compression rate is increased and the encoded block data is compressed and transmitted. Therefore, the image quality of a screen frame with many encoded blocks is deteriorated at the client.
そこで、本発明は、画面フレームのうち低い画質で送信された部分の画質を改善させることを可能とする画面データ送信装置、画面データ送信方法及び画面データ送信プログラムを提供することを目的とする。 Accordingly, an object of the present invention is to provide a screen data transmission device, a screen data transmission method, and a screen data transmission program that can improve the image quality of a portion of a screen frame that is transmitted with low image quality.
本発明によれば、第1の画面フレームに含まれる複数のブロックの各々について、前記第1の画面フレームよりも前の第2の画面フレームに含まれ、対応する位置にあるブロックと所定量を超える差分があるか否かを検出する差分検出手段と、前記差分検出手段の検出結果が肯定的であるブロックのデータを圧縮符号化して送信する第1の送信手段と、前記第1の送信手段に送信された符号の前記第1の画面フレームあたりの総量が所定のしきい値未満であるか否かを判断する判断手段と、前記判断手段による判断結果が肯定的である場合に、前記第1の送信手段によりデータが圧縮符号化されたブロック以外のブロックのうちの全て又は一部のブロックのデータを圧縮符号化して送信する第2の送信手段と、を備え、前記第2の送信手段は、所定の画質未満の画質に対応する符号化パラメータを用いて過去にデータが圧縮符号化されて送信されたブロックのデータを前記所定の画質以上の画質に対応する符号化パラメータを用いてデータを圧縮符号化して送信することを特徴とする画面データ送信装置が提供される。 According to the present invention, each of the plurality of blocks included in the first screen frame is included in the second screen frame before the first screen frame, and a block and a predetermined amount at a corresponding position are included. Difference detection means for detecting whether or not there is a difference exceeding, first transmission means for compressing and transmitting data of a block for which the detection result of the difference detection means is positive, and the first transmission means Determining means for determining whether or not the total amount of the codes transmitted to the first screen frame is less than a predetermined threshold; and when the determination result by the determining means is affirmative A second transmission means for compressing and transmitting data of all or a part of blocks other than the block whose data is compression-encoded by one transmission means, and the second transmission means Is Compress data using a coding parameter corresponding to an image quality equal to or higher than the predetermined image quality, using block data that has been compressed and encoded in the past using an encoding parameter corresponding to an image quality less than the predetermined image quality. There is provided a screen data transmitting apparatus characterized by encoding and transmitting .
また、本発明によれば、第1の画面フレームに含まれる複数のブロックの各々について、前記第1の画面フレームよりも前の第2の画面フレームに含まれ、対応する位置にあるブロックと所定量を超える差分があるか否かを検出する差分検出ステップと、前記差分検出ステップの検出結果が肯定的であるブロックのデータを圧縮符号化して送信する第1の送信ステップと、前記第1の送信ステップに送信された符号の前記第1の画面フレームあたりの総量が所定のしきい値未満であるか否かを判断する判断ステップと、前記判断ステップによる判断結果が肯定的である場合に、前記第1の送信ステップによりデータが圧縮符号化されたブロック以外のブロックのうちの全て又は一部のブロックのデータを圧縮符号化して送信する第2の送信ステップと、を備え、前記第2の送信ステップでは、所定の画質未満の画質に対応する符号化パラメータを用いて過去にデータが圧縮符号化されて送信されたブロックのデータを前記所定の画質以上の画質に対応する符号化パラメータを用いてデータを圧縮符号化して送信することを特徴とする画面データ送信方法が提供される。 Further, according to the present invention, each of the plurality of blocks included in the first screen frame is included in the second screen frame before the first screen frame and is located at a corresponding position. A difference detection step for detecting whether or not there is a difference exceeding a fixed amount; a first transmission step for compressing and transmitting data of a block for which the detection result of the difference detection step is positive; and the first transmission step A determination step of determining whether or not a total amount of the code transmitted to the transmission step per first screen frame is less than a predetermined threshold; and a determination result by the determination step is affirmative, A second transmission step for compressing and transmitting the data of all or some of the blocks other than the block whose data has been compression-encoded in the first transmission step. Comprising Tsu and up, a, in the second transmission step, past the data is compressed and encoded data of the transmitted blocks the predetermined image quality by using a coding parameter corresponding to the image quality below a predetermined quality There is provided a screen data transmission method characterized in that data is compressed and transmitted using an encoding parameter corresponding to the above image quality .
更に、本発明によれば、第1の画面フレームに含まれる複数のブロックの各々について、前記第1の画面フレームよりも前の第2の画面フレームに含まれ、対応する位置にあるブロックと所定量を超える差分があるか否かを検出する差分検出ステップと、前記差分検出ステップの検出結果が肯定的であるブロックのデータを圧縮符号化して送信する第1の送信ステップと、前記第1の送信ステップに送信された符号の前記第1の画面フレームあたりの総量が所定のしきい値未満であるか否かを判断する判断ステップと、前記判断ステップによる判断結果が肯定的である場合に、前記第1の送信ステップによりデータが圧縮符号化されたブロック以外のブロックのうちの全て又は一部のブロックのデータを圧縮符号化して送信する第2の送信ステップと、を備え、前記第2の送信ステップでは、所定の画質未満の画質に対応する符号化パラメータを用いて過去にデータが圧縮符号化されて送信されたブロックのデータを前記所定の画質以上の画質に対応する符号化パラメータを用いてデータを圧縮符号化して送信することを特徴とする画面データ送信方法をコンピュータに実行させる画面データ送信プログラムが提供される。 Further, according to the present invention, each of the plurality of blocks included in the first screen frame is included in the second screen frame before the first screen frame and is located at the corresponding position. A difference detection step for detecting whether or not there is a difference exceeding a fixed amount; a first transmission step for compressing and transmitting data of a block for which the detection result of the difference detection step is positive; and the first transmission step A determination step of determining whether or not a total amount of the code transmitted to the transmission step per first screen frame is less than a predetermined threshold; and a determination result by the determination step is affirmative, A second transmission step for compressing and transmitting the data of all or some of the blocks other than the block whose data has been compression-encoded in the first transmission step. Comprising Tsu and up, a, in the second transmission step, past the data is compressed and encoded data of the transmitted blocks the predetermined image quality by using a coding parameter corresponding to the image quality below a predetermined quality There is provided a screen data transmission program for causing a computer to execute a screen data transmission method characterized in that data is compressed and transmitted using an encoding parameter corresponding to the above image quality .
本発明によれば、画面フレームのうち広い領域が圧縮符号化されて送信されたために、クライアント側において低画質となっている部分の画質を向上させることができる。 According to the present invention, since a wide area of the screen frame is compressed and transmitted, it is possible to improve the image quality of the portion having low image quality on the client side.
以下、図面を参照して本発明を実施するための最良の形態について詳細に説明する。 The best mode for carrying out the present invention will be described below in detail with reference to the drawings.
図7を参照すると、本発明の実施形態による画面データ送信装置は、ブロック化部101、フレームメモリ103、減算器105、ブロック間差分検出部107、送信ブロック判断部109、符号化部111、バッファ113及び符号化パラメータテーブル115を含む。
Referring to FIG. 7, a screen data transmission apparatus according to an embodiment of the present invention includes a
本発明の実施形態による画面送信装置は、ハードウェアのみで構築することもできるが、コンピュータを画面送信装置として機能させるためのプログラムをコンピュータが読み込んで実行することによっても構築することができる。 The screen transmission device according to the embodiment of the present invention can be constructed only by hardware, but can also be constructed by the computer reading and executing a program for causing the computer to function as the screen transmission device.
ブロック化部101、フレームメモリ103、減算器105、ブロック間差分検出部107、送信ブロック判断部109は、それぞれ、ブロック化部801、フレームメモリ803、減算器805、ブロック間差分検出部807、送信ブロック判断部809と同様なものであるため重複する説明は省略する。
Blocking
符号化部111の動作は、符号化部811の動作と類似するが異なる。
The operation of the
本実施形態では、画面フレームは、図8に示すように、複数の分割ブロックAi,jに分割される。1つの分割ブロックには、1つ又は複数の符号化ブロックが含まれる。 In the present embodiment, the screen frame is divided into a plurality of divided blocks A i, j as shown in FIG. One divided block includes one or a plurality of encoded blocks.
符号化パラメータテーブル115は、図9に示すように、各分割ブロック毎に符号化パラメータ及び更新時刻を格納する。ここで、符号化パラメータは、例えば、圧縮符号化に用いる量子化ステップ数と帯域幅との加重平均である。更新時刻は、各分割ブロックについて、符号化パラメータが符号化パラメータテーブル115に書き込まれるフレームの時刻である。 As shown in FIG. 9, the encoding parameter table 115 stores an encoding parameter and an update time for each divided block. Here, the encoding parameter is, for example, a weighted average of the number of quantization steps used for compression encoding and the bandwidth. The update time is the time of the frame in which the encoding parameter is written in the encoding parameter table 115 for each divided block.
次に、図10を参照して、本発明の実施形態による画面送信装置の動作の概要を説明する。 Next, an outline of the operation of the screen transmission apparatus according to the embodiment of the present invention will be described with reference to FIG.
まず、現フレームで更新された領域に含まれる符号化ブロックのデータを所定の画質未満の画質に対応した符号化パラメータで圧縮符号化して送信する(ステップS201)。また、ステップS201では、フレームあたりの送信された符号量がしきい値以下におさまるようにする。 First, the encoded block data included in the area updated in the current frame is compressed and encoded with an encoding parameter corresponding to an image quality less than a predetermined image quality (step S201). In step S201, the transmitted code amount per frame is set to be equal to or less than a threshold value.
次に、フレームあたりの送信された符号量はしきい値以上であるか否かを判断する(ステップS203)。 Next, it is determined whether or not the transmitted code amount per frame is greater than or equal to a threshold value (step S203).
フレームあたりの送信された符号量はしきい値以上である場合には、現フレームについての処理を終了する。 If the transmitted code amount per frame is equal to or greater than the threshold value, the process for the current frame is terminated.
フレームあたりの送信された符号量はしきい値未満である場合には、現フレームで更新されなかった領域(ステップS201で処理されなかった領域)に含まれる符号化ブロックのうち、過去のフレームで低画質に対応した符号化パラメータでデータが圧縮符号化され、まだ、現フレームでデータが圧縮符号化されていない所定数の符号化ブロックのデータを高画質に対応した符号化パラメータで圧縮符号化して送信する(ステップS205)。 If the transmitted code amount per frame is less than the threshold, among the encoded blocks included in the area not updated in the current frame (area not processed in step S201), Data is compression-encoded with encoding parameters corresponding to low image quality, and data of a predetermined number of encoded blocks for which data has not yet been compression-encoded in the current frame is compression-encoded with encoding parameters corresponding to high image quality (Step S205).
ステップS205の処理が終了したならば、ステップS203に戻る。 If the process of step S205 is completed, the process returns to step S203.
こうして、ステップS201が実行された後で、フレームあたりの送信された符号量がしきい値未満であれば、フレームあたりの送信された符号量がしきい値以上になるまでステップS205が繰り返される。 Thus, after step S201 is executed, if the transmitted code amount per frame is less than the threshold value, step S205 is repeated until the transmitted code amount per frame becomes equal to or greater than the threshold value.
次に、ステップS201の詳細について図11及び図12を参照して説明する。 Next, details of step S201 will be described with reference to FIGS.
図11を参照すると、まず、画面フレームを符号化ブロックにブロック化する(ステップS201−1)。 Referring to FIG. 11, first, a screen frame is blocked into encoded blocks (step S201-1).
次に、現フレームの各符号化ブロックについてステップS201−5、S201−7、S209−9、S209−11、S209−13を繰り返す。 Next, steps S201-5, S201-7, S209-9, S209-11, and S209-13 are repeated for each coding block of the current frame.
ステップS201−5では、前フレームの現符号化ブロックのデータをフレームメモリ103から読み出す。
In step S201-5, the data of the current coding block of the previous frame is read from the
次に、現フレームの現符号化ブロックのデータをフレームメモリ103に書き込む(ステップS201−7)。 Next, the data of the current coding block of the current frame is written into the frame memory 103 (step S201-7).
次に、減算器105は、現フレームの現符号化ブロックの各画素について、前フレームの同一位置の画素との差分をとる(ステップS201−9)。
Next, the
次に、ブロック間差分検出部107は、ステップS201−9での減算の結果を用いて、現在のフレームの現在の符号化ブロックの符号化ブロック間差分を検出する(ステップS201−11)。ここで、符号化ブロック間差分とは、上述したように、例えば、符号化ブロックに含まれる全ての画素についての減算値の絶対値の和、ブロックに含まれる全ての画素の減算値の絶対値のうち最大の絶対値などである。
Next, the inter-block
次に、符号化部111は、現フレームの現符号化ブロックを圧縮符号化するべきか否かを符号化ブロック間差分に基づいて判断する(ステップS201−13)。例えば、符号化ブロック間差分があるしきい値より大きければ符号化するべきであると判断する。しきい値としてはゼロを用いてもよいが、それよりも大きな値を用いてもよい。判断結果は、バッファ113に一時保存する。
Next, the
ステップS201−3の繰り返しが終了したならば、符号化部111は、符号化パラメータを最低画質に対応した符号化パラメータに設定する(ステップS201−15)。最低画質に対応したパラメータとは、例えば、所定の少ない量子化ステップ数と所定の狭い周波数帯域の組合せである。
If the repetition of step S201-3 is completed, the
次に、現フレーム内の各符号化ブロックについて、ステップS201−19又はステップS201−19、S201−21及びS201−23を繰り返す(ステップS201−17)。 Next, step S201-19 or step S201-19, S201-21, and S201-23 are repeated for each coding block in the current frame (step S201-17).
ステップS201−19では、現符号化ブロックが圧縮符号化するべき符号化ブロックであるか否かをみる。このためには、ステップS201−11でバッファ113に一時保存した判断結果を参照する。
In step S201-19, it is checked whether or not the current coding block is a coding block to be compression-coded. For this purpose, the determination result temporarily stored in the
現フレームの現符号化ブロックが圧縮符号化するべき符号化ブロックであると判断された場合には(ステップS201−19でYES)、現フレームの現符号化ブロックを符号化し(ステップS201−21)、その符号化に用いた符号化パラメータを現フレームの時刻と共にバッファ113に一時保存する。
If it is determined that the current encoded block of the current frame is an encoded block to be compression encoded (YES in step S201-19), the current encoded block of the current frame is encoded (step S201-21). The encoding parameters used for the encoding are temporarily stored in the
現フレームの現符号化ブロックが圧縮符号化するべき符号化ブロックでないと判断された場合には、現フレームの現符号化ブロックについては、ステップS201−21及びS201−23は実行しない。 If it is determined that the current coding block of the current frame is not a coding block to be compression-encoded, steps S201-21 and S201-23 are not executed for the current coding block of the current frame.
ステップS201−17の繰り返しが終了したならば、ステップS201−23でバッファに一時保存された現フレームについての符号のビット数を求め、これが1フレームあたりの目標ビット数以上か否かを判断する(ステップS201−25)。 When the repetition of step S201-17 ends, the number of bits of the code for the current frame temporarily stored in the buffer in step S201-23 is obtained, and it is determined whether this is equal to or greater than the target number of bits per frame ( Step S201-25).
ステップS201−25での判断結果が肯定的であれば、バッファ113に一時保存されている現フレームの符号化された全ての符号化ブロックより得られた符号を送信する(ステップS201−27)。次に、符号化パラメータテーブル115を更新する(ステップS201−29)。ステップS201−29の詳細は後に説明する。
If the determination result in step S201-25 is affirmative, the codes obtained from all the encoded blocks of the current frame temporarily stored in the
ステップS201−25の判断結果が否定的であれば、符号化パラメータを、より高い画質に対応する符号化パラメータに更新する(ステップS201−31)。より高い画質に対応する符号化パラメータとは、現在の量子化ステップ数よりも多い量子化ステップ数、現在の周波数帯域よりも広い周波数帯域又はその双方である。 If the determination result of step S201-25 is negative, the encoding parameter is updated to an encoding parameter corresponding to higher image quality (step S201-31). The encoding parameter corresponding to the higher image quality is a number of quantization steps larger than the current number of quantization steps, a frequency band wider than the current frequency band, or both.
次に、現在の符号化パラメータは、所定の画質未満の画質に対応した符号化パラメータであるか否かを判断する(ステップS201−33)。所定の画質未満の画質に対応した符号化パラメータとは、所定の量子化ステップ数よりも少ないステップ数及び所定の周波数帯域より狭い周波数帯域の組合せ又は何れか一方である。 Next, it is determined whether or not the current encoding parameter is an encoding parameter corresponding to an image quality lower than a predetermined image quality (step S201-33). The encoding parameter corresponding to the image quality lower than the predetermined image quality is a combination of either one of the number of steps smaller than the predetermined number of quantization steps and the frequency band narrower than the predetermined frequency band.
ステップS201−33の判断結果が肯定的である場合には、ステップS201−17に戻る。この場合には、送信される画面フレームの更新部の画質を更に向上させることができる。 If the determination result of step S201-33 is affirmative, the process returns to step S201-17. In this case, it is possible to further improve the image quality of the update unit of the transmitted screen frame.
図12に進み、ステップS201−33の判断結果が否定的である場合には、最後のステップS201−31で更新された符号化パラメータを更新前の符号化パラメータに戻す(ステップS201−35)。 Proceeding to FIG. 12, if the determination result of step S201-33 is negative, the encoding parameter updated in the last step S201-31 is returned to the encoding parameter before the update (step S201-35).
次に、現フレーム内の各符号化ブロックについて、ステップS201−39又はステップS201−39、S201−41及びS201−43を繰り返す(ステップS201−37)。 Next, step S201-39 or steps S201-39, S201-41, and S201-43 are repeated for each coding block in the current frame (step S201-37).
ステップS201−39、S201−41及びS201−43は、それぞれ、ステップS201−19、S201−21及びS201−23と同様であるため重複する説明は省略する。 Steps S201-39, S201-41, and S201-43 are the same as steps S201-19, S201-21, and S201-23, respectively.
ステップS201−37の繰り返しの次に、バッファ113に一時保存されている(ステップS201−41で一時保存された)現フレームの符号化された全ての符号化ブロックより得られた符号を送信する(ステップS201−45)。次に、符号化パラメータテーブル115を更新する(ステップS201−47)。ステップS201−47の内容は、ステップS201−29の内容と同一であるが、この詳細は次に説明する。 Following the repetition of step S201-37, the codes obtained from all the encoded blocks of the current frame temporarily stored in the buffer 113 (temporarily stored in step S201-41) are transmitted ( Step S201-45). Next, the encoding parameter table 115 is updated (step S201-47). The contents of step S201-47 are the same as the contents of step S201-29, the details of which will be described next.
図13は、ステップS201−9及びS201−47の詳細を説明するためのフローチャートである。 FIG. 13 is a flowchart for explaining details of steps S201-9 and S201-47.
図13を参照すると、現フレームの各分割ブロックについてステップS303及びS305又はステップS301、S303、S305、S307、S309及びS311を繰り返す。1つの分割ブロックの大きさにより、1つの分割ブロックには1以上の所定数の符号化ブロックが含まれる。 Referring to FIG. 13, steps S303 and S305 or steps S301, S303, S305, S307, S309, and S311 are repeated for each divided block of the current frame. Depending on the size of one divided block, one divided block includes one or more predetermined number of encoded blocks.
ステップS303では、現フレームの現分割ブロックブロックに対応した過去のフレームの同一位置の分割ブロックの符号化パラメータ(以下、「過去の符号化パラメータ」という。)を符号化パラメータテーブル115から読み出す。 In step S303, the coding parameter of the divided block at the same position in the past frame corresponding to the current divided block block of the current frame (hereinafter referred to as “past coding parameter”) is read from the coding parameter table 115.
次に、過去の符号化パラメータは所定の画質未満の画質に対応した符号化パラメータであるか否かを判断する(ステップS305)。 Next, it is determined whether or not the past encoding parameter is an encoding parameter corresponding to an image quality less than a predetermined image quality (step S305).
ステップS305での判断結果が肯定的である場合には、ステップS307、S309及びS311をスキップして、次の分割ブロックについての処理に進む。これにより、符号化パラメータテーブル115に格納されている過去の符号化パラメータが所定の画質未満の画質に対応した符号化パラメータである場合には、過去の符号化パラメータは符号化パラメータテーブル115に残されることとなる(図14(c)及び図14(d)を参照。黒丸が符号化パラメータテーブル115に残される符号化パラメータである)。 If the determination result in step S305 is affirmative, steps S307, S309, and S311 are skipped and the process proceeds to the next divided block. As a result, when the past coding parameters stored in the coding parameter table 115 are coding parameters corresponding to an image quality lower than the predetermined image quality, the past coding parameters remain in the coding parameter table 115. (See FIG. 14C and FIG. 14D. Black circles are coding parameters left in the coding parameter table 115).
ステップS305の判断結果が否定的である場合には、現フレームの現分割ブロックに含まれる全ての符号化ブロックの符号化パラメータ(以下、「現在の符号化パラメータ」という。)を現フレームの時刻と共にバッファ113から読み出す(ステップS307)。 If the determination result in step S305 is negative, the encoding parameters of all the encoding blocks included in the current divided block of the current frame (hereinafter referred to as “current encoding parameter”) are the times of the current frame. At the same time, the data is read from the buffer 113 (step S307).
次に、現フレームの現分割ブロックに含まれる全ての符号化ブロックの符号化パラメータのうち最低画質に対応した符号化パラメータを求める(ステップS309)。 Next, an encoding parameter corresponding to the lowest image quality is obtained from the encoding parameters of all the encoding blocks included in the current divided block of the current frame (step S309).
次に、ステップS309で求めた符号化パラメータをステップS307で読み出した現フレームの時刻と共に符号化パラメータテーブル115に書き込む(ステップS311)。 Next, the coding parameter obtained in step S309 is written in the coding parameter table 115 together with the current frame time read in step S307 (step S311).
現フレームの現分割ブロックに含まれる全ての符号化ブロックの符号化パラメータのうち最低画質に対応した符号化パラメータは、所定画質に対応したパラメータ以上の場合もあるし(図14(a)参照)、所定画質に対応したパラメータ未満の場合もある(図14(b))。 Of the coding parameters of all coding blocks included in the current divided block of the current frame, the coding parameter corresponding to the lowest image quality may be greater than or equal to the parameter corresponding to the predetermined image quality (see FIG. 14A). In some cases, the parameter is less than the parameter corresponding to the predetermined image quality (FIG. 14B).
次に、図10に示すステップS205の詳細を図15を参照して説明する。 Next, details of step S205 shown in FIG. 10 will be described with reference to FIG.
まず、現フレーム内の各分割ブロックについて、ステップS205−3又はステップS205−3及びS205−5を繰り返す(ステップS205−1)。 First, step S205-3 or steps S205-3 and S205-5 are repeated for each divided block in the current frame (step S205-1).
ステップS205−3では、現フレームの現分割ブロック内の全ての符号化ブロックは現フレームでのステップS201で圧縮符号化されたか否かを判断する。 In step S205-3, it is determined whether all the encoded blocks in the current divided block of the current frame have been compression-encoded in step S201 for the current frame.
ステップS205−3での判断結果が肯定的である分割ブロックについては、その分割ブロックに含まれる符号化ブロックのデータを送信する必要がないため、ステップS205−5をスキップする。 For a divided block for which the determination result in step S205-3 is affirmative, it is not necessary to transmit the data of the encoded block included in the divided block, so step S205-5 is skipped.
ステップS205−3での判断結果が否定的である分割ブロックについては、その分割ブロックに含まれる符号化ブロックのデータを送信する必要がある可能性があるため、その分割ブロック(現フレームの現分割ブロック)に対応した符号化パラメータとフレーム時刻を符号化パラメータテーブル115から読み出す。 For a divided block for which the determination result in step S205-3 is negative, there is a possibility that the data of the encoded block included in the divided block may need to be transmitted. The encoding parameter and the frame time corresponding to (block) are read from the encoding parameter table 115.
ステップS205−1の繰り返しが終了したならば、ステップS205−5で読み出したフレーム時刻のうち最も古いフレーム時刻を検出する(ステップS205−7)。 When the repetition of step S205-1 is completed, the oldest frame time is detected from the frame times read in step S205-5 (step S205-7).
次に、最も古いフレーム時刻に対応する分割ブロックに含まれる全ての符号化ブロックを高画質に対応した符号化パラメータで圧縮符号化する(ステップS205−9)。ここで、高画質に対応した符号化パラメータとは、ステップS201の所定の画質以上の画質に対応した符号化パラメータである。また、最も古いフレーム時刻が複数ある場合には、ステップS205−5で読み出した符号化パラメータのうち最も低い画質に対応した符号化パラメータを有する分割ブロックに含まれる全ての符号化ブロックを高画質に対応した符号化パラメータで圧縮符号化する。 Next, all the encoded blocks included in the divided block corresponding to the oldest frame time are compression-encoded with an encoding parameter corresponding to high image quality (step S205-9). Here, the encoding parameter corresponding to high image quality is an encoding parameter corresponding to image quality equal to or higher than the predetermined image quality in step S201. When there are a plurality of the oldest frame times, all the encoded blocks included in the divided block having the encoding parameter corresponding to the lowest image quality among the encoding parameters read out in step S205-5 have high image quality. Compress and encode with corresponding encoding parameters.
次に、ステップS205−9で圧縮符号化された符号化ブロックの符号化パラメータを現在のフレーム時刻と共に符号化パラメータテーブル115に書き込む(ステップS205−11)。これにより、ステップS205−9で圧縮符号化された符号化ブロックが画面フレームの変更前に再度圧縮符号化されることを避けることができる。 Next, the coding parameter of the coding block compression-coded in step S205-9 is written in the coding parameter table 115 together with the current frame time (step S205-11). As a result, it is possible to avoid the coding block that has been compression-encoded in step S205-9 from being compressed and encoded again before the screen frame is changed.
101 ブロック化部
103 フレームメモリ
105 減算器
107 ブロック間差分検出部
109 送信ブロック判断部
111 符号化部
113 バッファ
115 符号化パラメータテーブル
DESCRIPTION OF
Claims (9)
前記差分検出手段の検出結果が肯定的であるブロックのデータを圧縮符号化して送信する第1の送信手段と、
前記第1の送信手段に送信された符号の前記第1の画面フレームあたりの総量が所定のしきい値未満であるか否かを判断する判断手段と、
前記判断手段による判断結果が肯定的である場合に、前記第1の送信手段によりデータが圧縮符号化されたブロック以外のブロックのうちの全て又は一部のブロックのデータを圧縮符号化して送信する第2の送信手段と、
を備え、
前記第2の送信手段は、所定の画質未満の画質に対応する符号化パラメータを用いて過去にデータが圧縮符号化されて送信されたブロックのデータを前記所定の画質以上の画質に対応する符号化パラメータを用いてデータを圧縮符号化して送信することを特徴とする画面データ送信装置。 Whether each of the plurality of blocks included in the first screen frame is included in the second screen frame before the first screen frame and there is a difference exceeding a predetermined amount from the block at the corresponding position. Difference detection means for detecting
First transmission means for compressing and transmitting data of a block whose detection result of the difference detection means is positive;
Determining means for determining whether or not the total amount of the code transmitted to the first transmitting means per first screen frame is less than a predetermined threshold;
When the determination result by the determination unit is affirmative, the data of all or some of the blocks other than the block whose data is compression-encoded by the first transmission unit is compression-encoded and transmitted. A second transmission means;
Equipped with a,
The second transmission means uses a coding parameter corresponding to an image quality less than a predetermined image quality to transmit data of a block in which data has been compressed and encoded in the past to a code corresponding to an image quality equal to or higher than the predetermined image quality. A screen data transmitting apparatus characterized in that data is compression-encoded using a conversion parameter and transmitted.
前記第2の送信手段によりデータが圧縮符号化されて送信されるブロックとして、前記所定の画質未満の画質に対応する符号化パラメータを用いて或る過去にデータが圧縮符号化されて送信されたブロックのデータを、前記所定の画質未満の画質に対応する符号化パラメータを用いて前記或る過去よりも近い過去にデータが圧縮符号化されて送信されたブロックのデータよりも優先して圧縮符号化して送信することを特徴とする画面データ送信装置。 The screen data transmission device according to claim 1 ,
As a block in which data is compression-encoded by the second transmission means and transmitted, the data has been compression-encoded and transmitted using a coding parameter corresponding to an image quality lower than the predetermined image quality. The block data is compressed with priority over the block data transmitted by compressing and encoding the data in the past closer than the certain past using the encoding parameter corresponding to the image quality lower than the predetermined image quality. A screen data transmitting apparatus characterized by comprising:
第1の送信手段により送信された符号の前記第1の画面フレームあたりの総量と前記第2の送信手段により送信された符号の前記第1の画面フレームあたりの総量との和が前記しきい値未満である間、前記第2の送信手段で圧縮符号化を行うブロックの選択を続け、前記第2の送信手段はデータの圧縮符号化と送信を続けることを特徴とする画面データ送信装置。 In the screen data transmission device according to claim 1 or 2 ,
The sum of the total amount of the code transmitted by the first transmission unit per the first screen frame and the total amount of the code transmitted by the second transmission unit per the first screen frame is the threshold value. The screen data transmission apparatus is characterized in that the second transmission means continues to select a block to be compressed and encoded, and the second transmission means continues to compress and encode data.
前記差分検出ステップの検出結果が肯定的であるブロックのデータを圧縮符号化して送信する第1の送信ステップと、
前記第1の送信ステップに送信された符号の前記第1の画面フレームあたりの総量が所定のしきい値未満であるか否かを判断する判断ステップと、
前記判断ステップによる判断結果が肯定的である場合に、前記第1の送信ステップによりデータが圧縮符号化されたブロック以外のブロックのうちの全て又は一部のブロックのデータを圧縮符号化して送信する第2の送信ステップと、
を備え、
前記第2の送信ステップでは、所定の画質未満の画質に対応する符号化パラメータを用いて過去にデータが圧縮符号化されて送信されたブロックのデータを前記所定の画質以上の画質に対応する符号化パラメータを用いてデータを圧縮符号化して送信することを特徴とする画面データ送信方法。 Whether each of the plurality of blocks included in the first screen frame is included in the second screen frame before the first screen frame and there is a difference exceeding a predetermined amount from the block at the corresponding position. A difference detection step for detecting
A first transmission step of compressing and transmitting data of a block in which the detection result of the difference detection step is positive;
A determination step of determining whether or not a total amount of the codes transmitted to the first transmission step per first screen frame is less than a predetermined threshold;
If the determination result in the determination step is affirmative, the data of all or a part of the blocks other than the block in which the data is compression-encoded in the first transmission step is compression-encoded and transmitted. A second transmission step;
Equipped with a,
In the second transmission step, the block data that has been transmitted after the data has been compression-encoded using the encoding parameter corresponding to the image quality lower than the predetermined image quality is transmitted to the code corresponding to the image quality equal to or higher than the predetermined image quality. A screen data transmission method characterized in that data is compression-encoded using a conversion parameter and transmitted.
前記第2の送信ステップによりデータが圧縮符号化されて送信されるブロックとして、前記所定の画質未満の画質に対応する符号化パラメータを用いて或る過去にデータが圧縮符号化されて送信されたブロックのデータを、前記所定の画質未満の画質に対応する符号化パラメータを用いて前記或る過去よりも近い過去にデータが圧縮符号化されて送信されたブロックのデータよりも優先して圧縮符号化して送信することを特徴とする画面データ送信方法。 The screen data transmission method according to claim 4 ,
As a block in which data is compression-encoded in the second transmission step and transmitted, the data is compression-encoded and transmitted using a coding parameter corresponding to an image quality lower than the predetermined image quality. The block data is compressed with priority over the block data transmitted by compressing and encoding the data in the past closer than the certain past using the encoding parameter corresponding to the image quality lower than the predetermined image quality. A screen data transmission method characterized by comprising:
第1の送信ステップにより送信された符号の前記第1の画面フレームあたりの総量と前記第2の送信ステップにより送信された符号の前記第1の画面フレームあたりの総量との和が前記しきい値未満である間、前記第2の送信ステップにおいて圧縮符号化を行うブロックの選択を続け、前記第2の送信ステップはデータの圧縮符号化と送信を続けることを特徴とする画面データ送信方法。 In the screen data transmission method according to claim 4 or 5 ,
The sum of the total amount of the code transmitted in the first transmission step per the first screen frame and the total amount of the code transmitted in the second transmission step per the first screen frame is the threshold value. The screen data transmission method is characterized in that selection of a block to be compressed and encoded is continued in the second transmission step while the second transmission step continues compression encoding and transmission of data.
前記差分検出ステップの検出結果が肯定的であるブロックのデータを圧縮符号化して送信する第1の送信ステップと、
前記第1の送信ステップに送信された符号の前記第1の画面フレームあたりの総量が所定のしきい値未満であるか否かを判断する判断ステップと、
前記判断ステップによる判断結果が肯定的である場合に、前記第1の送信ステップによりデータが圧縮符号化されたブロック以外のブロックのうちの全て又は一部のブロックのデータを圧縮符号化して送信する第2の送信ステップと、
を備え、
前記第2の送信ステップでは、所定の画質未満の画質に対応する符号化パラメータを用いて過去にデータが圧縮符号化されて送信されたブロックのデータを前記所定の画質以上の画質に対応する符号化パラメータを用いてデータを圧縮符号化して送信することを特徴とする画面データ送信方法をコンピュータに実行させる画面データ送信プログラム。 Whether each of the plurality of blocks included in the first screen frame is included in the second screen frame before the first screen frame and there is a difference exceeding a predetermined amount from the block at the corresponding position. A difference detection step for detecting
A first transmission step of compressing and transmitting data of a block in which the detection result of the difference detection step is positive;
A determination step of determining whether or not a total amount of the codes transmitted to the first transmission step per first screen frame is less than a predetermined threshold;
If the determination result in the determination step is affirmative, the data of all or a part of the blocks other than the block in which the data is compression-encoded in the first transmission step is compression-encoded and transmitted. A second transmission step;
Equipped with a,
In the second transmission step, the block data that has been transmitted after the data has been compression-encoded using the encoding parameter corresponding to the image quality lower than the predetermined image quality is transmitted to the code corresponding to the image quality equal to or higher than the predetermined image quality. A screen data transmission program for causing a computer to execute a screen data transmission method characterized in that data is compression-encoded using transmission parameters and transmitted.
前記第2の送信ステップによりデータが圧縮符号化されて送信されるブロックとして、前記所定の画質未満の画質に対応する符号化パラメータを用いて或る過去にデータが圧縮符号化されて送信されたブロックのデータを、前記所定の画質未満の画質に対応する符号化パラメータを用いて前記或る過去よりも近い過去にデータが圧縮符号化されて送信されたブロックのデータよりも優先して圧縮符号化して送信することを特徴とする画面データ送信プログラム。 In the screen data transmission program according to claim 7 ,
As a block in which data is compression-encoded in the second transmission step and transmitted, the data is compression-encoded and transmitted using a coding parameter corresponding to an image quality lower than the predetermined image quality. The block data is compressed with priority over the block data transmitted by compressing and encoding the data in the past closer than the certain past using the encoding parameter corresponding to the image quality lower than the predetermined image quality. A screen data transmission program characterized in that it is transmitted after being converted.
第1の送信ステップにより送信された符号の前記第1の画面フレームあたりの総量と前記第2の送信ステップにより送信された符号の前記第1の画面フレームあたりの総量との和が前記しきい値未満である間、前記第2の送信ステップにおいて圧縮符号化を行うブロックの選択を続け、前記第2の送信ステップはデータの圧縮符号化と送信を続けることを特徴とする画面データ送信プログラム。 In the screen data transmission program according to claim 7 or 8 ,
The sum of the total amount of the code transmitted in the first transmission step per the first screen frame and the total amount of the code transmitted in the second transmission step per the first screen frame is the threshold value. The screen data transmission program is characterized in that the second transmission step continues to select a block to be compressed and encoded, and the second transmission step continues to compress and encode data.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008223469A JP5110304B2 (en) | 2008-09-01 | 2008-09-01 | Screen data transmitting apparatus, screen data transmitting method, and screen data transmitting program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008223469A JP5110304B2 (en) | 2008-09-01 | 2008-09-01 | Screen data transmitting apparatus, screen data transmitting method, and screen data transmitting program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2010062626A JP2010062626A (en) | 2010-03-18 |
JP5110304B2 true JP5110304B2 (en) | 2012-12-26 |
Family
ID=42189004
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008223469A Expired - Fee Related JP5110304B2 (en) | 2008-09-01 | 2008-09-01 | Screen data transmitting apparatus, screen data transmitting method, and screen data transmitting program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5110304B2 (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5152044B2 (en) * | 2009-03-06 | 2013-02-27 | 日本電気株式会社 | Image encoding apparatus and method, and program |
CA2793530C (en) | 2010-03-18 | 2017-12-12 | Mitsubishi Heavy Industries, Ltd. | Molding method for plate-shaped workpiece, and molded article |
JP5874257B2 (en) * | 2011-09-12 | 2016-03-02 | 富士通株式会社 | Information processing apparatus, image transmission method, and image transmission program |
US10674172B2 (en) * | 2016-04-19 | 2020-06-02 | Mitsubishi Electric Corporation | Image processing apparatus, image processing method, and computer-readable recording medium |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06153180A (en) * | 1992-09-16 | 1994-05-31 | Fujitsu Ltd | Picture data coding method and device |
JP2000023168A (en) * | 1997-03-28 | 2000-01-21 | Dohme:Kk | Moving image data encoder, moving image data decoder and method therefor |
-
2008
- 2008-09-01 JP JP2008223469A patent/JP5110304B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2010062626A (en) | 2010-03-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11895307B2 (en) | Block-based predictive coding for point cloud compression | |
US20160037185A1 (en) | Methods and apparatuses for coding and decoding depth map | |
KR102175020B1 (en) | Devices and methods of source-encoding and decoding of data | |
US10356431B2 (en) | Moving image reproduction method and moving image reproduction system | |
US8477842B2 (en) | Encoding method of screen frame and electronic device applying the same | |
KR101798079B1 (en) | Method and apparatus for encoding video frame using difference between pixels | |
JP5110304B2 (en) | Screen data transmitting apparatus, screen data transmitting method, and screen data transmitting program | |
JP4801778B2 (en) | Video compression / encoding device, video restoration device, video compression program, and video restoration program | |
US20130039429A1 (en) | Computer display content coding method and system | |
JP2010098352A (en) | Image information encoder | |
JP2019110376A (en) | Decode error detection estimation device, video decoding device, and program for the devices | |
JP2024512914A (en) | Method and apparatus for video encoding for machine vision | |
WO2012160626A1 (en) | Image compression device, image restoration device, and program | |
CN112714313A (en) | Image processing method, device, equipment and storage medium | |
JP6145965B2 (en) | Image encoding apparatus, image decoding apparatus, and program | |
CN111405293A (en) | Video transmission method and device | |
US9426481B2 (en) | Method and apparatus for encoding image, and method and apparatus for decoding image | |
CN106790466B (en) | Method, server and terminal equipment for pushing | |
CN116320395A (en) | Image processing method, device, electronic equipment and readable storage medium | |
JP2014143655A (en) | Image encoder, image decoder and program | |
KR20150047332A (en) | Method and Apparatus for decoding video stream | |
JP4985492B2 (en) | Screen data transmitting apparatus and method | |
JP6680796B2 (en) | Efficient low complexity video compression | |
JP5168486B2 (en) | Screen data transmitting apparatus and method | |
JP6543548B2 (en) | Moving picture coding apparatus, moving picture coding method, and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20100726 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20100726 |
|
A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A711 Effective date: 20110509 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110713 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120413 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120629 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120823 |
|
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: 20120912 |
|
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: 20120925 |
|
FPAY | Renewal fee payment (prs date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20151019 Year of fee payment: 3 |
|
R150 | Certificate of patent (=grant) or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |