[x265] [PATCH] no-rdo(early exit): update the memory with info from m_interCU_NxN

sumalatha at multicorewareinc.com sumalatha at multicorewareinc.com
Wed Oct 9 12:46:29 CEST 2013


# HG changeset patch
# User Sumalatha Polureddy
# Date 1381315575 -19800
# Node ID 4c50a600622d04cd37dd4a2f99cf8a608bccbfb0
# Parent  fc7fbdd18bc0d6d7f98180332e065d83c054fe02
no-rdo(early exit): update the memory with info from m_interCU_NxN

The encoding and prediction details which are updated in the m_interCU_NxN in
NxN calculation are updated in the m_tempCU

diff -r fc7fbdd18bc0 -r 4c50a600622d source/encoder/compress.cpp
--- a/source/encoder/compress.cpp	Wed Oct 09 00:00:10 2013 -0500
+++ b/source/encoder/compress.cpp	Wed Oct 09 16:16:15 2013 +0530
@@ -595,6 +595,7 @@
                         nxnCost += subTempPartCU->m_totalCost;
                     }
                 }
+                subTempPartCU->copyToPic((UChar)nextDepth);
             }
 
             float lambda = 1.0f;


More information about the x265-devel mailing list