JP2015091057A - Error tolerance processing method, and prediction coding/decoding device using the same and color coordinate conversion device - Google Patents

Error tolerance processing method, and prediction coding/decoding device using the same and color coordinate conversion device Download PDF

Info

Publication number
JP2015091057A
JP2015091057A JP2013230632A JP2013230632A JP2015091057A JP 2015091057 A JP2015091057 A JP 2015091057A JP 2013230632 A JP2013230632 A JP 2013230632A JP 2013230632 A JP2013230632 A JP 2013230632A JP 2015091057 A JP2015091057 A JP 2015091057A
Authority
JP
Japan
Prior art keywords
unit
data
reduction
range
processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2013230632A
Other languages
Japanese (ja)
Other versions
JP5845485B2 (en
Inventor
一樹 客野
Kazuki Kakuno
一樹 客野
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.)
Axell Corp
Original Assignee
Axell Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Axell Corp filed Critical Axell Corp
Priority to JP2013230632A priority Critical patent/JP5845485B2/en
Publication of JP2015091057A publication Critical patent/JP2015091057A/en
Application granted granted Critical
Publication of JP5845485B2 publication Critical patent/JP5845485B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Color Television Systems (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

PROBLEM TO BE SOLVED: To perform processing appropriately even if an error is included in at least one of two pieces of data, in a series of processes where the difference of the two pieces of data is taken, and the results are subjected to surplus contraction before a predetermined data conversion process is performed.SOLUTION: A value area reduction process is performed to input data S1. The degree of reduction depends on the degree of an error that can be included in an input signal. Subsequently, the value area after a difference process S2 is determined. Thereafter, surplus contraction is performed conventionally S3. Consequently, representation can be made with the same amount of information as that of each piece of data before taking the difference. Thereafter, a predetermined process, e.g., compression coding, including quantization is performed. The data thus obtained is stored and transmitted S5. Subsequently, the processes reverse from the processes of the past is progressed in the reverse order, thus restoring the original data.

Description

本発明は、誤差耐性化処理方法並びにその方法を採用した予測符号化/復号化装置及び色座標変換装置に関し、特に、2つのデータの差分をとり、その結果に剰余縮約を施した後に、所定のデータ変換処理を行う一連の処理を行う際の誤差耐性化処理方法並びにその方法を採用した予測符号化/復号化装置及び色座標変換装置に関する。   The present invention relates to an error resilience processing method and a predictive encoding / decoding device and a color coordinate conversion device that employ the method, and in particular, after taking a difference between two data and performing a remainder reduction on the result, The present invention relates to an error resilience processing method for performing a series of processes for performing a predetermined data conversion process, and a predictive encoding / decoding device and a color coordinate conversion device employing the method.

画像情報に対して行われる予測符号化においては、差分符号が広く利用されている。具体的には、例えば予測画素値をP、処理対象画素値をXとした場合、その差分であるY=X−Pを符号化することで圧縮率の向上を図ることができる。また、色座標変換処理においても同様に差分符号が利用されている。具体的には、各画素がRGBの情報で表現されている場合に、Y=G、U=R−G、V=B−Gのように変換することで圧縮率の向上を図っている。しかしながら、上記P,X,R,G,Bが例えば8ビットの情報である場合、差分Y,U,Vは9ビットの情報となり、情報量が増加してしまう。   In predictive coding performed on image information, differential codes are widely used. Specifically, for example, assuming that the predicted pixel value is P and the processing target pixel value is X, the compression rate can be improved by encoding Y = X−P which is the difference. Similarly, the difference code is used in the color coordinate conversion process. Specifically, when each pixel is expressed by RGB information, the compression rate is improved by converting Y = G, U = RG, and V = BG. However, when P, X, R, G, and B are 8-bit information, for example, the differences Y, U, and V are 9-bit information, and the amount of information increases.

上記課題の対策として、可逆圧縮を圧縮手法として採用する場合には、modulo reduction(以下、「剰余縮約」ともいう)処理が広く用いられている。これは、差分値はそのまま表現するには9ビットが必要であるものの、例えば、個々の予測画素値Pに対しては、その差分の値域は必ず256までの値域幅に収まっており、従って、差分の値を適切にシフトしてやれば、必ず8ビットとして表現可能であることを利用したものである。一般的な処理としては、図6に示すように、−255〜−129の値を1〜127に対応付け、128〜255の値を−128〜−1に対応付けることにより行う。これにより−128〜127の値、すなわち8ビットで表現できる値に縮約できる。   As a countermeasure for the above problem, modulo reduction (hereinafter also referred to as “residue reduction”) processing is widely used when reversible compression is employed as a compression technique. This means that although 9 bits are required to express the difference value as it is, for example, for each predicted pixel value P, the range of the difference always falls within the range of 256, If the value of the difference is appropriately shifted, the fact that it can always be expressed as 8 bits is used. As shown in FIG. 6, the general process is performed by associating values of −255 to −129 with 1 to 127 and values of 128 to 255 with −128 to −1. As a result, the value can be reduced to a value of -128 to 127, that is, a value that can be expressed by 8 bits.

具体例としては、図7に示すように、例えばX−Pの値域は、−P〜255−Pとなり、表現するのに9ビットが必要となるが、この場合、128〜255−Pの値を−128〜−1−Pに、−P〜−129の値を256−P〜127に、対応付けることにより、値域が−128〜127となり8ビットで表現できるようになる。   As a specific example, as shown in FIG. 7, for example, the value range of XP is −P to 255-P, and 9 bits are required for expression. In this case, the value of 128 to 255-P is used. Is associated with -128 to -1-P and values of -P to -129 are associated with 256-P to 127, so that the value range is -128 to 127 and can be expressed in 8 bits.

上述した技術は例えば特許文献1に開示されている。   The above-described technique is disclosed in, for example, Patent Document 1.

特開2006−261835号公報JP 2006-261835 A

上述のように、剰余縮約の処理は、差分符号に誤差が含まれない処理、例えば上述のように後段で可逆圧縮を伴う予測符号化処理に採用可能なものである。つまり、非可逆圧縮のように誤差が加わる可能性がある処理にあっては採用できない。例えば、予測画素値Pが255であり、対象画素値が0の場合、差分値は−255となり、縮約の結果、+1を符号化することになるが、ここで差分値に誤差が加わり+0になると、復号後の画素値は255になってしまい、画質が大きく低下してしまう。従って、そのような誤差が加わる可能性がある処理には剰余縮約の処理は利用されていない。しかしながら、非可逆圧縮を採用した予測符号化のように差分符号に誤差が含まれる可能性がある処理においても剰余縮約の処理が採用できれば圧縮効率や伝送効率の向上が期待できる。   As described above, the remainder reduction process can be employed for a process in which an error is not included in a difference code, for example, a predictive encoding process involving lossless compression at a later stage as described above. In other words, it cannot be adopted for processing that may add an error, such as lossy compression. For example, when the predicted pixel value P is 255 and the target pixel value is 0, the difference value is −255, and as a result of the reduction, +1 is encoded. Here, an error is added to the difference value, and +0 Then, the pixel value after decoding becomes 255, and the image quality is greatly deteriorated. Accordingly, the remainder reduction process is not used for a process that may add such an error. However, even in a process in which an error may be included in a differential code, such as predictive coding that employs irreversible compression, an improvement in compression efficiency and transmission efficiency can be expected if a residual reduction process can be employed.

本発明は上述のような事情から為されたものであり、本発明の目的は、2つのデータの差分をとり、その結果に剰余縮約を施した後に、所定のデータ変換処理を行う一連の処理において、その2つのデータの少なくとも一方に誤差が含まれる場合でも、その一連の処理の逆の処理を行ったときに、前記2つのデータが有効に復元できるような誤差耐性化処理方法並びにその方法を採用した予測符号化/復号化装置及び色座標変換装置を提供することにある。   The present invention has been made for the above-mentioned circumstances, and the object of the present invention is to take a difference between two data, and after applying a remainder reduction to the result, perform a series of predetermined data conversion processes. In the processing, even when at least one of the two data includes an error, an error resilience processing method capable of effectively restoring the two data when the reverse processing of the series of processing is performed, and its An object of the present invention is to provide a predictive encoding / decoding device and a color coordinate conversion device employing the method.

上記目的を達成するため、本発明の誤差耐性化処理方法は、データ処理装置における誤差耐性化処理方法であって、入力される2つのデータに含まれ得る誤差に応じて、各データに対して値域削減処理を行い、前記2つのデータの差分をとり、その差分データに対して剰余縮約に基づく変換処理を行い、得られた結果に所定のデータ変換処理を行うことを要旨とする。ここで、前記所定のデータ変換処理は、圧縮符号化処理であることが典型的である。   In order to achieve the above object, an error resilience processing method according to the present invention is an error resilience processing method in a data processing apparatus, and for each data according to an error that can be included in two input data. The gist is to perform a range reduction process, take a difference between the two data, perform a conversion process based on the remainder reduction for the difference data, and perform a predetermined data conversion process on the obtained result. Here, the predetermined data conversion process is typically a compression encoding process.

一方、前記値域削減処理は、値域の両端の、前記誤差に応じた所定幅の値に係るデータを削除することにより行うことができる。   On the other hand, the range reduction process can be performed by deleting data relating to a value having a predetermined width corresponding to the error at both ends of the range.

また、前記値域削減処理は、前記誤差に応じた、値域の所定幅を所定個に分割して、それらを前記値域から均等に間引くことにより行うことが好適である。   Further, it is preferable that the range reduction processing is performed by dividing a predetermined range of the range according to the error into a predetermined number and thinning them out from the range evenly.

また、前記値域削減処理は、値域を、前記誤差に応じた所定幅だけ線形的に縮めることが更に好適である。   In the range reduction process, it is more preferable that the range is linearly reduced by a predetermined width corresponding to the error.

また、更に、上述の処理により得られた前記所定のデータ変換処理後のデータに対して、前記所定のデータ変換処理の逆変換処理を行い、得られたデータに対して、前記剰余縮約に基づく前記変換処理の逆変換処理を行い、得られたデータに対して前記差分処理の逆処理を行うことにより前記2つのデータを回復することを要旨とする。   Further, an inverse conversion process of the predetermined data conversion process is performed on the data after the predetermined data conversion process obtained by the above process, and the remainder reduction is performed on the obtained data. The gist is to recover the two data by performing an inverse conversion process of the conversion process based on and performing an inverse process of the difference process on the obtained data.

また、上記目的を達成するため、本発明の予測符号化装置は、入力した処理対象画素値に対して値域削減処理を行う値域削減部と、その値域削減部の値域削減処理により値を変更された画素値から予測値を減算して差分値を出力する減算部と、前記差分値に対して剰余縮約に基づく変換処理を行って出力する剰余縮約部と、前記剰余縮約部による削減後のデータに対して量子化処理を行う量子化部と、前記量子化部により量子化されたデータに対して可変長符号化を行う可変長符号化部と、前記量子化部により量子化されたデータに対して、その量子化の逆の処理を行って出力する逆量子化部と、前記逆量子化部から出力されたデータに対して、前記剰余縮約部とは逆の値域シフト処理を行い前記差分値を回復する逆剰余縮約部と、前記逆剰余縮約部からの前記差分値と、自身が格納する過去の処理対象画素値とに基づいて前記予測値を出力する予測部と、を備えることを要旨とする。   In order to achieve the above object, the predictive coding apparatus of the present invention is changed in value by a range reduction unit that performs a range reduction process on the input pixel value to be processed and a range reduction process of the range reduction unit. A subtraction unit that subtracts a predicted value from the obtained pixel value and outputs a difference value; a residue reduction unit that outputs the difference value by performing conversion processing based on a residue reduction; and a reduction by the residue reduction unit A quantization unit that performs quantization processing on subsequent data, a variable length coding unit that performs variable length coding on the data quantized by the quantization unit, and a quantization unit that performs quantization The inverse quantization unit that outputs the processed data by performing the inverse process of the quantization, and the range shift process that is the reverse of the remainder reduction unit for the data output from the inverse quantization unit And a reverse remainder reduction unit for recovering the difference value, and the reverse remainder And the difference value from the contraction portion, and summarized in that comprises a prediction unit, an outputting said predicted value based on the past of the processing pixel value itself stored.

また、上記目的を達成するため、本発明の予測復号化装置は、上述の予測符号化装置における前記可変長符号化部から出力されたデータを入力して前記可変長符号化部における処理の逆処理である復号化を行い出力する可変長復号化部と、前記可変長復号化部から出力されたデータに対して、前記量子化部における量子化と逆の処理を行って出力する逆量子化部と、前記逆量子化部から出力されたデータに対して、前記剰余縮約部とは逆の値域シフト処理を行い前記差分値を回復する逆剰余縮約部と、前記逆剰余縮約部からの前記差分値と、自身が格納する過去の処理対象画素値とに基づいて前記予測値を出力する予測部と、前記差分値と前記予測値を加算する加算部と、前記加算部から出力されたデータに対して、前記値域削減部における処理とは逆の拡張処理を行って元の画素値を回復する値域拡張部と、を備えることを要旨とする。   In order to achieve the above object, the predictive decoding apparatus of the present invention receives the data output from the variable length encoding unit in the predictive encoding apparatus and reverses the processing in the variable length encoding unit. A variable-length decoding unit that performs decoding and outputs, and inverse quantization that outputs the data output from the variable-length decoding unit by performing processing reverse to the quantization in the quantization unit A reverse residual contracting unit that recovers the difference value by performing a range shift process on the data output from the inverse quantizing unit and reverse to the residual contracting unit, and the inverse residual contracting unit Output from the difference value and a past processing target pixel value stored by itself, a prediction unit that outputs the prediction value, an addition unit that adds the difference value and the prediction value, and an output from the addition unit In the range reduction unit, The management is summarized as further comprising a range extension to restore the original pixel value by performing the inverse of the expansion process, the.

また、上記目的を達成するため、本発明の色座標変換装置は、入力した処理対象の複数の色画素値に対して、色座標変換後の処理で想定される誤差に応じて、値域削減処理を行う値域削減部と、前記値域削減部から出力された複数の色画素値に対して、差分処理を含む色座標変換を行い、他の複数の色画素値を出力する座標変換部と、前記座標変換部において、前記差分処理により得られた色画素値に対して剰余縮約に基づく変換処理を行って出力する剰余縮約部と、を備えることを要旨とする。   In order to achieve the above object, the color coordinate conversion apparatus according to the present invention performs a range reduction process on a plurality of input color pixel values according to an error assumed in the process after color coordinate conversion. A range conversion unit that performs a color coordinate conversion including a difference process on a plurality of color pixel values output from the range reduction unit, and outputs a plurality of other color pixel values; and The gist of the invention is that the coordinate conversion unit includes a residue reduction unit that performs a conversion process based on a residue reduction on the color pixel value obtained by the difference process and outputs the result.

また、上記目的を達成するため、本発明の色座標変換装置は、上述の色座標変換装置における前記剰余縮約部から出力されたデータに対して、前記剰余縮約部とは逆の値域シフト処理を行い前記他の複数の色画素値を回復する逆剰余縮約部と、前記逆剰余縮約部から出力されたデータに対して、前記座標変換部における座標変換とは逆の座標変換を行って、前記座標変換部による処理の前の複数の色画素値を回復する座標逆変換部と、前記座標逆変換部から出力された前記複数の色画素値に対して、前記値域削減部における処理とは逆の拡張処理を行って元の複数の色画素値を回復する値域拡張部と、を備えることを要旨とする。   In order to achieve the above object, the color coordinate conversion apparatus according to the present invention performs a range shift opposite to that of the remainder reduction section with respect to data output from the remainder reduction section in the color coordinate conversion apparatus described above. A reverse residual reduction unit that performs processing and recovers the other plurality of color pixel values, and a coordinate conversion opposite to the coordinate conversion in the coordinate conversion unit is performed on the data output from the reverse residual reduction unit. A coordinate reverse conversion unit that recovers a plurality of color pixel values before processing by the coordinate conversion unit, and the range reduction unit for the plurality of color pixel values output from the coordinate reverse conversion unit. The gist of the present invention is to include a range expansion unit that performs an expansion process opposite to the process and recovers a plurality of original color pixel values.

本発明によれば、2つのデータの差分をとり、その結果に剰余縮約を施した後に、所定のデータ変換処理を行う一連の処理において、その2つのデータの少なくとも一方に誤差が含まれる場合でも、その一連の処理の逆の処理を行ったときに、前記2つのデータが有効に復元できる。   According to the present invention, when a difference between two data is taken, and after the result is subjected to remainder reduction, in a series of processes for performing a predetermined data conversion process, at least one of the two data includes an error However, when the reverse process of the series of processes is performed, the two data can be effectively restored.

本発明の誤差耐性化処理方法の一実施形態の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of one Embodiment of the error tolerance improvement processing method of this invention. 本発明の一実施形態において、値域削減を行った後の剰余縮約の処理を説明するための図である。FIG. 6 is a diagram for explaining a residual reduction process after performing range reduction in an embodiment of the present invention. 値域削減のしかたの具体例を説明するためのである。This is to explain a specific example of how to reduce the range. 本発明の誤差耐性化処理方法を採用した予測符号化/復号化装置を示す図であり、同図(a)が予測符号化装置、同図(b)が予測復号化装置のブロック図である。It is a figure which shows the prediction encoding / decoding apparatus which employ | adopted the error resilience processing method of this invention, The figure (a) is a prediction encoding apparatus, The figure (b) is a block diagram of a prediction decoding apparatus. . 本発明の誤差耐性化処理方法を採用した色座標変換装置を示す図であり、同図(a)が正変換装置、同図(b)が逆変換装置のブロック図である。It is a figure which shows the color coordinate conversion apparatus which employ | adopted the error tolerance improvement processing method of this invention, the figure (a) is a normal conversion apparatus, and the figure (b) is a block diagram of an inverse conversion apparatus. 剰余縮約を説明するための図である。It is a figure for demonstrating remainder reduction. 剰余縮約を説明するための図である。It is a figure for demonstrating remainder reduction.

以下、図面を参照して、本発明の実施の形態について詳細に説明する。
図1は、本発明の誤差耐性化処理方法の一実施形態の処理手順を示すフローチャートである。図2は、本発明の一実施形態において、値域削減を行った後の剰余縮約の処理を説明するための図である。図3は、値域削減のしかたの具体例を説明するためのである。なお、図1に示した処理は、プロセッサで走るソフトウェアとしても、また、ハードウェア回路としても実現可能である。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1 is a flowchart showing a processing procedure of an embodiment of the error resilience processing method of the present invention. FIG. 2 is a diagram for explaining the remainder reduction process after the range reduction is performed in the embodiment of the present invention. FIG. 3 is a diagram for explaining a specific example of how to reduce the range. Note that the processing shown in FIG. 1 can be realized as software running on a processor or as a hardware circuit.

図2及び図3を適宜参照しつつ、図1に沿って、本発明の誤差耐性化処理方法の一実施形態の処理手順を説明する。まず、次段の差分処理に係る入力データに対して値域削減処理を行う(ステップS1)。例えば、差分処理に係る信号を予測符号化における処理対象画素値xと予測画素値pとし、それぞれ8ビットのデータとし、図2に示すように、処理対象画素値xの値域を0〜255とする。そして、ステップS1における値域削減処理においては、その値域をm〜255−mとなるようにする。すなわち、2mだけ削減する。この削減の具体的方法としては、図3(a)に示すように、単純に0〜m−1及び255−m+1〜255の値を有するものを削除してもよいし、同図(b)に示すように、所定間隔で均等に間引いてもよい。更に好適には、元の値域x=0〜255に対してx×((255−2m)/255)+mという処理を施して均等にm〜255−mに圧縮するようにしてもよい。また、所定の変換テーブルを用意しておき、それに基づいて対応する新たな値を決めることにより地域を変換削減するようにしてもよい。   A processing procedure of an embodiment of the error resilience processing method of the present invention will be described along FIG. 1 with reference to FIGS. 2 and 3 as appropriate. First, a range reduction process is performed on the input data related to the difference process at the next stage (step S1). For example, a signal related to difference processing is set as a processing target pixel value x and a prediction pixel value p in predictive encoding, each of which is 8-bit data, and the range of the processing target pixel value x is 0 to 255 as shown in FIG. To do. In the range reduction process in step S1, the range is set to m to 255-m. That is, it is reduced by 2 m. As a specific method of this reduction, as shown in FIG. 3A, those having values of 0 to m-1 and 255 to m + 1 to 255 may be simply deleted, or FIG. As shown in FIG. 5, the thinning may be performed evenly at a predetermined interval. More preferably, the original value range x = 0 to 255 may be subjected to a process of xx ((255-2m) / 255) + m to be uniformly compressed to m to 255-m. Further, a predetermined conversion table may be prepared, and a region may be converted and reduced by determining a new value corresponding thereto.

次に、差分処理後の値域を求める(ステップS2)。前述のように、予測画素値pが既知の場合には差分処理後の値域は、図2に示すように、m−p〜255−m−pとなる。しかし、このままではやはり8ビットでは表現できず、9ビットの情報となってしまう。そこで、次に従来通りの剰余縮約の処理を行う(ステップS3)。これによれば、図2に示すように、従来と同様、値域は−128〜127の範囲となり、8ビットで表現できることとなる。但し、本発明においては、上述のように値域削減処理を行っているので、図2に示すように、結果として、−pの値を中央に挟んで2m(=M、以降、このMを「誤差余裕」と称す)の範囲の値は表れないことになる。このように−pの値を中央に挟んで2mの範囲の値をとらないようにすることにより、差分値に誤差が加わった場合でも適切に符号化が行え(量子化により不適切に飛んでしまう値が発生しない)、またその後の復号化により適切な値が復元できる。従って、mは具体的な装置等で発生し得る誤差を考慮しての値を設定する。   Next, the range after the difference process is obtained (step S2). As described above, when the predicted pixel value p is known, the range after the differential processing is mp to 255-mp as shown in FIG. However, if it remains as it is, it cannot be expressed in 8 bits, and becomes 9-bit information. Therefore, the conventional residual reduction process is performed (step S3). According to this, as shown in FIG. 2, the value range is in the range of −128 to 127 as in the conventional case, and can be expressed by 8 bits. However, in the present invention, since the range reduction processing is performed as described above, as shown in FIG. 2, as a result, the value of −p is sandwiched between the center and 2 m (= M. The value of the range of “error margin” will not appear. In this way, the value of −p is sandwiched in the center so that a value in the range of 2 m is not taken, so that even if an error is added to the difference value, encoding can be performed properly (they are inappropriately skipped by quantization). A proper value can be restored by subsequent decoding. Therefore, m is set to a value that takes into account errors that may occur in a specific device or the like.

なお、上述においては予測符号化処理について説明したが、色座標変換処理においても同様である。すなわち、色座標変換においては、例えばR,G,BのデータをY,U,Vに変換するものであるが、U=R−GやV=B−Gというように差分処理を含み、剰余縮約の処理を行うことが可能である。   Note that although the predictive encoding process has been described above, the same applies to the color coordinate conversion process. That is, in the color coordinate conversion, for example, R, G, B data is converted into Y, U, V, but includes a difference process such as U = RG or V = BG, and a remainder. Reduction processing can be performed.

図1に戻り、次にステップS4において、所定の処理を行う。所定の処理としては、量子化を含む圧縮符号化等である。つまり非可逆圧縮符号化処理も許容する。そして、得られたデータをメモリ等の格納手段に格納したり、通信回線を介して送信したりする(ステップS5)。例えば復号化装置又は受信装置側の以降の処理については、ステップS1〜S4までの処理の逆の処理を逆順で進める(ステップS6〜S9)。この結果、元のデータが復元できる。   Returning to FIG. 1, next, in step S4, a predetermined process is performed. The predetermined processing includes compression encoding including quantization. That is, irreversible compression encoding processing is allowed. Then, the obtained data is stored in a storage means such as a memory or transmitted via a communication line (step S5). For example, for subsequent processing on the decoding device or receiving device side, the reverse processing of the processing from step S1 to S4 is performed in reverse order (steps S6 to S9). As a result, the original data can be restored.

次に、上述の本発明の誤差耐性化処理方法を適用した装置について説明する。
図4は、本発明の誤差耐性化処理方法を採用した予測符号化/復号化装置を示す図であり、同図(a)が予測符号化装置、同図(b)が予測復号化装置のブロック図である。
Next, an apparatus to which the above-described error resilience processing method of the present invention is applied will be described.
FIG. 4 is a diagram showing a predictive encoding / decoding device that employs the error resilience processing method of the present invention. FIG. 4A shows a predictive encoding device, and FIG. 4B shows a predictive decoding device. It is a block diagram.

まず、図4(a)を参照し、同図に示した予測符号化装置は、値域削減部11、減算部12、剰余縮約部13、量子化部14、可変長符号化部15、逆量子化部16、逆剰余縮約部17、加算部18、及び予測部19を備えている。   First, referring to FIG. 4A, the predictive coding apparatus shown in FIG. 4 includes a range reducing unit 11, a subtracting unit 12, a remainder contracting unit 13, a quantizing unit 14, a variable length coding unit 15, and an inverse. A quantization unit 16, an inverse remainder reduction unit 17, an addition unit 18, and a prediction unit 19 are provided.

そこで、値域削減部11は、入力した処理対象画素値xに対して上述のような値域削減処理を行う。このとき削減する量としての誤差余裕M(=2m)は、この予測符号化装置にあっては、量子化部14における量子化係数をδとすると、予測画素値pに含まれる誤差は最大δと見積もれるので、M=2δと設定するのが好適である。   Therefore, the range reduction unit 11 performs the range reduction process as described above on the input processing target pixel value x. In this predictive coding apparatus, the error margin M (= 2m) as the amount to be reduced at this time is a maximum δ when the quantization coefficient in the quantizing unit 14 is δ. Therefore, it is preferable to set M = 2δ.

減算器12は、値域削減部11により変更された値から予測部19が出力する予測画素値pを減算して、差分値dとして出力する。剰余縮約部13は、差分値dに対して前述のような剰余縮約に基づく変換処理を行って出力する。量子化部14は、剰余縮約部13から出力されたデータに対して量子化処理を行い、得られた結果は、可変長符号化部15により可変長符号化され、符号化データyとして図示しないメモリに格納されたり、通信回線を介して送信されたりする。なお、このメモリに格納されたり、通信回線を介して送信されたりする情報のなかには、値域削減部11での処理における誤差余裕の程度の情報が含まれている。但し、誤差余裕の程度を量子化係数に合わせて決めているのであれば、この情報は送る必要はない。   The subtracter 12 subtracts the predicted pixel value p output from the prediction unit 19 from the value changed by the range reduction unit 11 and outputs the result as a difference value d. The residue reduction unit 13 performs the conversion process based on the residue reduction as described above on the difference value d and outputs the result. The quantization unit 14 performs a quantization process on the data output from the remainder reduction unit 13, and the obtained result is variable length encoded by the variable length encoding unit 15 and illustrated as encoded data y. Not stored in memory or transmitted over a communication line. The information stored in the memory or transmitted via the communication line includes information on the margin of error in the processing in the range reduction unit 11. However, if the degree of error margin is determined according to the quantization coefficient, this information need not be sent.

一方、逆量子化部16は、量子化部14から出力された量子化データに対して、その量子化の逆の処理を行って出力する。逆剰余縮約部17は、逆量子化部16から出力されたデータに対して、剰余縮約部13とは逆の値域シフト処理を行い差分値dを回復する。加算部18は、回復した差分値dと予測値pを加算して過去の画素値として予測部19に供給する。予測部19は、過去の一連の画素値xを記憶しており、それらのデータと回復した差分値dとから予測値pを生成する。   On the other hand, the inverse quantization unit 16 performs an inverse process of the quantization on the quantized data output from the quantization unit 14 and outputs the result. The inverse remainder contraction unit 17 performs a range shift process on the data output from the inverse quantization unit 16, opposite to the residue reduction unit 13, and recovers the difference value d. The adding unit 18 adds the recovered difference value d and the predicted value p, and supplies them to the prediction unit 19 as past pixel values. The prediction unit 19 stores a series of past pixel values x, and generates a prediction value p from those data and the recovered difference value d.

次に、図4(b)を参照し、同図に示した復号化装置は、可変長復号化部20、逆量子化部16、逆剰余縮約部17、加算部18、予測部19、及び値域拡張部21を備えている。   Next, referring to FIG. 4B, the decoding apparatus shown in FIG. 4 includes a variable length decoding unit 20, an inverse quantization unit 16, an inverse remainder reduction unit 17, an addition unit 18, a prediction unit 19, And a range extension unit 21.

そこで、可変長復号化部20は、符号化されたデータを入力して可変長符号化部15における処理の逆処理である復号化を行い出力する。次段の逆量子化部16、逆剰余縮約部17、加算部18、及び予測部19における処理は、図4(a)に示した符号化装置におけるそれらと同一である。そして、値域拡張部21は、加算部18から出力されたデータに対して、値域削減部11における処理とは逆の拡張処理を行って元の画素値xを回復する。   Therefore, the variable length decoding unit 20 receives the encoded data, performs decoding that is the reverse process of the processing in the variable length encoding unit 15, and outputs the result. The processes in the next-stage inverse quantization unit 16, inverse remainder reduction unit 17, addition unit 18, and prediction unit 19 are the same as those in the encoding device shown in FIG. Then, the range expansion unit 21 performs an expansion process opposite to the process in the range reduction unit 11 on the data output from the addition unit 18 to recover the original pixel value x.

以上のように図4に示された予測符号化/復号化装置においては、予測値pに量子化に基づく誤差が含まれていても、剰余縮約を経て誤った値に大きく飛んでしまうようなことがない。従って、かかる装置により符号化と復号化を経ても、元のデータの復元に剰余縮約が悪影響を及ぼさない。   As described above, in the predictive encoding / decoding device shown in FIG. 4, even if an error based on quantization is included in the predicted value p, it jumps to an incorrect value through the remainder reduction. There is nothing. Therefore, even if encoding and decoding are performed by such an apparatus, the residual contraction does not adversely affect the restoration of the original data.

次に、図5は、本発明の誤差耐性化処理方法を採用した色座標変換装置を示す図であり、同図(a)が正変換装置、同図(b)が逆変換装置のブロック図である。ここでは、色画素値R,G,Bを、Y,U,Vに変換する装置として示している。   Next, FIG. 5 is a diagram showing a color coordinate conversion apparatus employing the error resilience processing method of the present invention, where FIG. 5A is a block diagram of a normal conversion apparatus, and FIG. 5B is a block diagram of an inverse conversion apparatus. It is. Here, a device for converting the color pixel values R, G, and B into Y, U, and V is shown.

まず、図4(a)を参照し、同図に示した色座標変換を伴う正変換装置は、値域削減部31、座標変換部32、及び剰余縮約部33を備えている。   First, referring to FIG. 4A, the positive conversion apparatus with color coordinate conversion shown in FIG. 4 includes a range reduction unit 31, a coordinate conversion unit 32, and a remainder reduction unit 33.

そこで、値域削減部31は、入力した色画素値に対して前述のような値域削減処理を行う。このとき削減する量としての誤差余裕M(=2m)は、この色座標変換を含む正変換装置にあっては、色座標変換後に想定される処理の各成分の最大誤差をδとすると、発生し得る誤差は最大2δと見積もれる(差分対象の双方の値に誤差が含まれる可能性がある)ので、M=4δと設定するのが好適である。発生し得る誤差としては、圧縮歪によるものや、伝送経路のノイズによるものが想定される。   Therefore, the range reduction unit 31 performs the range reduction process as described above on the input color pixel value. An error margin M (= 2 m) as an amount to be reduced at this time is generated when the maximum error of each component of processing assumed after color coordinate conversion is δ in a positive conversion apparatus including this color coordinate conversion. The maximum error that can be estimated is 2δ (there is a possibility that both values of the difference target include errors), so it is preferable to set M = 4δ. As the error that may occur, one caused by compression distortion or one caused by noise in the transmission path is assumed.

座標変換部32は、入力する色画素値R,G,Bに基づく、Y=G、U=R−G、V=B−Gを算出することにより、変換後の画素値Y,U,Vを求める。剰余縮約部33は、差分処理により求められた色画素値U、Vについては、前述のような剰余縮約に基づく変換処理を行って出力する。その後は、圧縮符号化され、メモリに格納されたり、通信回線を介して送信されたりする。なお、このメモリに格納されたり、通信回線を介して送信されたりする情報のなかには、値域削減部31での処理における誤差余裕の程度の情報が含まれている。   The coordinate conversion unit 32 calculates Y = G, U = RG, V = BG based on the input color pixel values R, G, B, thereby converting the converted pixel values Y, U, V. Ask for. The remainder reduction unit 33 performs the conversion process based on the remainder reduction as described above and outputs the color pixel values U and V obtained by the difference process. Thereafter, the data is compressed and encoded and stored in a memory or transmitted via a communication line. The information stored in the memory or transmitted via the communication line includes information on the margin of error in the processing in the range reduction unit 31.

次に、図5(b)を参照し、同図に示した色座標逆変換を伴う逆変換装置は、逆剰余縮約部41、座標逆変換部42、及び値域拡張部43を備えている。   Next, referring to FIG. 5 (b), the inverse transformation apparatus with color coordinate inverse transformation shown in FIG. 5 includes an inverse remainder reduction unit 41, a coordinate inverse transformation unit 42, and a range expansion unit 43. .

そこで、逆剰余縮約部41は、剰余縮約部33とは逆の値域シフト処理を行い色画素値Y,U,Vを回復する。座標逆変換部42は、座標変換部32における変換処理と逆の変換処理を行うことにより、色画素値R,G,Bを回復する。そして、値域拡張部43は、座標逆変換部42から出力された色画素値R,G,Bに対して、値域削減部31における処理とは逆の拡張処理を行って元の色画素値を回復する。   Therefore, the inverse remainder reduction unit 41 performs a range shift process opposite to that of the residue reduction unit 33 to recover the color pixel values Y, U, and V. The coordinate inverse conversion unit 42 recovers the color pixel values R, G, and B by performing a conversion process opposite to the conversion process in the coordinate conversion unit 32. Then, the range expansion unit 43 performs an expansion process opposite to the process in the range reduction unit 31 on the color pixel values R, G, and B output from the coordinate inverse conversion unit 42 to obtain the original color pixel values. Recover.

以上のように図5に示された色座標変換装置においては、色画素値に圧縮もしくはノイズに起因する誤差が含まれていても、剰余縮約を経て誤った値に大きく飛んでしまうようなことがない。従って、かかる装置により、元のデータの復元に剰余縮約が悪影響を及ぼさない。   As described above, in the color coordinate conversion apparatus shown in FIG. 5, even if an error due to compression or noise is included in the color pixel value, a large value is skipped through a residual reduction. There is nothing. Therefore, with such a device, residual contraction does not adversely affect the restoration of the original data.

本発明の誤差耐性化処理方法並びにその方法を採用した予測符号化/復号化装置及び色座標変換装置は、差分処理後に剰余縮約(modulo reduction)の処理を採用している処理方法及び装置に適用できる。   An error resilience processing method of the present invention, and a predictive encoding / decoding device and a color coordinate conversion device that employ the method are applied to a processing method and device that employs a modulo reduction process after difference processing. Applicable.

11,31 値域削減部
12 減算部
32 座標変換部
13,33 剰余縮約部
14 量子化部
15 可変長符号化部
20 可変長復号化部
16 逆量子化部
17,41 逆剰余縮約部
18 加算部
42 座標逆変換部
19 予測部
21,43 値域拡張部
11, 31 Range reduction unit 12 Subtraction unit 32 Coordinate conversion unit 13, 33 Remainder reduction unit 14 Quantization unit 15 Variable length encoding unit 20 Variable length decoding unit 16 Inverse quantization unit 17, 41 Inverse remainder reduction unit 18 Adder 42 Coordinate inverse converter 19 Predictor 21, 43 Range extension unit

Claims (10)

データ処理装置における誤差耐性化処理方法であって、
入力される2つのデータに含まれ得る誤差に応じて、各データに対して値域削減処理を行い、
前記2つのデータの差分をとり、
その差分データに対して剰余縮約に基づく変換処理を行い、
得られた結果に所定のデータ変換処理を行うことを特徴とする誤差耐性化処理方法。
An error tolerance processing method in a data processing apparatus,
Depending on the error that can be included in the two input data, perform a range reduction process on each data,
Taking the difference between the two data,
A conversion process based on the remainder reduction is performed on the difference data,
An error resilience processing method, wherein predetermined data conversion processing is performed on the obtained result.
前記値域削減処理は、値域の両端の、前記誤差に応じた所定幅の値に係るデータを削除することにより行うことを特徴とする請求項1に記載の誤差耐性化処理方法。   2. The error resilience processing method according to claim 1, wherein the range reduction processing is performed by deleting data relating to a value having a predetermined width corresponding to the error at both ends of the range. 前記値域削減処理は、前記誤差に応じた、値域の所定幅を所定個に分割して、それらを前記値域から均等に間引くことにより行うことを特徴とする請求項1に記載の誤差耐性化処理方法。   2. The error tolerance reduction process according to claim 1, wherein the range reduction process is performed by dividing a predetermined range of the range according to the error into a predetermined number and thinning them out from the range evenly. Method. 前記値域削減処理は、値域を、前記誤差に応じた所定幅だけ線形的に縮めることを特徴とする請求項1に記載の誤差耐性化処理方法。   2. The error tolerance processing method according to claim 1, wherein the range reduction process linearly reduces the range by a predetermined width corresponding to the error. 前記所定のデータ変換処理は、圧縮符号化処理であることを特徴とする請求項1乃至4のいずれかに記載の誤差耐性化処理方法。   5. The error resilience processing method according to claim 1, wherein the predetermined data conversion process is a compression encoding process. 請求項1に記載の処理により得られた前記所定のデータ変換処理後のデータに対して、前記所定のデータ変換処理の逆変換処理を行い、
得られたデータに対して、前記剰余縮約に基づく前記変換処理の逆変換処理を行い、
得られたデータに対して前記差分処理の逆処理を行うことにより前記2つのデータを回復することを特徴とする誤差耐性化処理方法。
Performing reverse conversion processing of the predetermined data conversion processing on the data after the predetermined data conversion processing obtained by the processing according to claim 1;
The obtained data is subjected to an inverse conversion process of the conversion process based on the remainder reduction,
An error resilience processing method characterized by recovering the two data by performing reverse processing of the difference processing on the obtained data.
入力した処理対象画素値に対して値域削減処理を行う値域削減部と、
その値域削減部の値域削減処理により値を変更された画素値から予測値を減算して差分値を出力する減算部と、
前記差分値に対して剰余縮約に基づく変換処理を行って出力する剰余縮約部と、
前記剰余縮約部による削減後のデータに対して量子化処理を行う量子化部と、
前記量子化部により量子化されたデータに対して可変長符号化を行う可変長符号化部と、
前記量子化部により量子化されたデータに対して、その量子化の逆の処理を行って出力する逆量子化部と、
前記逆量子化部から出力されたデータに対して、前記剰余縮約部とは逆の値域シフト処理を行い前記差分値を回復する逆剰余縮約部と、
前記逆剰余縮約部からの前記差分値と、自身が格納する過去の処理対象画素値とに基づいて前記予測値を出力する予測部と、
を備えることを特徴とする予測符号化装置。
A range reduction unit that performs a range reduction process on the input pixel value to be processed;
A subtraction unit that subtracts the predicted value from the pixel value whose value has been changed by the range reduction process of the range reduction unit and outputs a difference value;
A remainder contracting unit that performs a conversion process based on a remainder contraction and outputs the difference value;
A quantization unit that performs a quantization process on the data after reduction by the remainder reduction unit;
A variable length coding unit that performs variable length coding on the data quantized by the quantization unit;
An inverse quantization unit that outputs the data quantized by the quantization unit by performing an inverse process of the quantization;
For the data output from the inverse quantization unit, an inverse remainder reduction unit that recovers the difference value by performing a range shift process opposite to the residue reduction unit;
A prediction unit that outputs the prediction value based on the difference value from the inverse remainder reduction unit and a past processing target pixel value stored by itself;
A predictive coding apparatus comprising:
請求項7に記載の予測符号化装置における前記可変長符号化部から出力されたデータを入力して前記可変長符号化部における処理の逆処理である復号化を行い出力する可変長復号化部と、
前記可変長復号化部から出力されたデータに対して、前記量子化部における量子化と逆の処理を行って出力する逆量子化部と、
前記逆量子化部から出力されたデータに対して、前記剰余縮約部とは逆の値域シフト処理を行い前記差分値を回復する逆剰余縮約部と、
前記逆剰余縮約部からの前記差分値と、自身が格納する過去の処理対象画素値とに基づいて前記予測値を出力する予測部と、
前記差分値と前記予測値を加算する加算部と、
前記加算部から出力されたデータに対して、前記値域削減部における処理とは逆の拡張処理を行って元の画素値を回復する値域拡張部と、
を備えることを特徴とする予測復号化装置。
8. A variable-length decoding unit that receives data output from the variable-length encoding unit in the predictive coding apparatus according to claim 7, performs decoding that is a reverse process of the process in the variable-length encoding unit, and outputs the decoded data When,
An inverse quantization unit that outputs the data output from the variable length decoding unit by performing a process reverse to the quantization in the quantization unit;
For the data output from the inverse quantization unit, an inverse remainder reduction unit that recovers the difference value by performing a range shift process opposite to the residue reduction unit;
A prediction unit that outputs the prediction value based on the difference value from the inverse remainder reduction unit and a past processing target pixel value stored by itself;
An adder for adding the difference value and the predicted value;
A range expansion unit that performs an expansion process opposite to the process in the range reduction unit on the data output from the addition unit to recover the original pixel value;
A predictive decoding apparatus comprising:
入力した処理対象の複数の色画素値に対して、色座標変換後の処理で想定される誤差に応じて、値域削減処理を行う値域削減部と、
前記値域削減部から出力された複数の色画素値に対して、差分処理を含む色座標変換を行い、他の複数の色画素値を出力する座標変換部と、
前記座標変換部において、前記差分処理により得られた色画素値に対して剰余縮約に基づく変換処理を行って出力する剰余縮約部と、
を備えることを特徴とする色座標変換装置。
A range reduction unit that performs a range reduction process on a plurality of input color pixel values according to an error assumed in the process after color coordinate conversion;
A coordinate conversion unit that performs color coordinate conversion including difference processing on a plurality of color pixel values output from the range reduction unit, and outputs other color pixel values;
In the coordinate conversion unit, a residue reduction unit that performs a conversion process based on a residue reduction and outputs the color pixel value obtained by the difference process; and
A color coordinate conversion device comprising:
前記請求項9記載の色座標変換装置における前記剰余縮約部から出力されたデータに対して、前記剰余縮約部とは逆の値域シフト処理を行い前記他の複数の色画素値を回復する逆剰余縮約部と、
前記逆剰余縮約部から出力されたデータに対して、前記座標変換部における座標変換とは逆の座標変換を行って、前記座標変換部による処理の前の複数の色画素値を回復する座標逆変換部と、
前記座標逆変換部から出力された前記複数の色画素値に対して、前記値域削減部における処理とは逆の拡張処理を行って元の複数の色画素値を回復する値域拡張部と、
を備えることを特徴とする色座標変換装置。
10. The data output from the residual reduction unit in the color coordinate conversion apparatus according to claim 9 is subjected to a range shift process opposite to that of the residual reduction unit to recover the other plurality of color pixel values. An inverse remainder contraction part;
Coordinates for recovering a plurality of color pixel values before processing by the coordinate conversion unit by performing coordinate conversion opposite to the coordinate conversion in the coordinate conversion unit for the data output from the inverse remainder reduction unit An inverse transform unit;
A range expansion unit that performs an extension process opposite to the process in the range reduction unit for the plurality of color pixel values output from the coordinate inverse transform unit to recover the original plurality of color pixel values;
A color coordinate conversion device comprising:
JP2013230632A 2013-11-06 2013-11-06 Error tolerance processing method, predictive encoding / decoding device and color coordinate conversion device employing the method Active JP5845485B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013230632A JP5845485B2 (en) 2013-11-06 2013-11-06 Error tolerance processing method, predictive encoding / decoding device and color coordinate conversion device employing the method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013230632A JP5845485B2 (en) 2013-11-06 2013-11-06 Error tolerance processing method, predictive encoding / decoding device and color coordinate conversion device employing the method

Publications (2)

Publication Number Publication Date
JP2015091057A true JP2015091057A (en) 2015-05-11
JP5845485B2 JP5845485B2 (en) 2016-01-20

Family

ID=53194399

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013230632A Active JP5845485B2 (en) 2013-11-06 2013-11-06 Error tolerance processing method, predictive encoding / decoding device and color coordinate conversion device employing the method

Country Status (1)

Country Link
JP (1) JP5845485B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005269283A (en) * 2004-03-19 2005-09-29 Matsushita Electric Ind Co Ltd Method and apparatus for reproducing digital image
JP2006261835A (en) * 2005-03-15 2006-09-28 Toshiba Corp Image transmission apparatus, image reception apparatus, and image transmission system
US20130235072A1 (en) * 2010-11-23 2013-09-12 Peter W. Longhurst Content metadata enhancement of high dynamic range images

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005269283A (en) * 2004-03-19 2005-09-29 Matsushita Electric Ind Co Ltd Method and apparatus for reproducing digital image
JP2006261835A (en) * 2005-03-15 2006-09-28 Toshiba Corp Image transmission apparatus, image reception apparatus, and image transmission system
US20130235072A1 (en) * 2010-11-23 2013-09-12 Peter W. Longhurst Content metadata enhancement of high dynamic range images

Also Published As

Publication number Publication date
JP5845485B2 (en) 2016-01-20

Similar Documents

Publication Publication Date Title
US20170195692A1 (en) Video data encoding and decoding methods and apparatuses
US11949868B2 (en) Method and device for selecting context model of quantization coefficient end flag bit
JP2009130931A (en) Method and apparatus for efficiently encoding and/or decoding moving image using image resolution adjustment
JP2014195145A (en) Moving image encoding device, moving image decoding device, moving image encoding method, moving image decoding method, and program
JP6681383B2 (en) Encoder, decoder and method
JP7402280B2 (en) Video decoding device, video decoding method and program
JP6961115B2 (en) Image decoding device, image decoding method and program
US20110200263A1 (en) Image encoder and image decoder
JP4741642B2 (en) Method and apparatus for correcting predicted value using color base, and image compression / decompression method and apparatus using the same
JP4785678B2 (en) Image coding apparatus and image coding method
JP4000157B2 (en) Image compression method and image expansion method
US20100220782A1 (en) Video coding device and video coding method
JP5845485B2 (en) Error tolerance processing method, predictive encoding / decoding device and color coordinate conversion device employing the method
JP6564315B2 (en) Encoding device, decoding device, and program
JP5362099B2 (en) Encoder
JP4241517B2 (en) Image encoding apparatus and image decoding apparatus
US10057583B2 (en) Encoding method of image encoding device
JP6875800B2 (en) Super-resolution frame selection device, super-resolution device, and program
WO2017195843A1 (en) Arithmetic coding device, arithmetic coding method, and arithmetic coding circuit
JP5560452B2 (en) Image processing method and image processing apparatus
US20220312024A1 (en) Image decoding device, image decoding method, and program
JP2005151312A (en) Image coding and decoding device
WO2020184262A1 (en) Image decoding device, image decoding method, and program
JP5900548B2 (en) Video encoding device
WO2019187396A1 (en) Image decoding device, image coding device, image processing system, image decoding method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150331

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20150331

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20150602

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150721

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150918

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20151020

R150 Certificate of patent or registration of utility model

Ref document number: 5845485

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113