[x265] [PATCH] Removed unnecessary call to loadCTUData
dtyx265 at gmail.com
dtyx265 at gmail.com
Fri Sep 26 01:44:19 CEST 2014
# HG changeset patch
# User David T Yuen <dtyx265 at gmail.com>
# Date 1411688585 25200
# Node ID 2d06872fad94ed97c4a8ebb1664d49c70445fb72
# Parent 7dccbbed034970de161b361cd6e17ed4efca7226
Removed unnecessary call to loadCTUData
diff -r 7dccbbed0349 -r 2d06872fad94 source/encoder/frameencoder.cpp
--- a/source/encoder/frameencoder.cpp Wed Sep 24 18:26:45 2014 -0500
+++ b/source/encoder/frameencoder.cpp Thu Sep 25 16:43:05 2014 -0700
@@ -467,7 +467,6 @@
}
}
- m_tld->analysis.loadCTUData(cu);
// final coding (bitstream generation) for this CU
m_entropyCoder.encodeCTU(cu);
More information about the x265-devel
mailing list