[x265] [PATCH 3 of 5] encoder: Adding a TODO comment on the final goal

deepthi at multicorewareinc.com deepthi at multicorewareinc.com
Thu Mar 13 12:29:16 CET 2014


# HG changeset patch
# User Deepthi Nandakumar <deepthi at multicorewareinc.com>
# Date 1394706415 -19800
# Node ID a1d00d4c9e500b59ed63a9d5de9d38d4ce1bb4a4
# Parent  abea85f7bde30394db2ac2f5e7467d2506e4a639
encoder: Adding a TODO comment on the final goal.

diff -r abea85f7bde3 -r a1d00d4c9e50 source/encoder/encoder.cpp
--- a/source/encoder/encoder.cpp	Thu Mar 13 15:55:29 2014 +0530
+++ b/source/encoder/encoder.cpp	Thu Mar 13 15:56:55 2014 +0530
@@ -1117,6 +1117,8 @@
 {
     pps->setConstrainedIntraPred(param->bEnableConstrainedIntra);
     bool isVbv = param->rc.vbvBufferSize > 0 && param->rc.vbvMaxBitrate > 0;
+
+    /* TODO: This variable m_maxCuDQPDepth needs to be a CLI option to allow us to choose AQ granularity */
     bool bUseDQP = (m_maxCuDQPDepth > 0 || param->rc.aqMode || isVbv) ? true : false;
 
     int lowestQP = -(6 * (X265_DEPTH - 8)); //m_cSPS.getQpBDOffsetY();


More information about the x265-devel mailing list