跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.208) 您好!臺灣時間:2025/10/03 04:09
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:賴俊延
研究生(外文):Jiunn-YanLai
論文名稱:應用於HEVC自適應樣點偏移之快速方向偵測
論文名稱(外文):Fast Direction Detection for Sample Adaptive Offset (SAO) in High Efficiency Video Coding (HEVC)
指導教授:賴源泰
指導教授(外文):Yen-Tai Lai
學位類別:碩士
校院名稱:國立成功大學
系所名稱:電機工程學系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2015
畢業學年度:103
語文別:英文
論文頁數:83
中文關鍵詞:HEVCSAOEOBO補償
外文關鍵詞:HEVCSAOEOBOoffset
相關次數:
  • 被引用被引用:0
  • 點閱點閱:127
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
近幾年來,越來越多高解析度裝置的使用,例如高畫質電視、智慧型手機、平板電腦等,高解析度伴隨而來的是龐大的資料量,所以視訊壓縮技術儼然成為一門重要的課題。
由ITU-T Video Coding Experts Group (VCEG) and ISO/IEC Moving Picture Experts Group (MPEG) 所制定的最新一代視訊壓縮標準High Efficiency Video Coding (HEVC),在視訊多媒體中扮演著相當重要的角色,原因是它能在相同的影像品質下,擁有比以往的編碼標準(H.264/AVC)更佳的壓縮效率。
原始畫面減去Intra、Inter預測的畫面即為殘差,然後再轉換和量化有可能會發生轉換係數的量化誤差,因而使重建完的畫面產生artifact現象,之後先經過Deblocking filter對8×8的垂直邊界和水平邊界做邊緣強化,再經過自適應樣點偏移濾波器(Sample Adaptive Offset Filter)做畫面內的邊界強化,以提升影像的品質,SAO是HEVC新加入的濾波器主要可以分為兩個種類,分別為Edge Offset(EO)和Band Offset(BO),EO主要是針對影像的紋理資訊去做分析,而BO則是針對影像的強度去做分析,最後會把計算得到的補償值加到像素裡面去減少像素的失真,但SAO在計算EO或BO及補償值花費許多時間。
而本論文主要是針對EO,去加快方向的決策以減少複雜度,最終整體編碼時間平均減少10.07%運算量,而位元率約有1.21%左右的提升。

In recent years, there are more and more people using high resolution devices, such as high-definition televisions、smart phones、tablet computers and etc. High resolution is associated with huge amount of data. So the video compression technology has become an important issue.
The High Efficiency Video Coding (HEVC) standard is the most recent joint video project of the ITU-T Video Coding Experts Group (VCEG) and the ISO/IEC Moving Picture Experts Group (MPEG) standardization organizations. It played a very important role in the video multimedia. The reason is that with the same quality, the HEVC has better compression efficiency than the H.264/AVC.
The original blocks subtract the prediction blocks is the residual. Afterward, transform and quantization may occur quantization errors of transform coefficients. As a result, reconstruction blocks produce artifact phenomenon. To enhance block boundary, reconstruction blocks go through the deblocking filter for 8×8 vertical and horizontal boundaries. Next, the SAO filter is to enhance edge within the picture. The procedure can enhance image quality. The HEVC added new filter called Sample Adaptive Offset Filter. The main two type of the SAO are EO (Edge Offset) and BO (Band Offset). Analysis of image texture information is the main EO. Analysis of image intensity is the main BO. Finally, in order to reduce mean sample distortion of a region, the offset will be added to each samples. But the SAO spend a lot of time to calculate EO, BO and offset.
This thesis is mainly for EO, speeding up direction decision is to reduce complexity. Finally, the proposed fast direction detection for SAO algorithm can reduce 10.7 % computation time and 1.21 % bitrate increase.

Chapter 1 Introduction 1
1.1 Research Background 1
1.2 Motivation 4
1.3 Thesis Organization 7
Chapter 2 Overview of H.265/HEVC 8
2.1 Coding Tree Unit (CTU) of H.265/HEVC 9
2.1.1 Coding Tree Block (CTB) of the H.265/HEVC 10
2.1.2 Coding Unit (CU) and Coding Block (CB) of the H.265/HEVC 11
2.1.3 Coding Unit(CU) Quad-tree structure[8][9] 12
2.2 Prediction Block of the H.265/HEVC 14
2.3 Residual Quadtree 15
2.4 Transform Block (TB) of the H.265/HEVC 16
2.5 Intra Prediction for H.265/HEVC 17
2.6 Entropy Coding for H.265/HEVC 18
2.7 In-loop deblocking filter of the H.265/HEVC 19
2.8 In-loop Sample Adaptive Offset (SAO) of the H.265/HEVC [13]~[15] 31
2.8.1 Edge Offset (EO) 31
2.8.2 Band Offset (BO)[16] 35
Chapter 3 Proposed Algorithm 37
3.1 Recently methods[16]、[17] 37
3.2 Proposed Fast Direction Decision and SAO Type Decision Algorithm 45
3.2.1 Decide Whether to Use the SAO Filter for 64x64 blocks 46
3.2.2 Coding Unit (CU) Direction Detection 49
3.3 Sample Classification 55
3.4 Sample Offsets 55
3.5 Rate-Distortion Optimization 56
3.6 Proposed Fast SAO Algorithm 58
Chapter 4 Experimental Results 59
4.1 Overview of Experimental Results 59
4.2 Experimental Configuration 59
4.3 Measuring Criteria 66
4.3.1 PSNR (Peak Signal-to-Noise Ratio) 66
4.3.2 Bit Rate 67
4.3.3 Calculation Equation 67
4.4 Experimental Results 69
4.4.1 Coding Performance of Proposed Algorithm 69
4.4.1.1 Class A (2560x1600) 70
4.4.1.2 Class B (1920x1080) 71
4.4.1.3 Class C (832x480) 74
4.4.1.4 Class D (416x240) 76
4.4.1.5 Class E (1280x720) 78
Chapter 5 Conclusions 80
REFERENCES 81

