<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 23, 2013 at 5:01 PM, Derek Buitenhuis <span dir="ltr"><<a href="mailto:derek.buitenhuis@gmail.com" target="_blank">derek.buitenhuis@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On 10/23/2013 12:26 PM, Gopu Govindaswamy wrote:<br>
> -    ofs.seekp(pic.poc * 3 * (width * height * pixelbytes) / 2);<br>
> -<br>
> +    uint64_t size = (pic.poc * 3);<br>
> +    size *= (width * height * pixelbytes);<br>
> +    size /= 2;<br>
> +    ofs.seekp(size);<br>
<br>
</div>Why?<br></blockquote><div><br>     (pic.poc * 3 * (width * height * pixelbytes) / 2) this statement is giving us wrong result if width and height is big  <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<br>
- Derek<br>
_______________________________________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Thanks & Regards<br>Gopu G<br>Multicoreware Inc <br><br>
</div></div>