[x265] [PATCH] support both diable thread and lft/sao

Min Chen chenm003 at 163.com
Sun Sep 8 09:04:31 CEST 2013


# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1378623450 -28800
# Node ID 44f4a60b80bcd38449f56ce1d14e6ef12578043d
# Parent  6882f7eb6c318bd9cb203d5c1f29abd995ba53ac
support both diable thread and lft/sao

diff -r 6882f7eb6c31 -r 44f4a60b80bc source/encoder/frameencoder.cpp
--- a/source/encoder/frameencoder.cpp	Sun Sep 08 14:56:28 2013 +0800
+++ b/source/encoder/frameencoder.cpp	Sun Sep 08 14:57:30 2013 +0800
@@ -904,6 +904,10 @@
                 {
                     m_frameFilter.processRow(i - m_filterRowDelay);
                 }
+                else
+                {
+                    m_frameFilter.processRowPost(i - m_filterRowDelay);
+                }
             }
         }
     }



More information about the x265-devel mailing list