视频通信中码率控制算法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
随着通信及网络技术的发展,视频通信得到了比以往更广泛的应用。在视频通信中,为了在有限的信道带宽上传输视频,需要首先对原始视频信号进行有效的压缩。码率控制是视频压缩编码的重要组成部分之一。码率控制的目标是在压缩后视频质量和编码产生的码率之间达到适合实际应用需求的平衡点。在实际系统中,码率控制需要在压缩后图像的客观质量、主观质量、实际码率、硬件限制、信道传输时延约束及特定应用需求之间做出权衡取舍。合理有效的码率控制能够在保证视频质量的同时提高信道的利用率,在有限的信道带宽下高效传输视频信息。
     H.264/AVC是当前视频通信中最常见的视频压缩编码标准,JVT-G012是其主流码率控制算法。JVT-G012在编码后视频质量和编码器缓冲区占用量之间取得了较好的平衡,但也有一些不足之处。针对JVT-G012的不足,相续出现了从不同角度对其进行改进的算法,如率失真模型、率失真优化、复杂度估计、缓冲区控制、信道估计、场景切换检测与处理、多序列联合码率控制及基于感兴趣区域的加权等。在本文中,以自上向下的角度,考虑到视频通信的特点,选择P帧间目标比特分配、场景切换的检测与处理及多序列联合码率控制等三个方面,进行了深入系统的研究。
     首先,论文针对同一GOP中各P帧的目标比特分配问题,提出了一种基于信道带宽充裕度和复杂度估计的帧层码率控制算法。采用信道带宽充裕度衡量视频序列的编码复杂度和信道带宽之间的关系。在一个视频序列编码的开始阶段判断信道带宽充裕度,并根据判断结果为码率控制中的参数集设置初始值。选择宏块级亮度直方图差异BH衡量各P帧的编码复杂度,并根据相对复杂度调整各帧的目标比特。和JVT-G012相比,针对视频序列与信道带宽的不同关系,该算法达到了不同的改进效果。当信道带宽充裕时,该算法提高了压缩后视频的客观质量与主观质量;当信道带宽不充裕时,该算法控制下的视频序列编码后产生的实际码率更接近目标码率,同时改善了编码器缓冲区占有度
     其次,为降低场景切换对视频质量、信道传输及编码器缓冲区占用量的影响,论文对场景切换的检测和处理方法进行研究。分析了视频通信的特点,将满足高实时性、信道传输时延约束和编码器缓冲区尺寸约束定为设计目标。针对高实时性的需求,提出了一种基于BH的场景切换检测方法。为满足信道传输时延约束和编码器缓冲区尺寸限制,提出了一种结合前向跳帧及可变长GOP的场景切换处理方法。该算法避免了场景切换可能引发的编码器缓冲区溢出和传输延时,有效提升了新场景的视频质量。
     最后,针对视频通信中多序列之间的资源分配问题,论文提出了一种新的多序列联合码率控制算法。现有的多序列联合码率控制算法的控制对象是在同一编码端编码的多路电视信号,在视频通信中直接应用这些算法所付出的控制开销太高。为降低控制开销,提出了一种低复杂度的多序列联合码率控制算法。首先,该算法选择分配给各用户的信道带宽,而不是分配给各帧的目标比特,作为控制对象。其次,基于同一场景内视频序列编码复杂度变化缓慢的特点,根据已编码帧的平均视频质量调整分配给各用户的信道带宽。此外,为了应对场景切换及视频通信中的呼叫建立与呼叫终止,提出了在相应情况下的参数更新方案。和现存多序列联合码率控制算法相比,该算法同样能使不同视频序列的视频质量变得更均衡,同时该算法具有较低的计算复杂度,且能有效应对视频通信中的呼叫建立和呼叫终止,更适于应用在视频通信中。
