首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到16条相似文献,搜索用时 359 毫秒
1.
AVS解码器基于SystemC的实现   总被引:2,自引:0,他引:2  
介绍了AVS视频编解码标准的关键技术和新一代硬件设计语言SystemC的特点以及利用SystemC进行软硬件协同设计的方法,并在此基础上介绍了AVS视频解码器基于SystemC的设计和实现。  相似文献   

2.
为提高威焱831平台的多媒体处理能力,解决H.264解码器解码效率低的问题,在提出SIMD指令级优化方法的同时,提出一种面向帧拷贝的优化方法。通过分析开源软件FFmpeg中H.264解码器的并行化特性,使用威焱平台性能分析工具解析影响视频解码性能的热点函数。采用手工嵌入SIMD汇编指令的方式对关键模块热点函数进行优化,通过FFmpeg源码编译过程链接汇编实现的内存操作函数memcpy提升内存拷贝速度。实验结果表明,威焱831平台视频解码的平均性能提高26%,推动了威焱831处理器在多媒体应用领域的发展。  相似文献   

3.
针对AVS视频解码器开源代码效率相对低下的问题,文章从算法(Algorithm)、代码(Code)、平台(P1atform)方面考虑,提出了一套AVS解码器优化方法(简称AcP方法。在AVS工作组参考解码器上对所提出的ACP方法的有效性进行了验证,实验结果表明,经过ACP方法优化后的AVS软件解码器的解码速度有明显提高,满足了标清格式720P视频实时解码的要求。  相似文献   

4.
基于单指令多数据流技术的视频信息处理优化   总被引:4,自引:2,他引:2  
针对SIMD技术的特点,阐述SIMD技术在视频处理实时软件实现中的具体应用,并以视频解码器显示模块的SIMD优化为例,分析、比较了SIMD技术优化前后的算法效率和图像质量,并探讨了在特定环境下SIMD编程的特点及优化方法。  相似文献   

5.
根据AVS视频编码标准第4部分,首先简要介绍了AVS视频编码比特流的一致性测试定义和测试方法,然后重点讨论了AVS视频解码器的一致性测试方法和测试过程,并描述了一些测试码流的设计.  相似文献   

6.
针对自制的ADSP-BF561解码器平台的特点,提出了样本插值的快速算法,提高了运动补偿部分执行的效率。结合汇编指令级优化及存储优化等策略和方法对AVS解码模块进行全局优化,试验结果表明D1画质的视频基本满足了实时解码的要求。  相似文献   

7.
周建政  刘华平 《电视技术》2015,39(14):13-16
H.265继续沿用H.264编码架构,去方块滤波器也是H.265视频编码标准的一个重要选项,去除混合编码带来的块效应极大改善了视频的质量,但由于H.265超级宏块的存在,去方块效应滤波相关参数层层嵌入在每个小的处理单元中,这种结构不利于实现基于宏块行间的并行化,同时也很难高效地利用Cortex-A9架构SIMD优化性能.首先详细分析H.265标准去块滤波器的处理过程以及并行处理的困难,进而提出一种便于实现基于宏块行间的并行去块滤波结构,然后进行Cortex-A9汇编优化.基于HM14.0实验,改进去方块效应滤波器计算复杂度从占整个解码器25%降至14%,大大提升了解码器性能,为移动设备上实现H.265大分辨率视频实时播放奠定基础.  相似文献   

8.
在OMAP3530平台实现AVS解码器   总被引:1,自引:0,他引:1  
详细讨论了OMAP架构的双核通信机制,分析了Codec Engine,DSPlink,CMEM等核心模块。然后实现了一种基于OMAP3530开发平台的AVS视频解码系统,实现了ARM处理器接收网络数据和显示图像,DSP处理器解码AVS码流。在Linux环境下将AVS视频解码器移植到3530开发板中,在分辨率D1下达到25 f/s(帧/秒)。  相似文献   

9.
本文主要介绍了AVS视频解码的关键技术及解码原理。针对AVS视频解码器开源代码RM52J_r1解码效率相对低下的问题,根据该开源代码设计了新的AVS解码器。实验结果表明,在保证解码质量的前提下,解码速度有了很大的提高,基本上能达到实时解码的要求。  相似文献   

10.
AVS视频解码器作为一种媒体解码器,对实时性有较高的要求,这就要求解码器有较快的解码速度.针对这一技术需要,在AVS熵解码器的设计中,提出了一种用于码流截取的桶形移位器的设计方案.采用Verilog HDL语言进行设计和仿真,实现了码流的正确截取.本设计方案通过采用累加器和移位器的组合来实现数据传输,考虑了解码时延不同...  相似文献   

11.
AVS1-P2 is the newest video standard of Audio Video coding Standard (AVS) workgroup of China, which provides close performance to H.264/AVC main profile with lower complexity. In this paper, a platform-independent software package with macroblock-based (MB-based) architecture is proposed to facilitate AVS video standard implementation on embedded system. Compared with the frame-based architecture, which is commonly utilized for PC platform oriented video applications, the MB-based decoder performs all of the decoding processes, except the high-level syntax parsing, in a set of MB-based buffers with adequate size for saving the information of the current MB and the neighboring reference MBs to minimize the on-chip memory and to save the time consumed in on-chip/off-chip data transfer. By modifying the data flow and decoding hierarchy, simulating the data transfer between the on-chip memory and the off-chip memory, and modularizing the buffer definition and management for low-level decoding kernels, the MB-based system architecture provides over 80% reduction in on-chip memory compared to the frame-based architecture when decoding 720p sequences. The storage complexity is also analyzed by referencing the performance evaluation of the MB-based decoder. The MB-based decoder implementation provides an efficient reference to facilitate development of AVS applications on embedded system. The complexity analysis provides rough storage complexity requirements for AVS video standard implementation and optimization.  相似文献   

12.
AVS编解码器采用环路滤波去除块效应来提高图像质量,而环路滤波复杂度高、运算量大,且滤波过程数据访问频繁,严重影响了代码的执行效率.为提高解码速率,通过分析滤波算法特点,调整滤波结构,优化滤波算法,部分代码采用DSP汇编语言.结果表明与传统的C相比,缩短了代码运行时间,提高了执行速度,达到实时解码的要求.  相似文献   

13.
传统AVS熵解码过程中需要存储大量的码表数据,并且在码表查询和切换的过程中存在很多的判断和跳转指令,严重地降低了解码速度,不利于DSP的实现。为了实现嵌入式AVS视频解码器,通过分析熵解码码表的特点,提出了一种新型的码表结构和一种分组查询的查询方法,代码实现采用DSP汇编语言。结果表明,与传统的码表结构和查询方式相比较,大大节省了数据空间,缩短了代码的执行时间,提高了解码的效率。  相似文献   

14.
史秦青  万馨忆  肖融  黄铁军 《电视技术》2011,35(3):15-17,28
码流分析对音视频编码标准产业化和应用十分重要.针对我国组织制订的AVS视频编解码标准GB/T 20090.2,利用新一代面向对象、跨平台的图形用户界面语言Qt设计实现了AVS视频码流解析软件QtAVS,该软件能够正确解析AVS视频码流,并可在序列、帧、块3个层次上对码流元素进行可视化显示.QtAVS的所有源代码已在AV...  相似文献   

15.
AVS1-P2 is a recently completed video compression standard developed by the Audio and Video Coding Standard (AVS) Workgroup of China. The standard promises comparable compression efficiency to the H.264/MPEG-4 AVC video codec with lower implementation complexity and royalty fees. AVS1-P2 is the Chinese next generation national video coding standard with an increasing amount of industrial importance as it is being required for different applications and services. It is expected that AVS1-P2 will be prominent in emerging Chinese digital video application markets, especially for personal video recorder (PVR) and video on demand (VOD).This paper discusses how trick modes for PVR and VOD can be performed with AVS1-P2 content. It begins with generating an index table to facilitate AVS1-P2 trick modes followed by a discussion of basic and advanced trick modes. Next, the minimum decoder speed and display frame buffer requirements are analyzed for smooth trick play, especially for 1× rewind. VOD stream delivery strategies for various trick modes and transitions are then discussed. Finally, an overview of other topics that may affect implementation such as content protection and encoding is provided. Many of the discussions are also applicable to other video coding standards like MPEG-2, H.264/AVC, etc.  相似文献   

16.
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号