[x265] [PATCH 1 of 2] made changes to function call - rateControlEnd
sumalatha at multicorewareinc.com
sumalatha at multicorewareinc.com
Wed Aug 21 13:42:45 CEST 2013
# HG changeset patch
# User sumalatha
# Date 1377085288 -19800
# Node ID 966fc17299474cb212a0966c8f26e237865cd0ff
# Parent 6fe2b6e1fd6f1c0ed0997a7dd0f0c38a96091f08
made changes to function call - rateControlEnd
diff -r 6fe2b6e1fd6f -r 966fc1729947 source/Lib/TLibEncoder/TEncTop.cpp
--- a/source/Lib/TLibEncoder/TEncTop.cpp Tue Aug 20 08:22:45 2013 -0500
+++ b/source/Lib/TLibEncoder/TEncTop.cpp Wed Aug 21 17:11:28 2013 +0530
@@ -233,7 +233,7 @@
calculateHashAndPSNR(out, accessUnitOut);
- //m_rateControl->rateControlEnd(m_analyzeAll.getBits());
+
m_dpb->recycleUnreferenced(m_freeList);
@@ -530,7 +530,7 @@
{
m_analyzeB.addResult(psnrY, psnrU, psnrV, (Double)bits);
}
-
+ m_rateControl->rateControlEnd(bits);
if (param.logLevel >= X265_LOG_DEBUG)
{
Char c = (slice->isIntra() ? 'I' : slice->isInterP() ? 'P' : 'B');
More information about the x265-devel
mailing list