CN105163119A - Code rate control method based on space-time domain context and motion complexity - Google Patents

Code rate control method based on space-time domain context and motion complexity Download PDF

Info

Publication number
CN105163119A
CN105163119A CN201510546437.XA CN201510546437A CN105163119A CN 105163119 A CN105163119 A CN 105163119A CN 201510546437 A CN201510546437 A CN 201510546437A CN 105163119 A CN105163119 A CN 105163119A
Authority
CN
China
Prior art keywords
basic unit
current basic
parameter
elementary cell
diff
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
CN201510546437.XA
Other languages
Chinese (zh)
Other versions
CN105163119B (en
Inventor
侯永宏
叶熠琳
雷建军
郭瑶
叶秀峰
李照洋
薛琳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianjin University
Original Assignee
Tianjin University
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 Tianjin University filed Critical Tianjin University
Priority to CN201510546437.XA priority Critical patent/CN105163119B/en
Publication of CN105163119A publication Critical patent/CN105163119A/en
Application granted granted Critical
Publication of CN105163119B publication Critical patent/CN105163119B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The invention relates to a code rate control method based on space-time domain context and motion complexity. The method comprises the following steps of: based on a R-lambda model, performing the first-step updating on model parameters alpha and Beta of a current basic unit C0 before coding of the C0; coding the current basic unit C0; waiting for completion of coding all the basic units of a frame where the C0 is, and performing the second-step updating on the current basic unit; guiding target bits allocation of a basic unit layer with the model parameters subjected to the two steps of parameter updating; defining a relative motion complexity coefficient of the current basic unit C0 to represent motion intensity of different basic units; regulating a lambda value of the current basic unit with Wi, j of the current basic unit C0 to make the lambda value adaptive to the motion intensity of different basic units, thereby realizing the aim of allocating more bits to the basic units with higher motion intensity. The code rate control method based on space-time domain context and motion complexity can guarantee that the basic units with higher motion intensity can get more target bits, thereby facilitating improvement of quality of video.

Description

A kind of bit rate control method based on Space-time domain context and motion complexity
Technical field
The invention belongs to field of video encoding, relate to a kind of bit rate control method improving the accuracy of Rate Control particularly.
Background technology
Along with the development of computer network, the communication technology and multimedia technology, video related application becomes more and more extensive.But video data is often very huge, the storage of video and be transferred to existing storage and communication system brings huge challenge, must utilize video compression technology to reduce memory capacity and the transmission bandwidth of video.And the important step of rate control techniques just in video compression technology, by Rate Control, under the constraint of code check and buffering area, by Automatic adjusument coding parameter, code stream and channel transmission bandwidth can be adapted, and make video distortion minimum.
The video encoding standard of a new generation, high-performance video coding (HEVC) standard, since issue, has mainly been proposed two kinds of bit rate control methods: based on the bit rate control method of URQ model and the bit rate control method based on R-λ model.URQ model description be the relation of target bits based on pixel and QP value, its advantage is that URQ model is Pixel-level, so all applicable for the elementary cell of different size.But the model due to the method still adopts QP as the factor of most important adjustment bit rate control method, and therefore Rate Control accuracy is not high.Compared to the bit rate control method based on URQ model, the bit rate control method based on R-λ model adopts λ domain model, and algorithm performance is better.But also there is certain limitation based on the bit rate control method of R-λ model, in parameter renewal, only make use of temporal correlation and ignore spatial coherence, make the parameter after renewal and inaccuracy; In elementary cell layer target bit allocation, based on following hypothesis: the elementary cell of same rank same position may have identical model parameter, if but current basic unit motion intense, then it differs usually comparatively large with the elementary cell of reference picture correspondence position, therefore both use identical model parameter to be inaccurate.
Summary of the invention
The present invention is intended to the above-mentioned deficiency improving prior art, provide a kind of model parameter more accurately, target bit allocation more rationally thus the bit rate control method making video quality more stable.In order to achieve the above object, the present invention adopts following technical scheme:
Based on a bit rate control method for Space-time domain context and motion complexity, comprise the following steps:
1) based on R-λ model, definition current basic unit C 0adjacent 8 elementary cells as a context, be designated as C 1~ C 8; At C 0before coding, first time renewal is carried out to its model parameter α and β; C 0context in C 1~ C 4encoded, therefore there are four kinds of parameter prediction direction;
2) calculate the MAD distance on four parameter prediction directions respectively, select from four MAD values two minimum, the elementary cell in this both direction is and C 0two elementary cells that spatial coherence is the highest; Thus the actual parameter of the encoded elementary cell in both direction is added C 0model parameter upgrade in, complete first time parameter upgrade;
3) to current basic unit C 0encode;
4) C is waited for 0all elementary cell codings of place frame are complete, start to upgrade the second step parameter of current basic unit; The context of current basic unit completes coding all, therefore its 8 context C 1~ C 8all need to calculate and C 0mAD distance, therefrom select two minimum elementary cells, use the model parameter of its actual coding to current basic unit C 0carry out the renewal of second step parameter; Model parameter after renewal is wherein i and j represents current basic unit C 0for i-th elementary cell of jth width picture;
5) model parameter after two step parameters renewals, will be used to guide the target bit allocation of elementary cell layer; Definition current basic unit C 0relative motion complexity coefficient W i,jcharacterize the motion intense degree of different elementary cell, W i,jcalculation procedure is as follows:
(1) brightness absolute difference and average is adopted to calculate current basic unit C 0motion complexity, formula is as follows:
Diff ( i , j ) = 1 M i , j · N i , j Σ m = 1 M i , j Σ n = 1 N i , j | I j ( m , n ) - I j , r e f ( m , n ) | - - - ( 1 )
In formula, Diff (i, j)represent absolute difference and the average of i-th the elementary cell brightness of jth width picture, M i,jand N i,jrepresent row pixel count and the row pixel count of jth width picture i-th elementary cell, represent in this elementary cell with (m, n) and be no more than M i,j, N i,ja pixel at place, I j(m, n) and I j, ref(m, n) represents jth frame and reference frame position (m, n) place pixel brightness value respectively;
(2) jth width picture mean motion complexity is calculated concrete formula is:
Diff j a v g = 1 M j · N j Σ m = 1 M j Σ n = 1 N j | I j ( m , n ) - I j , r e f ( m , n ) | - - - ( 2 )
Wherein, M jand N jbe respectively the capable total pixel number of jth width picture and row total pixel number;
(3) predetermined threshold value Th, calculates the relative motion complexity coefficient W of current basic unit i,j, computing formula is as follows:
W i , j = Diff i , j Diff j a v g , i f Diff i , j ≥ T h 1 , e l s e - - - ( 3 )
Th = δD iff j avg Wherein δ gets 1.3;
6) current basic unit C is used 0w i,jregulate the λ value of current basic unit, make λ value adapt to the motion intense degree of different elementary cell, thus be embodied as the target of the more violent more bits of elementary cell distribution of motion; The λ value λ of jth width picture i-th BU i,jbe defined as:
λ i , j = λ j W i , j - - - ( 4 )
Wherein, λ jrepresent the λ value of jth width picture;
Then elementary cell target bits computing formula be improved to:
T i , j w = α i , j n e w · λ i , j β i , j n e w - - - ( 5 )
Model parameter wherein use step 4) in the parameter that obtains of two step parameter updating methods.
The target bit allocation algorithm that the present invention proposes, can ensure that the basic unit block that motion complexity is higher assigns to more target bits, thus is conducive to the quality improving video.
Compared with prior art, this method has following several obvious advantages:
(1) video sequence not only interframe there is plenty of time redundancy, also there is spatial redundancy in frame, make full use of spatial coherence, add the adaptability of model parameter to video sequence, also can upgrade more accurately model parameter.
(2) by calculating the relative motion complexity coefficient of elementary cell, realizing the higher basic unit block of motion complexity and assigning to more target bits, improve the quality of video.
(3) parameter that the present invention proposes upgrades the innovatory algorithm with target bit allocation, and both are interactional.Parameter after renewal can be directly used in target bit allocation, and target bit allocation affects coding thus also has impact to model parameter, therefore parameter and target bit can make overall Rate Control more accurate more accurately, reduce fluctuation, make video quality more stable.
Accompanying drawing explanation
Fig. 1 is the flow chart of two step parameter updating methods in the present invention.
Fig. 2 is eight context schematic diagrames of the current basic unit periphery defined in the present invention.
Fig. 3 is the elementary cell layer target bit allocation algorithm flow chart based on motion complexity in the present invention.
Fig. 4 is that the PSNR of the innovatory algorithm that the HM11.0 algorithm of BQSquare sequence under target bits 1500Kbp proposes with the present invention when RA (the main class of random intervention) encodes compares.
Fig. 5 is that the PSNR of LB (the main class of low delay B) innovatory algorithm that the HM11.0 algorithm of BQSquare sequence under target bits 2000Kbps proposes with the present invention when encoding compares.
As can be seen from Fig. 4 and Fig. 5, the overall fluctuation of the Data Rate Distribution algorithm that the present invention proposes is all less, and video quality stability is higher, and video is more level and smooth.
Embodiment
For making object of the present invention, implementation and advantage more clear, below specific embodiment of the invention is described in further detail.
The present invention is to based on R-λ model [1]the improvement of bit rate control method, modified hydrothermal process can be integrated in reference software HM11.0, and specific implementation comprises new model parameter and upgrades and elementary cell layer target bit allocation two parts.
The concrete implementation step of two step parameter updating methods that the present invention proposes is as follows:
(1) current basic unit is C 0, its periphery 8 elementary cells, as a context, are designated as C 1~ C 8.
(2) at C 0before coding, C 1~ C 4encoded complete, therefore there is four kinds of parameter Forecasting Methodologies, i.e. horizontal direction, vertical direction, direction, the upper right corner and direction, the upper left corner.Because the elementary cell of left vicinity is the most relevant to active cell, therefore C 0prediction direction be utilize C 4and C 4context to determine.
(3) calculate the MAD distance in four prediction direction, formula is as follows:
MAD V=|MAD act[C 1]-MAD act[C 4]|
MAD H=|MAD act[C 2]-MAD act[C 1]|
MAD R=|MAD act[C 4]-MAD act[C 2]|
MAD L=|MAD act[C 4]-MAD act[C 10]|(9)
Wherein, MAD v, MAD h, MAD r, MAD lrepresent vertical direction respectively, horizontal direction, direction, the upper right corner and direction, the upper left corner.
(4) choosing the less both direction of MAD value is parameter prediction direction, such as MAD v, MAD hless, then select C 0horizontal direction and vertical direction on elementary cell C 4and C 2carry out parameter renewal.Computational methods are as follows:
The actual bpp average of the elementary cell of two participation undated parameters:
bpp a v e = bpp 1 + bpp 2 2 - - - ( 10 )
Corresponding actual λ realaverage λ avebe defined as:
λ a v e = λ 1 · λ 2 - - - ( 11 )
So λ compbe redefined for computing formula is as follows:
λ c o m p a v g = α o l d · bpp a v e β o l d - - - ( 12 )
Then before current BU is encoded, its model parameter upgrades as follows:
α n e w ′ ≈ α o l d + δ α ( lnλ a v e - lnλ c o m p a v g ) · α o l d - - - ( 13 )
β n e w ′ ≈ β o l d + δ β ( lnλ a v e - lnλ c o m p a v g ) · lnbpp a v e - - - ( 14 )
Wherein α ' newwith β ' newit is new model parameter.
(5) current basic unit is encoded, after waiting for that all elementary cells of present frame are all encoded, start second step parameter and upgrade.For C 0, its context C1 ~ C8 is encoded complete, therefore eight elementary cells all can participate in parameter renewal.Calculate C 0mAD difference in context, and the elementary cell that therefrom selection two MAD values are minimum carries out parameter renewal.MAD mathematic interpolation formula is as follows:
MAD i=|MAD act[C i]-MAD act[C 0]|i=1,2,3,...,8(15)
(6) method be averaged is adopted to calculate new bpp wand λ w:
bpp w = bpp 0 · w 0 + bpp 1 · w 1 + bpp 2 · w 2 w 0 + w 1 + w 2 - - - ( 16 )
λ w = ( λ 0 w 0 · λ 1 w 1 · λ 2 w 2 ) 1 w 0 + w 1 + w 2 - - - ( 17 )
In formula, bpp 0the actual bpp value of current basic unit, bpp 1and bpp 2participate in the actual bpp value that parameter upgrades contiguous BU.W 0, w 1, w 2be set to 1,0.5 and 0.5 respectively.
(7) second step parameter updating method is as follows:
λ c o m p a v g = α o l d · bpp a v e β o l d - - - ( 18 )
α n e w ≈ α o l d + δ α ( lnλ w - lnλ c o m p w ) · α o l d - - - ( 19 )
β n e w ≈ β o l d + δ β ( lnλ w - lnλ c o m p w ) · ln bpp w - - - ( 20 )
To sum up, two step parameter updating methods in the present invention are completed.
The concrete implementation step of elementary cell layer target bit allocation algorithm based on motion complexity that the present invention proposes is as follows:
(1) the brightness absolute difference and the average that calculate current basic unit characterize its motion complexity, and concrete formula is as follows:
Diff ( i , j ) = 1 M i , j · N i , j Σ m = 1 M i , j Σ n = 1 N i , j | I j ( m , n ) - I j , r e f ( m , n ) | - - - ( 1 )
In formula, Diff (i, j)represent absolute difference and the average of i-th the elementary cell brightness of jth width picture, M i,jand N i,jrepresent row pixel count and the row pixel count of jth width picture i-th elementary cell, represent in this elementary cell with (m, n) and be no more than M i,j, N i,ja pixel at place, I j(m, n) and I j, ref(m, n) represents jth frame and reference frame position (m, n) place pixel brightness value respectively.
(2) calculate the mean motion complexity of current basic unit place Picture, concrete formula is as follows:
Diff j a v g = 1 M j · N j Σ m = 1 M j Σ n = 1 N j | I j ( m , n ) - I j , r e f ( m , n ) | - - - ( 2 )
Wherein, M jand N jbe respectively the capable total pixel number of jth width picture and row total pixel number, other parameters define in same step (1) and describe.
(3) calculate the relative motion complexity coefficient of current basic unit, be defined as follows:
W i , j = Diff i , j Diff j a v g , i f Diff i , j ≥ T h 1 , e l s e - - - ( 3 )
Th = δDiff j avg Wherein δ gets 1.3
(4) according to the relative motion complexity coefficient of current basic unit, λ value is regulated, thus regulate target bits, make the strong elementary cell of motion Shaoxing opera be assigned to more target bit.Concrete formula is as follows:
λ value (the λ of jth width picture i-th BU i,j) be defined as:
λ i , j = λ j W i , j - - - ( 4 )
Then formula is improved to:
T i , j w = α i , j n e w · λ i , j β i , j n e w - - - ( 5 )
Model parameter wherein use the parameter that two step parameter updating methods proposed by the invention obtain.
New target bits computational methods are as follows:
T ~ i , j w = T r Σ N L W i , j × W i , j - - - ( 6 )
T i , j = T r Σ N L T ^ i , j w × T ^ i , j w - - - ( 7 )
T ^ i , j w = γ × T ~ i , j w + ( 1 - γ ) × T i , j w - - - ( 8 )
In formula, be new target bit allocation proportion, the γ of Level1 (one-level) and Level2 (secondary) picture is set as 0.5, and other are set as 0.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, all any amendments done within the spirit and principles in the present invention, equivalent replacement and improvement etc., all should be included within protection scope of the present invention.
List of references
[1] Li Bin. towards the rate-distortion optimization technical research [D] of high-performance video coding standard. China Science & Technology University, 2013.DOI:10.7666/d.Y2354181.

