<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5">&gt; I&#39;m using x264 as compiled library in my application and would like to<br>

&gt; display PSNR / SSIM statistics in the UI.<br>
&gt; I&#39;ve read the PSNR calculation in encoder.c and I&#39;m interested to know if<br>
&gt; it&#39;s thread safe to do the same calculation in my code,<br>
&gt; or should I use sync with x264 somehow?<br>
&gt; thanks!<br></div></div>
<br>
param-&gt;analyse.b_psnr = 1<br>
<br>
Dark Shikari<br></blockquote></div><br clear="all"><div>naturally, but that only prints to stdout.</div><div>I&#39;m accessing PSNR programmatically, and wondering about thread-integrity of accessing h-&gt;stats from my application thread</div>
<br>
</div>