<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Message: 3<br>
Date: Fri, 11 Feb 2011 01:50:53 -0800<br>
From: Jason Garrett-Glaser <<a href="mailto:jason@x264.com">jason@x264.com</a>><br>
To: Mailing list for x264 developers <<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a>><br>
Subject: Re: [x264-devel] x264-devel Digest, Vol 45, Issue 17<br>
Message-ID:<br>
        <<a href="mailto:AANLkTim2O9JiaK7T82fevEYkAumy1LCxSRny5nXixY%2Bq@mail.gmail.com">AANLkTim2O9JiaK7T82fevEYkAumy1LCxSRny5nXixY+q@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On Fri, Feb 11, 2011 at 1:42 AM, Ajit Deshpande<br>
<<a href="mailto:ajitsdeshpande@gmail.com">ajitsdeshpande@gmail.com</a>> wrote:<br>
><br>
>><br>
>> On Feb 10, 2011, at 12:17 PM, Patrick White wrote:<br>
>><br>
>> ><br>
>> > Hi Dennis,<br>
>> ><br>
>> > There is indeed a parameter to change, in the x264_param_t struct, the<br>
>> > "i_slice_max_size" variable.<br>
>> ><br>
>> > There are also related options for macro-blocks and slices.<br>
>> ><br>
><br>
> Just curious about how "i_slice_max_size" would work exactly. Would setting<br>
> this parameter influence the - Motion estimation, mode decision algorithm &<br>
> rate control blocks in the<br>
> encoder such that this max slice size limit is adhered to?<br>
><br>
> thank you.<br>
><br>
> -AD<br>
<br>
Encode MBs until the slice max size is exceeded.  Then back up to the<br>
one just before and end the slice.<br>
<br>
Jason<br>
<br></blockquote></div>Hello Jason, <br>  But what happens if FMO is on? In that case  would it mean, that a user defined MB allocation map to make a slice of those MBs is over-ridden by i_slice_max_size?<br>Could it happen that when encoder backs up to the preceeding MB to obey the slice max size limit, and ends the Slice/NAL unit there, and thus does not encode as per the user entered configuration of MB allocation to a slice.<br>

<br>thank you.<br>-Ajit.<br><br><br><br>