Principle of Rate Control Algorithm TMN5

本文介绍了TMN5中核心的虚拟缓冲机制。该机制通过调整量化级别来控制编码复杂度,确保编码位数在一定范围内波动。文章详细阐述了虚拟缓冲大小、量化水平和剩余可用位数等关键参数的计算方法。
The core of TMN5 is the virtual buffer, the size of which is specified by r = alpha * bits_per_frame, where alpha is the multiple, typically 2. The larger value of alpha provides larger dynamical range, but less adjustment sensitivity. The current fullness of the buffer 'd' serves as the reference of quantization level 'Q', specifically, Q = 31 * d / r (31 is the maximal value for Q reached only when the buffer is full or overflown). The remaining available bits for coding within the GOP 'R' is calculated across the GOPs, say, 'R' for the current GOP no matter a surplus or a deficit, is carried over to the next GOP. This avoids the drifting caused by 'R' is restricted within GOP. In the case that B frames are absent, for I frame, the expected coding bits T = R * Xi / (Xi + Np * Xp); for P frame, T = R / Np, in which Xi and Xp are respectively current estimation of general complexity of I frames and P frames, Ni and Np number of the remaining corresponding frames. d = B - T, where B is the number of actual coded bits. 'd' is associated with R and separately counted for I and P frames, apparently it is a reasonable accumulative measurement of number of coded bits relative to due for either kind of frames. For given Q, the number of output bits can be denoted by B = f t(Q). Obviously, f t varies with frames (and therefore with time, that is why a 't' is put here), and is generally a decreasing function. According to the above discussion, the following equation set depicts the process:
ΔB n=B n-T
d n+1=d n+ΔB n
Q n=31*dn/r
B n=f t(Q n)
They can be simplified into:
Δd n=g t(d n)-T, where Δd n=ΔB n=d n+1-d n, g t(x)=f t(31*x/r)
Now we can see clearly that it represents a negative feedback loop.
If the differential |g t'(x)| keeps being less than 1, the system is stable and B wiggles around T (as both T and f are time varying).

TMN5 Virtual Buffer
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值