Ticket #1461: SCC_DPB.patch
File SCC_DPB.patch, 1.3 KB (added by xiaozhongxu0000, 8 years ago) |
---|
-
source/App/TAppDecoder/TAppDecTop.cpp
498 498 499 499 iterPic++; 500 500 } 501 #if SCC_DPB_FIX 502 assert(dpbFullness <= maxDecPicBufferingHighestTid - m_cTDecTop.getTwoVersionsOfCurrDecPicFlag()); 503 #endif 501 504 } 502 505 } 503 506 -
source/Lib/TLibCommon/TypeDef.h
52 52 // ==================================================================================================================== 53 53 // Debugging 54 54 // ==================================================================================================================== 55 #define SCC_DPB_FIX 1 ///< add assertion to make sure DPB fullness is below max DPB size when TwoVersionsOfCurrPicFlag is true. 55 56 56 57 #define DEBUG_STRING 0 ///< When enabled, prints out final decision debug info at encoder and decoder 57 58 #define DEBUG_ENCODER_SEARCH_BINS 0 ///< When enabled, prints out each bin as it is coded during encoder search