当前位置:网站首页>[Video coding learning] - understanding of transformation
[Video coding learning] - understanding of transformation
2022-08-09 14:47:00 【Stars¹⁸⁹⁵】
Video Coding - Understanding Transforms
• Transformation coding is orthogonal transformation, which can be understood as coordinate axis rotation• The purpose of the transform is: to de-correlate the signal, to make the signal independent, to take the independent quantization of the transform coefficient, to minimize the distortion, and to obtain a lower code rate• Transform + scalar quantization can obtain memory gain in vector quantization• The geometric mean of the variance of the transform coefficients of a good transform is as small as possible, which means that the variance of the transform coefficients is large, and the variance of the transform coefficients is small.• The greater the correlation of the sources, the greater the gain obtained by the transformation• Pareto condition• Common transformations○ KLT Transformation§ Most de-correlated§ Different sources, different transformation matrices§ Optimal transformation under MSE§ Since the transformation coefficients must be recalculated for each different source, it is more complicated, and the transmission of the transformation coefficients requires additional code rate consumption, which is not commonly used.○ DCT Transform§ Different sources, the same transformation matrix§ The source correlation tends to 1, and the performance of DCT and KLT tends to be consistent○ The algorithm complexity of 2-dimensional separable transform is O(N^4) compared to 2-dimensional non-separable transform becomes O(N^3).边栏推荐
猜你喜欢
随机推荐
C语言 三子棋(含完整 代码详解)
Talking about CQRS Mode
Column of openharmony container component
阿里云发布中国云原生数据湖应用洞察白皮书
除了开心麻花,中国喜剧还有什么?
Using the NVIDIA Kaolin Wisp reconstruction of 3 d scene
测试研发的人数科学比例
iptables之SNAT与DNAT
*1-2 OJ 190 游程编码
RHCE课程总结
openharmony容器组件之GridContainer
响应式pbootcms模板外贸灯具类网站
markdown学习1
Es7.x使用RestHighLevelClient进行增删改和批量操作
Xshell建立SSH隧道连接
汇编语言学习(九)
RHCE课程总结
12.cuBLAS开发指南中文版--cuBLAS中的Level-1函数asum()和axpy()
记一次 ERROR scheduler.AsyncEventQueue: Dropping event from queue shared导致OOM
响应式pbootcms模板建材家居类网站








