<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><DIV>In disable loopfilter mode , we need not to delay a row, so I can safe to remove these code</DIV>
<DIV> </DIV>
<DIV>At 2013-09-11 21:27:37,"Derek Buitenhuis" <derek.buitenhuis@gmail.com> wrote:<BR>>On Wed, Sep 11, 2013 at 6:55 AM, Min Chen <chenm003@163.com> wrote:<BR>>> # HG changeset patch<BR>>> # User Min Chen <chenm003@163.com><BR>>> # Date 1378878707 -28800<BR>>> # Node ID b02136097bea7c0db83ad4bfb3454a91f80eeda6<BR>>> # Parent  af8cddab103e87cb7817e4809780a64573d4dad2<BR>>> framefilter: improvement<BR>><BR>>Please write a proper commit message. This one is useless and conveys<BR>>no information. What improved?<BR>><BR>>> -        if (row > 0)<BR>>> -     &
 nbsp;      processRowPost(row - 1);<BR>>> -        if (row == m_numRows - 1)<BR>>> -            processRowPost(row);<BR>>> +        processRowPost(row);<BR>>>          return;<BR>><BR>><BR>>Why is it OK to remove these checks?<BR><BR>>- Derek<BR>>_______________________________________________<BR>>x265-devel mailing list<BR>>x265-devel@videolan.org<BR>>https://mailman.videolan.org/listinfo/x265-devel<BR></DIV></div>