CN103517069A - HEVC intra-frame prediction quick mode selection method based on texture analysis - Google Patents

HEVC intra-frame prediction quick mode selection method based on texture analysis Download PDF

Info

Publication number
CN103517069A
CN103517069A CN201310445775.5A CN201310445775A CN103517069A CN 103517069 A CN103517069 A CN 103517069A CN 201310445775 A CN201310445775 A CN 201310445775A CN 103517069 A CN103517069 A CN 103517069A
Authority
CN
China
Prior art keywords
unit
texture
hevc
threshold value
present encoding
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
CN201310445775.5A
Other languages
Chinese (zh)
Other versions
CN103517069B (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.)
Beijing Ckleader Software Technology Co ltd
Original Assignee
Beihang 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 Beihang University filed Critical Beihang University
Priority to CN201310445775.5A priority Critical patent/CN103517069B/en
Publication of CN103517069A publication Critical patent/CN103517069A/en
Application granted granted Critical
Publication of CN103517069B publication Critical patent/CN103517069B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The invention discloses an HEVC intra-frame prediction quick mode selection method based on texture analysis. According to the method, before intra-frame prediction is carried out on an encoding tree unit, the main texture direction and the texture complexity of each 4*4 unit in the encoding tree unit are determined according to the sum of absolute values of gradients in the horizontal direction, the vertical direction, the lower left direction and the lower right direction, and division of the current encoding tree unit is determined according to the principle that a larger encoding unit is adopted in a texture smooth area and a smaller encoding unit is adopted in a texture complex area. During prediction, according to the main texture direction of the prediction unit, a plurality of prediction modes with least probability are eliminated, and rough mode selection and rate-distortion optimization mode selection are carried out according to an HEVC encoding standard. According to the HEVC intra-frame prediction quick mode selection method based on texture analysis, on the premise that encoding quality is guaranteed, the encoding speed can be obviously improved.

Description

