iamthird36
23rd April 2007, 13:59
I have two separate sets of questions.
First, in the x264 trellis quantizer, what exactly is the trellis optimizing over? Does each node correspond to a possible CABAC context?
Second, in x264_rd_cost_mb, does i_bits include the rate required to code all the parameters (such as dqp, motion vectors, etc...) or is this just the rate associated with the quantized coefficients? Also, is this an estimated rate or is it the true rate? Is this true for both CABAC or CAVLC?
Thanks in advance for any feedback.
First, in the x264 trellis quantizer, what exactly is the trellis optimizing over? Does each node correspond to a possible CABAC context?
Second, in x264_rd_cost_mb, does i_bits include the rate required to code all the parameters (such as dqp, motion vectors, etc...) or is this just the rate associated with the quantized coefficients? Also, is this an estimated rate or is it the true rate? Is this true for both CABAC or CAVLC?
Thanks in advance for any feedback.