With the development of communication and network technology, video communication is more widely used in various fields. In video communication, to transfer a video sequence over limited channel bandwidth, effective video compression is essential. Rate control is one of the most important parts in video compression coding. The aim of rate control is to achieve a balance between compressed video quality and channel bandwidth to satisfy special requirements of specific application. In specific application, rate control usually need to do trade-off between objective video quality, subjective video quality, actual bit rate, hardware limitation, channel transmission delay restriction and special needs of application. An effective and reasonable rate control algorithm can not only improve compressed video quality, but also improve the channel efficiency.
     H.264/AVC is the most popular video compression coding standard in video communication, and JVT-G012 is the state-of-the-art rate control algorithm designed for H.264/AVC. In JVT-G012, a good balance between compressed video quality and encoder buffer fullness is achieved. However, there are still some flaws in JVT-G012. To improve the performance of JVT-G012, various improved algorithms is developed from different angles, such as Rate-Distortion model, Rate-Distortion optimization, encoding complexity estimation, encoder buffer control, channel bandwidth estimation, detection and disposal of scene change, joint rate control of multiple video sequences and Region-Of-Interest based algorithm and so on. In this dissertation, with a top-down view point, considering the features of video communication, three aspects are studied. They are target bits allocation between P frames, detection and disposal of scene change and joint rate control of multiple video sequences in video communication.
     Firstly, to improve target bits allocation between P frames in same GOP, a frame layer rate control algorithm based on channel bandwidth sufficiency and encoding complexity estimation is proposed. Channel bandwidth sufficiency is introduced to evaluate the relationship between channel bandwidth and the encoding complexity of video sequence. At the start of encoding a video sequence, the channel bandwidth sufficiency is judged, and the control parameters used in rate control are initialized according to the judgement. Macro-block level luminance histogram difference (BH) is applied to measure the encoding complexity of each P frame, and the target bits of each frame are adjusted according to the relative complexity. Comparing with JVT-G012, proposed algorithm achieves different improvements under different relationship between channel bandwidth and video sequence. When channel bandwidth is sufficient to video sequence, proposed algorithm improves the objective video quality and subjective video quality of compressed video sequence. When channel bandwidth is insufficient to video sequence, the actual bit rate controlled by proposed algorithm is more close to the target bit rate, and the encoder buffer fullness is improved.
     Secondly, to reduce the influence of scene change on compressed video quality, channel transmission and encoder buffer fullness, detection and disposal of scene change is studied. The features of video communication is analyzed, real-time processing restriction, channel transmission delay restriction and encoder buffer size restriction are confirmed as design principles. To satisfy real-time processing restriction, a BH-based scene change detection method is introduced. To satisfy channel transmission delay restriction and encoder buffer size restriction, a scene change disposal method based on forwards frame skip and variable length GOP is proposed. Proposed algorithm avoid transmission delay and encoder buffer overflow caused by scene change, and improve the video quality of new scene effectively.
     Finally, to solve the encoding resource allocation problem between multiple video sequences, a novel joint rate control algorithm is proposed. Existent joint rate control algorithms are designed for encoding multiple television programs at the same encoder side. In video communication, directly applying existent joint rate control algorithms will result in an unacceptable control cost. To reduce the control cost, a joint rate control algorithm with low computational cost is proposed. Firstly, the channel bandwidth allocated to each user, instead of target bits allocated to each frame, is chose as control object. Secondly, based on the slowly change of encoding complexity in the same scene, the channel bandwidth of each user is adjusted according to the average video quality of encoded frames. Thirdly, to deal with scene change and call initiation and call termination in video communication, a parameter update scheme is applied. Comparing with existent joint rate control algorithm, video sequences controlled by proposed algorithm can also achieve more uniform video quality. At the same time, proposed algorithm has an extremely low computational cost, and scene change, call initiation and call termination are effective disposed. Proposed algorithm is more suitable used in video communication.
