博碩士論文 955203014 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:44 、訪客IP:18.118.253.117
姓名 吳俊德(Jyun-de Wu)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 H.264畫面內編碼及轉換編碼之研究
(Study of H.264 intra frame coding and transcoding)
相關論文
★ 10Gb/s MM XFP光收發模組設計與實現★ 資訊產品自動化測試之研究
★ 高電流密度鰭式氮化鎵高電子遷移率電晶體研究★ 電子郵件及壓縮檔案解碼之研究
★ 渦輪碼在光學記錄系統上之應用★ 離散餘弦轉換硬體架構之研究
★ 動態影像之錯誤隱藏研究★ 即時性無失真壓縮編碼之研究
★ 類神經網路在手寫數字辨識之研究★ 事後機率演算法則在資料儲存系統之研究
★ 紅外線傳輸協定及通道之研究★ 低密度同位元檢查碼在數位資料儲存系統之研究
★ 一種新型的JPEG2000竄改偵測與還原技術★ 即時性無失真壓縮之研究
★ 混合快速模式決策演算法之研究★ 光學記錄MEPR2通道系統之時序恢復探討與研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) H.264/AVC是由ITU-T以及MPEG所共同推舉的最新一代視訊編碼標準,與其它現有的視訊標準相比,H.264提供了一些新的編碼技術,像是畫面內模式預測,其主要的目的是用來去除畫面內的冗餘。然而這項技術在編碼過程中也耗費相當多的運算時間。因此,如何對畫面內預測作複雜度降低將是本篇論文討論的方向,在此我們提出一個依據低頻交流值來對畫面內作加速編碼,其中低頻交流值是由區塊內的離散餘弦轉換係數所取得的,用來事先判斷畫面內的預測尺寸,減少進入碼率失真成本計算的候選模式。後面將秀出實驗結果,我們發現在可接受的效能失真狀況下,能讓運算複雜度大幅降低。
摘要(英) H.264/AVC is the latest video coding standard recommended by ITU-T and MPEG. Compared with all existing video coding standard, H.264 provides some of new coding techniques, such as intra mode prediction. It plays an important role for reducing temporal redundancy. However, it takes most computational complexity in the coding process. In this paper, we propose an efficient intra mode prediction algorithm based on AClow components. It is acquired from DCT coefficients to judging intra prediction size in advance. The experiment results show that the significant reduction of computational time with negligible video quality degradation.
關鍵字(中) ★ 畫面內編碼
★ 離散餘弦轉換
★ 轉換編碼
關鍵字(英) ★ MPEG-2 to H.264 transcoding
★ intra coding
★ DCT
★ H.264
論文目次 第一章 緒論
1.1 簡介 1
1.2 動機與目的 1
1.3 H.264視訊壓縮標準介紹 2
1.3.1 H.264視訊壓縮標準介紹 2
1.3.2 畫面內模式預測(intra mode prediction) 3
1.3.3 畫面間模式預測(inter mode prediction) 6
1.3.4 轉換、量化與編碼 8
1.4 視訊樣本分析 9
1.5 論文架構 10
第二章 快速畫面內編碼的研究及探討
2.1 快速畫面內(intra frame)模式決策的回顧 11
2.1.1 基於畫面結構的張量(IST) 之快速畫面內演 12
2.1.2 基於支配邊的方向(DED) 之快速畫面內演算 14
2.1.3 依據絕對誤差轉換和(SATD-based) 之快速畫面內
演算法 15
2.1.4 回顧文獻之效能比較 19
2.2 一種基於低頻交流值(AClow)之增強型畫面內預測演算法 22
2.2.1 低頻交流值與畫面內預測模式的分佈特性 22
2.2.2 針對低位元率的模糊區間來探討 27
2.2.3 效能分析 31
2.3 加強型快速畫面內預測的效能分析與比較 36
2.3.1 加強型快速畫面內預測演算法的方法與流程 36
2.3.2 固定量化參數下的效能比較 37
2.3.3 不同量化參數下的效能比較 38
2.3.4 加強型快速畫面內決策之結論 41
第三章 快速畫面內轉換編碼MPEG-2到H.264的研究及探討
3.1 轉換編碼(transcoding)的介紹-MPEG-2與H.264 42
3.2 MPEG-2到H.264轉換編碼的快速畫面內決策回顧 43
3.3 藉由低頻交流值來加強轉換編碼的快速畫面內預測 47
3.4 應用於轉換編碼之加強型快速畫面內預測的效能分析與比較 51
3.4.1 應用於轉換編碼之加強型快速畫面內預測的流程 51
3.4.2 固定量化參數下的效能比較 52
3.4.3 不同量化參數下的效能比較 54
3.4.4 應用於轉換編碼之加強型快速畫面內決策結論 56
第四章 結論與未來展望 58
參考文獻 59
附錄 62
參考文獻 [1] “Advanced Video Coding for Generic Audiovisual Services” (ITU-T Rec. H.264 | ISO/IEC 144496-10 AVC),” Joint Video Team of ISO/IEC and ITU-T, March 2005.
[2] “Video coding for low bit-rate communication: draft ITU-T recommendation H.263,”Telecommunication Standardization Sector of ITU, May 1996.
[3] “Coding of audio-visual objects - Part 2: Visual,” ISO/IEC 14496-2
(MPEG-4 Visual Version 1), Apr. 1999.
[4] W. Lin, A. Tsai, J. Wang and J. Yang, “A Simple Direction Detection Algorithm for Fast H.264 Intra Prediction,” Proc. IEEE TENCON, pp. 1-4, Oct. 2007
[5] Z. Wei, H. Li and K. N. Ngan, “An Efficient Intra Mode Selection Algorithm For H.264 Based On Fast Edge Classification,” Proc. IEEE ISCAS, pp. 3630-3633, May 2007.
[6] C. Kim, H. H. Shih and C. J. Kuo, “Feature-based intra-prediction mode
decision for H.264,” Proc. IEEE ICIP, pp. 769-772, Oct. 2004.
[7] “Generic Coding of Moving Pictures and Associated Audio Information,”
ISO/IEC 13818-2: Video (MPEG-2), May 1996.
[8] JVT Reference Software JM12.2
[9] C. Hwang, S. Zhuang and S.H. Lai, “Efficient Intra Mode Selection Using Image Structure Tensor for H.264/AVC,” Proc. IEEE ICIP, pp. V-289-V-292, Sept. 2007.
[10] B. La, M. Eom and Y. Choe, “Fast Mode Decision for Intra Prediction in H.264/AVC Encoder,” Proc. IEEE ICIP, pp. V-321-V-324, Sept. 2007.
[11] Y. T. Sun and Y. Lin, “SATD-based Intra Mode Decision for H.264/AVC Video Coding,” accepted in ICME 2008.
[12] H. Kalva and B. Petljanski, “Exploiting the Directional Features in MPEG-2 for H.264 Intra Transcoding,” IEEE Tran. on Consumer Electronics, Vol. 52, No. 2, MAY 2006.
[13] H. Kato, Y. Takishima, and Y. Kaji, “Fast Intra Mode Decision Method for MPEG to H.264 Transcoding,” Proc. IEEE ICIP, pp. 833-836, Oct. 2006.
[14] H. Kalva, B. Petljanski, and B. Furht, “Complexity Reduction Tools for MPEG-2 to H.264 Video Transcoding,” WSEAS Transactions on Information Science & Applications, Vol. 2, Issues, Mar. 2005, pp. 295-300.
[15] J. Xin, A. Vetro, H. Sun and Y. Su, “Efficient MPEG-2 to H.264/AVC Transcoding of Intra-Coded Video,” EURASIP Journal on Advances in Signal Processing, Vol. 2007, Article ID 75310, 12 pages
[16] D. kim, K. Jeon, J. Kim and J. Jeong, “A fast MPEG2-to-H.264 Transcoding Algorithm in Spatial Domain,” In IWAIT, 2006 , pp. 693-700
[17] X. Tang, Q. Du, and S. Shang, “Fast Intra Prediction Mode Decision for MPEG-2 to H.264 Transcoding,” Proc. IEEE ICME, pp. 428-431, July 2007.
[18] S. Yu, Z. Chen and Z. Zhuang, “Efficient Intra Mode Prediction Decision for MPEG-2 To H.264/AVC Transcoding,” Proc. IEEE ICSP, Vol. 2, 2006
指導教授 林銀議(Yin-yi Lin) 審核日期 2008-7-23
推文 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聯絡  - 隱私權政策聲明