<div dir="ltr">  Hi, Timothy.<div><br></div><div>This is Knight.</div><div><br></div><div>Actually, I sent the same question before, but I didn't get the response.</div><div> -------------------------------------------------------------------  <br></div><div>The only thing I want to know is all about 'carry bits'.</div><div>Is it possible for 'carry bits' to be bigger than '1' ?</div><div>-------------------------------------------------------------------</div><div>If it's not bigger than '1', the implementation of  HW entropy encoder will be easier.</div><div>I explained the situation a little more detail below. </div><div><br></div><div>Please, let me know any problem.</div><div><br></div><div>========================================================================================</div><div><br></div><div>I looked into the PDF you attached.</div><div>It looks like I used 5.1 method on previous codec developments.</div><div>But it seems only 1 bit processing is allowed. Maybe it will affect overall entropy performance.</div><div><br></div><div>I referenced google aom entropy encoder. </div><div>This can process 1 symbol per cycle, like 5.2 in your doc, if you change the 1bit shift expander to lshift_cnt.</div><div>---------------------------------------------</div><div>lshift_cnt = 15 - get_msb(range);</div><div>low = low << lshift_cnt;</div><div>range = range << lshift_cnt;</div><div>---------------------------------------------</div><div><br></div><div>I am considering the carry process will be like below.</div><div>Just count all 1s bytes, and then add carry at carry occurred position.</div><div>Then reset the carry count, and monitor another all 1s byte.</div><div><br></div><div><div><img src="cid:ii_kd5oomqp0" alt="image.png" width="426" height="362" class="gmail-CToWUd gmail-a6T" tabindex="0" style="cursor: pointer; outline: 0px; margin-right: 0px;"><br></div></div><div>In order to satisfy this scenario, carry value should be '1' always.</div><div>If it's bigger than '1', I cannot use this scenario. Maybe I have to replace this with 5.1 on your doc.</div><div><br></div><div>Could you tell me what is the maximum number of carry value?</div><div>Do you think the scenario ablove could work? or other way to supplement it?</div><div><br></div><div>Thank you.</div><div>Knight.</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">2020년 7월 29일 (수) 오후 9:00, <<a href="mailto:daala-request@xiph.org">daala-request@xiph.org</a>>님이 작성:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send daala mailing list submissions to<br>
        <a href="mailto:daala@xiph.org" target="_blank">daala@xiph.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.xiph.org/mailman/listinfo/daala" rel="noreferrer" target="_blank">http://lists.xiph.org/mailman/listinfo/daala</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:daala-request@xiph.org" target="_blank">daala-request@xiph.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:daala-owner@xiph.org" target="_blank">daala-owner@xiph.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of daala digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: daala Digest, Vol 24, Issue 2 (Timothy B. Terriberry)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 28 Jul 2020 08:33:54 -0700<br>
From: "Timothy B. Terriberry" <<a href="mailto:tterriberry@mozilla.com" target="_blank">tterriberry@mozilla.com</a>><br>
To: <a href="mailto:daala@xiph.org" target="_blank">daala@xiph.org</a><br>
Subject: Re: [daala] daala Digest, Vol 24, Issue 2<br>
Message-ID: <<a href="mailto:ab85706d-f764-7ef1-89c6-08e47e92a8f4@xiph.org" target="_blank">ab85706d-f764-7ef1-89c6-08e47e92a8f4@xiph.org</a>><br>
Content-Type: text/plain; charset=UTF-8; format=flowed<br>
<br>
Knight Kim wrote:<br>
> Thank you for your response.<br>
> I am studying the PDF you sent.<br>
> Could I ask you more if I have more questions?<br>
<br>
Of course. Happy to help.<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
daala mailing list<br>
<a href="mailto:daala@xiph.org" target="_blank">daala@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/daala" rel="noreferrer" target="_blank">http://lists.xiph.org/mailman/listinfo/daala</a><br>
<br>
<br>
------------------------------<br>
<br>
End of daala Digest, Vol 24, Issue 4<br>
************************************<br>
</blockquote></div>