CN102447907A - Video sequence coding method aiming at HEVC (High Efficiency Video Coding) - Google Patents

Video sequence coding method aiming at HEVC (High Efficiency Video Coding) Download PDF

Info

Publication number
CN102447907A
CN102447907A CN2012100214675A CN201210021467A CN102447907A CN 102447907 A CN102447907 A CN 102447907A CN 2012100214675 A CN2012100214675 A CN 2012100214675A CN 201210021467 A CN201210021467 A CN 201210021467A CN 102447907 A CN102447907 A CN 102447907A
Authority
CN
China
Prior art keywords
hevc
coding
carry out
video sequence
transformation
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.)
Pending
Application number
CN2012100214675A
Other languages
Chinese (zh)
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 University of Technology
Original Assignee
Beijing University of Technology
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 Beijing University of Technology filed Critical Beijing University of Technology
Priority to CN2012100214675A priority Critical patent/CN102447907A/en
Publication of CN102447907A publication Critical patent/CN102447907A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The invention relates to a video sequence coding method aiming at HEVC (High Efficiency Video Coding), and the method is good in compaction effect, low in complexity and suitable for practical application. The video sequence coding method comprises the following steps of: (1) obtaining a prediction block according to the brightness component of a PU (Prediction Unit), subtracting an original value to obtain residual, and dividing based on the rate-distortion cost to obtain a TU (Transformation Unit); (2) determining whether the current TU selects to transform or not according to the minimum rate-distortion cost principle; (3) quantizing by utilizing a relative method, and transmitting marks of a quantization coefficient and transformation or non-transformation to a decoding end; (4) reading out the marks and judging whether inverse transformation is executed or not at the decoding end by each TU; (5) executing corresponding inverse quantization according to the read marks by each TU; (6) deciding whether the inverse transformation is executed according to the read marks, and executing corresponding operations; and (7) combining TUs to be the PU, and adding the PU with a prediction value, obtained through motion compensation, of the current PU to obtain a reconfiguration value of the PU so as to reconfigure a current CU (Coding Unit).

Description

