[x265] [PATCH] analysis: setQPforQuant in checkIntraInter to fix the hash mismatch at rd=5&6

Satoshi Nakagawa nakagawa424 at oki.com
Wed Jul 23 08:59:31 CEST 2014


Thank you for fix my bug.

My own fix is very similar.


# HG changeset patch
# User Satoshi Nakagawa <nakagawa424 at oki.com>
# Date 1406098305 -32400
#      Wed Jul 23 15:51:45 2014 +0900
# Node ID e3b909fd6e1f5348944872c704cabff229c37f71
# Parent  e3ad03b7c4854be40730645d4fe25e56a93f3f94
fix bug in 4d2c3d09e836

diff -r e3ad03b7c485 -r e3b909fd6e1f 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 15:51:45 2014 +0900
@@ -1219,6 +1219,8 @@
                  outBestCU->getCbf(0, TEXT_CHROMA_U) != 0   ||
                  outBestCU->getCbf(0, TEXT_CHROMA_V) != 0)  && doIntra)
             {
+                m_trQuant.setQPforQuant(outTempCU);
+
                 checkIntraInInter_rd5_6(outBestCU, outTempCU, SIZE_2Nx2N);
                 outTempCU->initEstData();

 
From: gopu at multicorewareinc.com
Subject: [x265] [PATCH] analysis: setQPforQuant in checkIntraInter to fix the hash mismatch at rd=5&6
Date: Wed, 23 Jul 2014 11:17:01 +0530

> # 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);
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel


More information about the x265-devel mailing list