A kind of HEVC infra-frame prediction fast schema selection method based on texture analysis
Technical field
The invention belongs to multimedia coding field, be specifically related to a kind of infra-frame prediction fast schema selection method for HEVC video encoding standard, is a kind of method of carrying out coding unit division and prediction direction fast mode decision according to analyzing image texture.
Background technology
Along with video encoding standard HEVC(High Efficiency Video Coding of new generation) issue, the code efficiency of video further promotes.Than before video encoding standard H.264/AVC, the in the situation that of same-code quality, can save nearly half code check, yet this take and sacrifices encoder complexity as cost.How, not changing code flow structure and keeping, under the prerequisite of original code check, farthest reducing algorithm complex, significantly improving coding rate, is the key point of HEVC large-scale promotion and application.
Intraframe coding can provide reference information for interframe encode, and can stop the error drift being caused by error code, and therefore in Video coding, intraframe coding is absolutely necessary.Affect HEVC intraframe coding consuming time mainly contain two parts: the division of coding unit and the selection of prediction direction.
Quick division for coding unit mainly contains two kinds of methods, the one, the basis rate distortion costs of coding unit utilizes the method for the statistical learnings such as Bayes to determine the division of coding unit, yet the learning outcome of off-line can not well be common to all video sequences, and online mode of learning can be introduced extra computation complexity again; The 2nd, according to the picture material complexity of present encoding unit, determine the division of coding unit, the key of this method is computed image complexity and selects suitable threshold value.
Fast mode decision for prediction direction mainly contains three kinds of methods, the one, according to thering is stronger correlation between adjacent area or consecutive frame, utilize the prediction direction Candidate Set of the information reduction present encoding unit of coding unit around, yet in practical application, often occur that scene is switched or the video of texture-rich, in this case temporal correlation a little less than, cause coding efficiency obviously to decline; The 2nd, utilize correlation higher between the grain direction of best prediction direction and coding unit, reduce the quantity of candidate's prediction direction; The 3rd, by a kind of mode of low complex degree, estimate the code check of each predictive mode and the computation complexity of distortion reduction rate distortion costs, this method has retained all prediction direction, and do not increase extra computation complexity, but because the randomness of natural image video sequence is stronger, be difficult to a rate distortion estimation model that is applicable to all video sequences of structure, than second method, the coding efficiency of this method declines obvious.
In video encoding standard of new generation, HEVC has introduced new code tree unit (Coding Tree Unit, CTU) concept, for substituting the macro block concept of existing video encoding standard, also has in addition the concepts such as coding unit, predicting unit, converter unit.Code tree unit is the quad-tree structure of a recurrence, and the degree of depth can from 0 to 3, and the size of coding unit can from 64 * 64 to 8 * 8.For minimum coding unit, the intraframe coding of HEVC can be divided into again 4 * 4 predicting unit, and the size of predicting unit can from 64 * 64 to 4 * 4.And for infra-frame prediction, HEVC provides 35 kinds of predictive modes to each predicting unit.Than existing video encoding standard H.264/AVC, the optimization problem that coding unit is divided and prediction direction is selected is more complicated.The present invention describes according to the image complexity of texture analysis structure present encoding tree unit, and determines fast accordingly the division of coding unit; Utilize correlation stronger between grain direction that texture analysis obtains and prediction direction, reduce the quantity of predictive mode.
Summary of the invention
In order to overcome the above-mentioned defect of prior art, the present invention proposes a kind of HEVC infra-frame prediction fast schema selection method based on texture analysis, the method is determined the division of code tree unit according to the complexity of video content, and according to the grain direction of image, reduces the Candidate Set of prediction direction.Experimental results show that this method can be good at adapting to the Real Time Compression application of high clear video image, has improved coding rate greatly.
For achieving the above object, the technical solution used in the present invention is:
A HEVC infra-frame prediction fast schema selection method for texture analysis, the method step is as follows:
Step (1), to present encoding tree unit, calculate image complexity and the main grain direction of each possible coding unit;
Step (2), to present encoding tree unit, according to Z scanning sequency from top to bottom repeated execution of steps (3) to step (6), until scanned present encoding tree unit;
Step (3), if the image complexity of present encoding unit is less than or equal to threshold value, is judged that this coding unit is as smooth unit, otherwise is judged to be complex unit;
Step (4), for level and smooth coding unit, utilize step (5) to calculate the rate distortion costs of present encoding unit;
Step (5), for each predicting unit in present encoding unit, retain the main grain direction in this unit 8 prediction direction and planar prediction and DC predictive mode around, according to HEVC video encoding standard, carry out that coarse mode is selected and rate-distortion optimization selection;
Step (6), for complicated coding unit, according to step (3) to four subelements of step (6) successively recursive scanning, if four subelements are all judged to be smooth unit, utilize step (5) to calculate the rate distortion costs of present encoding unit, and judge that according to rate distortion costs minimum principle whether present encoding unit is divided, and upgrades threshold value simultaneously.
Described step (1) specifically comprises the steps:
Step (11), to each 4 * 4 the unit in present encoding tree unit, respectively along absolute value and the SAG of level, vertical, lower-left, bottom right four direction compute gradient compute gradient;
Step (12), using minimal gradient absolute value and gradient direction as the main grain direction of this unit, described main grain direction refers to the grain direction of the most of pixel in this unit;
Step (13), the absolute value that SAG on main grain direction and its orthogonal direction is differed from are defined as the Texture complication of this unit, and utilize the product of quantization step and this cell size as initial threshold.
Described step (5) specifically comprises the steps:
Step (51), define candidate's predictive mode array;
Step (52), according to step (1), obtain the main grain direction of current predicting unit, and using main grain direction and 8 prediction direction around thereof as candidate's prediction direction;
Step (53), candidate's prediction direction is mapped to the angle predictive mode in HEVC coding standard, and adds the angle predictive mode of selection and planar and DC pattern to candidate's predictive mode array;
Step (54), to each predictive mode in candidate's predictive mode array, according to HEVC coding standard, carry out coarse mode selection and R-D optimized mode selection.
Described step (6) specifically comprises the steps:
Step (61), according to step (3) to four subelements of step (6) successively recursive scanning, if four subelements are all judged to be smooth unit, utilize step (5) to calculate the rate distortion costs Cost of present encoding unit coarse, otherwise the subelement of next level of continuation recursive scanning;
Step (62) is if the rate distortion costs Cost of present encoding unit coarsethe rate distortion costs and the Cost that are less than or equal to four subelements fine, threshold value is tuned up, otherwise threshold value is turned down.
The update strategy that in described step (62), threshold value tunes up is:
TH′=TH+α×(Cost fine-Cost coarse)/2
In formula, TH is the threshold value before upgrading, and TH ' is the threshold value after upgrading, and α is the multiplication factor of the linear model between Texture complication and rate distortion costs.
The update strategy that in described step (62), threshold value is turned down is:
TH′=TH-a
In formula, TH is the threshold value before upgrading, and TH ' is the threshold value after upgrading, and a is constant.
The present invention's advantage is compared with prior art:
1, the present invention is from the angle of texture analysis, the selection of the division of code tree unit and prediction direction is taken into consideration, utilize gradient can either extract Texture complication and can extract the direction of texture again, guaranteeing, under the prerequisite of coding quality, can to save the more scramble time.
2, the present invention upgrades in time and determines the threshold value whether coding unit is divided according to final rate distortion costs, can make full use of the strong correlation of adjacent area in code tree unit, to weaken threshold value, chooses the impact on coding quality.
Accompanying drawing explanation
Fig. 1 is the HEVC infra-frame prediction fast schema selection method flow chart based on texture analysis;
Fig. 2 is the code tree dividing elements structure chart in HEVC video encoding standard;
Fig. 3 is direction gradient computational methods schematic diagrames;
Fig. 4 is that the coding unit based on gradient is divided detail flowchart fast.
Embodiment
Below in conjunction with the drawings and specific embodiments, the present invention is further illustrated.
In order to meet the Real Time Compression application demand of high clear video image, improve the coding rate of HEVC video encoder, the present invention proposes a kind of HEVC infra-frame prediction fast schema selection method based on texture analysis.The method mainly comprises two parts: the coding unit based on Texture complication divides fast and the predictive mode based on grain direction is selected fast, the quick division of coding unit relates to step (1) in summary of the invention to step (4) and step (6), and the quick selection of predictive mode relates to the step (5) in summary of the invention.First utilize gradient operator to calculate the complexity of each subelement in present encoding tree unit, determine a thinner coding unit division, according to this, divide and determine a thicker coding unit division again, finally according to the rate distortion costs of follow-up infra-frame prediction, determine final coding unit division; In selecting the process of optimum prediction direction, exclude with main grain direction and differ predictive mode far away, to save the time of infra-frame prediction.Launch below to illustrate.
1. the coding unit based on Texture complication is divided fast
The video encoding standard HEVC of a new generation has introduced code tree unit (Coding Tree Unit, CTU) concept, and a frame video is comprised of the code tree unit of a plurality of non-overlapping copies.Under default situations, the size of code tree unit is 64 * 64.Code tree unit is the recursive structure of a quaternary tree form, and it can be divided into the coding unit of many levels flexibly, as shown in Figure 1.The size of coding unit can from 64 * 64 to 8 * 8.In the reference encoder device of HEVC standard, the method that utilance aberration optimizing is selected to each possible division all once predict, convert, the process such as quantification, entropy coding, inverse quantization, inverse transformation, reconstruction, than H.264/AVC, encoder complexity significantly promotes, and has seriously restricted the practical application of HEVC.
Statistics is found by experiment, and the size of coding unit and the Texture complication of picture material are closely related.The simple region of texture adopts larger coding unit, and the region of texture complexity adopts less coding unit.The metric form of Texture complication has multiple, as variance, gradient, entropy etc.Gradient not only comprises the Texture complication information of image, has also comprised the grain direction information of image, can assist to determine fast the predictive mode of predicting unit.Based on this, the present invention proposes a kind of coding unit fast separating method based on gradient.
Before introducing the quick execution mode of dividing of coding unit, the definition of the computational methods of the gradient of using in given first the present invention and main grain direction, Texture complication.Gradient in the present invention refers to the directional derivative that pixel brightness value obtains along directions such as level, vertical, lower-left, bottom rights, as shown in Figure 3.Computing formula is as shown in the formula of (1)-(4).
g h ( x , y ) = p ( x , y ) - p ( x + 2 , y ) g h ( x + 1 , y ) = p ( x + 1 , y ) - p ( x + 3 , y ) g h ( x , y + 1 ) = p ( x , y + 2 ) - p ( x + 2 , y + 2 ) g h ( x + 1 , y + 1 ) = p ( x + 1 , y + 2 ) - p ( x + 3 , y + 2 ) - - - ( 1 )
g v ( x , y ) = p ( x , y ) - p ( x , y + 2 ) g v ( x + 1 , y ) = p ( x + 2 , y ) - p ( x + 2 , y + 2 ) g v ( x , y + 1 ) = p ( x + 1 , y + 1 ) - p ( x + 1 , y + 3 ) g v ( x + 1 , y + 1 ) = p ( x + 3 , y + 1 ) - p ( x + 3 , y + 3 ) - - - ( 2 )
g ld ( x , y ) = 2 [ p ( x , y ) - p ( x + 2 , y + 2 ) ] g ld ( x + 1 , y ) = 2 [ p ( x + 1 , y ) - p ( x + 3 , y + 2 ) ] g ld ( x , y + 1 ) = 2 [ p ( x , y + 1 ) - p ( x + 2 , y + 3 ) ] g ld ( x + 1 , y + 1 ) = 2 [ p ( x + 1 , y + 1 ) - p ( x + 3 , y + 3 ) ] - - - ( 3 )
g rd ( x , y ) = 2 [ p ( x + 2 , y ) - p ( x , y + 2 ) ] g rd ( x + 1 , y ) = 2 [ p ( x + 3 , y ) - p ( x + 1 , y + 2 ) ] g rd ( x , y + 1 ) = 2 [ p ( x + 2 , y + 1 ) - p ( x , y + 3 ) ] g rd ( x + 1 , y + 1 ) = 2 [ p ( x + 3 , y + 1 ) - p ( x + 1 , y + 3 ) ] - - - ( 4 )
G in formula h(), g v(), g ld(), g rd() represents respectively the gradient filter in level, vertical, lower-left, lower right, and p () represents the luminance component pixel value in present encoding tree unit, and (x, y) represents the coordinate of each 4 * 4 unit top left corner pixel.In the present invention, utilize SAG to represent along the gradient absolute value of a direction and, computing formula is as shown in (5) formula.
SAG dir=∑|g dir(x,y)|,dir∈{h,v,ld,rd} (5)
Using minimal gradient absolute value and direction as main grain direction, the gradient absolute value of main grain direction and be denoted as SAG min, the gradient absolute value of its orthogonal direction and be denoted as SAG org.Texture complication complexity is defined as SAG orgwith SAG minbetween difference, that is:
complexity=SAG org-SAG min (6)
The detailed process of dividing as shown in Figure 4.To each code tree unit, be first divided into the unit of N * N 4 * 4, to each unit Grad in calculated level, vertical, lower-left, lower right respectively.Then Texture complication and the division to each coding unit of calculating of code tree unit from 64 * 64 to 8 * 8 recurrence, finally determines the division of whole code tree unit.Recursive procedure is described below:
(1), to present encoding unit, (5) formula of utilization is calculated respectively gradient absolute value and the SAG on four direction h, SAG v, SAG ld, SAG rd, and obtain main grain direction and the Texture complication complexity of present encoding unit.
(2) if the Texture complication complexity of present encoding unit is less than threshold value TH, directly present encoding unit is set to smooth region, and calculation rate distortion cost, no longer divides, and returns to last layer recurrence.
(3) otherwise, check whether present encoding unit can be divided, if cannot divide, calculation rate distortion cost return to last layer recurrence.
(4) otherwise, by present encoding dividing elements, be four subelements, enter successively lower one deck recurrence.
(5) check whether four subelements are all confirmed as smooth region, and smooth region calculates the rate distortion costs of present encoding unit in this way, otherwise go to step (8).
(6) if the rate distortion costs of present encoding unit be less than or equal to four subelements rate distortion costs and, present encoding unit is not divided, and threshold value TH is tuned up simultaneously.
(7) if the rate distortion costs of present encoding unit be greater than four subelements rate distortion costs and, present encoding dividing elements, simultaneously that threshold value TH fine setting is little.
(8) detect whether there is not coding unit, if having, return to last layer recurrence, otherwise exit recurrence.
In general, the distortion that the corresponding encoder of existing video encoding standard produces is mainly caused by quantification, if the difference between neighbor is less than quantization step, illustrates that this difference has not just existed after quantizing.Therefore can set by quantization step the threshold value of Texture complication, yet quantization step in video encoding standard is for transform domain.The present invention, according to the law of conservation of energy between spatial domain and transform domain, is defined as the size of present encoding unit and the product of quantization step, i.e. TH=CUsize * QPstep by the initial threshold in recursive procedure.
The update strategy that threshold value TH tunes up is: TH '=TH+ α * (Cost fine-Cost coarse)/2, the α is here the multiplication factor of the linear model between Texture complication and rate distortion costs.
Threshold value TH finely tunes little update strategy: TH ' is TH '=TH-a, and a is here constant.
So just can be according to the division of Texture complication and rate distortion costs acquisition code tree unit.
2. the predictive mode based on grain direction is selected fast
Than H.264/AVC, video encoding standard HEVC of new generation has introduced the concept of predicting unit (Prediction Unit, PU).For infra-frame prediction, predicting unit has two kinds of dividing mode.For minimum coding unit, predicting unit can be identical with coding unit, also can on coding unit basis, divide by further four forks; And for remaining coding unit, predicting unit can only be identical with coding unit.HEVC also provides more meticulous prediction direction simultaneously, and each predicting unit has 35 kinds of predictive modes, has greatly increased encoder complexity.
Improve code efficiency be at all guaranteeing, under the prerequisite of coding quality, to reduce candidate's predictive mode as far as possible.Generally, final predictive mode and the grain direction of selecting is close.Table 1 has provided the optimum prediction mode probability close with grain direction in various predicting unit.As can be seen from the table, the probability that optimum prediction mode and grain direction are close can reach more than 80%.In addition, in the quick division of first step coding unit of the present invention, obtained the main grain direction of each coding unit.Therefore, can utilize this intermediate object program to reduce the quantity of candidate's predictive mode as far as possible, thereby improve code efficiency.It should be noted that, for all predicting unit, the planar that HEVC provides and DC predictive mode all retain, and the present invention only considers to reduce candidate's prediction direction of angle prediction.
The probability that each predicting unit of table 1 optimum prediction mode under different quantization steps is close with grain direction
Quantization step 64×64 32×32 16×16 8×8 4×4
22 100% 79.63% 80.76% 84.32% 87.45%
27 86.36% 78.80% 83.64% 87.67% 89.24%
32 80.43% 82.21% 89.47% 88.88% 89.86%
37 78.67% 86.53% 89.83% 89.20% 89.06%
On average 86.37% 81.79% 85.93% 87.52% 88.90%
The probability close with grain direction due to optimum prediction mode is higher, and the present invention utilizes main grain direction several prediction direction around to carry out angle prediction.Embodiment is as follows:
(1) define candidate's predictive mode array that a size is 11, for storing candidate's predictive mode of screening, comprising planar pattern, DC pattern, main grain direction and main grain direction some prediction direction around.In specific embodiment of the invention, in main grain direction both sides, 4 prediction direction have respectively been got.
(2) obtain the corresponding prediction mode number mode of main grain direction of current predicting unit texture, and utilize formula (7) to calculate angle estimation range [mode left, mode right].
mode left = mode texture - 4 mode right = mode texture + 4 - - - ( 7 )
(3) utilize formula (8) to obtain the predictive mode in main grain direction left side.
mode Idx = mode + 33 mode < 2 mode Idx = mode mode &GreaterEqual; 2 , mode &Element; [ mode left , mode texture - 1 ] - - - ( 8 )
(4) utilize formula (9) to obtain the predictive mode on main grain direction right side.
mode Idx = mode - 33 mode > 34 mode Idx = mode mode &le; 34 , mode &Element; [ mode texture + 1 , mode right ] - - - ( 9 )
(5) to candidate's predictive mode set of screening, { modeIdx} stores in candidate's predictive mode array.According to coarse mode selection and rate-distortion optimization in HEVC standard, select therefrom to choose best predictive mode.
Disclosed is above only specific embodiments of the invention.According to technological thought provided by the invention, those skilled in the art can think and variation, all should fall within the scope of protection of the present invention.

