<div>The reason for the increace in PSNR is the P.</div><div>Think of what the P stands for.</div><div><br></div><div>Your ASNR would be the same or lower, however.</div><div>Try doing this with the increace to 14 and collecting the ASNR and PSNR going downwards and plot a graph.</div>
<div>You&#39;ll see what I mean :)</div><div><br></div><div>Peak Signal to Noise Ratio</div><div>Average Signal to Noise Ratio</div><div>The latter is more important for compression and the former is more important for finding how to fix the ladder (when what is going on when it reaches peak)</div>
<div><br></div><div>Logs please?<br><br><div class="gmail_quote">On Tue, Jun 29, 2010 at 5:25 PM, john sisi <span dir="ltr">&lt;<a href="mailto:sisi.john1@gmail.com">sisi.john1@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear All,<br>
<br>
I performed an experiment using x264 to find the effect of using<br>
different reference frames on the PSNR performance. I got a somehow<br>
weird result: it seems that the PSNR goes up (by about 0.2dB on<br>
Foreman CIF @256kbps) as the distance to the reference frame is<br>
increased (from 3 to 15).<br>
<br>
I set the number of reference frame to 15 using &quot;--ref 15&quot; and I<br>
changed the code such that I was able to select only one of these 15<br>
reference frames for encoding the frames. For example, in<br>
&quot;x264_mb_analyse_inter_p16x16&quot; I set &quot;i_ref&quot; to 5 just before<br>
&quot;REF_COST( 0, i_ref )&quot; to use only the 6th reference frame. I applied<br>
the same change on the other relevant functions like<br>
&quot;x264_mb_analyse_inter_p16x8&quot;.<br>
<br>
My expectection is that the PSNR values must go down as we use farther<br>
reference frames but is this result reasonable?  Thanks,<br>
John<br>
_______________________________________________<br>
x264-devel mailing list<br>
<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br>
<a href="http://mailman.videolan.org/listinfo/x264-devel" target="_blank">http://mailman.videolan.org/listinfo/x264-devel</a><br>
</blockquote></div><br></div>