[x265] [PATCH] framefilter: improvement
chen
chenm003 at 163.com
Wed Sep 11 16:30:45 CEST 2013
In disable loopfilter mode , we need not to delay a row, so I can safe to remove these code
At 2013-09-11 21:27:37,"Derek Buitenhuis" <derek.buitenhuis at gmail.com> wrote:
>On Wed, Sep 11, 2013 at 6:55 AM, Min Chen <chenm003 at 163.com> wrote:
>> # HG changeset patch
>> # User Min Chen <chenm003 at 163.com>
>> # Date 1378878707 -28800
>> # Node ID b02136097bea7c0db83ad4bfb3454a91f80eeda6
>> # Parent af8cddab103e87cb7817e4809780a64573d4dad2
>> framefilter: improvement
>
>Please write a proper commit message. This one is useless and conveys
>no information. What improved?
>
>> - if (row > 0)
>> - processRowPost(row - 1);
>> - if (row == m_numRows - 1)
>> - processRowPost(row);
>> + processRowPost(row);
>> return;
>
>
>Why is it OK to remove these checks?
>- Derek
>_______________________________________________
>x265-devel mailing list
>x265-devel at videolan.org
>https://mailman.videolan.org/listinfo/x265-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20130911/84c54732/attachment.html>
More information about the x265-devel
mailing list