Claims (1)

1., based on a bit rate control method for Space-time domain context and motion complexity, comprise the following steps:
1) based on R-λ model, definition current basic unit C 0adjacent 8 elementary cells as a context, be designated as C 1~ C 8; At C 0before coding, first time renewal is carried out to its model parameter α and β; C 0context in C 1~ C 4encoded, therefore there are four kinds of parameter prediction direction;
2) calculate the MAD distance on four parameter prediction directions respectively, select from four MAD values two minimum, the elementary cell in this both direction is and C 0two elementary cells that spatial coherence is the highest; Thus the actual parameter of the encoded elementary cell in both direction is added C 0model parameter upgrade in, complete first time parameter upgrade;
3) to current basic unit C 0encode;
4) C is waited for 0all elementary cell codings of place frame are complete, start to upgrade the second step parameter of current basic unit: the context of current basic unit completes coding all, therefore its 8 context C 1~ C 8all need to calculate and C 0mAD distance, therefrom select two minimum elementary cells, use the model parameter of its actual coding to current basic unit C 0carry out the renewal of second step parameter; Model parameter after renewal is wherein i and j represents current basic unit C 0for i-th elementary cell of jth width picture;
5) model parameter after two step parameters renewals, is used to guide the target bit allocation of elementary cell layer, definition current basic unit C 0relative motion complexity coefficient W i,jcharacterize the motion intense degree of different elementary cell, W i,jcalculation procedure is as follows:
(1) brightness absolute difference and average is adopted to calculate current basic unit C 0motion complexity, formula is as follows:
Diff ( i , j ) = 1 M i , j · N i , j Σ m = 1 M i , j Σ n = 1 N i , j | I j ( m , n ) - I j , r e f ( m , n ) | - - - ( 1 )
In formula, Diff (i, j)represent absolute difference and the average of i-th the elementary cell brightness of jth width picture, M i,jand N i,jrepresent row pixel count and the row pixel count of jth width picture i-th elementary cell, represent in this elementary cell with (m, n) and be no more than M i,j, N i,ja pixel at place, I j(m, n) and I j, ref(m, n) represents jth frame and reference frame position (m, n) place pixel brightness value respectively;
(2) jth width picture mean motion complexity is calculated concrete formula is:
Diff j a v g = 1 M j · N j Σ m = 1 M j Σ n = 1 N j | I j ( m , n ) - I j , r e f ( m , n ) | - - - ( 2 )
Wherein, M jand N jbe respectively the capable total pixel number of jth width picture and row total pixel number;
(3) predetermined threshold value Th, calculates the relative motion complexity coefficient W of current basic unit i,j, computing formula is as follows:
W i , j = Diff i , j Diff j a v g , i f Diff i , j ≥ T h 1 , e l s e - - - ( 3 )
T h = δDiff j a v g Wherein δ gets 1.3;
6) current basic unit C is used 0w i,jregulate the λ value of current basic unit, make λ value adapt to the motion intense degree of different elementary cell, thus be embodied as the target of the more violent more bits of elementary cell distribution of motion: the λ value λ of jth width picture i-th BU i,jbe defined as:
λ i , j = λ j W i , j - - - ( 4 )
Wherein, λ jrepresent the λ value of jth width picture;
Then elementary cell target bits computing formula be improved to:
T i , j w = α i , j n e w · λ i , j β i , j n e w - - - ( 5 )
Model parameter wherein use step 4) in the parameter that obtains of two step parameter updating methods.
CN201510546437.XA 2015-08-31 2015-08-31 A kind of bit rate control method based on Space-time domain context and motion complexity Expired - Fee Related CN105163119B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510546437.XA CN105163119B (en) 2015-08-31 2015-08-31 A kind of bit rate control method based on Space-time domain context and motion complexity

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510546437.XA CN105163119B (en) 2015-08-31 2015-08-31 A kind of bit rate control method based on Space-time domain context and motion complexity