A kind of coding method of video sequence to HEVC
Technical field
The invention belongs to the technical field of video coding, relate to a kind of coding method of video sequence particularly towards HEVC (High efficiency video coding, efficient video coding).
Background technology
The application of H.264 (perhaps being AVC) is very ripe, from the video monitoring to the Streaming Media, down to the personal consumption electron-like, has all adopted H.264 video encoding and decoding standard.H.265 (perhaps be HEVC), be in the process of standard formulation at present.HEVC is than coding standard more efficiently H.264, organize to set up by JCT-VC (A Joint Collaborative Team on Video Coding), target be same video quality (PSNR) down code check be reduced to H.264 50%.This is a very considerable index, if really can reach this target, high definition transmission will further reduce the requirement of bandwidth, and certain, the complexity of HEVC also will increase greatly, might be H.264 more than 3 times.
At present, proposed the new features of many codings in the discussion of JCT-VC tissue, might add in the HEVC standard, as shown in Figure 1.The big young pathbreaker of piece of coding breaks through traditional 16 * 16 macroblock size; Maximum can reach 64 * 64 size; This mainly is the application for the high definition compressed encoding, and like the video of 1080p even bigger resolution, the consistency on its space possibly have more large tracts of land after all; Therefore adopt 16 * 16 macroblock size no longer suitable, and adopt the redundancy that bigger macro block can more effective minimizing space.The matrix size of transition coding is also becoming big, have in H.264 and adopt 8 * 8 DCT, and HEVC breaks through 8 * 8, and maximum can arrive 32 * 32.For infra-frame prediction, the refinement more of the direction of prediction reaches 34 kinds of infra-frame prediction modes, and this will make infra-frame prediction more accurate, and more effective minimizing is redundant.Inter prediction has adopted more multitap filter when interpolation, and to 1/4 pixel precision, this can both improve the precision of inter prediction, and estimation is also more accurate in addition.Entropy coding always all is a link very important in the video compression coding; HEVC will adopt adaptability stronger based on contextual self adaptation coding (the Context-based Adaptive Binary Arithmetic Coding that counts; The entropy coding of a low complex degree has also been proposed abbreviation CABAC), simultaneously.Loop filtering also improves, and mainly is the content local edge of considering video, makes it more flexible, improves the subjective effect of video.
Transition coding part in HEVC, each converter unit are carried out 2 dimension dct transforms, and size from 8 * 8 to 32 * 32, but some image block are like vision-mix or some sparse graph pictures and be not suitable for the process of transition coding." Enable efficient compound image compression in is intra coding H.264/AVC " (Proc.Int.Conf.Image Processing; Oct.2007; Vol.2 pp.337-340) proposes some image blocks are skipped the process of transition coding, lets its adaptive selection whether adopt transition coding; But just be applied in the intraframe coding, compression effectiveness is not so good." Transform skip mode " (JCT-VC G575,7th Meet ing:Geneva, CH; 21-30November, 2011) propose an image block is adopted two-dimensional transform one-dimensional transform and transform method not; But the complexity of this method is high, and is not suitable for practical application.
Summary of the invention
Technology of the present invention is dealt with problems and is: overcome the deficiency of prior art, provide that a kind of compression effectiveness is good, complexity is low, be suitable for the coding method of video sequence to HEVC of practical application.
Technical solution of the present invention is: this coding method of video sequence to HEVC may further comprise the steps:
(1) for the luminance component among the predicting unit PU, obtain its predict blocks, and then subtract each other with original value and to obtain residual error, carry out division based on rate distortion costs, obtain converter unit TU;
(2) confirm that current TU selects whether to carry out conversion according to the minimum principle of rate distortion costs;
(3) quantize with corresponding method, and quantization parameter and the sign that whether carries out conversion are reached decoding end;
(4) in decoding end, each TU reads sign and judges whether to carry out inverse transformation;
(5) each TU carries out corresponding inverse quantization according to the sign of reading;
(6) whether carry out inverse transformation according to the sign decision of reading, and carry out corresponding operating;
(7) TU is combined as PU, carries out addition with the predicted value of the current PU that obtains that passes through motion compensation, obtains the reconstruction value of PU, and then rebuilds present encoding unit CU.
Because this method gives the extra selection that one of converter unit is skipped shift step; Each converter unit is according to the traditional transition coding of the minimum adaptive selection of principle of rate distortion costs or skip conversion and directly quantize, so this coding method of video sequence compression effectiveness to HEVC is good, complexity is low, be suitable for practical application.
Description of drawings
Fig. 1 shows the flow chart of the coding method of video sequence that is directed against HEVC of prior art.
Embodiment
This coding method of video sequence to HEVC may further comprise the steps:
(1) for the luminance component among the predicting unit PU, obtain its predict blocks, and then subtract each other with original value and to obtain residual error, carry out division based on rate distortion costs, obtain converter unit TU;
(2) confirm that current TU selects whether to carry out conversion according to the minimum principle of rate distortion costs;
(3) select after, quantize with corresponding method, and quantization parameter is reached the sign that whether carries out conversion reach decoding end;
(4) in decoding end, each TU reads sign and judges whether to carry out inverse transformation;
(5) each TU carries out corresponding inverse quantization according to the sign of reading;
(6) whether carry out inverse transformation according to the sign decision of reading, and carry out corresponding operating;
(7) TU is combined as PU, carries out addition with the predicted value of the current PU that obtains that passes through motion compensation, obtains the reconstruction value of PU, and then rebuilds present encoding unit CU.
Because this method gives the extra selection that one of converter unit is skipped shift step; Each converter unit is according to the traditional transition coding of the minimum adaptive selection of principle of rate distortion costs or skip conversion and directly quantize, so this coding method of video sequence compression effectiveness to HEVC is good, complexity is low, be suitable for practical application.
Preferably, quantification and inverse quantization are following:
UiQ=(uiQ*tsmScale)>> tsmmShift (* is a multiplication,>> displacement to the right, uiQ is a quantization parameter)
Wherein tsmScale, tsmmShift are the adjusting parameters that the TU according to different size is provided with, and when the size of TU was 4 * 4,8 * 8,16 * 16,32 * 32, tsmScale was respectively 128 2, 181 2, 256 2, 362 2
tsmShift=SHIFT_INV_1ST+SHIFT_INV_2ND
SHIFT_INV_1ST and SHIFT_INV_2ND are made as 7 and 12 respectively.
We can have several kinds of following configurations:
1. high-performance configuration: have 4 * 4,8 * 8, whether the adaptive selection of the converter unit of 16 * 16,32 * 32 sizes skips transition coding;
2. low complex degree configuration: have 4 * 4; Whether the adaptive selection of the converter unit of 8 * 8 sizes skips transition coding, and all the other converter units directly carry out transition coding, and principle is all to concentrate on 4 * 4 according to the unit 96% of skipping transition coding; On the converter unit of 8 * 8 sizes; So we are according to this characteristic, only will skip in step application to 4 * 4 and 8 * 8 of transition coding, can reduce complexity significantly like this.
And we can adjust configuration, and this method is applied to the converter unit of various sizes, form different combinations.
Experimental result shows that our all configurations all can obtain higher compression efficiency.
The above; It only is preferred embodiment of the present invention; Be not that the present invention is done any pro forma restriction, every foundation technical spirit of the present invention all still belongs to the protection range of technical scheme of the present invention to any simple modification, equivalent variations and modification that above embodiment did.