Claims (6)

1. the HEVC infra-frame prediction fast schema selection method based on texture analysis, is characterized in that: the method step is as follows:
Step (1), to present encoding tree unit, calculate image complexity and the main grain direction of each possible coding unit;
Step (2), to present encoding tree unit, according to Z scanning sequency from top to bottom repeated execution of steps (3) to step (6), until scanned present encoding tree unit;
Step (3), if the image complexity of present encoding unit is less than or equal to threshold value, is judged that this coding unit is as smooth unit, otherwise is judged to be complex unit;
Step (4), for level and smooth coding unit, utilize step (5) to calculate the rate distortion costs of present encoding unit;
Step (5), for each predicting unit in present encoding unit, only retain the main grain direction in this unit 8 prediction direction and planar prediction and DC predictive mode around, according to HEVC video encoding standard, carry out that coarse mode is selected and rate-distortion optimization selection;
Step (6), for complicated coding unit, according to step (3) to four subelements of step (6) successively recursive scanning, if four subelements are all judged to be smooth unit, utilize step (5) to calculate the rate distortion costs of present encoding unit, and judge that according to rate distortion costs minimum principle whether present encoding unit is divided, and upgrades threshold value simultaneously.
2. the HEVC infra-frame prediction fast schema selection method based on texture analysis as claimed in claim 1, is characterized in that: described step (1) specifically comprises the steps:
Step (11), to each 4 * 4 the unit in present encoding tree unit, respectively along absolute value and the SAG of level, vertical, lower-left, bottom right four direction compute gradient compute gradient;
Step (12), using minimal gradient absolute value and gradient direction as the main grain direction of this unit, described main grain direction refers to the grain direction of the most of pixel in this unit;
Step (13), the absolute value that SAG on main grain direction and its orthogonal direction is differed from are defined as the Texture complication of this unit, and utilize the product of quantization step and this cell size as initial threshold.
3. the HEVC infra-frame prediction fast schema selection method based on texture analysis as claimed in claim 1, is characterized in that: described step (5) specifically comprises the steps:
Step (51), define candidate's predictive mode array;
Step (52), according to step (1), obtain the main grain direction of current predicting unit, and using main grain direction and 8 prediction direction around thereof as candidate's prediction direction;
Step (53), candidate's prediction direction is mapped to the angle predictive mode in HEVC coding standard, and adds the angle predictive mode of selection and planar and DC pattern to candidate's predictive mode array;
Step (54), to each predictive mode in candidate's predictive mode array, according to HEVC coding standard, carry out coarse mode selection and R-D optimized mode selection.
4. the HEVC infra-frame prediction fast schema selection method based on texture analysis as claimed in claim 1, is characterized in that: described step (6) specifically comprises the steps:
Step (61), according to step (3) to four subelements of step (6) successively recursive scanning, if four subelements are all judged to be smooth unit, utilize step (5) to calculate the rate distortion costs Cost of present encoding unit coarse, otherwise the subelement of next level of continuation recursive scanning;
Step (62) is if the rate distortion costs Cost of present encoding unit coarsethe rate distortion costs and the Cost that are less than or equal to four subelements fine, threshold value is tuned up, otherwise threshold value is turned down.
5. the HEVC infra-frame prediction fast schema selection method based on texture analysis as claimed in claim 4, is characterized in that: the update strategy that in described step (62), threshold value tunes up is:
TH′=TH+α×(Cost fine-Cost coarse)/2
In formula, TH is the threshold value before upgrading, and TH ' is the threshold value after upgrading, and α is the multiplication factor of the linear model between Texture complication and rate distortion costs.
6. the HEVC infra-frame prediction fast schema selection method based on texture analysis as claimed in claim 4, is characterized in that: the update strategy that in described step (62), threshold value is turned down is:
TH′=TH-a
In formula, TH is the threshold value before upgrading, and TH ' is the threshold value after upgrading, and a is constant.
CN201310445775.5A 2013-09-25 2013-09-25 A kind of HEVC intra-frame prediction quick mode selection method based on texture analysis Expired - Fee Related CN103517069B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310445775.5A CN103517069B (en) 2013-09-25 2013-09-25 A kind of HEVC intra-frame prediction quick mode selection method based on texture analysis

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310445775.5A CN103517069B (en) 2013-09-25 2013-09-25 A kind of HEVC intra-frame prediction quick mode selection method based on texture analysis

