[x265] [PATCH] analysis: setQPforQuant in checkIntraInter to fix the hash mismatch at rd=5&6
gopu at multicorewareinc.com
gopu at multicorewareinc.com
Wed Jul 23 07:47:01 CEST 2014
# HG changeset patch
# User Gopu Govindaswamy <gopu at multicorewareinc.com>
# Date 1406094393 -19800
# Wed Jul 23 11:16:33 2014 +0530
# Node ID 1beaaabef3eb6d3e832102ed7dafcd855c1d7298
# Parent e3ad03b7c4854be40730645d4fe25e56a93f3f94
analysis: setQPforQuant in checkIntraInter to fix the hash mismatch at rd=5&6
diff -r e3ad03b7c485 -r 1beaaabef3eb source/encoder/analysis.cpp
--- a/source/encoder/analysis.cpp Tue Jul 22 13:28:54 2014 -0500
+++ b/source/encoder/analysis.cpp Wed Jul 23 11:16:33 2014 +0530
@@ -1722,6 +1722,7 @@
PPAScopeEvent(CheckRDCostIntra + depth);
+ m_trQuant.setQPforQuant(outTempCU);
outTempCU->setSkipFlagSubParts(false, 0, depth);
outTempCU->setPartSizeSubParts(partSize, 0, depth);
outTempCU->setPredModeSubParts(MODE_INTRA, 0, depth);
More information about the x265-devel
mailing list