博碩士論文 945301018 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:70 、訪客IP:18.218.84.153
姓名 林宏龍(Hung-long Lin)  查詢紙本館藏   畢業系所 電機工程學系在職專班
論文名稱 H.264 影像解碼之系統設計及硬體軟體整合平台
(A System Level Design of H.264 video decoder with Hardware and Software Integration Platform)
相關論文
★ 即時的SIFT特徵點擷取之低記憶體硬體設計★ 即時的人臉偵測與人臉辨識之門禁系統
★ 具即時自動跟隨功能之自走車★ 應用於多導程心電訊號之無損壓縮演算法與實現
★ 離線自定義語音語者喚醒詞系統與嵌入式開發實現★ 晶圓圖缺陷分類與嵌入式系統實現
★ 語音密集連接卷積網路應用於小尺寸關鍵詞偵測★ G2LGAN: 對不平衡資料集進行資料擴增應用於晶圓圖缺陷分類
★ 補償無乘法數位濾波器有限精準度之演算法設計技巧★ 可規劃式維特比解碼器之設計與實現
★ 以擴展基本角度CORDIC為基礎之低成本向量旋轉器矽智產設計★ JPEG2000靜態影像編碼系統之分析與架構設計
★ 適用於通訊系統之低功率渦輪碼解碼器★ 應用於多媒體通訊之平台式設計
★ 適用MPEG 編碼器之數位浮水印系統設計與實現★ 適用於視訊錯誤隱藏之演算法開發及其資料重複使用考量
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本碩士論文中,利用SOCLE CDK2007 平台實現了一個H.264/AVC 解碼器,經由複
雜度分析發現,除區塊濾波器為其中較佔據系統資源其中之一的模組,所以我們選擇使用
硬體實現以及搭配軟體處理其他部分,第6 章表格中有列出幾個架構效率比較,經過幾篇
論文中的效率比較,我們選擇了一個效率較佳的除區塊濾波電路來做硬體實現,此架構中
因為垂直濾波跟水平濾波做平行處理,此除區塊濾波電路利用幾組暫存器的搬移實現了平
行處理垂直以及水平濾波,另外本文在實現過程中也發現除區塊電路的平行處理上控制電
路做了修改之後可以比原先參考架構縮短了30%的時間去完成一張圖片的解碼。第6 章會
提到硬體修正前以及修正後的結果,並且將解碼的時間與多篇paper 做一個比較。
關於色差轉換部分由於其計算方式使用到浮點運算在最佳化初期占了整體效能的30%
所以也選擇以硬體實現。
軟體部分使用網路上的原始程式,搭配ARM 的profile 分析,針對其中各個模組個別
去做最佳化以及降低記憶體存取的頻率,使用內部暫存器去做各個區塊的運算。
在兩個硬體模組以硬體實現以後整合到系統整合版上之後必須考慮最佳化程序:
1. 系統周邊最佳化,本文中第6 章有提到我們針對實現H.264 播放影像針對的LCD 以及
外部記憶體SDRAM,加上系統PLL 控制以達成最佳化的目的。
2. 硬體效能量測,本文第6 章節提到硬體執行所需要的時間,根據RTL 模擬可以得到改
善後的結果。
3. 未來必須針對軟體且利用ARM 公司所提供的profile 軟體去預估軟體執行過程的最遲
緩的地方做演算法最佳化。
經過以上處理程序系統上撥放效能可以從QCIF 0.5fps,提升到10fps。
摘要(英) In this master thesis, this uses the platform of SOCLE CDK2007 to implement an
H.264/AVC decoder. Through the complexity of analysis of previous study, the De-block Filter
module should be one of the modules which occupy more system resource, so that we decide to
use hardware to implement this module. Chapter6 sets out a few forms to in the framework of
De-block efficiecy, after several in the efficiency of comparison, we have chosen a better
efficiency in a addition to De-block Filter circuits to do implementation. The Filter circuit in
addition to block the use of several 4x4 registers of the move between register to achieve the
parallel processing of the vertical and horzinortal Filtering. Also in the realization of the
implementation of this article, we found the parallel processing control circuit can be done to
amend the original frame De-block Filter time, which can reduce 30% the processing time of
De-block Filter than original architecture. Chpater 6 will be referred to the amendment and make
a Filtering time comparison to more paper.
For YUVtoRGB which occupy 30% system performance, so we decide to implement it by
Hardware.
In the software part of the use of ARM’s profile analysis, we found the conversion of YUV
to RGB also wasted 30% CPU time, so we will use hardware to implement the YUV to RGB
module.
After implementation of two hardware module, we must to consider optimize process before
hardware and software integrate into the system board:
1. The best system around, and in this article are referred to Chapter 6 players for the
realization of H.264 Video, we focus on LCD, external SDRAM and system PLL
optimization.
III
2. Hardware performance measurement, Chapter 6 of this article to the hardware section
execution time, according to the RTL simulation we can get the improved result.
3. In the future, we should use ARM’s profile software to estimate the software execution
process and find out the CPU execution cycles to improve the wasted CPU cycles by
software algorithm.
After performance enhancement which can improve QCIF 0.5fps to 10fps in H.264 system.
關鍵字(中) ★ 解碼
★ 嵌入式系統
關鍵字(英) ★ H.264
★ decoder
★ embeed system
論文目次 摘 要.................................................... I
Abstract................................................ II
誌謝.....................................................IV
目錄......................................................V
圖目錄.................................................VIII
第一章 緒論...............................................1
1.1 研究動機..............................................1
1.2 研究內容與目標........................................1
1.3 論文內容概述..........................................2
第二章 H.264/AVC 簡介.....................................3
2.1 H.264 壓縮標準簡介....................................3
2.1.1 網路提取層 (Network Abstraction Layer,NAL) ........4
視訊編碼層 (Video Coding Layer,VCL) .....................6
2.1.2 H.264/AVC 影像格式階層架構..........................6
2.1.3 編碼模式Slices......................................8
2.2 H.264/AVC 解碼器簡介..................................9
2.2.1 反轉換 ( Inverse Transform ).......................10
2.2.2 反量化 ( Inverse Quantization ) ...................11
2.2.3 框內預測 ( Intra Prediction) ......................12
2.2.3.1 Intra 4X4 mode prediction process for luma samples .................................................12
2.2.3.2 Intra 16X16 mode prediction process for luma samples .................................................14
2.2.3.3 Intra 8X8 mode prediction process for Chroma samples .................................................14
2.2.4 框間預測 ( Inter Prediction) ......................14
2.2.5 彈性區塊大小 ( Variable Block Sizes )..............15
2.2.6 精準度為四分之一像素的移動向量 ( Quarter Pixel Precision Motion Vector) ................................17
2.2.7 消除區塊濾波器 ( Deblocking Filter ) ..............19
2.2.7.1 濾波程序.........................................28
2.2.8 區塊濾波順序.......................................30
第三章 Hardware/Software Partition on H.264 Video Decoder..................................................32
第四章 Software-based Design.............................36
4.1.1 CDK2007............................................36
4.1.2 ARM 926EJS.........................................36
4.1.3 系統周邊簡介.......................................37
4.1.4 ARM 平台設計流程圖.................................40
第五章 硬體設計..........................................42
5.1.1 RTL 硬體方塊圖.....................................42
5.1.2 DEBLOCK RTL 硬體方塊圖.............................43
5.1.3 除區塊濾波資料序列示意圖...........................47
5.1.4 YUV to RGB RTL 硬體方塊圖..........................60
第六章 實驗結果與DEMO ...................................63
6.1.1 RTL Simulation 結果................................63
6.1.2 系統最佳化.........................................67
6.1.3 軟體最佳化.........................................69
6.1.4 System Integration Test Result.....................72
第七章 結論..............................................74
參考文獻.................................................76
參考文獻 [1] Joint Video Team of ISO/IEC MPEG and ITU-T VCEG, “Draft ITU-T Recommendation and Final Draft International Standard of Joint Video Specification,” ITU-T Rec. H.264 and ISO/IEC 14496-10 AVC 2003.
[2] Luthra, A.; Sullivan, G. J.; Wiegand, T.“Introduction to the special issue on the H.264/AVC video coding standard,” IEEE Trans. Circuits Syst. Video Technol., Vol. 13, no.7, pp. 557-559, July 2003.
[3] SMPTE, “Proposed SMPTE Standard for Television: VC-9 Compressed Video Bitstream Format and Decoding Process,” SMPTE Technology Committee C24 on Video Compression Technology, American, 2004-03-31.
[4] Gary J. Sullivan, Pankaj Topiwala, and Ajay Luthra, “The H.264/AVC Advanced Video Coding Standard: Overview and Introduction to the Fidelity Range Extensions,” SPIE, Vol.5558, pp. P1.454-474, Aug. 2004.
[5] ARM Corporation, AMBA Specification, 1999, Available:
http://www.gaisler.com/doc/amba.pdf
[6] ARM Corporation, ARM926EJ-S Technical Reference Manual, 2001, Available:
http://infocenter.arm.com/help/topic/com.arm.doc.ddi0198d/DDI0198_926_TRM.pdf
[7] ARM Corporation, RealView ARMulator ISS version1.4 User Guide, ARMDUI0207C, 2004, Available:
http://infocenter.arm.com/help/topic/com.arm.doc.dui0207d/DUI0207D_rviss_user_guide.pdf.
[8] ARM Corporation, ARM Develop Suite AXD and armsd Debuggers Guide version1.2, 2004, Avaliable: http://infocenter.arm.com/help/topic/com.arm.doc.dui0066d/DUI0066.pdf.
[9] Socal Technology Corporation, Cheetah Connectivity Specification, 2006.
[10] C. M. Chen and C. H. Chen, “An Efficient Architecture for Deblocking Filter in H.264/AVC
Video Coding,” IASTED International Conference on Computer Graphics and Imaging, pp.177-181, Hawaii, August. 2005.
analysis,” IEEE Transactions on Circuits and System for Video Technology, vol. 13, no.7 pp.704-716, July 2003.
[14] Xue Quan; Liu Jilin; Wang Shijie; Zhao Jiandong, “H.264/AVC baseline profile decoder optimization on independent platform”, WCNM, pp. 1253 – 1256, Sept. 2005.
[15] K. Sühring, Ed., (2007) JVT Reference Software JM 11.0, [Online]. Available: http://bs.hhi.de/~suehring/tml.
[16] S. C. Chang, W. H. Peng, S. H. Wang, and T. Chiang, “A Platform based bus-interleaved architecture for deblocking filter in H.264/MPEG-4 AVC,” IEEE Transactions on Consumer Electronics, Vol. 51, pp.249-255, 2005.
[17] M. N. Bojnordi, O. Fatemi, M. R. Hashemi, “An Efficient Deblocking Filter with Self-Transposing Memory Architecture for H.264/AVC,” IEEE International Conference on Acoustics, Speech and Signal Processing, pp.II925-II928, Toulouse, May 2006.
[18] C. C. Cheng, T. S. Chang, and K.B. Lee, “An In-Place Architecture for the Deblocking
Filter in H.264/AVC,” IEEE Transactions on Circuits and Systems II: Express Briefs, Vol.53, No.7, pp.530-534, July 2006.
[19] Y. X. Zhao, A. P. Jiang, “A Novel Parallel Processing Architecture for Deblocking Filter in
H.264 Using Vertical MB Filter Order,” International Conference on Solid-State and Integrated Circuit Technology, pp.2028-2030, Shanghai, 2006.
[20] S. Y. Shih, C. R. Chang and Y. L. Lin, “A Near Optimal Deblocking Filter for H.264 Advanced Video Coding,” Asia and South Pacific Conference on Design Automation, pp.170-175, Jan. 2006.
[21] Y. C. Chao, J. K. Lin, J. F. Yang, and B. D Liu, “A High Throughput and Data Reuse Architecture for H.264/AVC Deblocking Filter,” IEEE Asia Pacific Conference on Circuits and Systems, pp.1260-1263, 2006.
[22] C. M. Chen and C. H. Chen, “An Efficient VLSI Architecture for Edge Filtering in H.264/AVC,” IASTED International Conference on Circuits, Signals, and Systems, pp.118-122, Los Angels, Oct. 2005.
[23] ARM Corporation, ARM Develop Suite CodeWarrior IDE Guide version1.2, ARMDUI0065D, 2001, Available:
http://infocenter.arm.com/help/topic/com.arm.doc.dui0065d/DUI0065.pdf
[24] D. C. Burger and T. M. Austin, “Then SimpleScalar Tool Set, Version2.0,” University of Wisconsin, Madison Tech. Report. 1997.
[25] 張世騫 , 「建構在 ARM 平台的 H.264/MPEG-4 AVC 解碼器以及去方塊 」, 碩士論文, 民國94 年
[26] 許介遠, 「MPEG4 物件視訊解碼器在PACDSP 平台上軟體實現」, 國立交通大學, 碩士論文, 民國96 年
[27] 陶世軒, 「H.264 基線解調器之數位訊號處理平台實現以及四分域為基礎的抗錯與錯誤修補演算法」,國立交通大學, 碩士論文, 民國94 年
[28] 林立浩, 「基於OpenMAX(TM) DL 之H.264 解碼器在PACDSP 數位訊號處理器上的實作與最佳化 」, 國立清華大學,碩士論文, 民國96 年
[29] 李育瑄, 「雙核心系統晶片平台上H.264 解碼器多個程式模型分析」, 國立清華大學, 碩士論文, 民國96 年
[30] 王皓正, 「實作與最佳化AVS 解碼器於雙核心平台 」, 國立清華大學, 碩士論文, 民國96 年
指導教授 蔡宗漢(Tsung-Han Tsai) 審核日期 2009-6-25
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明