<div dir="ltr">Hello,<div><br></div><div>I am implementing entropy HW for AV1 video codec.</div><div>I want to make the HW with the smallest precarry buffer.</div><div>Currently, aom encoder is scanning reverse direction adding precarry to previous buffer point.</div><div>It means that I should keep all bitstreams in a tile, and scan all the bitstreams then generate it.</div><div>At HW point of view, this kind of operation is quite inefficient.</div><div>Is there any way to implement the entropy encoder without precarry back-propagation?</div><div>Can I determine the maximum length of back-propagation?<br></div><div><br></div><div>Thanks.</div></div>