Publications (2)

Publication Number Publication Date
CN103517069A true CN103517069A (en) 2014-01-15
CN103517069B CN103517069B (en) 2016-10-26

Family

ID=49898986

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310445775.5A Expired - Fee Related CN103517069B (en) 2013-09-25 2013-09-25 A kind of HEVC intra-frame prediction quick mode selection method based on texture analysis

Country Status (1)

Country Link
CN (1) CN103517069B (en)

Cited By (51)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103957414A (en) * 2014-04-16 2014-07-30 安科智慧城市技术(中国)有限公司 HEVC intra-frame prediction coding method and system
CN103957415A (en) * 2014-03-14 2014-07-30 北方工业大学 Coding unit (CU) segmentation method and apparatus based on screen content video
CN103997645A (en) * 2014-04-29 2014-08-20 长沙理工大学 Quick HEVC intra-frame coding unit and pattern decision method
CN104363450A (en) * 2014-11-27 2015-02-18 北京奇艺世纪科技有限公司 Intra-frame coding mode decision-making method and device
CN104639940A (en) * 2015-03-06 2015-05-20 宁波大学 Quick HEVC (High Efficiency Video Coding) inter-frame prediction mode selection method
CN104683804A (en) * 2015-02-14 2015-06-03 北京航空航天大学 Parameter-adaptive multidimensional bit rate control method based on video content characteristics
CN104796701A (en) * 2015-03-27 2015-07-22 北京君正集成电路股份有限公司 Predication mode determination method and device based on HEVC (High Efficiency Video Coding)
CN104811730A (en) * 2015-04-29 2015-07-29 武汉光发科技有限公司 Video image intra-frame encoding unit texture analysis and encoding unit selection method
CN104883565A (en) * 2014-12-31 2015-09-02 乐视网信息技术(北京)股份有限公司 Decision-making method and device for intra-frame prediction mode of high efficiency video coding
CN104883566A (en) * 2015-05-27 2015-09-02 复旦大学 Rapid algorithm suitable for intra-frame prediction block size division of HEVC standard
CN104902276A (en) * 2015-05-15 2015-09-09 腾讯科技(北京)有限公司 Conversion unit diversion method and device
CN104954800A (en) * 2014-03-28 2015-09-30 炬芯(珠海)科技有限公司 Method for rapidly determining intra-frame prediction mode of video code and device thereof
CN105208387A (en) * 2015-10-16 2015-12-30 浙江工业大学 HEVC intra-frame prediction mode fast selection method
CN105391999A (en) * 2015-10-30 2016-03-09 北京奇艺世纪科技有限公司 Coding mode judging method and device
CN105491385A (en) * 2015-12-02 2016-04-13 同济大学 Quick deciding method for division of HEVC intraframe coding units
CN105812799A (en) * 2014-12-31 2016-07-27 阿里巴巴集团控股有限公司 Fast selecting method of prediction mode in video frame and device thereof
CN105847838A (en) * 2016-05-13 2016-08-10 南京信息工程大学 HEVC intra-frame prediction method
CN106162167A (en) * 2015-03-26 2016-11-23 中国科学院深圳先进技术研究院 Efficient video coding method based on study
CN103888762B (en) * 2014-02-24 2017-01-11 西南交通大学 Video coding framework based on HEVC standard
WO2017075810A1 (en) * 2015-11-06 2017-05-11 华为技术有限公司 Method and apparatus for de-quantization of transform coefficients, and decoding device
CN106973292A (en) * 2017-02-27 2017-07-21 华侨大学 A kind of 3D HEVC inter prediction fast schema selection methods based on coloured image texture features
CN107071416A (en) * 2017-01-06 2017-08-18 华南理工大学 A kind of HEVC Adaptive Mode Selection Method for Intra-Prediction
CN107071496A (en) * 2017-05-14 2017-08-18 北京工业大学 A kind of H.265/HEVC interframe encode unit depth fast selecting method
CN108259918A (en) * 2016-12-29 2018-07-06 北京金山云网络技术有限公司 A kind of coding unit mode decision method and device
CN108322743A (en) * 2018-02-28 2018-07-24 中南大学 Fast selecting method in a kind of frame of the inseparable quadratic transformation pattern based on pattern dependency characteristic
CN108881908A (en) * 2018-05-28 2018-11-23 北方工业大学 Quick partitioning based on coding unit Texture complication in Video coding
CN108881904A (en) * 2018-06-25 2018-11-23 中山大学 Quick decision method, device and storage medium in frame based on Sobel operator
CN109089114A (en) * 2018-09-28 2018-12-25 河海大学 A kind of screen content encryption algorithm of the virtual reality device of complicacy self-adaptive
CN109361922A (en) * 2018-10-26 2019-02-19 西安科锐盛创新科技有限公司 Predict quantization coding method
CN109413421A (en) * 2018-10-26 2019-03-01 西安科锐盛创新科技有限公司 Method for video coding, equipment and video encoding/decoding method, equipment
CN109462758A (en) * 2018-10-09 2019-03-12 深圳市网心科技有限公司 Intra prediction mode determines method, electronic equipment, system and storage medium
CN109510995A (en) * 2018-10-26 2019-03-22 西安科锐盛创新科技有限公司 A kind of prediction technique based on video compress
CN109561303A (en) * 2018-10-26 2019-04-02 西安科锐盛创新科技有限公司 A kind of prediction technique based on video compress
CN109561307A (en) * 2018-10-26 2019-04-02 西安科锐盛创新科技有限公司 The multi-direction prediction technique of block scan is jumped in bandwidth reduction
CN109587494A (en) * 2018-10-26 2019-04-05 西安科锐盛创新科技有限公司 The prediction technique of video compress
CN109587481A (en) * 2018-10-26 2019-04-05 西安科锐盛创新科技有限公司 Method for video coding and equipment
CN109587491A (en) * 2017-09-28 2019-04-05 腾讯科技(深圳)有限公司 A kind of intra-frame prediction method, device and storage medium
CN109963151A (en) * 2017-12-14 2019-07-02 腾讯科技(深圳)有限公司 Coding unit, which divides, determines method and device, terminal device and readable storage medium storing program for executing
CN109982079A (en) * 2019-04-03 2019-07-05 北京电子工程总体研究所 A kind of method for choosing frame inner forecast mode of combination texture space correlation
CN110113601A (en) * 2019-04-11 2019-08-09 中南大学 Fast algorithm selection method in HEVC frame based on video pictures textural characteristics
CN110213588A (en) * 2019-06-25 2019-09-06 浙江大华技术股份有限公司 Airspace Candidate Motion information acquisition method, device, codec and storage device
CN110708546A (en) * 2019-09-20 2020-01-17 中山大学 Intra-frame mode selection and division method, system and storage medium for multifunctional video coding
CN111107359A (en) * 2019-12-16 2020-05-05 暨南大学 Intra-frame prediction coding unit dividing method suitable for HEVC standard
WO2020181471A1 (en) * 2019-03-11 2020-09-17 Oppo广东移动通信有限公司 Intra-frame prediction method and apparatus, and computer storage medium
CN111885382A (en) * 2020-06-23 2020-11-03 北京工业职业技术学院 Intra-frame chroma prediction mode fast selection
CN112383774A (en) * 2020-10-30 2021-02-19 网宿科技股份有限公司 Encoding method, encoder and server
WO2021032171A1 (en) * 2019-08-21 2021-02-25 Zhejiang Dahua Technology Co., Ltd. Linear model prediction method and coder
CN112689146A (en) * 2020-12-18 2021-04-20 重庆邮电大学 Heuristic learning-based VVC intra-frame prediction rapid mode selection method
CN113079374A (en) * 2021-03-03 2021-07-06 北京银河信通科技有限公司 Image encoding method and apparatus
CN113194311A (en) * 2021-04-27 2021-07-30 北京京东方技术开发有限公司 Image processing method, image processor and storage medium
CN115550645A (en) * 2022-12-02 2022-12-30 杭州未名信科科技有限公司 Method and device for determining intra-frame prediction mode, storage medium and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1662066A (en) * 2004-02-26 2005-08-31 中国科学院计算技术研究所 Method for selecting predicting mode within frame
CN101325707A (en) * 2007-06-12 2008-12-17 浙江大学 System for encoding and decoding texture self-adaption video
CN103297781A (en) * 2013-06-07 2013-09-11 安科智慧城市技术(中国)有限公司 High efficiency video coding (HEVC) intraframe coding method, device and system based on texture direction

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1662066A (en) * 2004-02-26 2005-08-31 中国科学院计算技术研究所 Method for selecting predicting mode within frame
CN101325707A (en) * 2007-06-12 2008-12-17 浙江大学 System for encoding and decoding texture self-adaption video
CN103297781A (en) * 2013-06-07 2013-09-11 安科智慧城市技术(中国)有限公司 High efficiency video coding (HEVC) intraframe coding method, device and system based on texture direction

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
YONGFEI ZHANG;ZHE LI;BO LI: "Gradient-based fast decision for intra prediction in HEVC", 《VISUAL COMMUNICATION AND IMAGE PROCESSING》, vol. 42, no. 4, 30 November 2012 (2012-11-30) *

