[x265] [PATCH] tenccfg : remove unused functions for loop filtes
Gopu Govindaswamy
gopu at multicorewareinc.com
Mon Oct 28 10:38:59 CET 2013
# HG changeset patch
# User Gopu Govindaswamy <gopu at multicorewareinc.com>
# Date 1382953129 -19800
# Node ID 68042ac00ad6af0d9d7d85654e8c9968809ce8ce
# Parent 26475c9ced90e338399e9a93d886824aad55dc83
tenccfg : remove unused functions for loop filtes
diff -r 26475c9ced90 -r 68042ac00ad6 source/Lib/TLibEncoder/TEncCfg.h
--- a/source/Lib/TLibEncoder/TEncCfg.h Mon Oct 28 15:05:51 2013 +0530
+++ b/source/Lib/TLibEncoder/TEncCfg.h Mon Oct 28 15:08:49 2013 +0530
@@ -177,13 +177,6 @@
UInt getQuadtreeTULog2MinSize() const { return m_quadtreeTULog2MinSize; }
- //==== Loop/Deblock Filter ========
-// bool getLoopFilterOffsetInPPS() { return m_loopFilterOffsetInPPS; }
-
-// int getLoopFilterBetaOffset() { return m_loopFilterBetaOffsetDiv2; }
-
-// int getLoopFilterTcOffset() { return m_loopFilterTcOffsetDiv2; }
-
//==== Quality control ========
int getMaxCuDQPDepth() { return m_maxCuDQPDepth; }
@@ -203,8 +196,6 @@
UInt getPCMLog2MinSize() { return m_pcmLog2MinSize; }
- // int getMaxNumOffsetsPerPic() { return m_maxNumOffsetsPerPic; }
-
bool getLFCrossTileBoundaryFlag() { return m_loopFilterAcrossTilesEnabledFlag; }
int getBufferingPeriodSEIEnabled() { return m_bufferingPeriodSEIEnabled; }
More information about the x265-devel
mailing list