博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IPU VPU GPU的关系
阅读量:4698 次
发布时间:2019-06-09

本文共 767 字,大约阅读时间需要 2 分钟。

转:https://blog.csdn.net/dragon101788/article/details/78404669

Video graphics system[IPU, VPU and GPU]

 

IPU: Image Processing Unit 

• -- Display 
• -- Camera 
• -- Image Rotation, Inversion, Color Space Conversion 
• -- Image quality enhancement 
• -- Video/graphics combining 

  

VPU: Video Processing Unit 
• -- Video encoding & decoding 
• -- Post-filtering 
• -- Rotation & inversion 

  

GPU: Graphics Processing Units 
• -- 2D (OpenVG 1.1) 
• -- 3D (OpenGL ES 2.0)

 

IPU:跟Camera,Display相关

VPU:跟视频播放相关,主要包括HW codec和视频后处理等

VPU is a high performance multi-standard video codec IP that can perform the H.264 BP/MP/HP, VC-1 SP/MP/AP, MPEG-4 SP/ASP, Divx, MPEG-1/2, RV-8/9/10, and MJPEG decoding and encoding.

GPU:跟2D(OpenVG)和3D(OpenGL)相关

 

 

转载于:https://www.cnblogs.com/newjiang/p/9447616.html

你可能感兴趣的文章