[x265] Optimize slice QP in PPS for x265 (xuefeng)
xuefeng
xuefeng at multicorewareinc.com
Wed Sep 28 09:14:25 CEST 2016
hello Min,
Thanks for your reply.
a)
deltaQp = sliceQp - ppsQp
ppsQp is saved in PPS and deltaQp is saved in bitstream.
In fact, I don't calculate new QP, but calculate a best delta for ppsQP and deltaQp without changing sliceQp.
For example, deltaQp = 14(cost 4 bits), sliceQp = 40, and ppsQp = 26
If we set deltaQp = 14 - 14 = 0 ( cost 1 bits) and ppsQp = 26 + 14 = 40, sliceQp is still 40. Then we save 3 - 1 = 2 bits in bitstream for each slice.
b)
I have change QP Range with range extension. Please see this patch.
Regards,
Xuefeng Jiang
xuefeng at multicorewareinc.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20160928/6fcf621f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265_11600.patch
Type: application/octet-stream
Size: 6929 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20160928/6fcf621f/attachment.obj>
More information about the x265-devel
mailing list