引文
1马思伟.基于率失真优化的视频编码研究.中国科学院研究生院.博士学位论文. 2005:2~10
    2 Abdul H. Sadka. Compressed video communications. WILEY. 2002:16
    3 Iain E. G. Richardson. H.264 and MPEG-4 video compression. WILEY. 2003:20~24
    4张文俊. H.264视频编码的复杂度码率控制与质量评价.浙江大学.硕士学位论文. 2005:39~40
    5柳林.面向3G的H.264/AVC压缩视频通信技术研究.浙江大学.博士学位论文. 2006:3~4
    6郭映.视频编码及转换编码码率控制算法的研究.天津大学.博士学位论文. 2005:2~4
    7 Z. Li, W. Gao, F. Pan et al. JVT-G012-r1, Adaptive basic unit layer rate control for JVT[S]. Joint Video Team of ISO/IEC MPEG and ITU-T VCEG, 2003.
    8 JM reference software version 12.2. http://iphome.hhi.de/sueh- ring/tml/
    9唐田野.视频编码中码率控制的研究与应用.电子科技大学.博士学位论文. 2006:22~24
    10 MPEG-2, Test Model 5, Doc. ISO/IEC JTC1/SC29/WG11/93-400[S]. 1993.
    11 Do-Kyoung Kwon, Yongjin Cho and C.C. J. Kuo. A simplified rate control scheme for non-conversational H.264 video. IEEE workshop on Multimedia Signal Processing, 2007:284~287
    12 Kwon D.-K., Shen M.-Y. and Kuo C.-C. J. Rate control for H.264 video with enhanced rate and distortion models. IEEE Trans. on Circuits and Systems for Video Technology. 2007, 17(5):517~529
    13 Do-Kyoung Kwon, Mei-Yin Shen and C.-C.J. Kuo. R-D optimized frame-layer bit allocation for H.264. International Conference on Intelligent Information Hiding and Multimedia Signal Processing, 2006:507~510
    14 Siwei Ma, Wen Gao and Yan Lu. Rate-Distortion analysis for H.264/AVC video coding and its application to rate control. IEEE Trans. on Circuits and Systems for Video Technology. 2005, 15(12):1533~1544
    15 Hongtao Yu, Zhiping Lin and Feng Pan. An improved rate control algorithm forH.264. IEEE International Symposium on Circuits and Systems, 2005:312~315
    16 Hongtao Yu, Zhiping Lin and Feng Pan. Applications and improvement of H.264 in medical video compression. IEEE Trans. on Circuits and Systems I: Regualer Papers. 2005, 52(12):2707~2716
    17 Minqiang Jiang, Nam Ling. On Lagrange multiplier and quatizer adjustment for H.264 frame-layer video rate control. IEEE Trans. on Circuits and Systems for Video Technology. 2006, 16(5):663~669
    18 Ping Xu, Ying-Le Fan, Yi Li and Quan Pang. A new unit layer rate control algorithm for H.264 based on PID controller. International conference on Wavelet Analysis and Pattern Recognition, 2007, 1:33~37
    19 Ping Xu, Peihua Fu, Weidong Xu, Shaofang Zou and Yingle Fan. A new rate control algorithm for H.264. IEEE International Conference on Integration Technology, 2007:574~578
    20赵波,吴成柯.一种新的低时延视频编码码速率控制算法.计算机学报. 2005, 28(1):53~59
    21 Li Zhou, Xuejuan Gao, Zhiyong Wang, Feng D.D. and Lansun Shen. A novel rate-quality model based H.264/AVC frame layer rate control method. International conference on Information, Communications & Signal Processing, 2007:1~5
    22 Eiamjumrus N., Aramvith S. New rate control scheme based on Cauchy Rate-Distortion optimization model for H.264 video coding. International symposium on Intelligent Signal Processing and Communications, 2006:143~146
    23李蔷,余松煜.一种精细的H.264码率控制方法.系统工程与电子技术. 2004, 26(12):1946~1949
    24 Zhengguang Xie, James Liu. Simple and efficient rate control for H.264/AVC. International Symposium on Intelligent Signal Processing and Communication Systems, 2007:862~865
    25 Jianpeng Dong, Nam Ling. On model parameter estimation for H.264/AVC rate control. IEEE International Symposium on Circuits and Systems, 2007:289~292
    26 M.M. Ghandi, M. Ghanbari. A Lagrangian optimized rate control algorithm for the H.264/AVC encoder. International Conference on Image Processing, 2004, 1:123~126
    27 Ning Wang, Yun He. A new bit rate control strategy for H.264. Processing of the 2003 Joint Conference on the Fourth International Conference on Information, Communications and Signal Processing and the Fourth Pacific Rim Conferenceon Multimedia, 2003, 3:1370~1374
    28 Xuan Jing, Lap-Pui Chau and Wan-Chi Siu. Frame complexity-based Rate-Quantization model for H.264/AVC intraframe rate control. IEEE Signal Processing Letters. 2008, 15:373~376
    29 Hanli Wang, Sam Kwong. Rate-Distortion optimization of rate control for H.264 with adaptive initial quantization parameter determination. IEEE Trans. on Circuits and Systems for Video Technology. 2008, 18(1):140~144
    30 N. Kamaci, Y. Altunbasak and R.M. Mersereau. Frame bit allocation for the H.264/AVC video coder via Cauchy-density-based rate and distortion models. IEEE Trans. on Circuits and Systems for Video Technology. 2005, 15(8):994~1006
    31 Wu Yuan, Shouxun Lin, Yongdong Zhang, Wen Yuan and Haiyong Luo. Optimum bit allocation and rate control for H.264/AVC. IEEE Trans. on Circuits and Systems for Video Technology. 2006, 16(6):705~715
    32 Chen Qingde, Hu Dong. An efficient H.264 rate control scheme with accurate theta estimation. International Conference on Image and Graphics, 2007:274~278
    33 Chi-Wah Wong, O.C. Au and R.C.-W. Wong. Advanced real-time rate control in H.264. IEEE International Conference on Image Processing, 2007, 1:69~72
    34 Hanli Wang, Sam Kwong. A Rate-Distortion optimization algorithm for rate control in H.264. IEEE International Conference on Acoustics, Speech and Signal Processing, 2007, 1:1149~1152
    35 N. Eiamjumrus, S. Aramvith. Rate control scheme based on Cauchy R-D optimization model for H.264/AVC under low delay constraint. International Conference on Intelligent Information Hiding and Multimedia Signal Processing, 2006: 205~210
    36 S. Milani, L. Celetto and G.A. Mian. An accurate low-complexity rate control algorithm based on (ρ,θ)-domain. IEEE Trans. on Circuits and Systems for Video Technology. 2008, 18(2):257~262
    37 Jianpeng Dong, Nam Ling. A model parameter and MAD prediction scheme for H.264 macroblock layer rate control. IEEE International Symposium on Circuits and Systems, 2008:628~631
    38 Dong Jianpeng, Nam Ling. Enhanced linear R-Q model based rate control for H.264/AVC using context-adaptive parameter estimation. IEEE Workshop on Signal Processing Systems, 2007:698~703
    39 Yongdong Zhang, Wu Yuan and Shouxun Lin. A new rate control scheme forH.264/AVC. International Conference on Digital Telecommunications, 2006:13~13
    40 Seonki Kim, Yo-Sung Ho. Rate control algorithm for H.264/AVC video coding standard based on rate-quantization model. IEEE International Coference on Multimedia and Expo, 2004, 1:165~168
    41 He-Yuan Lin, Gwo Giun Lee, Ming-Jiun Wang, Drew Wei-Chi Su and Bo-Yun Lin. Model-based optimal rate control algorithm for real-time hybrid video encoder. IEEE International Symposium on Circuits and Systems, 2006:4
    42 C. An, T.Q. Nguyen. Interactive Rate-Distortion optimization of H.264 with constant bit rate constraint. IEEE Trans. on Image Processing. 2003:1~11
    43 Siwei Ma, Wen Gao, Feng Wu and Yan Lu. Rate control for JVT video coding scheme with HRD considerations. International Conference on Image Processing, 2003, 3:III-793~796
    44 Myoung-Jin Kim, Kyoung-Hwan Kim and Min-Cheol Hong. Adaptive rate control in frame-layer for real-time H.264/AVC. International Conference on Advanced Communication Technology, 2008, 3:1875~1880
    45 Ruan Ruolin, Hu Ruimin and Xiao Xuqing. A rate control scheme based on MAD weighted model for H.264/AVC. International Conference on Wireless Communcations, Networking and Mobile Computing, 2007:2903~2906
    46 Xiaoquan Yi, Nam Ling. Rate control using enhanced frame complexity measure for H.264 video. IEEE Workshop on Signal Processing Systems, 2004:263~268
    47 Minqiang Jiang, Xiaoquan Yi and Nam Ling. Improved frame-layer rate control using MAD ratio. International Symposium on Circuits and Systems, 2004, 3:III-813-16
    48 Minqiang Jiang, Xiaoquan Yi and Nam Ling. On enhancing H.264 rate control by PSNR-based frame complexity estimation. International Conference on Consumer Electronics, 2005:231~232
    49 Minqiang Jiang, Nam Ling. On enhancing H.264/AVC video rate control by PSNR-based frame complexity estimation. IEEE Trans. on Consumer Electronics. 2005, 51(1):281~286
    50 Minqiang Jiang, Nam Ling. Low-delay rate control for real-time H.264/AVC video coding. IEEE Trans. on Multimedia. 2006, 8(3):467~477
    51 Minqiang Jiang, Nam Ling. Bit allocation scheme for low-delay H.264/AVC rate control. IEEE International Conference on Image Processing, 2006:2501~2504
    52 Minqiang Jiang, Nam Ling. An improved frame and macroblock layer bitallocation scheme for H.264 rate control. IEEE International Symposium on Circuits and Systems, 2005, 2:1501~1504
    53石迎波,吴成柯,王养利,肖嵩.一种新的H.264基本单元码率控制方法.系统工程与电子技术. 2006, 28(11):1766~1769
    54唐田野,刘钊.基于内容复杂度的视频编码码率控制.电子与信息学报. 2006, 28(6):1115~1119
    55李恒友,李建华,顾丹丹.一种基于复杂度改进的帧级码率控制算法.仪器仪表学报. 2005, 26(8):567~569
    56 Y. Liu, Z.G. Li and Y.C. Soh. A novel rate control scheme for low delay video communication of H.264/AVC standard. IEEE Trans. on Circuits and Systems for Video Technology. 2007, 17(1):68~78
    57 Chou-Chen Wang, Tse-Fan Yeh and Cheng-Wei Yu. An improved rate control for video communication of H.264 standard. Congress on Image and Signal Procedding, 2008, 1:436~440
    58 Heng Yang, Qing Wang. A novel macroblock layer rate control for H.264/AVC. International Conference on Multimedia and Expo, 2007:432~435
    59 Jianfeng Xu, Yun He. A novel rate control for H.264. International Symposium on Circuits and Systems, 2004, 3:III-809-12
    60 H. Roodaki, M.R. Hashemi and O. Fatemi. A frame layer bit allocation for H.264 based on frame complexity. Canadian Conference on Electrical and Computer Engineering, 2006:2025~2028
    61 Changhyun Lee, Seongjoo Lee, Yunje Oh and Jaeseok Kim. Cost-effective frame-layer H.264 rate control for low bit rate video. IEEE International Conference on Multimedia and Expo, 2006:697~700
    62周树民,李锦涛,黄晃.低比特率视频编码中一种有效的码率分配算法.计算机辅助设计与图形学学报. 2005, 17(11):2558~2564
    63 ShuMin Zhou, JinTao Li and YongDong Zhang. Improvements on Rate-Distortion performance of H.264 rate control in low bit rate video coding. IEEE International Conference on Multimedia and Expo, 2006:681~684
    64 ShuMin Zhou, JinTao Li, JinHao Fei and YongDong Zhang. Improvement on Rate-Distortion performance of H.264 rate control in low bit rate. IEEE Trans. on Circuits and Systems for Video Technology. 2007, 17(8):996~1006
    65韩峥,唐昆,崔慧娟.基于H.264的码率控制算法.清华大学学报(自然科学版). 2008, 48(1):59~61
    66 Yin Ming, Xie Yun, Guo Fen and Cai Shuting. Improvements on MB-layer rate control scheme for H.264 video using complexity estimation. Eighth ACIS International Conference on Software Engineering, Artificial Intelligence, Networking, and Parallel/Distributed Computing, 2007, 2:280~284
    67 Yun-Gu Lee, Byung-Cheol Song. An intra-frame rate control algorithm for ultra low delay H.264/AVC coding. IEEE International Conference on Acoustics, Speech and Signal Processing, 2008:1041~1044
    68 YaYu Zheng, Xiang Tian and YaoWu Chen. Adaptive frequency coefficient suppression for ROI-based H.264/AVC video coding. IEEE International Conference on Networking, Sensing and Control, 2008:714~718
    69 L. Merritt, R. Vanam. Improved rate control and motion estimation for H.264 encoder. IEEE International Conference on Image Processing, 2007, 5:309~312
    70 Chengwei Yu, Jianhua Lu, Xudong Xie and Junli Zheng. A novel content-based rate control algorithm for H.264. International Conference on Communications, Circuits and Systems, 2007:611~615
    71 Xuan Jing, Lap-Pui Chau. Improved frame level MAD prediction and bit allocation scheme for H.264/AVC rate control. IEEE International Symposium on Circuits and Systems, 2007:3639~3642
    72 Xuan Jing, Lap-Pui Chau. A novel intra-rate estimation method for H.264 rate control. IEEE International Symposium on Circuits and Systems, 2006:4
    73 S. Miyaji, Y. Takishima and Y. Hatori. A novel rate control method for H.264 video coding. IEEE International Conference on Image Processing, 2005, 2:309~312
    74 Y. Liu, Z.G. Li and Y.C. Soh. Adaptive MAD prediction and refined R-Q model for H.264/AVC rate control. IEEE International Conference on Acoustics, Speech and Signal Processing, 2006, 2:II
    75 Wen Lu, Xinbo Gao, Qingeng Deng and Tisheng Wang. A Basic-Unit size based adaptive rate control algorithm. Fourth International Conference on Image and Graphics, 2007:268~273
    76 Li-Feng Wang, Jian-Wei Niu, Chen Xiao and Er-Hong Lu. An optimized rate control algorithm for H.264 under low delay constraint. International Conference on Wireless Communications, Networking and Mobile Computing, 2006:1~4
    77 P. Navakitkanok, S. Aramvith. Improved rate control for advanced video coding (AVC) standard under low delay constraint. International Conference on Information Technology, Coding and Computing, 2004, 2:664~668
    78 J.L.H. Webb. HRD conformance for real-time H.264 video encoding. IEEE International Conference on Image Processing, 2007, 5:305~308
    79 T. Ozcelebi, F. De Vito, A. Murat Tekalp, M. Reha Civanlar, M. Oguz Sunay and J.C. De Martin. An analysis of constant bitrate and constant PSNR video encoding for wireless networks. IEEE International Conference on Communications, 2006, 11:5301~5306
    80 A. Armstrong, S. Beesley and C. Grecos. Selection of initial quantization parameter for rate controlled H.264 video coding. Research in Microelectronics and Electronics. Ph.D. 2006:249~252
    81 Hongtao Yu, Feng Pan and Zhiping Lin. A new bit estimation scheme for H.264 rate control. IEEE International Symposium on Consumer Eletronics, 2004:396~399
    82刘峰,缪陆军,徐浩.基于编码复杂度的帧层和宏块层自适应码流控制方法.南京邮电大学学报(自然科学版). 2006, 26(6):21~26
    83 N. Srisawaivilai, S. Aramvith. Improved frame and basic unit layer bit allocation scheme for H.264 video transmission over ARQ-based wireless channels. IEEE International Symposium on Circuits and Systems, 2006:1335~1338
    84 R.W. Lienhart. Reliable transition detection in videos: A survey and practitioner’s guide. International Journal of Image and Graphics. 2001, 1(3):469~486
    85 G. Lupatini, C. Saraceno and R. Leonardi. Scene break detection: A comparison. Eighth International Workshop on Continuous-Media Databases and Applications, 1998:34~41
    86 Dongdong Zhang, Zhenzhong Chen and King Ngi Ngan. Constant distortion rate control for H.264/AVC high definition videos with scene change. IEEE International Symposium on Circuits and Systems, 2008:3498~3501
    87 Yue Yu, Jian Zhou and Yiliang Wang. A fast effective scene change detection and adaptive rate control algorithm. International Conference on Image Processing, 1998, 2:379~382
    88潘健,施健良,谭径薇,余松煜.一种新的MPEG-2 VBR视频场景切换判别法.上海交通大学学报. 1999, 33(5):509~512
    89杨小康,王金础,张文军,余松煜.数字视频序列中渐变场景切换的检测.红外与激光工程. 1999, 28(4):57~59
    90 Changhyun Lee, Yunho Jung, Seongjoo Lee, Yunje Oh and Jaeseok Kim. Real-time frame-layer H.264 rate control for scene-transition video at low bit rate.IEEE Trans. on Consumer Electronics. 2007, 53(3):1084~1092
    91 Changhyun Lee, Seongjoo Lee, Yunje Oh and Jaeseok Kim. Real-time H.264 rate control for scene-changed video at low bit rate. International Conference on Consumer Electronics, 2007:1~2
    92张忠伟,刘贵志,李宏亮,李永利.基于能流信息场景检测的码率控制策略.电子与信息学报. 2005, 27(12):1964~1968
    93范晓东,余松煜,孙军.基于场景切换检测的码率控制策略.上海交通大学学报. 2000, 34(6):756~760, 764
    94 Jeehong Lee, IIHong Shin and HyunWook Park. Adaptive Intra-Frame assignment and Bit-rate Estimation for Variable GOP length in H.264. IEEE Trans. on Circuits and Systems for Video Technology. 2007, 17(7):857~867
    95余越,周健,王贻良,李凤亭.一种场景切换检测及自适应码率控制方法.通信学报. 1999, 20(5):50~55
    96余成伟,陆建华,郑君里.基于场景切换的H.264码率控制技术.清华大学学报(自然科学版). 2007, 47(7):1133~1136
    97 Limin Wang. Rate control for MPEG video coding. SPIE The International Society for Optical Engineering, 1995, 2501(1):53~64
    98 A. Guha, D.J. Reininger. Multichannel joint rate control of VBR MPEG encoded video for DBS applications. IEEE Trans. on Consumer Electronics. 1994, 40(3): 616~623
    99蔡朝晖,门爱东,全子一.多路视频信号的统计复用.中国图象图形学报. 1999, 4(2):450~454
    100房文伟,陈力.码率变换和统计复用技术在前端压缩系统中的应用.现代电视技术. 2005, 10:90~95
    101 Limin Wang, Vincent A. Joint rate control for multi-program video coding. IEEE Trans. on Consumer Electronics. 1996, 42(3):300~305
    102 I. Ismaeil, F. Kossentini and R. Ward. Joint rate control for MPEG-2 encoding of multiple video sequences. IEEE Canadian conference on Electrical and Computer Engineering, 1999:847~850
    103 Boroczky, L., Ngai A.Y., Westermann E.F. Joint rate control with look-ahead for multi-program video coding. IEEE Trans. on Circuits and Systems for Video Technology. 2000, 10(7):1159~1163
    104 Jing Yang, Xiangzhong Fang and Hongkai Xiong. A joint rate control scheme forH.264 encoding of multiple video sequences. IEEE Trans. on Consumer Electronics. 2005, 51(2):617~623
    105熊红凯,余松煜,陈川.并行视频序列MPEG-2编码的优化联合码率控制.上海交通大学学报. 2003, 37(8):1316~1319, 1324
    106陈纲,徐国治.基于率失真理论的联合码率控制方法.上海交通大学学报. 1999, 33(5):563~565
    107 H. Li, Z. Wang, H. Cui and K. Tang. An improved ROI-based rate control algorithm for H.264/AVC. The 8th International Conference on Signal Processing, 2006, 2
    108 H. Yu, F. Pan, Z. Lin and Y. Sun. A perceptual bit allocation scheme for H.264. IEEE International Conference on Multimedia and Expo, 2005
    109 P. Sivanantharasa, W.A.C. Fernando and H.Kodikara Arachchi. Region of interest video coding with flexible macroblock ordering. First International Conference on Industrial and Information Systems, 2006:596~599
    110 D. Agrafiotis, D.R. Bull, N. Canagarajah and N. Kamnoonwatana. Multiple priority region of interest coding with H.264. IEEE Internantional Conference on Image Processing, 2006:53~56
    111 Chih-Wei Tang, Ching-Ho Chen, Ya-Hui Yu and Chun-Jen Tsai. Visual sensitivity guided bit allocation for video coding. IEEE Trans. on Multimedia. 2006, 8(1):11~18
    112 Y. Liu, Z.G. Li, Y.C. Soh and M.H. Loke. Conversational video communication of H.264/AVC with Region-of-Interest concern. IEEE International Conference on Image Processing, 2006:3129~3132
    113 Ping-Hao Wu, H.H. Chen. Frame-layer constant-quality rate control of region of interest for multiple encoders with single video source. IEEE Trans. on Circuits and Systems for Video Technology. 2007, 17(7):857~867
    114李子印,朱善安,刘丽芳.支持ROI优先编码策略的自适应码率控制算法.光电工程. 2006, 33(4):105~110
    115 Z. He, S. K. Mitra. A unified rate-distortion analysis framework for transform coding. IEEE Trans. on Circuits and Systems for Video Technology. 2001, 11(12):1221~1236

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700