Cited By (93)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103888762B (en) * 2014-02-24 2017-01-11 西南交通大学 Video coding framework based on HEVC standard
CN103957415A (en) * 2014-03-14 2014-07-30 北方工业大学 Coding unit (CU) segmentation method and apparatus based on screen content video
CN103957415B (en) * 2014-03-14 2017-07-11 北方工业大学 CU dividing methods and device based on screen content video
CN104954800A (en) * 2014-03-28 2015-09-30 炬芯(珠海)科技有限公司 Method for rapidly determining intra-frame prediction mode of video code and device thereof
CN104954800B (en) * 2014-03-28 2018-01-16 炬芯(珠海)科技有限公司 A kind of fast determination method and device of the intra prediction mode of Video coding
CN103957414A (en) * 2014-04-16 2014-07-30 安科智慧城市技术(中国)有限公司 HEVC intra-frame prediction coding method and system
CN103997645A (en) * 2014-04-29 2014-08-20 长沙理工大学 Quick HEVC intra-frame coding unit and pattern decision method
CN103997645B (en) * 2014-04-29 2017-02-15 长沙理工大学 Quick HEVC intra-frame coding unit and pattern decision method
CN104363450A (en) * 2014-11-27 2015-02-18 北京奇艺世纪科技有限公司 Intra-frame coding mode decision-making method and device
CN104363450B (en) * 2014-11-27 2017-10-27 北京奇艺世纪科技有限公司 A kind of intra-frame encoding mode decision-making technique and device
CN104883565A (en) * 2014-12-31 2015-09-02 乐视网信息技术(北京)股份有限公司 Decision-making method and device for intra-frame prediction mode of high efficiency video coding
US10440390B2 (en) 2014-12-31 2019-10-08 Alibaba Group Holding Limited Rapid selection method for video intra prediction mode and apparatus thereof
CN105812799B (en) * 2014-12-31 2019-03-08 阿里巴巴集团控股有限公司 The fast selecting method and its device of video intra-frame prediction mode
CN105812799A (en) * 2014-12-31 2016-07-27 阿里巴巴集团控股有限公司 Fast selecting method of prediction mode in video frame and device thereof
CN104683804B (en) * 2015-02-14 2017-12-29 北京航空航天大学 Parameter adaptive multidimensional bit rate control method based on video content features
CN104683804A (en) * 2015-02-14 2015-06-03 北京航空航天大学 Parameter-adaptive multidimensional bit rate control method based on video content characteristics
CN104639940B (en) * 2015-03-06 2017-10-10 宁波大学 A kind of quick HEVC method for choosing frame inner forecast mode
CN104639940A (en) * 2015-03-06 2015-05-20 宁波大学 Quick HEVC (High Efficiency Video Coding) inter-frame prediction mode selection method
CN106162167B (en) * 2015-03-26 2019-05-17 中国科学院深圳先进技术研究院 Efficient video coding method based on study
CN106162167A (en) * 2015-03-26 2016-11-23 中国科学院深圳先进技术研究院 Efficient video coding method based on study
CN104796701B (en) * 2015-03-27 2018-02-16 北京君正集成电路股份有限公司 Predictive mode based on HEVC determines method and device
CN104796701A (en) * 2015-03-27 2015-07-22 北京君正集成电路股份有限公司 Predication mode determination method and device based on HEVC (High Efficiency Video Coding)
CN104811730B (en) * 2015-04-29 2017-09-26 武汉光发科技有限公司 A kind of texture analysis of video image intraframe coding unit and coding unit system of selection
CN104811730A (en) * 2015-04-29 2015-07-29 武汉光发科技有限公司 Video image intra-frame encoding unit texture analysis and encoding unit selection method
CN104902276B (en) * 2015-05-15 2018-07-06 腾讯科技(北京)有限公司 Converter unit partitioning method and device
CN104902276A (en) * 2015-05-15 2015-09-09 腾讯科技(北京)有限公司 Conversion unit diversion method and device
CN104883566B (en) * 2015-05-27 2018-06-12 复旦大学 The fast algorithm that a kind of intra prediction block size suitable for HEVC standard divides
CN104883566A (en) * 2015-05-27 2015-09-02 复旦大学 Rapid algorithm suitable for intra-frame prediction block size division of HEVC standard
CN105208387A (en) * 2015-10-16 2015-12-30 浙江工业大学 HEVC intra-frame prediction mode fast selection method
CN105208387B (en) * 2015-10-16 2018-03-13 浙江工业大学 A kind of HEVC Adaptive Mode Selection Method for Intra-Prediction
CN105391999A (en) * 2015-10-30 2016-03-09 北京奇艺世纪科技有限公司 Coding mode judging method and device
CN105391999B (en) * 2015-10-30 2018-08-17 北京奇艺世纪科技有限公司 A kind of coding mode judgment method and device
US10630983B2 (en) 2015-11-06 2020-04-21 Huawei Technologies Co., Ltd. Transform coefficient dequantization method and apparatus, and decoding device
WO2017075810A1 (en) * 2015-11-06 2017-05-11 华为技术有限公司 Method and apparatus for de-quantization of transform coefficients, and decoding device
CN105491385A (en) * 2015-12-02 2016-04-13 同济大学 Quick deciding method for division of HEVC intraframe coding units
CN105847838A (en) * 2016-05-13 2016-08-10 南京信息工程大学 HEVC intra-frame prediction method
CN108259918B (en) * 2016-12-29 2020-12-25 北京金山云网络技术有限公司 Coding unit mode decision method and device
CN108259918A (en) * 2016-12-29 2018-07-06 北京金山云网络技术有限公司 A kind of coding unit mode decision method and device
CN107071416A (en) * 2017-01-06 2017-08-18 华南理工大学 A kind of HEVC Adaptive Mode Selection Method for Intra-Prediction
CN107071416B (en) * 2017-01-06 2020-04-07 华南理工大学 HEVC intra-frame prediction mode rapid selection method
CN106973292B (en) * 2017-02-27 2019-07-09 华侨大学 3D-HEVC inter-prediction fast schema selection method based on texture features
CN106973292A (en) * 2017-02-27 2017-07-21 华侨大学 A kind of 3D HEVC inter prediction fast schema selection methods based on coloured image texture features
CN107071496A (en) * 2017-05-14 2017-08-18 北京工业大学 A kind of H.265/HEVC interframe encode unit depth fast selecting method
CN109587491B (en) * 2017-09-28 2022-09-23 腾讯科技(深圳)有限公司 Intra-frame prediction method, device and storage medium
US11363276B2 (en) 2017-09-28 2022-06-14 Tencent Technology (Shenzhen) Company Limited Intra-frame prediction method and apparatus, video coding device, and storage medium
CN109587491A (en) * 2017-09-28 2019-04-05 腾讯科技(深圳)有限公司 A kind of intra-frame prediction method, device and storage medium
CN109963151B (en) * 2017-12-14 2020-10-20 腾讯科技(深圳)有限公司 Coding unit division determining method and device, terminal device and readable storage medium
CN109963151A (en) * 2017-12-14 2019-07-02 腾讯科技(深圳)有限公司 Coding unit, which divides, determines method and device, terminal device and readable storage medium storing program for executing
CN108322743B (en) * 2018-02-28 2020-01-31 中南大学 method for quickly selecting intra-frame of indistinguishable quadratic transformation mode based on mode dependence characteristics
CN108322743A (en) * 2018-02-28 2018-07-24 中南大学 Fast selecting method in a kind of frame of the inseparable quadratic transformation pattern based on pattern dependency characteristic
CN108881908A (en) * 2018-05-28 2018-11-23 北方工业大学 Quick partitioning based on coding unit Texture complication in Video coding
CN108881908B (en) * 2018-05-28 2022-07-01 北方工业大学 Coding unit texture complexity based fast partitioning in video coding
CN108881904A (en) * 2018-06-25 2018-11-23 中山大学 Quick decision method, device and storage medium in frame based on Sobel operator
CN109089114B (en) * 2018-09-28 2022-01-28 河海大学 Complexity-adaptive screen content coding method for virtual reality equipment
CN109089114A (en) * 2018-09-28 2018-12-25 河海大学 A kind of screen content encryption algorithm of the virtual reality device of complicacy self-adaptive
CN109462758B (en) * 2018-10-09 2021-04-06 深圳市网心科技有限公司 Intra-frame prediction mode determination method, electronic device, system and storage medium
CN109462758A (en) * 2018-10-09 2019-03-12 深圳市网心科技有限公司 Intra prediction mode determines method, electronic equipment, system and storage medium
CN109561307A (en) * 2018-10-26 2019-04-02 西安科锐盛创新科技有限公司 The multi-direction prediction technique of block scan is jumped in bandwidth reduction
CN109587481B (en) * 2018-10-26 2020-07-10 江苏怀业信息技术股份有限公司 Video encoding method and apparatus
CN109361922A (en) * 2018-10-26 2019-02-19 西安科锐盛创新科技有限公司 Predict quantization coding method
CN109413421A (en) * 2018-10-26 2019-03-01 西安科锐盛创新科技有限公司 Method for video coding, equipment and video encoding/decoding method, equipment
WO2020082485A1 (en) * 2018-10-26 2020-04-30 西安科锐盛创新科技有限公司 Predictive quantization-based encoding method and video compression system
CN109510995A (en) * 2018-10-26 2019-03-22 西安科锐盛创新科技有限公司 A kind of prediction technique based on video compress
CN109587494B (en) * 2018-10-26 2020-07-10 江苏怀业信息技术股份有限公司 Prediction method for video compression
CN109587494A (en) * 2018-10-26 2019-04-05 西安科锐盛创新科技有限公司 The prediction technique of video compress
CN109413421B (en) * 2018-10-26 2021-01-19 张豪 Video encoding method, video encoding apparatus, video decoding method, and video decoding apparatus
CN109561303A (en) * 2018-10-26 2019-04-02 西安科锐盛创新科技有限公司 A kind of prediction technique based on video compress
CN109361922B (en) * 2018-10-26 2020-10-30 西安科锐盛创新科技有限公司 Predictive quantization coding method
CN109561307B (en) * 2018-10-26 2021-08-06 上海九吾尊易信息科技有限公司 Multidirectional prediction method for skip block scanning in bandwidth compression
CN109561303B (en) * 2018-10-26 2020-12-15 广东弘视数字传媒有限公司 Prediction method based on video compression
CN109510995B (en) * 2018-10-26 2020-12-18 宁波镇海昕龙网络科技有限公司 Prediction method based on video compression
CN109587481A (en) * 2018-10-26 2019-04-05 西安科锐盛创新科技有限公司 Method for video coding and equipment
WO2020181471A1 (en) * 2019-03-11 2020-09-17 Oppo广东移动通信有限公司 Intra-frame prediction method and apparatus, and computer storage medium
CN109982079A (en) * 2019-04-03 2019-07-05 北京电子工程总体研究所 A kind of method for choosing frame inner forecast mode of combination texture space correlation
CN110113601A (en) * 2019-04-11 2019-08-09 中南大学 Fast algorithm selection method in HEVC frame based on video pictures textural characteristics
CN110113601B (en) * 2019-04-11 2023-01-06 中南大学 HEVC intra-frame rapid algorithm selection method based on video picture texture features
CN110213588A (en) * 2019-06-25 2019-09-06 浙江大华技术股份有限公司 Airspace Candidate Motion information acquisition method, device, codec and storage device
CN110213588B (en) * 2019-06-25 2021-07-13 浙江大华技术股份有限公司 Spatial domain candidate motion information acquisition method and device, coder-decoder and storage device
WO2021032171A1 (en) * 2019-08-21 2021-02-25 Zhejiang Dahua Technology Co., Ltd. Linear model prediction method and coder
CN110708546B (en) * 2019-09-20 2021-12-07 中山大学 Intra-frame mode selection and division method, system and storage medium for multifunctional video coding
CN110708546A (en) * 2019-09-20 2020-01-17 中山大学 Intra-frame mode selection and division method, system and storage medium for multifunctional video coding
CN111107359A (en) * 2019-12-16 2020-05-05 暨南大学 Intra-frame prediction coding unit dividing method suitable for HEVC standard
CN111885382B (en) * 2020-06-23 2023-04-18 北京工业职业技术学院 Intra-frame chroma prediction mode fast selection
CN111885382A (en) * 2020-06-23 2020-11-03 北京工业职业技术学院 Intra-frame chroma prediction mode fast selection
CN112383774A (en) * 2020-10-30 2021-02-19 网宿科技股份有限公司 Encoding method, encoder and server
CN112383774B (en) * 2020-10-30 2023-10-03 网宿科技股份有限公司 Encoding method, encoder and server
CN112689146B (en) * 2020-12-18 2022-07-22 重庆邮电大学 Heuristic learning-based VVC intra-frame prediction rapid mode selection method
CN112689146A (en) * 2020-12-18 2021-04-20 重庆邮电大学 Heuristic learning-based VVC intra-frame prediction rapid mode selection method
CN113079374A (en) * 2021-03-03 2021-07-06 北京银河信通科技有限公司 Image encoding method and apparatus
CN113079374B (en) * 2021-03-03 2023-01-10 北京银河信通科技有限公司 Image encoding method and apparatus
CN113194311B (en) * 2021-04-27 2022-12-27 北京京东方技术开发有限公司 Image processing method, image processor, and storage medium
CN113194311A (en) * 2021-04-27 2021-07-30 北京京东方技术开发有限公司 Image processing method, image processor and storage medium
CN115550645A (en) * 2022-12-02 2022-12-30 杭州未名信科科技有限公司 Method and device for determining intra-frame prediction mode, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN103517069B (en) 2016-10-26