Claims (2)

1. coding method of video sequence to HEVC is characterized in that: may further comprise the steps:
(1) for the luminance component among the predicting unit PU, obtain its predict blocks, and then subtract each other with original value and to obtain residual error, carry out division based on rate distortion costs, obtain converter unit TU;
(2) confirm that current TU selects whether to carry out conversion according to the minimum principle of rate distortion costs;
(3) quantize with corresponding method, and quantization parameter and the sign that whether carries out conversion are reached decoding end;
(4) in decoding end, each TU reads sign and judges whether to carry out inverse transformation;
(5) each TU carries out corresponding inverse quantization according to the sign of reading;
(6) whether carry out inverse transformation according to the sign decision of reading, and carry out corresponding operating;
(7) TU is combined as PU, carries out addition with the predicted value of the current PU that obtains that passes through motion compensation, obtains the reconstruction value of PU, and then rebuilds present encoding unit CU.
2. the coding method of video sequence to HEVC according to claim 1 is characterized in that: quantification and inverse quantization are following:
uiQ=(uiQ*tsmScale)>>tsmShift
Wherein tsmScale, tsmShift are the adjusting parameters that the TU according to different size is provided with, and when the size of TU was 4 * 4,8 * 8,16 * 16,32 * 32, tsmScale was respectively 128 2, 181 2, 256 2, 362 2
tsmShift=SHIFT_INV_1ST+SHIFT_INV_2ND
SHIFT_INV_1ST and SHIFT_INV_2ND are made as 7 and 12 respectively.
CN2012100214675A 2012-01-31 2012-01-31 Video sequence coding method aiming at HEVC (High Efficiency Video Coding) Pending CN102447907A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012100214675A CN102447907A (en) 2012-01-31 2012-01-31 Video sequence coding method aiming at HEVC (High Efficiency Video Coding)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012100214675A CN102447907A (en) 2012-01-31 2012-01-31 Video sequence coding method aiming at HEVC (High Efficiency Video Coding)

Publications (1)

Publication Number Publication Date
CN102447907A true CN102447907A (en) 2012-05-09

Family

ID=46009934

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012100214675A Pending CN102447907A (en) 2012-01-31 2012-01-31 Video sequence coding method aiming at HEVC (High Efficiency Video Coding)

Country Status (1)