[1]ITU-T and ISO/IEC JTC 1, Advanced Video Coding for Generic audiovisual Services, ITU-T Recommendation H.264 and ISO/IEC 14496-10 (MPEG4-AVC), 4th ed., Sept. 2008.
[2]T.Wiegand, G.Sullivan, G.Bjontegaard and A.Luthra, “Overview of the H.264/AVC video coding standard, IEEE Trans, Circuits Syst. Video Technol., vol. 13, no. 7, pp.560-576, Jul. 2003.
[3]D.Marpe, H.Schwarz and T.Wiegand, Context-adaptive binary arithmetic coding in the H.264/AVC video compression standard, IEEE Trans. Circuits Systems. Video Technol., vol. 13, no. 7, pp. 620-636, Jul. 2003.
[4]A.Norkin, G.Bjontegaard, A.Fuldseth, M.Narroschke, M.Ikeda, K.Andersson, Zhou Minhua and G.Van der Auwera, HEVC Deblocking Filter, IEEE Trans. Circuits Syst. Video Technol., vol. 22, pp.1746-1754, Dec. 2012.
[5] W.-J. Han, J. Min, I. K. Kim, E. Alshina, A. Alshin, T. Lee, J. Chen,
V.Seregin, S. Lee, Y. M. Hong, M. S. Cheon, N. Sklyakhov, K. McCann,
T.Davies, and J. H. Park, “Improved video compression efficiency through
flexible unit representation and corresponding extension of coding tools,
IEEE Trans. Circuits Syst. Video Technol., vol. 20, no. 12, pp. 1709–
1720, Dec. 2010.
[6]F.Henry, G.Clare, E.Mora and J.Jung, “Cross-check of merge candidate list for disparity compensated prediction, JCVT3V-B0080, Oct. 2012.
[7]ASDJCT-VC, “Results for experiments on Max CU size, JCTVC-C259, DCT-VC Meeting, Guangzhou, Oct. 2010.

[8] M.-C.Ken, Han W. -J. and Kim I. -K., “Samsung’s Response to the Call for Proposals on Video Compression Technology, document JCTVC-A124, MPEG-H/JCT-VC, Dresden, Germany, Apr. 2010.
[9]Guangtao Zhai, Jianfei Cai, Weisi Lin, Xiaokang Yang and Wenjun Zhang, “Image Deringing using Quadtree Based Block-shift Filtering, IEEE Circuits and Systems Symposium, pp. 708-711, May. 2008.
[10]Tassos Markas and John Reif, “Quad Tree Structures For Image Compression Applications, IEEE Trans., Information Processing and Management, vol. 28, no. 6, pp.707-721. 1992.
[11] D. Marpe et al. “Video Compression Using Nested Quadtree Structures, Leaf Merging, and Improved Techniquesfor Motion Representation and Entropy Coding, IEEE Trans. Circuits Syst. Video Technol., vol. 20, no. 12, pp. 1676– 1687, 2010.
[12]A.Fuldseth, G.Bjontegaard, M.Sadafale and M.VBudagavi, “Transform design for HEVC with 16 bit intermediate data representation, JCTVC-E243, Mar. 2011.
[13]Chih-Ming Fu, MediaTek, E.Alshina, Yu-Wen Huang, Ching-Yeh Chen, Chia-Yang Tsai, Chih-Wei Hsu, Shaw-Min Lei, Leong-Hoon Park and Woo-Jin Han, “Sample Adaptive Offset in the HEVC Standard, IEEE Trans. Circuits and Systems for Video Tech., vol. 22, pp. 1755-1764, Dec. 2012.
[14]Chih-Ming Fu, Ching-Yeh Chen, Yu-Wen Huang and Shawmin Lei, “CE8 Subset3: Picture Quadtree Adaptive Offset, JCTVC-D122, Jan. 2011.
[15]Chih-Ming Fu, Ching-Yeh Chen, Yu-Wen Huang and Shawmin Lei “TE10 Subtest 3: Quadtree-based Adaptive Offset, JCTVC-C147, Oct. 2010.
[16]Woo-Shik Kim and Do-Kyoung Kwon “Improved Sample Adaptive Offset For HEVC, Acoustics, Speech and Signal Processing (ICASSP), pp. 1700-1703, May. 2013.
[17] Sangsoo Ahn, Munchurl Kim and Seongmo Park “Fast Decision of CU Partitioning Based on SAO Parameter, Motion and PU/TU Split Information for HEVC, IEEE International Conference on Picture Coding Symposium (PCS), vol. 113-116, Dec. 2013.
[18] An-Chao Tsai, Jhing-Fa Wang, Jar-Ferr Yang and Wei-Guang Lin “Effective Subblock-Based and Pixel-Based Fast Direction Detections for H.264 Intra Prediction, IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 18, NO. 7, JULY 2008.
[19]Hao-Song Kong, Anthony Vetro and Huifang Sun, “Edge Map Guided Adaptive Post-Filter For Blocking And Ringing Artifacts Removal, Circuits and Systems, 2004. IEEE International Symposium, vol. 3, May 2004.
[20]Joint Video Team, H.265/HEVC Reference Software HM12.0 : https://hevc.hhi.fraunhofer.de/svn/svn_HEVCSoftware

電子全文 電子全文(網際網路公開日期:20251231)
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top