Publications (2)

Publication Number Publication Date
CN105163119A true CN105163119A (en) 2015-12-16
CN105163119B CN105163119B (en) 2018-03-02

Family

ID=54803859

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510546437.XA Expired - Fee Related CN105163119B (en) 2015-08-31 2015-08-31 A kind of bit rate control method based on Space-time domain context and motion complexity

Country Status (1)

Country Link
CN (1) CN105163119B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103634601A (en) * 2013-12-02 2014-03-12 国家广播电影电视总局广播科学研究院 Structural similarity-based efficient video code perceiving code rate control optimizing method
CN103888765A (en) * 2014-03-27 2014-06-25 天格科技(杭州)有限公司 H.265 rate control method for improved R-lambda model
CN104079933A (en) * 2014-07-09 2014-10-01 上海君观信息技术有限公司 Low-latency code rate control method and bit number distribution method suitable for HEVC
CN104104951A (en) * 2014-07-30 2014-10-15 北京邮电大学 Rate control method for screen content coding in HEVC
CN104796705A (en) * 2015-04-22 2015-07-22 福州大学 SSIM (structural similarity) based HEVC (high efficiency video coding) video coding rate distortion optimizing and rate control algorithms

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103634601A (en) * 2013-12-02 2014-03-12 国家广播电影电视总局广播科学研究院 Structural similarity-based efficient video code perceiving code rate control optimizing method
CN103888765A (en) * 2014-03-27 2014-06-25 天格科技(杭州)有限公司 H.265 rate control method for improved R-lambda model
CN104079933A (en) * 2014-07-09 2014-10-01 上海君观信息技术有限公司 Low-latency code rate control method and bit number distribution method suitable for HEVC
CN104104951A (en) * 2014-07-30 2014-10-15 北京邮电大学 Rate control method for screen content coding in HEVC
CN104796705A (en) * 2015-04-22 2015-07-22 福州大学 SSIM (structural similarity) based HEVC (high efficiency video coding) video coding rate distortion optimizing and rate control algorithms

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李斌: "面向高性能视频编码标准的率失真优化技术研究", 《信息科技辑》 *