Country Link
CN (1) CN102447907A (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102740079A (en) * 2012-07-12 2012-10-17 北方工业大学 Quality scalable coding based on HEVC (High Efficiency Video Coding) standard rate distortion optimization
CN102740078A (en) * 2012-07-12 2012-10-17 北方工业大学 Adaptive spatial scalable coding based on HEVC (high efficiency video coding) standard
CN102984521A (en) * 2012-12-12 2013-03-20 四川大学 High-efficiency video coding inter-frame mode judging method based on temporal relativity
CN103024383A (en) * 2012-12-14 2013-04-03 北京工业大学 Intra-frame lossless compression coding method based on HEVC (high efficiency video coding) frame
WO2013182124A1 (en) * 2012-09-28 2013-12-12 中兴通讯股份有限公司 Coding method and device applied to hevc-based 3dvc
WO2014000160A1 (en) * 2012-06-26 2014-01-03 Intel Corporation Inter-layer coding unit quadtree pattern prediction
WO2014005447A1 (en) * 2012-07-02 2014-01-09 华为技术有限公司 Coding, decoding method and device of bidirectional image prediction
CN104113760A (en) * 2013-04-19 2014-10-22 中兴通讯股份有限公司 Video coding and decoding methods, video coder and decoder and electronic apparatus
CN104247418A (en) * 2013-07-29 2014-12-24 北京大学深圳研究生院 A conversion quantification method is HEVC video coding and a video coding device
CN104509112A (en) * 2012-06-26 2015-04-08 Lg电子株式会社 Video encoding method, video decoding method, and apparatus using same
WO2015100514A1 (en) * 2013-12-30 2015-07-09 Qualcomm Incorporated Simplification of delta dc residual coding in 3d video coding
WO2015100712A1 (en) * 2014-01-02 2015-07-09 Mediatek Singapore Pte. Ltd. The method to perform the deblocking on sub-pu edge
WO2015176683A1 (en) * 2014-05-23 2015-11-26 Mediatek Inc. Method and apparatus for palette table prediction and signaling
CN105812824A (en) * 2014-12-30 2016-07-27 浙江大华技术股份有限公司 Video image encoding method and device
CN105847815A (en) * 2011-06-27 2016-08-10 英国广播公司 Video coding using spatial transform skip modes
CN109495745A (en) * 2018-11-20 2019-03-19 北京工业大学 It is a kind of based on inverse quantization/inverse transformation lossless compression coding/decoding method
US10298955B2 (en) 2012-08-23 2019-05-21 Microsoft Technology Licensing, Llc Non-transform coding
WO2019205998A1 (en) * 2018-04-24 2019-10-31 Mediatek Inc. Methods and apparatus of alternative transform skip mode for image and video coding
CN114079773A (en) * 2020-08-21 2022-02-22 腾讯科技(深圳)有限公司 Video decoding method and device, computer readable medium and electronic equipment

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102256126A (en) * 2011-07-14 2011-11-23 北京工业大学 Method for coding mixed image

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102256126A (en) * 2011-07-14 2011-11-23 北京工业大学 Method for coding mixed image

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
MARTA MRAK 等: "Transform skip mode", 《JOINT COLLABORATIVE TEAM ON VIDEO CODING (JCT-VC) OF ITU-T SG16 WP3 AND ISO/IEC JTC1/SC29/WG11, 7TH MEETING》 *

Cited By (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105847815B (en) * 2011-06-27 2019-05-10 英国广播公司 Video coding and decoding using transformation
CN105847815A (en) * 2011-06-27 2016-08-10 英国广播公司 Video coding using spatial transform skip modes
CN104509112A (en) * 2012-06-26 2015-04-08 Lg电子株式会社 Video encoding method, video decoding method, and apparatus using same
US11729392B2 (en) 2012-06-26 2023-08-15 Lg Electronics Inc. Video encoding method, video decoding method, and apparatus using same
US11245907B2 (en) 2012-06-26 2022-02-08 Lg Electronics Inc. Video encoding method, video decoding method, and apparatus using same
US10863178B2 (en) 2012-06-26 2020-12-08 Lg Electronics Inc. Video encoding method, video decoding method, and apparatus using same
US10491901B2 (en) 2012-06-26 2019-11-26 Lg Electronics Inc. Video encoding method, video decoding method, and apparatus using same
WO2014000160A1 (en) * 2012-06-26 2014-01-03 Intel Corporation Inter-layer coding unit quadtree pattern prediction
CN104509112B (en) * 2012-06-26 2018-08-31 Lg 电子株式会社 Video encoding/decoding method and use its device
US9503719B2 (en) 2012-06-26 2016-11-22 Intel Corporation Inter-layer coding unit quadtree pattern prediction
WO2014005447A1 (en) * 2012-07-02 2014-01-09 华为技术有限公司 Coding, decoding method and device of bidirectional image prediction
CN102740078B (en) * 2012-07-12 2014-10-22 北方工业大学 Adaptive spatial scalable coding based on HEVC (high efficiency video coding) standard
CN102740078A (en) * 2012-07-12 2012-10-17 北方工业大学 Adaptive spatial scalable coding based on HEVC (high efficiency video coding) standard
CN102740079B (en) * 2012-07-12 2014-10-01 北方工业大学 Quality scalable coding based on HEVC (High Efficiency Video Coding) standard rate distortion optimization
CN102740079A (en) * 2012-07-12 2012-10-17 北方工业大学 Quality scalable coding based on HEVC (High Efficiency Video Coding) standard rate distortion optimization
US10298955B2 (en) 2012-08-23 2019-05-21 Microsoft Technology Licensing, Llc Non-transform coding
WO2013182124A1 (en) * 2012-09-28 2013-12-12 中兴通讯股份有限公司 Coding method and device applied to hevc-based 3dvc
CN103716607B (en) * 2012-09-28 2017-02-08 中兴通讯股份有限公司 Encoding method and apparatus applied to high efficiency video coding-based 3-Dimension video coding (HEVC-based 3DVC)
CN102984521B (en) * 2012-12-12 2015-04-08 四川大学 High-efficiency video coding inter-frame mode judging method based on temporal relativity
CN102984521A (en) * 2012-12-12 2013-03-20 四川大学 High-efficiency video coding inter-frame mode judging method based on temporal relativity
CN103024383B (en) * 2012-12-14 2016-02-10 北京工业大学 A kind of based on lossless compression-encoding method in the frame of HEVC framework
CN103024383A (en) * 2012-12-14 2013-04-03 北京工业大学 Intra-frame lossless compression coding method based on HEVC (high efficiency video coding) frame
CN104113760A (en) * 2013-04-19 2014-10-22 中兴通讯股份有限公司 Video coding and decoding methods, video coder and decoder and electronic apparatus
CN104247418A (en) * 2013-07-29 2014-12-24 北京大学深圳研究生院 A conversion quantification method is HEVC video coding and a video coding device
WO2015013850A1 (en) * 2013-07-29 2015-02-05 北京大学深圳研究生院 Transformation and quantization method in hevc video coding and video coding device
US10230983B2 (en) 2013-12-30 2019-03-12 Qualcomm Incorporated Simplification of delta DC residual coding in 3D video coding
WO2015100514A1 (en) * 2013-12-30 2015-07-09 Qualcomm Incorporated Simplification of delta dc residual coding in 3d video coding
WO2015100712A1 (en) * 2014-01-02 2015-07-09 Mediatek Singapore Pte. Ltd. The method to perform the deblocking on sub-pu edge
US9860548B2 (en) 2014-05-23 2018-01-02 Hfi Innovation Inc. Method and apparatus for palette table prediction and signaling
WO2015176683A1 (en) * 2014-05-23 2015-11-26 Mediatek Inc. Method and apparatus for palette table prediction and signaling
CN105812824A (en) * 2014-12-30 2016-07-27 浙江大华技术股份有限公司 Video image encoding method and device
CN105812824B (en) * 2014-12-30 2018-12-07 浙江大华技术股份有限公司 A kind of video encoding method and device
TWI702833B (en) * 2018-04-24 2020-08-21 聯發科技股份有限公司 Methods and apparatus of video coding used by video coding system
CN112055966A (en) * 2018-04-24 2020-12-08 联发科技股份有限公司 Method and apparatus for selectable transform skip mode for picture and video coding
WO2019205998A1 (en) * 2018-04-24 2019-10-31 Mediatek Inc. Methods and apparatus of alternative transform skip mode for image and video coding
US11272182B2 (en) 2018-04-24 2022-03-08 Mediatek Inc. Methods and apparatus of alternative transform skip mode for image and video coding
CN112055966B (en) * 2018-04-24 2023-11-24 寰发股份有限公司 Video coding and decoding method and device for video coding and decoding system
CN109495745A (en) * 2018-11-20 2019-03-19 北京工业大学 It is a kind of based on inverse quantization/inverse transformation lossless compression coding/decoding method
CN114079773A (en) * 2020-08-21 2022-02-22 腾讯科技(深圳)有限公司 Video decoding method and device, computer readable medium and electronic equipment

Similar Documents

Publication Publication Date Title
CN102447907A (en) Video sequence coding method aiming at HEVC (High Efficiency Video Coding)
JP6800896B2 (en) Processing high dynamic range and wide color gamut video data for video coding
CN101822057B (en) Adaptive coding of video block header information
JP4617644B2 (en) Encoding apparatus and method
CN105379284B (en) Moving picture encoding device and method of operating the same
AU2012226301B2 (en) Quantized pulse code modulation in video coding
TWI542196B (en) Adaptive loop filtering in accordance with video coding
RU2497303C2 (en) Video coding using conversion more than 4×4 and 8×8
JP6518701B2 (en) Entropy Coding Techniques for Display Stream Compression (DSC)
CN102648627A (en) Speedup techniques for rate distortion optimized quantization
CN103460700A (en) Method for decoding image in intra prediction mode
CN102835107A (en) Super-block for high performance video coding
CN104159111A (en) Image encoding device and image decoding device
CN103347185A (en) Unmanned aerial vehicle scouting image synthesis compressed encoding method based on selective block transformation
JP5375938B2 (en) Decoding apparatus and method
KR20170114598A (en) Video coding and decoding methods using adaptive cross component prediction and apparatus
CN101836453A (en) Method for alternating entropy coding
JP4924708B2 (en) Decoding apparatus and method
JP6030989B2 (en) Image encoding method, image decoding method, image encoding device, image decoding device, program thereof, and recording medium recording the program
KR101943425B1 (en) Method and Apparatus for Image Encoding/Decoding using Efficient Non-fixed Quantization
JP5375935B2 (en) Encoding apparatus and method
JP4983908B2 (en) Decoding apparatus and method
Rajarathnam A novel Fuzzy based Medical video compression using H. 264
JP4983907B2 (en) Encoding apparatus and method
JP5375937B2 (en) Encoding apparatus and method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20120509