Similar Documents

Publication Publication Date Title
CN103517069A (en) HEVC intra-frame prediction quick mode selection method based on texture analysis
CN110087087B (en) VVC inter-frame coding unit prediction mode early decision and block division early termination method
CN105049850B (en) HEVC bit rate control methods based on area-of-interest
WO2018010492A1 (en) Rapid decision making method for intra-frame prediction mode in video coding
CN103297781B (en) A kind of HEVC inner frame coding method based on grain direction, device and system
CN106961606A (en) The HEVC intra-frame encoding mode systems of selection of feature are divided based on texture
CN105120292A (en) Video coding intra-frame prediction method based on image texture features
CN109302610B (en) Fast coding method for screen content coding interframe based on rate distortion cost
CN103248895B (en) A kind of quick mode method of estimation for HEVC intraframe coding
CN102984521A (en) High-efficiency video coding inter-frame mode judging method based on temporal relativity
CN105208387A (en) HEVC intra-frame prediction mode fast selection method
CN105721878A (en) Image Processing Device And Method For Intra-Frame Predication In Hevc Video Coding
CN103533355B (en) A kind of HEVC fast encoding method
CN103997645B (en) Quick HEVC intra-frame coding unit and pattern decision method
CN101309421B (en) Intra-frame prediction mode selection method
CN103873861A (en) Coding mode selection method for HEVC (high efficiency video coding)
CN105141954A (en) HEVC interframe coding quick mode selection method
CN103327325A (en) Intra-frame prediction mode rapid self-adaptation selection method based on HEVC standard
CN104853191A (en) HEVC fast coding method
CN101668202A (en) Method and device for selecting intra-frame prediction mode
CN104702959B (en) A kind of intra-frame prediction method and system of Video coding
CN102932642A (en) Interframe coding quick mode selection method
CN101389028A (en) Video intra-frame encoding method based on space domain decomposition
CN104581152A (en) HEVC intra-frame prediction mode decision accelerating method
CN102547257B (en) Method for obtaining optimal prediction mode and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20190417

Address after: 100080 Yishengyuan Business Apartment, No. 331 East Zhongguancun Road, Haidian District, Beijing, 5 doors 106

Patentee after: BEIJING CKLEADER SOFTWARE TECHNOLOGY Co.,Ltd.

Address before: 100191 Xueyuan Road, Haidian District, Beijing, No. 37

Patentee before: Beihang University

TR01 Transfer of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20161026