Also Published As

Publication number Publication date
CN105163119B (en) 2018-03-02

Similar Documents

Publication Publication Date Title
CN103873861B (en) Coding mode selection method for HEVC (high efficiency video coding)
CN103517069B (en) A kind of HEVC intra-frame prediction quick mode selection method based on texture analysis
CN103561266B (en) The bit rate control method distributed based on logarithm R-Q model and stratification bit
CN103634601B (en) Structural similarity-based efficient video code perceiving code rate control optimizing method
CN108063944B (en) Perception code rate control method based on visual saliency
CN105049850A (en) HEVC (High Efficiency Video Coding) code rate control method based on region-of-interest
CN103888762B (en) Video coding framework based on HEVC standard
CN102137258B (en) Method for controlling three-dimensional video code rates
CN103067704B (en) A kind of method for video coding of skipping in advance based on coding unit level and system
CN100574447C (en) Fast intraframe predicting mode selecting method based on the AVS video coding
CN103188496A (en) Fast motion estimation video encoding method based on motion vector distribution forecast
CN105120282A (en) Code rate control bit distribution method of temporal dependency
CN104349167B (en) A kind of method of adjustment of Video coding rate-distortion optimization
CN104320658A (en) HEVC (High Efficiency Video Coding) fast encoding method
CN104796705A (en) SSIM (structural similarity) based HEVC (high efficiency video coding) video coding rate distortion optimizing and rate control algorithms
CN105120295A (en) HEVC complexity control method based on quadtree coding segmentation
CN110446052A (en) The quick CU depth selection method of depth map in a kind of 3D-HEVC frame
CN101888561B (en) Multi-view video transmission error control method for rate distortion optimization dynamic regulation
CN110139101B (en) Frame-level bit distribution method based on lambda domain code rate control
CN103634600B (en) A kind of Video Encoding Mode system of selection based on SSIM evaluation, system
CN106454360B (en) The code rate estimation method of intraframe coding in Video coding
CN103096076B (en) Method for video coding
CN102946533B (en) Video coding
CN101511026B (en) Code rate control method for AVS secondary encode based on scene
CN103391439A (en) H.264/AVC code rate control method based on active macroblock concealment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20180302

Termination date: 20210831