2025-01-26 13:40 ftp://ftp.de.debian.org/debian/pool/main/x/x265/x265_4.1.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j3 platform: Linux-6.8.0-1016-oracle-aarch64-with-glibc2.39 python: 3.12.3 client-version: 1.3.59 compiler: g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 cppcheck: head 2.16.0 head-info: 0eb54ba (2025-01-25 21:24:33 +0100) count: 2998 2983 elapsed-time: 283.7 396.2 head-timing-info: old-timing-info: head results: x265_4.1/source/abrEncApp.cpp:432:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WeightParam [valueFlowBailoutIncompleteVar] x265_4.1/source/abrEncApp.cpp:602:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_ERR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/fun-decls.h:156:1: debug: Scope::checkVariable found variable 'PFX' with varid 0. [varid0] x265_4.1/source/common/aarch64/dct-prim-sve.cpp:435:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/dct-prim-sve.cpp:452:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/dct-prim-sve.cpp:469:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/dct-prim-sve.cpp:486:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_8x8 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/dct-prim-sve.cpp:330:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_t32 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/dct-prim-sve.cpp:188:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_t16 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/asm-primitives.cpp:397:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/asm-primitives.cpp:1009:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CPU_NEON [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/asm-primitives.cpp:1035:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CPU_NEON [valueFlowBailoutIncompleteVar] x265_4.1/source/abrEncApp.cpp:214:18: warning: Member variable 'PassEncoder::m_threadActive' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/abrEncApp.cpp:214:18: warning: Member variable 'PassEncoder::m_outputNalsCount' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/abrEncApp.cpp:214:18: warning: Member variable 'PassEncoder::m_inputPicBuffer' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/abrEncApp.cpp:214:18: warning: Member variable 'PassEncoder::m_analysisBuffer' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/abrEncApp.cpp:214:18: warning: Member variable 'PassEncoder::m_outputNals' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/abrEncApp.cpp:214:18: warning: Member variable 'PassEncoder::m_outputRecon' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/abrEncApp.cpp:214:18: warning: Member variable 'PassEncoder::m_reconPlayCmd' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/abrEncApp.cpp:214:18: warning: Member variable 'PassEncoder::m_qpfile' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/abrEncApp.cpp:214:18: warning: Member variable 'PassEncoder::m_zoneFile' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/abrEncApp.cpp:214:18: warning: Member variable 'PassEncoder::m_dolbyVisionRpu' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/abrEncApp.cpp:214:18: warning: Member variable 'PassEncoder::m_scenecutAwareQpConfig' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/abrEncApp.cpp:1139:13: warning: Member variable 'Reader::m_threadActive' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/abrEncApp.cpp:217:9: performance: Variable 'm_cliopt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] x265_4.1/source/abrEncApp.cpp:503:24: style: Condition 'm_threadActive' is always true [knownConditionTrueFalse] x265_4.1/source/abrEncApp.cpp:257:9: warning: Either the condition 'm_param' is redundant or there is possible null pointer dereference: m_param. [nullPointerRedundantCheck] x265_4.1/source/abrEncApp.cpp:272:13: note: Assuming that condition 'm_param' is not redundant x265_4.1/source/abrEncApp.cpp:257:9: note: Null pointer dereference x265_4.1/source/abrEncApp.cpp:419:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:420:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:436:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:437:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:457:63: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:458:63: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:554:63: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:556:34: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:600:74: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:626:49: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:758:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:759:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:760:48: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:761:48: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:1090:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:1197:39: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:1198:39: style: C-style pointer casting [cstyleCast] x265_4.1/source/abrEncApp.cpp:1184:35: style: Variable 'dest->userSEI' is reassigned a value before the old one has been used. [redundantAssignment] x265_4.1/source/abrEncApp.cpp:1178:35: note: dest->userSEI is assigned x265_4.1/source/abrEncApp.cpp:1184:35: note: dest->userSEI is overwritten x265_4.1/source/abrEncApp.cpp:290:21: style: The scope of the variable 'padh' can be reduced. [variableScope] x265_4.1/source/abrEncApp.cpp:290:31: style: The scope of the variable 'padw' can be reduced. [variableScope] x265_4.1/source/abrEncApp.cpp:142:5: style: Label 'fail' is not used. [unusedLabel] x265_4.1/source/abrEncApp.cpp:214:54: performance: Function parameter 'cliopt' should be passed by const reference. [passedByValue] x265_4.1/source/abrEncApp.cpp:48:39: style: Parameter 'cliopt' can be declared as const array [constParameter] x265_4.1/source/abrEncApp.cpp:302:25: style: Variable 'refParam' can be declared as pointer to const [constVariablePointer] x265_4.1/source/abrEncApp.cpp:418:50: style: Variable 'intraSrc' can be declared as pointer to const [constVariablePointer] x265_4.1/source/abrEncApp.cpp:435:50: style: Variable 'interSrc' can be declared as pointer to const [constVariablePointer] x265_4.1/source/abrEncApp.cpp:458:51: style: Variable 'intraSrc' can be declared as pointer to const [constVariablePointer] x265_4.1/source/abrEncApp.cpp:492:33: style: Variable 'analysisData' can be declared as pointer to const [constVariablePointer] x265_4.1/source/abrEncApp.cpp:730:52: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] x265_4.1/source/abrEncApp.cpp:626:71: error: Uninitialized variable: pic_out [uninitvar] x265_4.1/source/abrEncApp.cpp:290:26: style: Variable 'padh' is assigned a value that is never used. [unreadVariable] x265_4.1/source/abrEncApp.cpp:290:36: style: Variable 'padw' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/aarch64/intrapred-prim.cpp:546:1: error: Unmatched '}'. Configuration: '__GNUC__=1'. [syntaxError] x265_4.1/source/common/aarch64/mem-neon.h:65:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:79:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:90:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:101:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:112:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:123:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:135:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:146:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:159:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:170:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:181:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:192:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:203:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:214:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:225:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:236:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:248:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/mem-neon.h:259:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:69:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IF_FILTER_PREC [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:118:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IF_FILTER_PREC [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:218:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IF_FILTER_PREC [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:261:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:325:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_lumaFilter [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:404:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable height [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:532:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_chromaFilter [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:623:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable height [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:734:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_lumaFilter [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:987:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:1021:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim-sve.cpp:133:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim-sve.cpp:173:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim-sve.cpp:217:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim-sve.cpp:259:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim-sve2.cpp:152:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim-sve2.cpp:201:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim-sve2.cpp:254:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim-sve2.cpp:305:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim.cpp:153:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim.cpp:240:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim.cpp:280:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim.cpp:324:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim.cpp:366:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/aarch64/sao-prim.cpp:143:14: style: Variable 'stats_b' can be declared as const array [constVariable] x265_4.1/source/common/aarch64/sao-prim.cpp:147:14: style: Variable 'count_b' can be declared as const array [constVariable] x265_4.1/source/common/aarch64/mem-neon.h:36:46: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/aarch64/mem-neon.h:45:46: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/aarch64/mem-neon.h:48:46: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/aarch64/mem-neon.h:57:19: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/aarch64/mem-neon.h:68:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/aarch64/mem-neon.h:70:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/aarch64/mem-neon.h:103:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/aarch64/mem-neon.h:114:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/aarch64/mem-neon.h:125:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/aarch64/mem-neon.h:126:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/aarch64/mem-neon.h:194:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/aarch64/mem-neon.h:205:24: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/aarch64/mem-neon.h:239:24: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/common.h:177:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/threading.h:341:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/threading.h:386:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETIMEDOUT [valueFlowBailoutIncompleteVar] x265_4.1/source/common/threading.h:429:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/threading.h:583:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_CREAT [valueFlowBailoutIncompleteVar] x265_4.1/source/common/bitstream.cpp:38:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/common.h:389:5: warning: Member variable 'SAOParam::bSaoFlag' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/common.h:389:5: warning: Member variable 'SAOParam::numCuInWidth' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/threading.h:335:5: warning: Member variable 'Event::m_cond' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/threading.h:423:5: warning: Member variable 'ThreadSafeInteger::m_cond' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/threading.h:786:5: style: Class 'ScopedLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] x265_4.1/source/common/threading.h:808:5: style: Struct 'ScopedElapsedTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] x265_4.1/source/common/bitstream.h:54:14: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/bitstream.h:35:22: note: Virtual function in base class x265_4.1/source/common/bitstream.h:54:14: note: Function in derived class x265_4.1/source/common/bitstream.h:55:14: style: The function 'writeByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/bitstream.h:36:22: note: Virtual function in base class x265_4.1/source/common/bitstream.h:55:14: note: Function in derived class x265_4.1/source/common/bitstream.h:56:14: style: The function 'resetBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/bitstream.h:37:22: note: Virtual function in base class x265_4.1/source/common/bitstream.h:56:14: note: Function in derived class x265_4.1/source/common/bitstream.h:57:14: style: The function 'getNumberOfWrittenBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/bitstream.h:38:22: note: Virtual function in base class x265_4.1/source/common/bitstream.h:57:14: note: Function in derived class x265_4.1/source/common/bitstream.h:58:14: style: The function 'writeAlignOne' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/bitstream.h:39:22: note: Virtual function in base class x265_4.1/source/common/bitstream.h:58:14: note: Function in derived class x265_4.1/source/common/bitstream.h:59:14: style: The function 'writeAlignZero' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/bitstream.h:40:22: note: Virtual function in base class x265_4.1/source/common/bitstream.h:59:14: note: Function in derived class x265_4.1/source/common/bitstream.h:68:6: style: The destructor '~Bitstream' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/bitstream.h:41:14: note: Virtual destructor in base class x265_4.1/source/common/bitstream.h:68:6: note: Destructor in derived class x265_4.1/source/common/bitstream.h:70:14: style: The function 'resetBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/bitstream.h:37:22: note: Virtual function in base class x265_4.1/source/common/bitstream.h:70:14: note: Function in derived class x265_4.1/source/common/bitstream.h:72:14: style: The function 'getNumberOfWrittenBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/bitstream.h:38:22: note: Virtual function in base class x265_4.1/source/common/bitstream.h:72:14: note: Function in derived class x265_4.1/source/common/bitstream.h:76:14: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/bitstream.h:35:22: note: Virtual function in base class x265_4.1/source/common/bitstream.h:76:14: note: Function in derived class x265_4.1/source/common/bitstream.h:77:14: style: The function 'writeByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/bitstream.h:36:22: note: Virtual function in base class x265_4.1/source/common/bitstream.h:77:14: note: Function in derived class x265_4.1/source/common/bitstream.h:79:14: style: The function 'writeAlignOne' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/bitstream.h:39:22: note: Virtual function in base class x265_4.1/source/common/bitstream.h:79:14: note: Function in derived class x265_4.1/source/common/bitstream.h:80:14: style: The function 'writeAlignZero' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/bitstream.h:40:22: note: Virtual function in base class x265_4.1/source/common/bitstream.h:80:14: note: Function in derived class x265_4.1/source/common/bitstream.cpp:15:14: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/bitstream.cpp:28:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/bitstream.h:74:34: style: Parameter 'stream' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/common.h:182:15: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] x265_4.1/source/common/arm/asm-primitives.cpp:46:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CPU_NEON [valueFlowBailoutIncompleteVar] x265_4.1/source/common/slice.h:450:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_W_RADL [valueFlowBailoutIncompleteVar] x265_4.1/source/common/slice.h:456:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_W_RADL [valueFlowBailoutIncompleteVar] x265_4.1/source/common/common.cpp:141:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] x265_4.1/source/common/common.cpp:256:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] x265_4.1/source/common/common.cpp:273:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/slice.h:141:5: warning: Member variable 'HRDInfo::bitRateValue' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/slice.h:141:5: warning: Member variable 'HRDInfo::cpbSizeValue' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/slice.h:197:5: warning: Member variable 'Window::leftOffset' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/slice.h:197:5: warning: Member variable 'Window::rightOffset' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/slice.h:197:5: warning: Member variable 'Window::topOffset' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/slice.h:197:5: warning: Member variable 'Window::bottomOffset' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/common.cpp:81:24: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/common.cpp:283:11: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/common.cpp:278:35: style: Checking if unsigned expression 'fSize=ftell(fh)' is less than zero. [unsignedLessThanZero] x265_4.1/source/common/slice.h:62:9: portability:inconclusive: Array 'bUsed' might be filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*bUsed)'? [incompleteArrayFill] x265_4.1/source/common/dct.cpp:445:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:462:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:479:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:496:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:513:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:531:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:548:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:565:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:582:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:599:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:721:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trSize [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:734:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trSize [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:990:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:1009:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:1035:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/dct.cpp:1054:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.h:271:100: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.h:290:136: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.h:403:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/deblock.cpp:112:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/deblock.cpp:373:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/deblock.cpp:487:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/lowres.h:83:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pu [valueFlowBailoutIncompleteVar] x265_4.1/source/common/lowres.h:107:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pu [valueFlowBailoutIncompleteVar] x265_4.1/source/common/yuv.h:96:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] x265_4.1/source/common/yuv.h:104:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] x265_4.1/source/common/temporalfilter.h:85:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:123:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:314:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:369:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:410:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:466:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:514:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:572:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:609:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:708:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_rasterToZscan [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:744:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_rasterToZscan [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:776:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_rasterToZscan [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:808:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_rasterToZscan [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:2218:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.h:357:10: performance:inconclusive: Technically the member function 'X265_NS::CUData::isDiffMER' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/common/mv.h:48:5: style: Struct 'MV' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] x265_4.1/source/common/cudata.h:274:114: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.h:405:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.h:410:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.h:412:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.h:413:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.h:414:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/dct.cpp:627:14: style: The scope of the variable 'coeffQ' can be reduced. [variableScope] x265_4.1/source/common/dct.cpp:642:9: style: The scope of the variable 'add' can be reduced. [variableScope] x265_4.1/source/common/dct.cpp:854:31: style: The scope of the variable 'ctxSig' can be reduced. [variableScope] x265_4.1/source/common/dct.cpp:907:22: style: The scope of the variable 'length' can be reduced. [variableScope] x265_4.1/source/common/dct.cpp:889:45: style: Parameter 'absCoeff' can be declared as pointer to const. However it seems that 'costCoeffRemain_c' is a callback function, if 'absCoeff' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/dct.cpp:1120:25: note: You might need to cast the function pointer here x265_4.1/source/common/dct.cpp:889:45: note: Parameter 'absCoeff' can be declared as pointer to const x265_4.1/source/common/dct.cpp:936:42: style: Parameter 'absCoeff' can be declared as pointer to const. However it seems that 'costC1C2Flag_c' is a callback function, if 'absCoeff' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/dct.cpp:1121:22: note: You might need to cast the function pointer here x265_4.1/source/common/dct.cpp:936:42: note: Parameter 'absCoeff' can be declared as pointer to const x265_4.1/source/common/dct.cpp:751:26: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] x265_4.1/source/common/dct.cpp:907:29: style: Variable 'length' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/deblock.cpp:125:46: style:inconclusive: Function 'setEdgefilterMultiple' argument 1 names different: declaration 'absPartIdx' definition 'scanIdx'. [funcArgNamesDifferent] x265_4.1/source/common/deblock.h:51:48: note: Function 'setEdgefilterMultiple' argument 1 names different: declaration 'absPartIdx' definition 'scanIdx'. x265_4.1/source/common/deblock.cpp:125:46: note: Function 'setEdgefilterMultiple' argument 1 names different: declaration 'absPartIdx' definition 'scanIdx'. x265_4.1/source/common/deblock.cpp:249:37: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/deblock.cpp:254:37: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/deblock.cpp:259:89: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/framedata.cpp:46:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_REFINE_INTER_LEVELS [valueFlowBailoutIncompleteVar] x265_4.1/source/common/framedata.cpp:86:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_REFINE_INTER_LEVELS [valueFlowBailoutIncompleteVar] x265_4.1/source/common/framedata.cpp:31:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] x265_4.1/source/common/framedata.cpp:31:5: portability: Using memset() on class which contains a floating point number. [memsetClassFloat] x265_4.1/source/common/framedata.cpp:65:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] x265_4.1/source/common/framedata.cpp:82:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] x265_4.1/source/common/framedata.cpp:83:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] x265_4.1/source/common/framedata.cpp:46:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/framedata.cpp:47:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/framedata.cpp:48:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/framedata.cpp:65:5: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/framedata.cpp:66:5: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:40:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_RECON_VERSION [valueFlowBailoutIncompleteVar] x265_4.1/source/common/frame.cpp:114:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/frame.cpp:208:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/frame.cpp:237:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/frame.cpp:369:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] x265_4.1/source/common/intrapred.cpp:34:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tuSize [valueFlowBailoutIncompleteVar] x265_4.1/source/common/intrapred.cpp:74:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] x265_4.1/source/common/intrapred.cpp:90:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log2Size [valueFlowBailoutIncompleteVar] x265_4.1/source/common/intrapred.cpp:105:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] x265_4.1/source/common/intrapred.cpp:209:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log2Size [valueFlowBailoutIncompleteVar] x265_4.1/source/common/frame.cpp:50:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] x265_4.1/source/common/temporalfilter.h:83:9: warning: Member variable 'MotionEstimatorTLD::m_bitDepth' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_fencPic' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_fencPicSubsampled2' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_fencPicSubsampled4' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_poc' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_encodeOrder' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_gopOffset' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_pts' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_reorderedPts' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_dts' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_forceqp' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_userData' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_numRows' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_classifyRd' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_classifyVariance' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_classifyCount' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_mcstfRefList' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_mcstffencPic' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::vbvEndFlag' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_gopId' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/frame.cpp:32:8: warning: Member variable 'Frame::m_sLayerId' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/lowres.h:94:16: style:inconclusive: Technically the member function 'X265_NS::ReferencePlanes::lowresQPelCost' can be const. [functionConst] x265_4.1/source/common/piclist.h:95:9: style:inconclusive: Technically the member function 'X265_NS::PicList::size' can be const. [functionConst] x265_4.1/source/common/frame.cpp:114:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:117:5: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:124:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:125:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:126:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:129:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:130:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:131:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:146:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:147:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:148:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:160:21: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:161:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:162:22: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:174:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:208:5: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/frame.cpp:90:46: style: Parameter 'quantOffsets' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/loopfilter.cpp:122:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/loopfilter.cpp:42:23: style: The scope of the variable 'signLeft0' can be reduced. [variableScope] x265_4.1/source/common/loopfilter.cpp:62:12: style: The scope of the variable 'signDown' can be reduced. [variableScope] x265_4.1/source/common/loopfilter.cpp:63:9: style: The scope of the variable 'edgeType' can be reduced. [variableScope] x265_4.1/source/common/loopfilter.cpp:107:12: style: The scope of the variable 'signDown' can be reduced. [variableScope] x265_4.1/source/common/loopfilter.cpp:108:12: style: The scope of the variable 'edgeType' can be reduced. [variableScope] x265_4.1/source/common/loopfilter.cpp:39:50: style: Parameter 'offsetEo' can be declared as pointer to const. However it seems that 'processSaoCUE0' is a callback function, if 'offsetEo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/loopfilter.cpp:180:20: note: You might need to cast the function pointer here x265_4.1/source/common/loopfilter.cpp:39:50: note: Parameter 'offsetEo' can be declared as pointer to const x265_4.1/source/common/loopfilter.cpp:39:79: style: Parameter 'signLeft' can be declared as pointer to const. However it seems that 'processSaoCUE0' is a callback function, if 'signLeft' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/loopfilter.cpp:180:20: note: You might need to cast the function pointer here x265_4.1/source/common/loopfilter.cpp:39:79: note: Parameter 'signLeft' can be declared as pointer to const x265_4.1/source/common/loopfilter.cpp:59:65: style: Parameter 'offsetEo' can be declared as pointer to const. However it seems that 'processSaoCUE1' is a callback function, if 'offsetEo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/loopfilter.cpp:181:20: note: You might need to cast the function pointer here x265_4.1/source/common/loopfilter.cpp:59:65: note: Parameter 'offsetEo' can be declared as pointer to const x265_4.1/source/common/loopfilter.cpp:74:71: style: Parameter 'offsetEo' can be declared as pointer to const. However it seems that 'processSaoCUE1_2Rows' is a callback function, if 'offsetEo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/loopfilter.cpp:182:26: note: You might need to cast the function pointer here x265_4.1/source/common/loopfilter.cpp:74:71: note: Parameter 'offsetEo' can be declared as pointer to const x265_4.1/source/common/loopfilter.cpp:93:66: style: Parameter 'buff1' can be declared as pointer to const. However it seems that 'processSaoCUE2' is a callback function, if 'buff1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/loopfilter.cpp:184:23: note: You might need to cast the function pointer here x265_4.1/source/common/loopfilter.cpp:93:66: note: Parameter 'buff1' can be declared as pointer to const x265_4.1/source/common/loopfilter.cpp:93:82: style: Parameter 'offsetEo' can be declared as pointer to const. However it seems that 'processSaoCUE2' is a callback function, if 'offsetEo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/loopfilter.cpp:184:23: note: You might need to cast the function pointer here x265_4.1/source/common/loopfilter.cpp:93:82: note: Parameter 'offsetEo' can be declared as pointer to const x265_4.1/source/common/loopfilter.cpp:105:65: style: Parameter 'offsetEo' can be declared as pointer to const. However it seems that 'processSaoCUE3' is a callback function, if 'offsetEo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/loopfilter.cpp:186:23: note: You might need to cast the function pointer here x265_4.1/source/common/loopfilter.cpp:105:65: note: Parameter 'offsetEo' can be declared as pointer to const x265_4.1/source/common/lowpassdct.cpp:64:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/lowpassdct.cpp:90:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/lowpassdct.cpp:115:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/lowpassdct.cpp:39:17: style: Variable 'sum' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/lowpassdct.cpp:73:17: style: Variable 'sum' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/lowpassdct.cpp:98:17: style: Variable 'sum' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/cudata.cpp:2156:40: error:inconclusive: Array 'colCU->m_refIdx[2]' accessed at index colCU->m_refIdx[-1][*], which is out of bounds. [negativeIndex] x265_4.1/source/common/cudata.cpp:2152:21: note: Assignment 'list=0', assigned value is 0 x265_4.1/source/common/cudata.cpp:2155:50: note: Assignment 'colRefPicList=m_slice->m_bCheckLDC?list:m_slice->m_colFromL0Flag', assigned value is -1 x265_4.1/source/common/cudata.cpp:2156:40: note: Negative array index x265_4.1/source/common/cudata.cpp:2161:50: error:inconclusive: Array 'colCU->m_refIdx[2]' accessed at index colCU->m_refIdx[-1][*], which is out of bounds. [negativeIndex] x265_4.1/source/common/cudata.cpp:2152:21: note: Assignment 'list=0', assigned value is 0 x265_4.1/source/common/cudata.cpp:2155:50: note: Assignment 'colRefPicList=m_slice->m_bCheckLDC?list:m_slice->m_colFromL0Flag', assigned value is -1 x265_4.1/source/common/cudata.cpp:2158:23: note: Assuming condition is false x265_4.1/source/common/cudata.cpp:2161:50: note: Negative array index x265_4.1/source/common/cudata.cpp:2164:42: error:inconclusive: Array 'colCU->m_mv[2]' accessed at index colCU->m_mv[-1][*], which is out of bounds. [negativeIndex] x265_4.1/source/common/cudata.cpp:2152:21: note: Assignment 'list=0', assigned value is 0 x265_4.1/source/common/cudata.cpp:2155:50: note: Assignment 'colRefPicList=m_slice->m_bCheckLDC?list:m_slice->m_colFromL0Flag', assigned value is -1 x265_4.1/source/common/cudata.cpp:2158:23: note: Assuming condition is false x265_4.1/source/common/cudata.cpp:2164:42: note: Negative array index x265_4.1/source/common/cudata.cpp:116:5: portability: Using memset() on class which contains a floating point number. [memsetClassFloat] x265_4.1/source/common/cudata.h:313:14: performance:inconclusive: Technically the member function 'X265_NS::CUData::getMvField' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/common/cudata.cpp:1323:14: note: Technically the member function 'X265_NS::CUData::getMvField' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/cudata.h:313:14: note: Technically the member function 'X265_NS::CUData::getMvField' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/cudata.h:349:10: style:inconclusive: Technically the member function 'X265_NS::CUData::setAllPU' can be const. [functionConst] x265_4.1/source/common/cudata.cpp:1137:14: note: Technically the member function 'X265_NS::CUData::setAllPU' can be const. x265_4.1/source/common/cudata.h:349:10: note: Technically the member function 'X265_NS::CUData::setAllPU' can be const. x265_4.1/source/common/cudata.h:367:8: performance:inconclusive: Technically the member function 'X265_NS::CUData::scaleMvByPOCDist' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/common/cudata.cpp:2170:12: note: Technically the member function 'X265_NS::CUData::scaleMvByPOCDist' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/cudata.h:367:8: note: Technically the member function 'X265_NS::CUData::scaleMvByPOCDist' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/cudata.cpp:39:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:40:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:42:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:43:96: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:45:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:46:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:47:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:48:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:50:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:51:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:195:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:196:24: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:200:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:201:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:236:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:237:24: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:241:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:242:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:299:15: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:300:15: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:307:19: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:308:19: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:357:15: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:358:15: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:364:15: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:365:15: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:391:19: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:392:19: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:396:19: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:397:19: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:496:16: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:497:16: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:501:16: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:502:16: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:554:20: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:555:20: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:561:16: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:562:16: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:598:16: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/cudata.cpp:599:16: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:60:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/lowres.cpp:100:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/lowres.cpp:379:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] x265_4.1/source/common/cudata.cpp:2162:50: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] x265_4.1/source/common/cudata.cpp:281:127: style:inconclusive: Function 'initCTU' argument 6 names different: declaration 'lastCUInSlice' definition 'lastCuInSlice'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:255:127: note: Function 'initCTU' argument 6 names different: declaration 'lastCUInSlice' definition 'lastCuInSlice'. x265_4.1/source/common/cudata.cpp:281:127: note: Function 'initCTU' argument 6 names different: declaration 'lastCUInSlice' definition 'lastCuInSlice'. x265_4.1/source/common/cudata.cpp:382:41: style:inconclusive: Function 'copyPartFrom' argument 1 names different: declaration 'cu' definition 'subCU'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:261:41: note: Function 'copyPartFrom' argument 1 names different: declaration 'cu' definition 'subCU'. x265_4.1/source/common/cudata.cpp:382:41: note: Function 'copyPartFrom' argument 1 names different: declaration 'cu' definition 'subCU'. x265_4.1/source/common/cudata.cpp:834:71: style:inconclusive: Function 'getQpMinCuLeft' argument 2 names different: declaration 'currAbsIdxInCTU' definition 'curAbsIdxInCTU'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:329:67: note: Function 'getQpMinCuLeft' argument 2 names different: declaration 'currAbsIdxInCTU' definition 'curAbsIdxInCTU'. x265_4.1/source/common/cudata.cpp:834:71: note: Function 'getQpMinCuLeft' argument 2 names different: declaration 'currAbsIdxInCTU' definition 'curAbsIdxInCTU'. x265_4.1/source/common/cudata.cpp:851:72: style:inconclusive: Function 'getQpMinCuAbove' argument 2 names different: declaration 'currAbsIdxInCTU' definition 'curAbsIdxInCTU'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:330:68: note: Function 'getQpMinCuAbove' argument 2 names different: declaration 'currAbsIdxInCTU' definition 'curAbsIdxInCTU'. x265_4.1/source/common/cudata.cpp:851:72: note: Function 'getQpMinCuAbove' argument 2 names different: declaration 'currAbsIdxInCTU' definition 'curAbsIdxInCTU'. x265_4.1/source/common/cudata.cpp:868:34: style:inconclusive: Function 'getRefQP' argument 1 names different: declaration 'currAbsIdxInCTU' definition 'curAbsIdxInCTU'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:291:32: note: Function 'getRefQP' argument 1 names different: declaration 'currAbsIdxInCTU' definition 'curAbsIdxInCTU'. x265_4.1/source/common/cudata.cpp:868:34: note: Function 'getRefQP' argument 1 names different: declaration 'currAbsIdxInCTU' definition 'curAbsIdxInCTU'. x265_4.1/source/common/cudata.cpp:1312:43: style:inconclusive: Function 'getPartIndexAndSize' argument 1 names different: declaration 'puIdx' definition 'partIdx'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:312:43: note: Function 'getPartIndexAndSize' argument 1 names different: declaration 'puIdx' definition 'partIdx'. x265_4.1/source/common/cudata.cpp:1312:43: note: Function 'getPartIndexAndSize' argument 1 names different: declaration 'puIdx' definition 'partIdx'. x265_4.1/source/common/cudata.cpp:1312:62: style:inconclusive: Function 'getPartIndexAndSize' argument 2 names different: declaration 'absPartIdx' definition 'outPartAddr'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:312:60: note: Function 'getPartIndexAndSize' argument 2 names different: declaration 'absPartIdx' definition 'outPartAddr'. x265_4.1/source/common/cudata.cpp:1312:62: note: Function 'getPartIndexAndSize' argument 2 names different: declaration 'absPartIdx' definition 'outPartAddr'. x265_4.1/source/common/cudata.cpp:1312:80: style:inconclusive: Function 'getPartIndexAndSize' argument 3 names different: declaration 'puWidth' definition 'outWidth'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:312:77: note: Function 'getPartIndexAndSize' argument 3 names different: declaration 'puWidth' definition 'outWidth'. x265_4.1/source/common/cudata.cpp:1312:80: note: Function 'getPartIndexAndSize' argument 3 names different: declaration 'puWidth' definition 'outWidth'. x265_4.1/source/common/cudata.cpp:1312:95: style:inconclusive: Function 'getPartIndexAndSize' argument 4 names different: declaration 'puHeight' definition 'outHeight'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:312:91: note: Function 'getPartIndexAndSize' argument 4 names different: declaration 'puHeight' definition 'outHeight'. x265_4.1/source/common/cudata.cpp:1312:95: note: Function 'getPartIndexAndSize' argument 4 names different: declaration 'puHeight' definition 'outHeight'. x265_4.1/source/common/cudata.cpp:1323:86: style:inconclusive: Function 'getMvField' argument 4 names different: declaration 'mvField' definition 'outMvField'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:313:86: note: Function 'getMvField' argument 4 names different: declaration 'mvField' definition 'outMvField'. x265_4.1/source/common/cudata.cpp:1323:86: note: Function 'getMvField' argument 4 names different: declaration 'mvField' definition 'outMvField'. x265_4.1/source/common/cudata.cpp:1338:45: style:inconclusive: Function 'deriveLeftRightTopIdx' argument 1 names different: declaration 'puIdx' definition 'partIdx'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:369:45: note: Function 'deriveLeftRightTopIdx' argument 1 names different: declaration 'puIdx' definition 'partIdx'. x265_4.1/source/common/cudata.cpp:1338:45: note: Function 'deriveLeftRightTopIdx' argument 1 names different: declaration 'puIdx' definition 'partIdx'. x265_4.1/source/common/cudata.cpp:1747:59: style:inconclusive: Function 'getPMV' argument 2 names different: declaration 'reference_list' definition 'picList'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:297:60: note: Function 'getPMV' argument 2 names different: declaration 'reference_list' definition 'picList'. x265_4.1/source/common/cudata.cpp:1747:59: note: Function 'getPMV' argument 2 names different: declaration 'reference_list' definition 'picList'. x265_4.1/source/common/cudata.cpp:2067:79: style:inconclusive: Function 'getIndirectPMV' argument 3 names different: declaration 'reference_list' definition 'picList'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:361:75: note: Function 'getIndirectPMV' argument 3 names different: declaration 'reference_list' definition 'picList'. x265_4.1/source/common/cudata.cpp:2067:79: note: Function 'getIndirectPMV' argument 3 names different: declaration 'reference_list' definition 'picList'. x265_4.1/source/common/cudata.cpp:2099:80: style:inconclusive: Function 'getColMVP' argument 5 names different: declaration 'absPartIdx' definition 'partUnitIdx'. [funcArgNamesDifferent] x265_4.1/source/common/cudata.h:364:76: note: Function 'getColMVP' argument 5 names different: declaration 'absPartIdx' definition 'partUnitIdx'. x265_4.1/source/common/cudata.cpp:2099:80: note: Function 'getColMVP' argument 5 names different: declaration 'absPartIdx' definition 'partUnitIdx'. x265_4.1/source/common/cudata.cpp:2099:40: style: Parameter 'outRefIdx' can be declared as reference to const [constParameterReference] x265_4.1/source/common/cudata.cpp:55:44: style: Parameter 'src' can be declared as pointer to const. However it seems that 'copy256' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/cudata.cpp:162:22: note: You might need to cast the function pointer here x265_4.1/source/common/cudata.cpp:55:44: note: Parameter 'src' can be declared as pointer to const x265_4.1/source/common/cudata.cpp:214:49: style: Variable 'charBuf' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/cudata.cpp:259:49: style: Variable 'charBuf' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/lowres.cpp:60:5: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:61:5: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:62:5: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:65:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:100:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:101:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:102:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:104:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:105:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:109:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:111:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:151:5: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:154:5: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:173:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:185:5: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:186:5: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:192:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:193:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:199:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:204:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:205:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:206:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:207:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:213:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:214:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:215:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:216:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:230:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:233:24: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:234:27: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:243:87: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:244:90: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/lowres.cpp:53:77: style:inconclusive: Function 'create' argument 3 names different: declaration 'aqPartWidth' definition 'partWidth'. [funcArgNamesDifferent] x265_4.1/source/common/lowres.h:158:60: note: Function 'create' argument 3 names different: declaration 'aqPartWidth' definition 'partWidth'. x265_4.1/source/common/lowres.cpp:53:77: note: Function 'create' argument 3 names different: declaration 'aqPartWidth' definition 'partWidth'. x265_4.1/source/common/lowres.cpp:53:97: style:inconclusive: Function 'create' argument 4 names different: declaration 'aqPartHeight' definition 'partHeight'. [funcArgNamesDifferent] x265_4.1/source/common/lowres.h:158:82: note: Function 'create' argument 4 names different: declaration 'aqPartHeight' definition 'partHeight'. x265_4.1/source/common/lowres.cpp:53:97: note: Function 'create' argument 4 names different: declaration 'aqPartHeight' definition 'partHeight'. x265_4.1/source/common/lowres.cpp:72:48: style: Parameter 'origPic' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/lowres.cpp:258:34: style: Parameter 'param' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/md5.cpp:88:22: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/md5.cpp:98:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/md5.cpp:108:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/md5.cpp:144:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/md5.cpp:158:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/md5.cpp:162:28: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/md5.cpp:56:26: style:inconclusive: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent] x265_4.1/source/common/md5.h:40:26: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. x265_4.1/source/common/md5.cpp:56:26: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. x265_4.1/source/common/md5.cpp:186:44: style: Parameter 'in' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/piclist.cpp:272:17: warning: Either the condition 'curFrame!=0' is redundant or there is possible null pointer dereference: curFrame. [nullPointerRedundantCheck] x265_4.1/source/common/piclist.cpp:273:37: note: Assuming that condition 'curFrame!=0' is not redundant x265_4.1/source/common/piclist.cpp:272:17: note: Null pointer dereference x265_4.1/source/common/piclist.cpp:30:32: style:inconclusive: Function 'pushFront' argument 1 names different: declaration 'pic' definition 'curFrame'. [funcArgNamesDifferent] x265_4.1/source/common/piclist.h:58:27: note: Function 'pushFront' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/piclist.cpp:30:32: note: Function 'pushFront' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/piclist.cpp:48:37: style:inconclusive: Function 'pushFrontMCSTF' argument 1 names different: declaration 'pic' definition 'curFrame'. [funcArgNamesDifferent] x265_4.1/source/common/piclist.h:59:32: note: Function 'pushFrontMCSTF' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/piclist.cpp:48:37: note: Function 'pushFrontMCSTF' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/piclist.cpp:67:31: style:inconclusive: Function 'pushBack' argument 1 names different: declaration 'pic' definition 'curFrame'. [funcArgNamesDifferent] x265_4.1/source/common/piclist.h:51:26: note: Function 'pushBack' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/piclist.cpp:67:31: note: Function 'pushBack' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/piclist.cpp:161:36: style:inconclusive: Function 'pushBackMCSTF' argument 1 names different: declaration 'pic' definition 'curFrame'. [funcArgNamesDifferent] x265_4.1/source/common/piclist.h:52:31: note: Function 'pushBackMCSTF' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/piclist.cpp:161:36: note: Function 'pushBackMCSTF' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/piclist.cpp:279:29: style:inconclusive: Function 'remove' argument 1 names different: declaration 'pic' definition 'curFrame'. [funcArgNamesDifferent] x265_4.1/source/common/piclist.h:80:24: note: Function 'remove' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/piclist.cpp:279:29: note: Function 'remove' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/piclist.cpp:313:36: style:inconclusive: Function 'removeFrame' argument 1 names different: declaration 'pic' definition 'curFrame'. [funcArgNamesDifferent] x265_4.1/source/common/piclist.h:83:31: note: Function 'removeFrame' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/piclist.cpp:313:36: note: Function 'removeFrame' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/piclist.cpp:348:34: style:inconclusive: Function 'removeMCSTF' argument 1 names different: declaration 'pic' definition 'curFrame'. [funcArgNamesDifferent] x265_4.1/source/common/piclist.h:85:29: note: Function 'removeMCSTF' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/piclist.cpp:348:34: note: Function 'removeMCSTF' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/common/picyuv.cpp:80:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/picyuv.cpp:137:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/picyuv.cpp:163:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/picyuv.cpp:188:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/picyuv.cpp:212:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/picyuv.cpp:344:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/picyuv.cpp:606:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OUTPUT_BITDEPTH_DIV8 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/picyuv.cpp:664:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/picyuv.cpp:702:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/picyuv.cpp:721:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/picyuv.cpp:32:9: warning: Member variable 'PicYuv::m_picWidth' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/picyuv.cpp:32:9: warning: Member variable 'PicYuv::m_picHeight' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/picyuv.cpp:32:9: warning: Member variable 'PicYuv::m_picCsp' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/picyuv.cpp:32:9: warning: Member variable 'PicYuv::m_lumaMarginX' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/picyuv.cpp:32:9: warning: Member variable 'PicYuv::m_lumaMarginY' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/picyuv.cpp:32:9: warning: Member variable 'PicYuv::m_chromaMarginX' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/picyuv.cpp:32:9: warning: Member variable 'PicYuv::m_chromaMarginY' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/picyuv.cpp:32:9: warning: Member variable 'PicYuv::m_vmafScore' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/picyuv.cpp:32:9: warning: Member variable 'PicYuv::m_param' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/picyuv.cpp:98:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:110:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:111:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:174:5: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:214:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:215:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:225:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:226:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:237:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:242:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:334:34: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:353:38: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:354:38: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:407:36: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:425:40: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:426:40: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:483:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:484:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:485:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:616:21: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:721:40: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/picyuv.cpp:677:26: style:inconclusive: Function 'crcFinish' argument 1 names different: declaration 'crc' definition 'crcVal'. [funcArgNamesDifferent] x265_4.1/source/common/picyuv.h:116:27: note: Function 'crcFinish' argument 1 names different: declaration 'crc' definition 'crcVal'. x265_4.1/source/common/picyuv.cpp:677:26: note: Function 'crcFinish' argument 1 names different: declaration 'crc' definition 'crcVal'. x265_4.1/source/common/picyuv.cpp:129:36: style: Parameter 'source' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/param.cpp:96:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_param [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:146:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_param [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:463:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_preset_names [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:749:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_PARAM_BAD_NAME [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:790:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_PARAM_BAD_NAME [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:910:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_PARAM_BAD_NAME [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:1585:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flags [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:1626:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_EXTENDED_SAR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:1648:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_EXTENDED_SAR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:1662:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:1670:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:2043:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DIA_SEARCH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:2056:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:2068:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:2335:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_ABR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:2490:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:2557:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FORWARD [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:2702:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_MAX_STRING_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ipfilter.cpp:43:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ipfilter.cpp:82:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ipfilter.cpp:123:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ipfilter.cpp:167:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ipfilter.cpp:208:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ipfilter.cpp:244:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ipfilter.cpp:287:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ipfilter.cpp:322:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ipfilter.cpp:365:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ipfilter.cpp:416:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:45:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:62:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:80:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:103:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:128:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lx [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:173:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:269:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable h [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:283:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable h [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:351:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable h [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:364:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable h [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:375:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:388:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:400:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:418:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:435:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:453:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:466:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blockSize [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:480:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blockSize [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:514:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:540:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:682:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:717:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:740:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:771:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:784:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:797:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:813:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:826:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:840:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:856:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:930:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOWRES_COST_MASK [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:971:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log2TrSize [valueFlowBailoutIncompleteVar] x265_4.1/source/common/pixel.cpp:1183:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/param.cpp:1740:5: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] x265_4.1/source/common/param.cpp:1742:5: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] x265_4.1/source/common/param.cpp:2190:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] x265_4.1/source/common/param.cpp:2189:14: note: outer condition: param->selectiveSAO x265_4.1/source/common/param.cpp:2190:9: note: identical inner condition: param->selectiveSAO x265_4.1/source/common/param.cpp:1858:5: warning: Logical conjunction always evaluates to false: param->minVbvFullness < 0 && param->minVbvFullness > 100. [incorrectLogicOperator] x265_4.1/source/common/param.cpp:1860:5: warning: Logical conjunction always evaluates to false: param->maxVbvFullness < 0 && param->maxVbvFullness > 100. [incorrectLogicOperator] x265_4.1/source/common/param.cpp:1470:69: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] x265_4.1/source/common/param.cpp:96:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/param.cpp:1200:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/param.cpp:1491:42: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/param.cpp:1492:49: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/param.cpp:2218:15: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/param.cpp:2033:49: style:inconclusive: Function 'x265_param_apply_fastfirstpass' argument 1 names different: declaration 'p' definition 'param'. [funcArgNamesDifferent] x265_4.1/source/common/param.h:32:50: note: Function 'x265_param_apply_fastfirstpass' argument 1 names different: declaration 'p' definition 'param'. x265_4.1/source/common/param.cpp:2033:49: note: Function 'x265_param_apply_fastfirstpass' argument 1 names different: declaration 'p' definition 'param'. x265_4.1/source/common/param.cpp:2207:37: style:inconclusive: Function 'x265_param2string' argument 1 names different: declaration 'param' definition 'p'. [funcArgNamesDifferent] x265_4.1/source/common/param.h:33:37: note: Function 'x265_param2string' argument 1 names different: declaration 'param' definition 'p'. x265_4.1/source/common/param.cpp:2207:37: note: Function 'x265_param2string' argument 1 names different: declaration 'param' definition 'p'. x265_4.1/source/common/param.cpp:217:13: style: Variable 'deltas' can be declared as const array [constVariable] x265_4.1/source/common/param.cpp:1579:15: style: Variable 'tok' can be declared as pointer to const [constVariablePointer] x265_4.1/source/common/param.cpp:1657:40: style: Parameter 'param' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/param.cpp:2050:36: style: Parameter 'param' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/pixel.cpp:213:28: style: The scope of the variable 'b0' can be reduced. [variableScope] x265_4.1/source/common/pixel.cpp:213:32: style: The scope of the variable 'b1' can be reduced. [variableScope] x265_4.1/source/common/pixel.cpp:294:48: style: The scope of the variable 'b1' can be reduced. [variableScope] x265_4.1/source/common/pixel.cpp:294:52: style: The scope of the variable 'b2' can be reduced. [variableScope] x265_4.1/source/common/pixel.cpp:294:56: style: The scope of the variable 'b3' can be reduced. [variableScope] x265_4.1/source/common/pixel.cpp:1036:29: style:inconclusive: Function 'extendPicBorder' argument 1 names different: declaration 'recon' definition 'pic'. [funcArgNamesDifferent] x265_4.1/source/common/common.h:428:29: note: Function 'extendPicBorder' argument 1 names different: declaration 'recon' definition 'pic'. x265_4.1/source/common/pixel.cpp:1036:29: note: Function 'extendPicBorder' argument 1 names different: declaration 'recon' definition 'pic'. x265_4.1/source/common/pixel.cpp:697:29: style: Parameter 'sum0' can be declared as const array. However it seems that 'ssim_end_4' is a callback function, if 'sum0' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/pixel.cpp:1344:20: note: You might need to cast the function pointer here x265_4.1/source/common/pixel.cpp:697:29: note: Parameter 'sum0' can be declared as const array x265_4.1/source/common/pixel.cpp:697:45: style: Parameter 'sum1' can be declared as const array. However it seems that 'ssim_end_4' is a callback function, if 'sum1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/pixel.cpp:1344:20: note: You might need to cast the function pointer here x265_4.1/source/common/pixel.cpp:697:45: note: Parameter 'sum1' can be declared as const array x265_4.1/source/common/pixel.cpp:952:51: style: Parameter 'src' can be declared as pointer to const. However it seems that 'cuTreeFix8Pack' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/pixel.cpp:1355:18: note: You might need to cast the function pointer here x265_4.1/source/common/pixel.cpp:952:51: note: Parameter 'src' can be declared as pointer to const x265_4.1/source/common/pixel.cpp:958:53: style: Parameter 'src' can be declared as pointer to const. However it seems that 'cuTreeFix8Unpack' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/common/pixel.cpp:1354:20: note: You might need to cast the function pointer here x265_4.1/source/common/pixel.cpp:958:53: note: Parameter 'src' can be declared as pointer to const x265_4.1/source/common/ppc/dct_altivec.cpp:48:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/dct_altivec.cpp:285:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/dct_altivec.cpp:415:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/dct_altivec.cpp:638:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_t32 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/dct_altivec.cpp:744:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_t16 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/dct_altivec.cpp:773:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/dct_altivec.cpp:792:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/dct_altivec.cpp:814:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_16x16 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/dct_altivec.cpp:509:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/dct_altivec.cpp:510:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/dct_altivec.cpp:511:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/dct_altivec.cpp:512:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/dct_altivec.cpp:518:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/dct_altivec.cpp:519:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/dct_altivec.cpp:520:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/dct_altivec.cpp:521:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/dct_altivec.cpp:780:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/dct_altivec.cpp:783:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/dct_altivec.cpp:799:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/dct_altivec.cpp:802:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/dct_altivec.cpp:401:26: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] x265_4.1/source/common/ppc/dct_altivec.cpp:529:12: style: Unused variable: k [unusedVariable] x265_4.1/source/common/ppc/dct_altivec.cpp:685:12: style: Unused variable: k [unusedVariable] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:236:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:454:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IF_INTERNAL_PREC [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:595:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:810:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1062:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1482:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_16x16 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:274:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:280:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:286:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:292:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:298:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:304:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:310:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:316:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:331:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:333:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:339:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:345:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:351:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:357:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:363:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:369:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:375:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:390:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:575:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:648:20: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:649:20: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1102:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1109:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1115:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1121:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1127:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1133:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1139:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1145:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1160:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1164:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1171:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1177:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1183:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1189:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1195:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1201:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1207:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1222:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/ipfilter_altivec.cpp:489:20: style: Unused variable: col [unusedVariable] x265_4.1/source/common/ppc/pixel_altivec.cpp:89:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lx [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/pixel_altivec.cpp:536:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/pixel_altivec.cpp:812:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/pixel_altivec.cpp:951:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/pixel_altivec.cpp:1470:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/pixel_altivec.cpp:4209:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/pixel_altivec.cpp:761:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/pixel_altivec.cpp:466:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/pixel_altivec.cpp:1246:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:1247:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:1419:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:1420:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:1879:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:1880:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:2136:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:2137:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:2248:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:2351:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:2672:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:3610:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:3611:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:3808:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:3809:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:3875:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/ppc/pixel_altivec.cpp:4060:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] x265_4.1/source/common/quant.h:56:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_lambda2_tab [valueFlowBailoutIncompleteVar] x265_4.1/source/common/shortyuv.h:77:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] x265_4.1/source/common/shortyuv.h:85:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] x265_4.1/source/common/predict.cpp:71:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/predict.cpp:99:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/predict.cpp:461:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/predict.cpp:572:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/predict.cpp:630:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/predict.cpp:656:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/predict.cpp:694:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/predict.cpp:753:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/predict.cpp:933:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cip [valueFlowBailoutIncompleteVar] x265_4.1/source/common/predict.cpp:957:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cip [valueFlowBailoutIncompleteVar] x265_4.1/source/common/predict.cpp:978:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cip [valueFlowBailoutIncompleteVar] x265_4.1/source/common/predict.cpp:999:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cip [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/pixel_altivec.cpp:2974:3: warning:inconclusive: Found suspicious operator '+', result is not used. [constStatement] x265_4.1/source/common/ppc/pixel_altivec.cpp:2248:5: style: Variable 'pix1' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/ppc/pixel_altivec.cpp:2248:5: style: Variable 'pix2' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/ppc/pixel_altivec.cpp:2351:5: style: Variable 'pix1' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/ppc/pixel_altivec.cpp:2351:5: style: Variable 'pix2' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/ppc/pixel_altivec.cpp:2672:5: style: Variable 'pix1' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/ppc/pixel_altivec.cpp:2672:5: style: Variable 'pix2' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/ppc/pixel_altivec.cpp:3875:5: style: Variable 'pix1' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/ppc/pixel_altivec.cpp:3875:5: style: Variable 'pix2' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/ppc/pixel_altivec.cpp:4060:5: style: Variable 'pix1' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/ppc/pixel_altivec.cpp:4060:5: style: Variable 'pix2' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/quant.h:131:62: style:inconclusive: Boolean expression 'cgPosX!=(trSizeCG-1)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/common/quant.h:132:62: style:inconclusive: Boolean expression 'cgPosY!=(trSizeCG-1)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/common/quant.h:142:62: style:inconclusive: Boolean expression 'cgPosX!=(trSizeCG-1)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/common/quant.h:143:62: style:inconclusive: Boolean expression 'cgPosY!=(trSizeCG-1)' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/common/quant.h:47:5: warning: Member variable 'QpParam::rem' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/quant.h:47:5: warning: Member variable 'QpParam::per' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/quant.h:47:5: warning: Member variable 'QpParam::lambda2' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/quant.h:47:5: warning: Member variable 'QpParam::lambda' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/predict.cpp:58:10: warning: Member variable 'Predict::intraNeighbourBuf' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/predict.cpp:58:10: warning: Member variable 'Predict::m_csp' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/predict.cpp:58:10: warning: Member variable 'Predict::m_hChromaShift' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/predict.cpp:58:10: warning: Member variable 'Predict::m_vChromaShift' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/common/predict.h:91:10: performance:inconclusive: Technically the member function 'X265_NS::Predict::predInterLumaPixel' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/common/predict.cpp:279:15: note: Technically the member function 'X265_NS::Predict::predInterLumaPixel' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/predict.h:91:10: note: Technically the member function 'X265_NS::Predict::predInterLumaPixel' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/predict.h:94:10: performance:inconclusive: Technically the member function 'X265_NS::Predict::predInterLumaShort' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/common/predict.cpp:302:15: note: Technically the member function 'X265_NS::Predict::predInterLumaShort' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/predict.h:94:10: note: Technically the member function 'X265_NS::Predict::predInterLumaShort' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/predict.h:97:10: performance:inconclusive: Technically the member function 'X265_NS::Predict::addWeightBi' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/common/predict.cpp:445:15: note: Technically the member function 'X265_NS::Predict::addWeightBi' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/predict.h:97:10: note: Technically the member function 'X265_NS::Predict::addWeightBi' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/predict.h:98:10: performance:inconclusive: Technically the member function 'X265_NS::Predict::addWeightUni' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/common/predict.cpp:559:15: note: Technically the member function 'X265_NS::Predict::addWeightUni' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/predict.h:98:10: note: Technically the member function 'X265_NS::Predict::addWeightUni' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/predict.h:103:10: style:inconclusive: Technically the member function 'X265_NS::Predict::predIntraLumaAng' can be const. [functionConst] x265_4.1/source/common/predict.cpp:613:15: note: Technically the member function 'X265_NS::Predict::predIntraLumaAng' can be const. x265_4.1/source/common/predict.h:103:10: note: Technically the member function 'X265_NS::Predict::predIntraLumaAng' can be const. x265_4.1/source/common/predict.h:104:10: style:inconclusive: Technically the member function 'X265_NS::Predict::predIntraChromaAng' can be const. [functionConst] x265_4.1/source/common/predict.cpp:624:15: note: Technically the member function 'X265_NS::Predict::predIntraChromaAng' can be const. x265_4.1/source/common/predict.h:104:10: note: Technically the member function 'X265_NS::Predict::predIntraChromaAng' can be const. x265_4.1/source/common/predict.cpp:828:13: style: The scope of the variable 'next' can be reduced. [variableScope] x265_4.1/source/common/predict.cpp:830:13: style: The scope of the variable 'pAdiLineTopRowOffset' can be reduced. [variableScope] x265_4.1/source/common/predict.cpp:613:57: style:inconclusive: Function 'predIntraLumaAng' argument 2 names different: declaration 'pred' definition 'dst'. [funcArgNamesDifferent] x265_4.1/source/common/predict.h:103:52: note: Function 'predIntraLumaAng' argument 2 names different: declaration 'pred' definition 'dst'. x265_4.1/source/common/predict.cpp:613:57: note: Function 'predIntraLumaAng' argument 2 names different: declaration 'pred' definition 'dst'. x265_4.1/source/common/predict.cpp:624:59: style:inconclusive: Function 'predIntraChromaAng' argument 2 names different: declaration 'pred' definition 'dst'. [funcArgNamesDifferent] x265_4.1/source/common/predict.h:104:54: note: Function 'predIntraChromaAng' argument 2 names different: declaration 'pred' definition 'dst'. x265_4.1/source/common/predict.cpp:624:59: note: Function 'predIntraChromaAng' argument 2 names different: declaration 'pred' definition 'dst'. x265_4.1/source/common/predict.cpp:698:120: style:inconclusive: Function 'initIntraNeighbors' argument 5 names different: declaration 'IntraNeighbors' definition 'intraNeighbors'. [funcArgNamesDifferent] x265_4.1/source/common/predict.h:109:122: note: Function 'initIntraNeighbors' argument 5 names different: declaration 'IntraNeighbors' definition 'intraNeighbors'. x265_4.1/source/common/predict.cpp:698:120: note: Function 'initIntraNeighbors' argument 5 names different: declaration 'IntraNeighbors' definition 'intraNeighbors'. x265_4.1/source/common/predict.cpp:640:12: style: Variable 'adiOrigin' can be declared as pointer to const [constVariablePointer] x265_4.1/source/common/predict.cpp:837:20: style: Variable 'pAdiLineNext' can be declared as pointer to const [constVariablePointer] x265_4.1/source/common/primitives.cpp:112:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/primitives.cpp:213:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] x265_4.1/source/common/primitives.h:442:26: style: Local variable 'lumaPartitionMapTable' shadows outer variable [shadowVariable] x265_4.1/source/common/primitives.cpp:30:22: note: Shadowed declaration x265_4.1/source/common/primitives.h:442:26: note: Shadow variable x265_4.1/source/common/primitives.h:454:26: style: Local variable 'lumaPartitionMapTable' shadows outer variable [shadowVariable] x265_4.1/source/common/primitives.cpp:30:22: note: Shadowed declaration x265_4.1/source/common/primitives.h:454:26: note: Shadow variable x265_4.1/source/common/primitives.cpp:211:35: style: Parameter 'param' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/ringmem.cpp:163:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IRUSR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ringmem.cpp:210:24: warning: If memory allocation fails, then there is a possible null pointer dereference: pool [nullPointerOutOfMemory] x265_4.1/source/common/ringmem.cpp:192:30: note: Assuming allocation function fails x265_4.1/source/common/ringmem.cpp:192:30: note: Assignment 'pool=mmap(0,shrMemSize,PROT_READ|PROT_WRITE,MAP_SHARED,shrfd,0)', assigned value is 0 x265_4.1/source/common/ringmem.cpp:210:24: note: Null pointer dereference x265_4.1/source/common/ringmem.cpp:214:60: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] x265_4.1/source/common/ringmem.cpp:192:30: note: Assuming allocation function fails x265_4.1/source/common/ringmem.cpp:192:30: note: Assignment 'pool=mmap(0,shrMemSize,PROT_READ|PROT_WRITE,MAP_SHARED,shrfd,0)', assigned value is 0 x265_4.1/source/common/ringmem.cpp:214:60: note: Null pointer addition x265_4.1/source/common/ringmem.cpp:79:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ringmem.cpp:103:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ringmem.cpp:321:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ringmem.cpp:347:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/quant.cpp:206:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoiseReduction [valueFlowBailoutIncompleteVar] x265_4.1/source/common/quant.cpp:224:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/quant.cpp:235:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/quant.cpp:410:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/quant.cpp:484:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/quant.cpp:555:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/quant.cpp:612:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/scaler.cpp:474:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] x265_4.1/source/common/scaler.cpp:529:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] x265_4.1/source/common/scaler.cpp:758:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] x265_4.1/source/common/scaler.cpp:864:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/common/scaler.h:238:9: performance:inconclusive: Technically the member function 'X265_NS::ScalerFilterManager::getLocalPos' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/common/scaler.cpp:895:26: note: Technically the member function 'X265_NS::ScalerFilterManager::getLocalPos' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/scaler.h:238:9: note: Technically the member function 'X265_NS::ScalerFilterManager::getLocalPos' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/common/scaler.h:239:10: style:inconclusive: Technically the member function 'X265_NS::ScalerFilterManager::getMinBufferSize' can be const. [functionConst] x265_4.1/source/common/scaler.cpp:818:27: note: Technically the member function 'X265_NS::ScalerFilterManager::getMinBufferSize' can be const. x265_4.1/source/common/scaler.h:239:10: note: Technically the member function 'X265_NS::ScalerFilterManager::getMinBufferSize' can be const. x265_4.1/source/common/scaler.h:158:113: warning: Class 'ScalerHLumFilter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] x265_4.1/source/common/scaler.h:158:113: warning: Class 'ScalerHLumFilter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] x265_4.1/source/common/scaler.h:168:112: warning: Class 'ScalerHCrFilter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] x265_4.1/source/common/scaler.h:168:112: warning: Class 'ScalerHCrFilter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] x265_4.1/source/common/scaler.h:178:113: warning: Class 'ScalerVLumFilter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] x265_4.1/source/common/scaler.h:178:113: warning: Class 'ScalerVLumFilter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] x265_4.1/source/common/scaler.h:188:112: warning: Class 'ScalerVCrFilter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] x265_4.1/source/common/scaler.h:188:112: warning: Class 'ScalerVCrFilter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] x265_4.1/source/common/scaler.h:158:5: style: Class 'ScalerHLumFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] x265_4.1/source/common/scaler.h:168:5: style: Class 'ScalerHCrFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] x265_4.1/source/common/scaler.h:178:5: style: Class 'ScalerVLumFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] x265_4.1/source/common/scaler.h:188:5: style: Class 'ScalerVCrFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] x265_4.1/source/common/scaler.h:129:18: style: The function 'doScaling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/scaler.h:112:18: note: Virtual function in base class x265_4.1/source/common/scaler.h:129:18: note: Function in derived class x265_4.1/source/common/scaler.h:136:18: style: The function 'doScaling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/scaler.h:112:18: note: Virtual function in base class x265_4.1/source/common/scaler.h:136:18: note: Function in derived class x265_4.1/source/common/scaler.h:143:18: style: The function 'yuv2PlaneX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/scaler.h:122:18: note: Virtual function in base class x265_4.1/source/common/scaler.h:143:18: note: Function in derived class x265_4.1/source/common/scaler.h:150:18: style: The function 'yuv2PlaneX' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/scaler.h:122:18: note: Virtual function in base class x265_4.1/source/common/scaler.h:150:18: note: Function in derived class x265_4.1/source/common/scaler.h:159:6: style: The destructor '~ScalerHLumFilter' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/scaler.h:75:14: note: Virtual destructor in base class x265_4.1/source/common/scaler.h:159:6: note: Destructor in derived class x265_4.1/source/common/scaler.h:160:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/scaler.h:76:18: note: Virtual function in base class x265_4.1/source/common/scaler.h:160:18: note: Function in derived class x265_4.1/source/common/scaler.h:169:6: style: The destructor '~ScalerHCrFilter' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/scaler.h:75:14: note: Virtual destructor in base class x265_4.1/source/common/scaler.h:169:6: note: Destructor in derived class x265_4.1/source/common/scaler.h:170:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/scaler.h:76:18: note: Virtual function in base class x265_4.1/source/common/scaler.h:170:18: note: Function in derived class x265_4.1/source/common/scaler.h:179:6: style: The destructor '~ScalerVLumFilter' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/scaler.h:75:14: note: Virtual destructor in base class x265_4.1/source/common/scaler.h:179:6: note: Destructor in derived class x265_4.1/source/common/scaler.h:180:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/scaler.h:76:18: note: Virtual function in base class x265_4.1/source/common/scaler.h:180:18: note: Function in derived class x265_4.1/source/common/scaler.h:189:6: style: The destructor '~ScalerVCrFilter' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/scaler.h:75:14: note: Virtual destructor in base class x265_4.1/source/common/scaler.h:189:6: note: Destructor in derived class x265_4.1/source/common/scaler.h:190:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/common/scaler.h:76:18: note: Virtual function in base class x265_4.1/source/common/scaler.h:190:18: note: Function in derived class x265_4.1/source/common/scaler.cpp:102:30: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:106:10: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:107:10: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:112:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:153:36: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:174:36: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:175:36: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:221:53: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:246:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:247:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:674:16: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:675:16: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:700:28: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:701:29: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:943:30: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:974:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:1028:22: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:1031:22: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/scaler.cpp:569:13: style: Variable 'lumXInc' is reassigned a value before the old one has been used. [redundantAssignment] x265_4.1/source/common/scaler.cpp:520:13: note: lumXInc is assigned x265_4.1/source/common/scaler.cpp:569:13: note: lumXInc is overwritten x265_4.1/source/common/scaler.cpp:570:13: style: Variable 'lumYInc' is reassigned a value before the old one has been used. [redundantAssignment] x265_4.1/source/common/scaler.cpp:521:13: note: lumYInc is assigned x265_4.1/source/common/scaler.cpp:570:13: note: lumYInc is overwritten x265_4.1/source/common/scaler.cpp:59:43: style: Parameter 'filter' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/scaler.cpp:219:14: style: Variable 'filter' can be declared as pointer to const [constVariablePointer] x265_4.1/source/common/scaler.cpp:502:62: style: Parameter 'srcVideoDesc' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/scaler.cpp:502:87: style: Parameter 'dstVideoDesc' can be declared as pointer to const [constParameterPointer] x265_4.1/source/common/scaler.cpp:823:10: style: Variable 'lumFilterPos' can be declared as pointer to const [constVariablePointer] x265_4.1/source/common/scaler.cpp:824:10: style: Variable 'crFilterPos' can be declared as pointer to const [constVariablePointer] x265_4.1/source/common/scaler.cpp:933:9: style: Variable 'size' can be declared as const array [constVariable] x265_4.1/source/common/scaler.cpp:961:9: style: Variable 'idx' can be declared as const array [constVariable] x265_4.1/source/common/scaler.cpp:1070:39: style: Parameter 'src' can be declared as const array [constParameter] x265_4.1/source/common/scaler.cpp:1078:20: style: Variable 'src_' can be declared as const array [constVariable] x265_4.1/source/common/scaler.cpp:514:20: style: Variable 'dst_stride' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/scaler.cpp:517:20: style: Variable 'dst_stride' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/quant.cpp:1090:37: style:inconclusive: Boolean expression 'c1==1' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] x265_4.1/source/common/quant.cpp:1328:56: style:inconclusive: Boolean expression 'abs(dstCoeff[codeParams.scan[lastNZPosInCG+subPos]])==1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/common/quant.cpp:1361:62: style:inconclusive: Boolean expression 'n==firstNZPosInCG' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/common/quant.cpp:1367:55: style:inconclusive: Boolean expression 'ndistortionData=NULL', assigned value is 0 x265_4.1/source/encoder/api.cpp:819:29: note: Null pointer dereference x265_4.1/source/encoder/api.cpp:777:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/api.cpp:1035:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/api.cpp:1038:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/api.cpp:1186:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/api.cpp:1281:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/api.cpp:1591:44: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/api.cpp:1693:28: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/api.cpp:1748:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/api.cpp:1761:22: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/api.cpp:899:1: style: Label 'fail' is not used. [unusedLabel] x265_4.1/source/encoder/api.cpp:416:14: style: Variable 'encoder' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/api.cpp:1002:36: style: Parameter 'param' can be declared as pointer to const. However it seems that 'x265_picture_init' is a callback function, if 'param' is declared with const you might also need to cast function pointer(s). [constParameterCallback] x265_4.1/source/encoder/api.cpp:1078:6: note: You might need to cast the function pointer here x265_4.1/source/encoder/api.cpp:1002:36: note: Parameter 'param' can be declared as pointer to const x265_4.1/source/encoder/api.cpp:1603:20: style: Variable 'timeinfo' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/encoder.h:122:27: style: Parameter 'param' can be declared as pointer to const [constParameterPointer] x265_4.1/source/encoder/api.cpp:400:14: style: Variable 'read' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/bitcost.cpp:50:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_lambda_tab [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/bitcost.cpp:72:34: error: Array 's_fpelMvCosts[82][4]' accessed at index s_fpelMvCosts[*][*][-16384], which is out of bounds. [negativeIndex] x265_4.1/source/encoder/bitcost.cpp:70:30: note: Assignment 'i=-(BC_MAX_MV>>1)', assigned value is -16384 x265_4.1/source/encoder/bitcost.cpp:72:34: note: Negative array index x265_4.1/source/encoder/bitcost.cpp:39:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] x265_4.1/source/encoder/bitcost.cpp:33:9: note: outer condition: !s_costs[qp] x265_4.1/source/encoder/bitcost.cpp:39:13: note: identical inner condition: !s_costs[qp] x265_4.1/source/encoder/bitcost.cpp:62:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] x265_4.1/source/encoder/bitcost.cpp:59:13: note: outer condition: !s_fpelMvCosts[qp][j] x265_4.1/source/encoder/bitcost.cpp:62:17: note: identical inner condition: !s_fpelMvCosts[qp][j] x265_4.1/source/encoder/dpb.h:60:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable radl [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/dpb.cpp:112:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTEGRAL_PLANE_NUM [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/dpb.cpp:154:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_W_RADL [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/dpb.cpp:427:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_W_RADL [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/dpb.cpp:568:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_N_LP [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/dpb.h:90:17: style:inconclusive: Technically the member function 'X265_NS::DPB::getNalUnitType' can be const. [functionConst] x265_4.1/source/encoder/dpb.cpp:565:18: note: Technically the member function 'X265_NS::DPB::getNalUnitType' can be const. x265_4.1/source/encoder/dpb.h:90:17: note: Technically the member function 'X265_NS::DPB::getNalUnitType' can be const. x265_4.1/source/encoder/dpb.h:51:5: style: Class 'DPB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] x265_4.1/source/encoder/dpb.cpp:374:103: style:inconclusive: Function 'computeRPS' argument 6 names different: declaration 'sLayerId' definition 'scalableLayerId'. [funcArgNamesDifferent] x265_4.1/source/encoder/dpb.h:82:101: note: Function 'computeRPS' argument 6 names different: declaration 'sLayerId' definition 'scalableLayerId'. x265_4.1/source/encoder/dpb.cpp:374:103: note: Function 'computeRPS' argument 6 names different: declaration 'sLayerId' definition 'scalableLayerId'. x265_4.1/source/encoder/dpb.cpp:411:48: style:inconclusive: Function 'getTemporalLayerNonReferenceFlag' argument 1 names different: declaration 'sLayerId' definition 'scalableLayerId'. [funcArgNamesDifferent] x265_4.1/source/encoder/dpb.h:85:47: note: Function 'getTemporalLayerNonReferenceFlag' argument 1 names different: declaration 'sLayerId' definition 'scalableLayerId'. x265_4.1/source/encoder/dpb.cpp:411:48: note: Function 'getTemporalLayerNonReferenceFlag' argument 1 names different: declaration 'sLayerId' definition 'scalableLayerId'. x265_4.1/source/encoder/dpb.cpp:425:76: style:inconclusive: Function 'decodingRefreshMarking' argument 3 names different: declaration 'sLayerId' definition 'scalableLayerId'. [funcArgNamesDifferent] x265_4.1/source/encoder/dpb.h:86:75: note: Function 'decodingRefreshMarking' argument 3 names different: declaration 'sLayerId' definition 'scalableLayerId'. x265_4.1/source/encoder/dpb.cpp:425:76: note: Function 'decodingRefreshMarking' argument 3 names different: declaration 'sLayerId' definition 'scalableLayerId'. x265_4.1/source/encoder/dpb.cpp:476:93: style:inconclusive: Function 'applyReferencePictureSet' argument 5 names different: declaration 'sLayerId' definition 'scalableLayerId'. [funcArgNamesDifferent] x265_4.1/source/encoder/dpb.h:84:92: note: Function 'applyReferencePictureSet' argument 5 names different: declaration 'sLayerId' definition 'scalableLayerId'. x265_4.1/source/encoder/dpb.cpp:476:93: note: Function 'applyReferencePictureSet' argument 5 names different: declaration 'sLayerId' definition 'scalableLayerId'. x265_4.1/source/encoder/dpb.cpp:520:69: style:inconclusive: Function 'isTemporalLayerSwitchingPoint' argument 3 names different: declaration 'sLayerId' definition 'scalableLayerId'. [funcArgNamesDifferent] x265_4.1/source/encoder/dpb.h:87:68: note: Function 'isTemporalLayerSwitchingPoint' argument 3 names different: declaration 'sLayerId' definition 'scalableLayerId'. x265_4.1/source/encoder/dpb.cpp:520:69: note: Function 'isTemporalLayerSwitchingPoint' argument 3 names different: declaration 'sLayerId' definition 'scalableLayerId'. x265_4.1/source/encoder/dpb.cpp:539:87: style:inconclusive: Function 'isStepwiseTemporalLayerSwitchingPoint' argument 4 names different: declaration 'sLayerId' definition 'scalableLayerId'. [funcArgNamesDifferent] x265_4.1/source/encoder/dpb.h:88:86: note: Function 'isStepwiseTemporalLayerSwitchingPoint' argument 4 names different: declaration 'sLayerId' definition 'scalableLayerId'. x265_4.1/source/encoder/dpb.cpp:539:87: note: Function 'isStepwiseTemporalLayerSwitchingPoint' argument 4 names different: declaration 'sLayerId' definition 'scalableLayerId'. x265_4.1/source/encoder/dpb.cpp:565:37: style:inconclusive: Function 'getNalUnitType' argument 1 names different: declaration 'curPoc' definition 'curPOC'. [funcArgNamesDifferent] x265_4.1/source/encoder/dpb.h:90:36: note: Function 'getNalUnitType' argument 1 names different: declaration 'curPoc' definition 'curPOC'. x265_4.1/source/encoder/dpb.cpp:565:37: note: Function 'getNalUnitType' argument 1 names different: declaration 'curPoc' definition 'curPOC'. x265_4.1/source/encoder/dpb.cpp:476:41: style: Parameter 'rps' can be declared as pointer to const [constParameterPointer] x265_4.1/source/encoder/dpb.cpp:539:54: style: Parameter 'rps' can be declared as pointer to const [constParameterPointer] x265_4.1/source/encoder/entropy.cpp:230:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_OFF_CTX_MOD [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:538:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:743:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAINREXT [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:873:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_SIZES [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:889:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_MATRIX_COEF_NUM [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1040:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1173:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LEAF [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1246:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SKIP_FLAG_CTX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1300:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1331:93: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIN_LOG2_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1466:93: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIN_LOG2_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1537:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1605:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_2Nx2N [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1624:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SAO_TYPE_IDX_CTX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1659:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SAO_TYPE_IDX_CTX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1677:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SAO_TYPE_IDX_CTX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1720:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SPLIT_FLAG_CTX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1755:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1882:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COEF_REMAIN_BIN_REDUCTION [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1913:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_ADI_CTX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1922:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_OFF_CTX_MOD [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1933:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_2Nx2N [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:1983:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_MERGE_IDX_EXT_CTX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2001:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_2Nx2N [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2052:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DM_CHROMA_IDX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2075:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_2Nx2N [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2085:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_REF_NO_CTX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2110:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_MV_RES_CTX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2145:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QP_BD_OFFSET [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2170:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I422 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2237:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cu [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2640:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_QT_CBF_CTX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2657:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_SIG_CG_FLAG_CTX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2680:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SIG_FLAG_CTX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2760:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_ONE_FLAG_CTX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2799:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_OFF_CTX_MOD [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2856:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2867:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2912:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2929:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2959:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/entropy.cpp:2498:39: style:inconclusive: Boolean expression 'subSet>0' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/entropy.cpp:2513:57: style:inconclusive: Boolean expression 'bHideFirstSign' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/entropy.cpp:2583:76: style:inconclusive: Boolean expression 'absCoeff[idx]>threshold' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/entropy.cpp:224:10: warning: Member variable 'Entropy::m_low' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/entropy.cpp:224:10: warning: Member variable 'Entropy::m_range' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/entropy.cpp:224:10: warning: Member variable 'Entropy::m_bufferedByte' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/entropy.cpp:224:10: warning: Member variable 'Entropy::m_numBufferedBytes' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/entropy.cpp:224:10: warning: Member variable 'Entropy::m_bitsLeft' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/entropy.cpp:224:10: warning: Member variable 'Entropy::m_estBitsSbac' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/entropy.cpp:2239:63: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] x265_4.1/source/encoder/entropy.cpp:2362:42: style: Redundant condition: log2TrSize==2. 'log2TrSize!=2 || (log2TrSize==2 && subSet==0)' is equivalent to 'log2TrSize!=2 || subSet==0' [redundantCondition] x265_4.1/source/encoder/entropy.cpp:1524:9: style: Condition 'cbfY' is always true [knownConditionTrueFalse] x265_4.1/source/encoder/entropy.cpp:1512:9: note: Assuming that condition '!cbfY' is not redundant x265_4.1/source/encoder/entropy.cpp:1524:9: note: Condition 'cbfY' is always true x265_4.1/source/encoder/entropy.cpp:2409:38: style: Condition 'scanPosSigOff>=0' is always true [knownConditionTrueFalse] x265_4.1/source/encoder/entropy.cpp:2360:28: note: Assuming that condition 'scanPosSigOff>=0' is not redundant x265_4.1/source/encoder/entropy.cpp:2409:38: note: Condition 'scanPosSigOff>=0' is always true x265_4.1/source/encoder/entropy.cpp:1720:68: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1721:67: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1722:72: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1723:71: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1724:67: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1725:67: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1726:61: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1727:69: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1728:66: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1729:67: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1730:64: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1731:64: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1732:64: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1733:75: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1734:69: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1735:69: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1736:66: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1737:69: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1738:69: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1739:66: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1740:66: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1741:65: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1742:72: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1743:70: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1744:76: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:1745:76: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/entropy.cpp:893:9: style: The scope of the variable 'data' can be reduced. [variableScope] x265_4.1/source/encoder/entropy.cpp:1756:21: style: The scope of the variable 'bDenomCoded' can be reduced. [variableScope] x265_4.1/source/encoder/entropy.cpp:1758:21: style: The scope of the variable 'totalSignalledWeightFlags' can be reduced. [variableScope] x265_4.1/source/encoder/entropy.cpp:2427:47: style: The scope of the variable 'ctxSig' can be reduced. [variableScope] x265_4.1/source/encoder/entropy.cpp:2450:47: style: The scope of the variable 'ctxSig' can be reduced. [variableScope] x265_4.1/source/encoder/entropy.cpp:2487:18: style: The scope of the variable 'coeffSigns' can be reduced. [variableScope] x265_4.1/source/encoder/entropy.cpp:2491:22: style: The scope of the variable 'idx' can be reduced. [variableScope] x265_4.1/source/encoder/entropy.cpp:1162:39: style:inconclusive: Function 'encodeCTU' argument 1 names different: declaration 'cu' definition 'ctu'. [funcArgNamesDifferent] x265_4.1/source/encoder/entropy.h:160:34: note: Function 'encodeCTU' argument 1 names different: declaration 'cu' definition 'ctu'. x265_4.1/source/encoder/entropy.cpp:1162:39: note: Function 'encodeCTU' argument 1 names different: declaration 'cu' definition 'ctu'. x265_4.1/source/encoder/entropy.cpp:1291:85: style:inconclusive: Function 'finishCU' argument 4 names different: declaration 'bEncodeDQP' definition 'bCodeDQP'. [funcArgNamesDifferent] x265_4.1/source/encoder/entropy.h:232:80: note: Function 'finishCU' argument 4 names different: declaration 'bEncodeDQP' definition 'bCodeDQP'. x265_4.1/source/encoder/entropy.cpp:1291:85: note: Function 'finishCU' argument 4 names different: declaration 'bEncodeDQP' definition 'bCodeDQP'. x265_4.1/source/encoder/entropy.cpp:1324:79: style:inconclusive: Function 'encodeTransform' argument 3 names different: declaration 'tuDepth' definition 'curDepth'. [funcArgNamesDifferent] x265_4.1/source/encoder/entropy.h:255:74: note: Function 'encodeTransform' argument 3 names different: declaration 'tuDepth' definition 'curDepth'. x265_4.1/source/encoder/entropy.cpp:1324:79: note: Function 'encodeTransform' argument 3 names different: declaration 'tuDepth' definition 'curDepth'. x265_4.1/source/encoder/entropy.cpp:1324:98: style:inconclusive: Function 'encodeTransform' argument 4 names different: declaration 'log2TrSize' definition 'log2CurSize'. [funcArgNamesDifferent] x265_4.1/source/encoder/entropy.h:255:92: note: Function 'encodeTransform' argument 4 names different: declaration 'log2TrSize' definition 'log2CurSize'. x265_4.1/source/encoder/entropy.cpp:1324:98: note: Function 'encodeTransform' argument 4 names different: declaration 'log2TrSize' definition 'log2CurSize'. x265_4.1/source/encoder/entropy.cpp:1459:83: style:inconclusive: Function 'encodeTransformLuma' argument 3 names different: declaration 'tuDepth' definition 'curDepth'. [funcArgNamesDifferent] x265_4.1/source/encoder/entropy.h:257:78: note: Function 'encodeTransformLuma' argument 3 names different: declaration 'tuDepth' definition 'curDepth'. x265_4.1/source/encoder/entropy.cpp:1459:83: note: Function 'encodeTransformLuma' argument 3 names different: declaration 'tuDepth' definition 'curDepth'. x265_4.1/source/encoder/entropy.cpp:1459:102: style:inconclusive: Function 'encodeTransformLuma' argument 4 names different: declaration 'log2TrSize' definition 'log2CurSize'. [funcArgNamesDifferent] x265_4.1/source/encoder/entropy.h:257:96: note: Function 'encodeTransformLuma' argument 4 names different: declaration 'log2TrSize' definition 'log2CurSize'. x265_4.1/source/encoder/entropy.cpp:1459:102: note: Function 'encodeTransformLuma' argument 4 names different: declaration 'log2TrSize' definition 'log2CurSize'. x265_4.1/source/encoder/entropy.cpp:1877:48: style:inconclusive: Function 'writeCoefRemainExGolomb' argument 1 names different: declaration 'symbol' definition 'codeNumber'. [funcArgNamesDifferent] x265_4.1/source/encoder/entropy.h:239:43: note: Function 'writeCoefRemainExGolomb' argument 1 names different: declaration 'symbol' definition 'codeNumber'. x265_4.1/source/encoder/entropy.cpp:1877:48: note: Function 'writeCoefRemainExGolomb' argument 1 names different: declaration 'symbol' definition 'codeNumber'. x265_4.1/source/encoder/entropy.cpp:2232:61: style:inconclusive: Function 'codeCoeffNxN' argument 2 names different: declaration 'coef' definition 'coeff'. [funcArgNamesDifferent] x265_4.1/source/encoder/entropy.h:173:56: note: Function 'codeCoeffNxN' argument 2 names different: declaration 'coef' definition 'coeff'. x265_4.1/source/encoder/entropy.cpp:2232:61: note: Function 'codeCoeffNxN' argument 2 names different: declaration 'coef' definition 'coeff'. x265_4.1/source/encoder/entropy.cpp:960:62: style: Parameter 'encData' can be declared as reference to const [constParameterReference] x265_4.1/source/encoder/entropy.cpp:892:14: style: Variable 'src' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/level.cpp:68:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/level.cpp:92:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAINSTILLPICTURE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/level.cpp:360:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_T_LAYERS [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/level.cpp:565:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/level.cpp:563:9: style: Condition 'bInvalidDepth' is always false [knownConditionTrueFalse] x265_4.1/source/encoder/level.cpp:545:26: note: Assignment 'bInvalidDepth=false', assigned value is 0 x265_4.1/source/encoder/level.cpp:563:9: note: Condition 'bInvalidDepth' is always false x265_4.1/source/encoder/level.cpp:264:10: style: The scope of the variable 'bStillPicture' can be reduced. [variableScope] x265_4.1/source/encoder/level.cpp:398:16: style: Variable 'l' can be declared as reference to const [constVariableReference] x265_4.1/source/encoder/motion.h:87:93: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/motion.h:89:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/motion.cpp:93:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/motion.cpp:106:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_HEX_SEARCH [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/motion.cpp:120:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/motion.cpp:127:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/motion.cpp:170:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/motion.cpp:197:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/motion.cpp:222:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/motion.cpp:422:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable costs [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/motion.cpp:666:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/motion.cpp:817:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/motion.cpp:1611:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/motion.cpp:671:32: style:inconclusive: Boolean expression 'bmv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:673:32: style:inconclusive: Boolean expression 'bmv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:678:32: style:inconclusive: Boolean expression 'bmv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:680:32: style:inconclusive: Boolean expression 'bmv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:682:32: style:inconclusive: Boolean expression 'bmv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:684:32: style:inconclusive: Boolean expression 'bmv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:719:36: style:inconclusive: Boolean expression 'qmv.y=qmvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:861:40: style:inconclusive: Boolean expression 'bmv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:863:40: style:inconclusive: Boolean expression 'bmv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:902:32: style:inconclusive: Boolean expression 'bmv.y>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:904:36: style:inconclusive: Boolean expression 'bmv.y+2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:911:32: style:inconclusive: Boolean expression 'bmv.y>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:913:36: style:inconclusive: Boolean expression 'bmv.y-2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:923:54: style:inconclusive: Boolean expression 'bmv.y+hex2[dir+1].y>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:936:62: style:inconclusive: Boolean expression 'bmv.y+hex2[dir+0].y>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:939:62: style:inconclusive: Boolean expression 'bmv.y+hex2[dir+1].y>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:942:62: style:inconclusive: Boolean expression 'bmv.y+hex2[dir+2].y>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:960:36: style:inconclusive: Boolean expression 'bmv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:962:36: style:inconclusive: Boolean expression 'bmv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:967:36: style:inconclusive: Boolean expression 'bmv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:969:36: style:inconclusive: Boolean expression 'bmv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:971:36: style:inconclusive: Boolean expression 'bmv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:973:36: style:inconclusive: Boolean expression 'bmv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:987:40: style:inconclusive: Boolean expression 'pmv.y>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:988:9: style:inconclusive: Boolean expression 'omv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:988:9: style:inconclusive: Boolean expression 'omv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:988:9: style:inconclusive: Boolean expression 'omv.y+0>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:990:13: style:inconclusive: Boolean expression 'omv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:990:13: style:inconclusive: Boolean expression 'omv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:990:13: style:inconclusive: Boolean expression 'omv.y+0>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:994:13: style:inconclusive: Boolean expression 'omv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:994:13: style:inconclusive: Boolean expression 'omv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:994:13: style:inconclusive: Boolean expression 'omv.y+0>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1002:13: style:inconclusive: Boolean expression 'omv.y-2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1002:13: style:inconclusive: Boolean expression 'omv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1002:13: style:inconclusive: Boolean expression 'omv.y+0>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1003:13: style:inconclusive: Boolean expression 'omv.y+0>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1003:13: style:inconclusive: Boolean expression 'omv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1003:13: style:inconclusive: Boolean expression 'omv.y+2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1009:17: style:inconclusive: Boolean expression 'omv.y+0>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1009:17: style:inconclusive: Boolean expression 'omv.y+i>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1009:17: style:inconclusive: Boolean expression 'omv.y-i>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1009:17: style:inconclusive: Boolean expression 'omv.y+i+2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1009:17: style:inconclusive: Boolean expression 'omv.y-i-2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1010:17: style:inconclusive: Boolean expression 'omv.y-2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1010:17: style:inconclusive: Boolean expression 'omv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1011:17: style:inconclusive: Boolean expression 'omv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1011:17: style:inconclusive: Boolean expression 'omv.y+2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1077:9: style:inconclusive: Boolean expression 'omv.y+0>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1077:9: style:inconclusive: Boolean expression 'omv.y+i>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1077:9: style:inconclusive: Boolean expression 'omv.y-i>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1077:9: style:inconclusive: Boolean expression 'omv.y+i+2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1077:9: style:inconclusive: Boolean expression 'omv.y-i-2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1078:9: style:inconclusive: Boolean expression 'omv.y-2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1078:9: style:inconclusive: Boolean expression 'omv.y+2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1133:17: style:inconclusive: Boolean expression 'omv.y-4>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1134:17: style:inconclusive: Boolean expression 'omv.y+4>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1135:17: style:inconclusive: Boolean expression 'omv.y-3>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1136:17: style:inconclusive: Boolean expression 'omv.y-3>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1137:17: style:inconclusive: Boolean expression 'omv.y-2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1138:17: style:inconclusive: Boolean expression 'omv.y-2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1139:17: style:inconclusive: Boolean expression 'omv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1140:17: style:inconclusive: Boolean expression 'omv.y-1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1141:17: style:inconclusive: Boolean expression 'omv.y+0>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1142:17: style:inconclusive: Boolean expression 'omv.y+0>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1143:17: style:inconclusive: Boolean expression 'omv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1144:17: style:inconclusive: Boolean expression 'omv.y+1>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1145:17: style:inconclusive: Boolean expression 'omv.y+2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1146:17: style:inconclusive: Boolean expression 'omv.y+2>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1147:17: style:inconclusive: Boolean expression 'omv.y+3>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1148:17: style:inconclusive: Boolean expression 'omv.y+3>=mvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1492:25: style:inconclusive: Boolean expression 'maxSlices>1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:1492:47: style:inconclusive: Boolean expression 'bmv.y=qmvmin.y' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/motion.cpp:102:17: warning: Member variable 'MotionEstimate::partEnum' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/motion.cpp:113:5: performance: Variable 'chromaSatd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] x265_4.1/source/encoder/motion.cpp:1636:13: style: The scope of the variable 'csp' can be reduced. [variableScope] x265_4.1/source/encoder/motion.cpp:167:117: style:inconclusive: Function 'setSourcePU' argument 6 names different: declaration 'searchMethod' definition 'method'. [funcArgNamesDifferent] x265_4.1/source/encoder/motion.h:81:105: note: Function 'setSourcePU' argument 6 names different: declaration 'searchMethod' definition 'method'. x265_4.1/source/encoder/motion.cpp:167:117: note: Function 'setSourcePU' argument 6 names different: declaration 'searchMethod' definition 'method'. x265_4.1/source/encoder/motion.cpp:167:175: style:inconclusive: Function 'setSourcePU' argument 9 names different: declaration 'subpelRefine' definition 'refine'. [funcArgNamesDifferent] x265_4.1/source/encoder/motion.h:81:169: note: Function 'setSourcePU' argument 9 names different: declaration 'subpelRefine' definition 'refine'. x265_4.1/source/encoder/motion.cpp:167:175: note: Function 'setSourcePU' argument 9 names different: declaration 'subpelRefine' definition 'refine'. x265_4.1/source/encoder/motion.cpp:194:117: style:inconclusive: Function 'setSourcePU' argument 6 names different: declaration 'searchMethod' definition 'method'. [funcArgNamesDifferent] x265_4.1/source/encoder/motion.h:80:105: note: Function 'setSourcePU' argument 6 names different: declaration 'searchMethod' definition 'method'. x265_4.1/source/encoder/motion.cpp:194:117: note: Function 'setSourcePU' argument 6 names different: declaration 'searchMethod' definition 'method'. x265_4.1/source/encoder/motion.cpp:194:135: style:inconclusive: Function 'setSourcePU' argument 7 names different: declaration 'subpelRefine' definition 'refine'. [funcArgNamesDifferent] x265_4.1/source/encoder/motion.h:80:129: note: Function 'setSourcePU' argument 7 names different: declaration 'subpelRefine' definition 'refine'. x265_4.1/source/encoder/motion.cpp:194:135: note: Function 'setSourcePU' argument 7 names different: declaration 'subpelRefine' definition 'refine'. x265_4.1/source/encoder/motion.cpp:219:61: style:inconclusive: Function 'setSourcePU' argument 2 names different: declaration 'ctuAddr' definition '_ctuAddr'. [funcArgNamesDifferent] x265_4.1/source/encoder/motion.h:82:49: note: Function 'setSourcePU' argument 2 names different: declaration 'ctuAddr' definition '_ctuAddr'. x265_4.1/source/encoder/motion.cpp:219:61: note: Function 'setSourcePU' argument 2 names different: declaration 'ctuAddr' definition '_ctuAddr'. x265_4.1/source/encoder/motion.cpp:219:136: style:inconclusive: Function 'setSourcePU' argument 7 names different: declaration 'searchMethod' definition 'method'. [funcArgNamesDifferent] x265_4.1/source/encoder/motion.h:82:123: note: Function 'setSourcePU' argument 7 names different: declaration 'searchMethod' definition 'method'. x265_4.1/source/encoder/motion.cpp:219:136: note: Function 'setSourcePU' argument 7 names different: declaration 'searchMethod' definition 'method'. x265_4.1/source/encoder/motion.cpp:219:154: style:inconclusive: Function 'setSourcePU' argument 8 names different: declaration 'subpelRefine' definition 'refine'. [funcArgNamesDifferent] x265_4.1/source/encoder/motion.h:82:147: note: Function 'setSourcePU' argument 8 names different: declaration 'subpelRefine' definition 'refine'. x265_4.1/source/encoder/motion.cpp:219:154: note: Function 'setSourcePU' argument 8 names different: declaration 'subpelRefine' definition 'refine'. x265_4.1/source/encoder/nal.cpp:52:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_nal [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/nal.cpp:79:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.h:92:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:58:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable USER_DATA_REGISTERED_ITU_T_T35 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:83:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILM_GRAIN_CHARACTERISTICS [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:129:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_BYTE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:177:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable USER_DATA_REGISTERED_ITU_T_T35 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:291:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_BYTE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:309:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_payloadType [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:593:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MASTERING_DISPLAY_INFO [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:629:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONTENT_LIGHT_LEVEL_INFO [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:646:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DECODED_PICTURE_HASH [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:663:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:691:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ACTIVE_PARAMETER_SETS [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:717:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_payloadType [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:747:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PICTURE_TIMING [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:784:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RECOVERY_POINT [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.h:806:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ALTERNATIVE_TRANSFER_CHARACTERISTICS [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:188:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOWRES_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:387:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_SHR_NAME_LEN [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:407:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:449:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:836:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_ABR [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:1079:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:1125:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_ABR [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:1260:146: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_CRF [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:1285:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable P_SLICE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:1387:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable startFrame [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:1655:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I_SLICE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:1664:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_BREF [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:1672:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable P_SLICE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:1811:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_SHARE_MODE_FILE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:1866:104: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_ABR [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:1908:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable P_SLICE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:1928:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:2431:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I_SLICE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:2529:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:2563:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_AUTO [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:2597:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_AUTO [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:2648:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable P_SLICE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:2803:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encodedBits [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:2875:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rowSatd [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:3084:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:3136:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_CRF [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:3305:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I_SLICE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:3432:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:3542:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FORWARD_WINDOW [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/ratecontrol.cpp:3623:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BACKWARD_WINDOW [valueFlowBailoutIncompleteVar] x265_4.1/source/common/ppc/intrapred_altivec.cpp:60:35: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:62:35: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:64:35: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:66:35: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:249:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:250:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:251:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:252:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:893:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:894:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:895:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:896:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:1576:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:1577:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:1578:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:1579:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:2222:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:2223:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:2224:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:2225:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:2868:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:2869:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:2870:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:2871:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:3510:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:3511:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:3512:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:3513:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:4154:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:4155:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:4156:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:4157:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:4752:35: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:4754:35: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:4756:35: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:4758:35: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:5059:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:5060:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:5061:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:5062:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:5741:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:5742:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:5743:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:5744:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:6387:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:6388:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:6389:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:6390:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:7032:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:7033:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:7034:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:7035:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:7680:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:7681:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:7682:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:7683:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:8326:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:8327:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:8328:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:8329:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:8976:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:8977:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:8978:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:8979:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:9611:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:9612:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:9613:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:9614:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:10003:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:10004:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:10005:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:10006:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:10730:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:10731:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:10732:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:10733:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:11499:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:11500:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:11501:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:11502:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:12279:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:12280:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:12281:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:12282:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:13058:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:13059:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:13060:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:13061:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:13826:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:13827:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:13828:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:13829:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:14595:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:14596:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:14597:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:14598:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:15109:41: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:15111:39: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:15113:39: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:15115:39: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:15142:39: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:15144:39: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:15146:39: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:15148:39: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:15553:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:15554:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:15555:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:15556:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:16095:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:16096:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:16097:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:16098:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:16675:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:16676:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:16677:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:16678:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:17295:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:17296:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:17297:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:17298:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:17961:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:17962:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:17963:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:17964:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:18760:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:18761:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:18762:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:18763:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:19564:37: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:19565:57: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:19566:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:19567:56: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:20330:35: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:20332:35: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:20334:35: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:20336:35: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30756:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30756:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30756:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30756:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30756:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30756:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30757:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30757:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30757:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30757:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30757:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30757:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30758:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30758:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30758:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30758:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30758:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30758:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30759:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30759:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30759:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30759:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30759:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30759:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30760:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30760:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30760:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30760:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30760:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30760:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30761:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30761:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30761:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30761:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30761:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30761:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30762:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30762:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30762:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30762:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30762:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30762:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30763:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30763:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30763:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30763:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30763:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30763:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30764:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30764:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30764:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30764:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30764:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30764:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30765:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30765:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30765:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30765:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30765:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30765:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30766:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30766:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30766:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30766:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30766:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30766:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30767:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30767:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30767:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30767:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30767:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30767:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30768:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30768:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30768:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30768:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30768:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30768:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30769:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30769:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30769:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30769:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30769:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30769:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30770:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30770:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30770:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30770:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30770:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30770:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30771:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30771:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30771:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30771:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30771:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30771:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30772:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30772:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30772:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30772:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30772:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30772:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30773:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30773:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30773:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30773:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30773:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30773:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30774:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30774:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30774:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30774:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30774:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30774:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30775:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30775:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30775:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30775:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30775:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30775:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30776:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30776:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30776:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30776:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30776:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30776:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30777:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30777:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30777:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30777:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30777:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30777:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30778:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30778:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30778:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30778:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30778:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30778:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30779:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30779:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30779:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30779:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30779:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30779:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30780:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30780:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30780:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30780:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30780:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30780:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30781:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30781:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30781:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30781:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30781:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30781:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30782:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30782:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30782:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30782:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30782:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30782:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30783:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30783:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30783:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30783:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30783:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30783:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30784:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30784:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30784:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30784:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30784:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30784:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30785:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30785:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30785:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30785:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30785:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30785:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30786:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30786:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30786:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30786:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30786:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30786:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30787:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30787:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30787:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30787:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30787:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30787:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30788:5: style: Redundant initialization for 'srcPix0'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30788:5: note: srcPix0 is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30788:5: note: srcPix0 is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:30788:5: style: Redundant initialization for 'dst'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/common/ppc/intrapred_altivec.cpp:30788:5: note: dst is initialized x265_4.1/source/common/ppc/intrapred_altivec.cpp:30788:5: note: dst is overwritten x265_4.1/source/common/ppc/intrapred_altivec.cpp:182:9: style: The scope of the variable 'off' can be reduced. [variableScope] x265_4.1/source/common/ppc/intrapred_altivec.cpp:20452:9: style: The scope of the variable 'off' can be reduced. [variableScope] x265_4.1/source/common/ppc/intrapred_altivec.cpp:23387:9: style: The scope of the variable 'offset' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.h:275:5: warning: Member variable 'PreLookaheadGroup::m_preframes' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/slicetype.h:292:5: warning: Member variable 'CostEstimateGroup::m_coop' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/slicetype.h:292:5: warning: Member variable 'CostEstimateGroup::m_slice' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/slicetype.h:292:5: warning: Member variable 'CostEstimateGroup::m_estimates' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:56:5: warning: Member variable 'SEIuserDataRegistered::m_userData' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:81:5: warning: Member variable 'FilmGrainCharacteristics::m_compModel' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:81:5: warning: Member variable 'FilmGrainCharacteristics::m_filmGrainCharacteristicsPersistenceFlag' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:81:5: warning: Member variable 'FilmGrainCharacteristics::m_filmGrainCharacteristicsCancelFlag' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:81:5: warning: Member variable 'FilmGrainCharacteristics::m_separateColourDescriptionPresentFlag' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:81:5: warning: Member variable 'FilmGrainCharacteristics::m_filmGrainFullRangeFlag' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:81:5: warning: Member variable 'FilmGrainCharacteristics::m_filmGrainModelId' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:81:5: warning: Member variable 'FilmGrainCharacteristics::m_blendingModeId' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:81:5: warning: Member variable 'FilmGrainCharacteristics::m_log2ScaleFactor' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:81:5: warning: Member variable 'FilmGrainCharacteristics::m_filmGrainBitDepthLumaMinus8' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:81:5: warning: Member variable 'FilmGrainCharacteristics::m_filmGrainBitDepthChromaMinus8' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:81:5: warning: Member variable 'FilmGrainCharacteristics::m_filmGrainColourPrimaries' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:81:5: warning: Member variable 'FilmGrainCharacteristics::m_filmGrainTransferCharacteristics' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:81:5: warning: Member variable 'FilmGrainCharacteristics::m_filmGrainMatrixCoeffs' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_apply_grain' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_update_grain' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_scaling_points_y' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_num_y_points' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_scaling_points_cb' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_num_cb_points' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_scaling_points_cr' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_num_cr_points' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_scaling_shift' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_ar_coeff_lag' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_ar_coeffs_y' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_ar_coeffs_cb' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_ar_coeffs_cr' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_ar_coeff_shift' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_cb_mult' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_cb_luma_mult' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_cb_offset' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_cr_mult' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_cr_luma_mult' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_cr_offset' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_overlap_flag' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_clip_to_restricted_range' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_bitDepth' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_chroma_scaling_from_luma' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_grain_scale_shift' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:175:5: warning: Member variable 'AomFilmGrainCharacteristics::m_grain_seed' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:591:5: warning: Member variable 'SEIMasteringDisplayColorVolume::displayPrimaryX' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:591:5: warning: Member variable 'SEIMasteringDisplayColorVolume::displayPrimaryY' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:591:5: warning: Member variable 'SEIMasteringDisplayColorVolume::whitePointX' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:591:5: warning: Member variable 'SEIMasteringDisplayColorVolume::whitePointY' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:591:5: warning: Member variable 'SEIMasteringDisplayColorVolume::maxDisplayMasteringLuminance' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:591:5: warning: Member variable 'SEIMasteringDisplayColorVolume::minDisplayMasteringLuminance' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:627:5: warning: Member variable 'SEIContentLightLevel::max_content_light_level' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:627:5: warning: Member variable 'SEIContentLightLevel::max_pic_average_light_level' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:644:5: warning: Member variable 'SEIDecodedPictureHash::m_method' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:644:5: warning: Member variable 'SEIDecodedPictureHash::m_crc' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:644:5: warning: Member variable 'SEIDecodedPictureHash::m_checksum' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:644:5: warning: Member variable 'SEIDecodedPictureHash::m_digest' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:689:5: warning: Member variable 'SEIActiveParameterSets::m_selfContainedCvsFlag' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:689:5: warning: Member variable 'SEIActiveParameterSets::m_noParamSetUpdateFlag' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:711:5: warning: Member variable 'SEIBufferingPeriod::m_initialCpbRemovalDelay' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:711:5: warning: Member variable 'SEIBufferingPeriod::m_initialCpbRemovalDelayOffset' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:745:5: warning: Member variable 'SEIPictureTiming::m_picStruct' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:745:5: warning: Member variable 'SEIPictureTiming::m_sourceScanType' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:745:5: warning: Member variable 'SEIPictureTiming::m_duplicateFlag' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:745:5: warning: Member variable 'SEIPictureTiming::m_auCpbRemovalDelay' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:745:5: warning: Member variable 'SEIPictureTiming::m_picDpbOutputDelay' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:782:5: warning: Member variable 'SEIRecoveryPoint::m_recoveryPocCnt' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:782:5: warning: Member variable 'SEIRecoveryPoint::m_exactMatchingFlag' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sei.h:782:5: warning: Member variable 'SEIRecoveryPoint::m_brokenLinkFlag' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_curSlice' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_isGrainEnabled' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_bufferSize' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_bufferFillFinal' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_unclippedBufferFillFinal' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_bufferFill' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_bufferRate' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_vbvMaxRate' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_bufferFillActual' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_bufferExcess' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_minBufferFill' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_maxBufferFill' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_pred' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_predType' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_currentSatd' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_framesDone' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_cplxrSum' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_wantedBitsWindow' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_accumPQp' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_accumPNorm' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_totalBits' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_encodedBits' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_satdCostWindow' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_encodedBitsWindow' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_sliderPos' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_lastRemovedSatdCost' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_numBframesInPattern' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_isPatternPresent' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_nominalRemovalTime' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_prevCpbFinalAT' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_isGopReEncoded' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_isQpModified' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_start' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_reencode' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_lastAccumPNorm' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_expectedBitsSum' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_predictedBits' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_amortizeFraction' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.cpp:184:14: warning: Member variable 'RateControl::m_amortizeFrames' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/ratecontrol.h:286:12: style:inconclusive: Technically the member function 'X265_NS::RateControl::backwardMasking' can be const. [functionConst] x265_4.1/source/encoder/ratecontrol.cpp:3601:21: note: Technically the member function 'X265_NS::RateControl::backwardMasking' can be const. x265_4.1/source/encoder/ratecontrol.h:286:12: note: Technically the member function 'X265_NS::RateControl::backwardMasking' can be const. x265_4.1/source/encoder/ratecontrol.h:303:12: style:inconclusive: Technically the member function 'X265_NS::RateControl::tuneAbrQScaleFromFeedback' can be const. [functionConst] x265_4.1/source/encoder/ratecontrol.cpp:1851:21: note: Technically the member function 'X265_NS::RateControl::tuneAbrQScaleFromFeedback' can be const. x265_4.1/source/encoder/ratecontrol.h:303:12: note: Technically the member function 'X265_NS::RateControl::tuneAbrQScaleFromFeedback' can be const. x265_4.1/source/encoder/ratecontrol.h:309:12: performance:inconclusive: Technically the member function 'X265_NS::RateControl::getPredictorType' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/encoder/ratecontrol.cpp:1661:18: note: Technically the member function 'X265_NS::RateControl::getPredictorType' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/ratecontrol.h:309:12: note: Technically the member function 'X265_NS::RateControl::getPredictorType' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/ratecontrol.h:311:12: performance:inconclusive: Technically the member function 'X265_NS::RateControl::updatePredictor' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/encoder/ratecontrol.cpp:3048:19: note: Technically the member function 'X265_NS::RateControl::updatePredictor' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/ratecontrol.h:311:12: note: Technically the member function 'X265_NS::RateControl::updatePredictor' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/ratecontrol.h:314:12: performance:inconclusive: Technically the member function 'X265_NS::RateControl::predictSize' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/encoder/ratecontrol.cpp:2543:21: note: Technically the member function 'X265_NS::RateControl::predictSize' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/ratecontrol.h:314:12: note: Technically the member function 'X265_NS::RateControl::predictSize' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/ratecontrol.h:325:12: performance:inconclusive: Technically the member function 'X265_NS::RateControl::splitdeltaPOC' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/encoder/ratecontrol.cpp:3476:19: note: Technically the member function 'X265_NS::RateControl::splitdeltaPOC' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/ratecontrol.h:325:12: note: Technically the member function 'X265_NS::RateControl::splitdeltaPOC' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/ratecontrol.h:326:12: performance:inconclusive: Technically the member function 'X265_NS::RateControl::splitbUsed' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/encoder/ratecontrol.cpp:3499:19: note: Technically the member function 'X265_NS::RateControl::splitbUsed' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/ratecontrol.h:326:12: note: Technically the member function 'X265_NS::RateControl::splitbUsed' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/slicetype.h:275:5: style: Class 'PreLookaheadGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] x265_4.1/source/encoder/sei.h:65:10: style: The function 'writeSEI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/encoder/sei.h:48:18: note: Virtual function in base class x265_4.1/source/encoder/sei.h:65:10: note: Function in derived class x265_4.1/source/encoder/sei.h:116:10: style: The function 'writeSEI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/encoder/sei.h:48:18: note: Virtual function in base class x265_4.1/source/encoder/sei.h:116:10: note: Function in derived class x265_4.1/source/encoder/sei.h:208:10: style: The function 'writeSEI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/encoder/sei.h:48:18: note: Virtual function in base class x265_4.1/source/encoder/sei.h:208:10: note: Function in derived class x265_4.1/source/encoder/sei.h:314:10: style: The function 'writeSEI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/encoder/sei.h:48:18: note: Virtual function in base class x265_4.1/source/encoder/sei.h:314:10: note: Function in derived class x265_4.1/source/encoder/sei.h:610:10: style: The function 'writeSEI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/encoder/sei.h:48:18: note: Virtual function in base class x265_4.1/source/encoder/sei.h:610:10: note: Function in derived class x265_4.1/source/encoder/sei.h:634:10: style: The function 'writeSEI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/encoder/sei.h:48:18: note: Virtual function in base class x265_4.1/source/encoder/sei.h:634:10: note: Function in derived class x265_4.1/source/encoder/sei.h:661:10: style: The function 'writeSEI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/encoder/sei.h:48:18: note: Virtual function in base class x265_4.1/source/encoder/sei.h:661:10: note: Function in derived class x265_4.1/source/encoder/sei.h:697:10: style: The function 'writeSEI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/encoder/sei.h:48:18: note: Virtual function in base class x265_4.1/source/encoder/sei.h:697:10: note: Function in derived class x265_4.1/source/encoder/sei.h:727:10: style: The function 'writeSEI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/encoder/sei.h:48:18: note: Virtual function in base class x265_4.1/source/encoder/sei.h:727:10: note: Function in derived class x265_4.1/source/encoder/sei.h:757:10: style: The function 'writeSEI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/encoder/sei.h:48:18: note: Virtual function in base class x265_4.1/source/encoder/sei.h:757:10: note: Function in derived class x265_4.1/source/encoder/sei.h:791:10: style: The function 'writeSEI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/encoder/sei.h:48:18: note: Virtual function in base class x265_4.1/source/encoder/sei.h:791:10: note: Function in derived class x265_4.1/source/encoder/sei.h:811:10: style: The function 'writeSEI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/encoder/sei.h:48:18: note: Virtual function in base class x265_4.1/source/encoder/sei.h:811:10: note: Function in derived class x265_4.1/source/encoder/sei.h:137:116: style: Condition 'm_compModel[c].m_filmGrainNumIntensityIntervalMinus1+1>0' is always true [knownConditionTrueFalse] x265_4.1/source/encoder/sei.h:141:109: style: Condition 'm_compModel[c].m_filmGrainNumIntensityIntervalMinus1+1>0' is always true [knownConditionTrueFalse] x265_4.1/source/encoder/ratecontrol.cpp:2090:56: style: Condition 'm_2pass' is always true [knownConditionTrueFalse] x265_4.1/source/encoder/ratecontrol.cpp:2090:17: note: Assuming that condition '!m_2pass' is not redundant x265_4.1/source/encoder/ratecontrol.cpp:2090:56: note: Condition 'm_2pass' is always true x265_4.1/source/encoder/ratecontrol.cpp:2502:120: style: Condition 'm_param->rc.hevcAq' is always true [knownConditionTrueFalse] x265_4.1/source/encoder/ratecontrol.cpp:3013:31: style: Condition 'canReencodeRow' is always true [knownConditionTrueFalse] x265_4.1/source/encoder/ratecontrol.cpp:2891:26: note: Assignment 'canReencodeRow=1', assigned value is 1 x265_4.1/source/encoder/ratecontrol.cpp:3013:31: note: Condition 'canReencodeRow' is always true x265_4.1/source/encoder/ratecontrol.cpp:540:29: style: Variable 'statsIn' is reassigned a value before the old one has been used. [redundantAssignment] x265_4.1/source/encoder/ratecontrol.cpp:512:25: note: statsIn is assigned x265_4.1/source/encoder/ratecontrol.cpp:540:29: note: statsIn is overwritten x265_4.1/source/encoder/ratecontrol.cpp:1681:13: style: Variable 'q' is assigned an expression that holds the same value. [redundantAssignment] x265_4.1/source/encoder/ratecontrol.cpp:1676:19: note: iq is assigned 'q' here. x265_4.1/source/encoder/ratecontrol.cpp:1681:13: note: Variable 'q' is assigned an expression that holds the same value. x265_4.1/source/encoder/ratecontrol.cpp:1914:11: style: Redundant initialization for 'q'. The initialized value is overwritten before it is read. [redundantInitialization] x265_4.1/source/encoder/ratecontrol.cpp:1908:15: note: q is initialized x265_4.1/source/encoder/ratecontrol.cpp:1914:11: note: q is overwritten x265_4.1/source/encoder/ratecontrol.cpp:1111:14: style: The scope of the variable 'allConstBits' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:1111:32: style: The scope of the variable 'allCodedBits' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:1775:12: style: The scope of the variable 'qscaleOrig' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:1775:24: style: The scope of the variable 'qscaleNew' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:1855:12: style: The scope of the variable 'overflow' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:2305:22: style: The scope of the variable 'isEncodeBeg' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:2587:9: style: The scope of the variable 'depth' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:2646:24: style: The scope of the variable 'targetFill' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:2790:14: style: The scope of the variable 'rowSatdCostSoFar' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:2810:58: style: The scope of the variable 'intraCostForPendingCus' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:2816:26: style: The scope of the variable 'endCuAddr' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:2904:12: style: The scope of the variable 'stepSize' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:3478:18: style: The scope of the variable 'length' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:3501:18: style: The scope of the variable 'length' can be reduced. [variableScope] x265_4.1/source/encoder/ratecontrol.cpp:1104:1: style: Label 'fail' is not used. [unusedLabel] x265_4.1/source/encoder/ratecontrol.cpp:1269:1: style: Label 'fail' is not used. [unusedLabel] x265_4.1/source/encoder/ratecontrol.cpp:184:50: style:inconclusive: Function 'RateControl' argument 2 names different: declaration 'enc' definition 'top'. [funcArgNamesDifferent] x265_4.1/source/encoder/ratecontrol.h:261:41: note: Function 'RateControl' argument 2 names different: declaration 'enc' definition 'top'. x265_4.1/source/encoder/ratecontrol.cpp:184:50: note: Function 'RateControl' argument 2 names different: declaration 'enc' definition 'top'. x265_4.1/source/encoder/ratecontrol.cpp:1214:59: style:inconclusive: Function 'vbv2Pass' argument 2 names different: declaration 'frameCount' definition 'endPos'. [funcArgNamesDifferent] x265_4.1/source/encoder/ratecontrol.h:321:52: note: Function 'vbv2Pass' argument 2 names different: declaration 'frameCount' definition 'endPos'. x265_4.1/source/encoder/ratecontrol.cpp:1214:59: note: Function 'vbv2Pass' argument 2 names different: declaration 'frameCount' definition 'endPos'. x265_4.1/source/encoder/ratecontrol.cpp:1731:57: style:inconclusive: Function 'countExpectedBits' argument 2 names different: declaration 'framesCount' definition 'endPos'. [funcArgNamesDifferent] x265_4.1/source/encoder/ratecontrol.h:320:48: note: Function 'countExpectedBits' argument 2 names different: declaration 'framesCount' definition 'endPos'. x265_4.1/source/encoder/ratecontrol.cpp:1731:57: note: Function 'countExpectedBits' argument 2 names different: declaration 'framesCount' definition 'endPos'. x265_4.1/source/encoder/ratecontrol.cpp:1743:80: style:inconclusive: Function 'findUnderflow' argument 5 names different: declaration 'framesCount' definition 'endPos'. [funcArgNamesDifferent] x265_4.1/source/encoder/ratecontrol.h:322:73: note: Function 'findUnderflow' argument 5 names different: declaration 'framesCount' definition 'endPos'. x265_4.1/source/encoder/ratecontrol.cpp:1743:80: note: Function 'findUnderflow' argument 5 names different: declaration 'framesCount' definition 'endPos'. x265_4.1/source/encoder/ratecontrol.cpp:1791:45: style:inconclusive: Function 'cuTreeReadFor2Pass' argument 1 names different: declaration 'curFrame' definition 'frame'. [funcArgNamesDifferent] x265_4.1/source/encoder/ratecontrol.h:277:36: note: Function 'cuTreeReadFor2Pass' argument 1 names different: declaration 'curFrame' definition 'frame'. x265_4.1/source/encoder/ratecontrol.cpp:1791:45: note: Function 'cuTreeReadFor2Pass' argument 1 names different: declaration 'curFrame' definition 'frame'. x265_4.1/source/encoder/ratecontrol.cpp:1920:47: style:inconclusive: Function 'rateEstimateQscale' argument 1 names different: declaration 'pic' definition 'curFrame'. [funcArgNamesDifferent] x265_4.1/source/encoder/ratecontrol.h:302:38: note: Function 'rateEstimateQscale' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/encoder/ratecontrol.cpp:1920:47: note: Function 'rateEstimateQscale' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/encoder/ratecontrol.cpp:2518:51: style:inconclusive: Function 'hrdFullness' argument 1 names different: declaration 'sei' definition 'seiBP'. [funcArgNamesDifferent] x265_4.1/source/encoder/ratecontrol.h:278:42: note: Function 'hrdFullness' argument 1 names different: declaration 'sei' definition 'seiBP'. x265_4.1/source/encoder/ratecontrol.cpp:2518:51: note: Function 'hrdFullness' argument 1 names different: declaration 'sei' definition 'seiBP'. x265_4.1/source/encoder/ratecontrol.cpp:2622:39: style:inconclusive: Function 'clipQscale' argument 1 names different: declaration 'pic' definition 'curFrame'. [funcArgNamesDifferent] x265_4.1/source/encoder/ratecontrol.h:312:30: note: Function 'clipQscale' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/encoder/ratecontrol.cpp:2622:39: note: Function 'clipQscale' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/encoder/ratecontrol.cpp:2788:47: style:inconclusive: Function 'predictRowsSizeSum' argument 1 names different: declaration 'pic' definition 'curFrame'. [funcArgNamesDifferent] x265_4.1/source/encoder/ratecontrol.h:316:38: note: Function 'predictRowsSizeSum' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/encoder/ratecontrol.cpp:2788:47: note: Function 'predictRowsSizeSum' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/encoder/ratecontrol.cpp:2788:87: style:inconclusive: Function 'predictRowsSizeSum' argument 3 names different: declaration 'qpm' definition 'qpVbv'. [funcArgNamesDifferent] x265_4.1/source/encoder/ratecontrol.h:316:73: note: Function 'predictRowsSizeSum' argument 3 names different: declaration 'qpm' definition 'qpVbv'. x265_4.1/source/encoder/ratecontrol.cpp:2788:87: note: Function 'predictRowsSizeSum' argument 3 names different: declaration 'qpm' definition 'qpVbv'. x265_4.1/source/encoder/ratecontrol.cpp:2788:103: style:inconclusive: Function 'predictRowsSizeSum' argument 4 names different: declaration 'encodedBits' definition 'encodedBitsSoFar'. [funcArgNamesDifferent] x265_4.1/source/encoder/ratecontrol.h:316:87: note: Function 'predictRowsSizeSum' argument 4 names different: declaration 'encodedBits' definition 'encodedBitsSoFar'. x265_4.1/source/encoder/ratecontrol.cpp:2788:103: note: Function 'predictRowsSizeSum' argument 4 names different: declaration 'encodedBits' definition 'encodedBitsSoFar'. x265_4.1/source/encoder/ratecontrol.cpp:3499:35: style:inconclusive: Function 'splitbUsed' argument 1 names different: declaration 'deltapoc' definition 'bused'. [funcArgNamesDifferent] x265_4.1/source/encoder/ratecontrol.h:326:28: note: Function 'splitbUsed' argument 1 names different: declaration 'deltapoc' definition 'bused'. x265_4.1/source/encoder/ratecontrol.cpp:3499:35: note: Function 'splitbUsed' argument 1 names different: declaration 'deltapoc' definition 'bused'. x265_4.1/source/encoder/ratecontrol.cpp:2794:16: style: Variable 'curEncData' can be declared as reference to const [constVariableReference] x265_4.1/source/encoder/ratecontrol.cpp:2815:28: style: Variable 'refEncData' can be declared as reference to const [constVariableReference] x265_4.1/source/encoder/ratecontrol.cpp:2873:16: style: Variable 'curEncData' can be declared as reference to const [constVariableReference] x265_4.1/source/encoder/ratecontrol.cpp:3303:16: style: Variable 'curEncData' can be declared as reference to const [constVariableReference] x265_4.1/source/encoder/ratecontrol.cpp:76:20: style: Variable 'lut' can be declared as const array [constVariable] x265_4.1/source/encoder/ratecontrol.cpp:88:20: style: Variable 'lut' can be declared as const array [constVariable] x265_4.1/source/encoder/ratecontrol.cpp:125:15: style: Variable 'statsSrc' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:151:66: style: Parameter 'rce2Pass' can be declared as pointer to const [constParameterPointer] x265_4.1/source/encoder/ratecontrol.cpp:591:21: style: Variable 'q' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:592:21: style: Variable 'q' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:593:21: style: Variable 'q' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:594:21: style: Variable 'q' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:595:21: style: Variable 'q' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:596:21: style: Variable 'q' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:597:21: style: Variable 'q' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:598:21: style: Variable 'q' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:599:21: style: Variable 'q' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:602:25: style: Variable 'q' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:603:25: style: Variable 'q' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:604:25: style: Variable 'q' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:917:17: style: Variable 'time' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:1669:60: style: Parameter 'rce' can be declared as pointer to const [constParameterPointer] x265_4.1/source/encoder/ratecontrol.cpp:1976:16: style: Variable 'prevRefSlice' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:1977:16: style: Variable 'nextRefSlice' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:2480:54: style: Parameter 'rce' can be declared as pointer to const [constParameterPointer] x265_4.1/source/encoder/ratecontrol.cpp:2543:44: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] x265_4.1/source/encoder/ratecontrol.cpp:2871:115: style: Parameter 'm_sliceBaseRow' can be declared as pointer to const [constParameterPointer] x265_4.1/source/encoder/ratecontrol.cpp:2882:16: style: Variable 'refFrame' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:3023:49: style: Parameter 'rce' can be declared as pointer to const [constParameterPointer] x265_4.1/source/encoder/ratecontrol.cpp:3301:80: style: Parameter 'rce' can be declared as pointer to const [constParameterPointer] x265_4.1/source/encoder/ratecontrol.cpp:3327:14: style: Variable 'rpsWriter' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:3481:11: style: Variable 'buf' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:3504:11: style: Variable 'buf' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/ratecontrol.cpp:3601:44: style: Parameter 'curFrame' can be declared as pointer to const [constParameterPointer] x265_4.1/source/encoder/ratecontrol.cpp:667:34: style: Variable 'totalQpAq' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/ratecontrol.cpp:732:31: style: Variable 'totalQpAq' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/ratecontrol.cpp:1111:45: style: Variable 'allCodedBits' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/ratecontrol.cpp:1130:26: style: Variable 'allCodedBits' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/ratecontrol.cpp:1382:19: style: Variable 'write' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/ratecontrol.cpp:1855:21: style: Variable 'overflow' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/ratecontrol.cpp:2038:21: style: Variable 'lmin' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/ratecontrol.cpp:2038:31: style: Variable 'lmax' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/ratecontrol.cpp:2079:19: style: Variable 'q' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/ratecontrol.cpp:2790:31: style: Variable 'rowSatdCostSoFar' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/ratecontrol.cpp:3478:25: style: Variable 'length' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/ratecontrol.cpp:3501:25: style: Variable 'length' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/reference.cpp:53:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reconPic [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/reference.cpp:126:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lumaMarginX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/reference.cpp:35:18: warning: Member variable 'MotionReference::numInterpPlanes' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/sao.cpp:1433:54: error: There is an unknown macro here somewhere. Configuration is required. If X265_LL is a macro then please configure it. [unknownMacro] x265_4.1/source/encoder/sei.cpp:45:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/sei.cpp:99:9: style: The scope of the variable 'bitstream' can be reduced. [variableScope] x265_4.1/source/encoder/sei.cpp:101:9: style: The scope of the variable 'countBits' can be reduced. [variableScope] x265_4.1/source/encoder/sei.cpp:39:117: style:inconclusive: Function 'writeSEImessages' argument 6 names different: declaration 'layerId' definition 'layer'. [funcArgNamesDifferent] x265_4.1/source/encoder/sei.h:41:116: note: Function 'writeSEImessages' argument 6 names different: declaration 'layerId' definition 'layer'. x265_4.1/source/encoder/sei.cpp:39:117: note: Function 'writeSEImessages' argument 6 names different: declaration 'layerId' definition 'layer'. x265_4.1/source/encoder/sei.cpp:95:77: style:inconclusive: Function 'base64Decode' argument 3 names different: declaration 'base64Decode' definition 'decodedString'. [funcArgNamesDifferent] x265_4.1/source/encoder/sei.h:43:83: note: Function 'base64Decode' argument 3 names different: declaration 'base64Decode' definition 'decodedString'. x265_4.1/source/encoder/sei.cpp:95:77: note: Function 'base64Decode' argument 3 names different: declaration 'base64Decode' definition 'decodedString'. x265_4.1/source/encoder/sei.cpp:99:19: style: Variable 'bitstream' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/sei.cpp:101:19: style: Variable 'countBits' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/ppc/intrapred_altivec.cpp:182:13: style: Variable 'off' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/ppc/intrapred_altivec.cpp:20452:13: style: Variable 'off' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:62:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:167:109: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:252:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cu [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:276:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:293:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cu [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:308:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_log2Size [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:345:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_log2Size [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:484:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_AQ_NONE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:706:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOWRES_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:822:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:855:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:900:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:974:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_pool [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1124:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_pool [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1141:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_pool [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1190:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_pool [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1275:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_helpWanted [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1337:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1455:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cu [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1594:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMBER_OF_SEGMENTS_IN_WIDTH [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1668:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMBER_OF_SEGMENTS_IN_WIDTH [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1741:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_jobAcquired [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1768:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sliceType [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1819:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1880:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mvs0 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1913:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:2692:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_B [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:2749:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:3194:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_DEBUG [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:3222:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMBER_OF_SEGMENTS_IN_WIDTH [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:3363:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:3393:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_AUTO [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:3464:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_P [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:3503:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:3557:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_B [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:3702:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable word [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:3793:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_log2Size [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:3947:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_B [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:4033:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_jobTotal [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:4048:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_jobTotal [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:4064:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_jobAcquired [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:4138:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:4234:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isWeighted [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/weightPrediction.cpp:54:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log2WeightDenom [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/weightPrediction.cpp:85:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buf8x8 [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/weightPrediction.cpp:140:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chroma [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/weightPrediction.cpp:182:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/weightPrediction.cpp:224:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_NUM_REF [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/weightPrediction.cpp:519:26: style: Variable 'w' can be declared as pointer to const [constVariablePointer] x265_4.1/source/input/yuv.h:68:14: style: The destructor '~YUVInput' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:63:14: note: Virtual destructor in base class x265_4.1/source/input/yuv.h:68:14: note: Destructor in derived class x265_4.1/source/input/yuv.h:69:10: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:73:18: note: Virtual function in base class x265_4.1/source/input/yuv.h:69:10: note: Function in derived class x265_4.1/source/input/yuv.h:70:10: style: The function 'isEof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:77:18: note: Virtual function in base class x265_4.1/source/input/yuv.h:70:10: note: Function in derived class x265_4.1/source/input/yuv.h:71:10: style: The function 'isFail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:79:18: note: Virtual function in base class x265_4.1/source/input/yuv.h:71:10: note: Function in derived class x265_4.1/source/input/yuv.h:72:10: style: The function 'startReader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:71:18: note: Virtual function in base class x265_4.1/source/input/yuv.h:72:10: note: Function in derived class x265_4.1/source/input/yuv.h:74:10: style: The function 'readPicture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:75:18: note: Virtual function in base class x265_4.1/source/input/yuv.h:74:10: note: Function in derived class x265_4.1/source/input/yuv.h:76:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:81:25: note: Virtual function in base class x265_4.1/source/input/yuv.h:76:17: note: Function in derived class x265_4.1/source/input/yuv.h:78:9: style: The function 'getWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:83:17: note: Virtual function in base class x265_4.1/source/input/yuv.h:78:9: note: Function in derived class x265_4.1/source/input/yuv.h:80:9: style: The function 'getHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:85:17: note: Virtual function in base class x265_4.1/source/input/yuv.h:80:9: note: Function in derived class x265_4.1/source/input/y4m.h:76:14: style: The destructor '~Y4MInput' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:63:14: note: Virtual destructor in base class x265_4.1/source/input/y4m.h:76:14: note: Destructor in derived class x265_4.1/source/input/y4m.h:77:10: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:73:18: note: Virtual function in base class x265_4.1/source/input/y4m.h:77:10: note: Function in derived class x265_4.1/source/input/y4m.h:78:10: style: The function 'isEof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:77:18: note: Virtual function in base class x265_4.1/source/input/y4m.h:78:10: note: Function in derived class x265_4.1/source/input/y4m.h:79:10: style: The function 'isFail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:79:18: note: Virtual function in base class x265_4.1/source/input/y4m.h:79:10: note: Function in derived class x265_4.1/source/input/y4m.h:80:10: style: The function 'startReader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:71:18: note: Virtual function in base class x265_4.1/source/input/y4m.h:80:10: note: Function in derived class x265_4.1/source/input/y4m.h:81:10: style: The function 'readPicture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:75:18: note: Virtual function in base class x265_4.1/source/input/y4m.h:81:10: note: Function in derived class x265_4.1/source/input/y4m.h:83:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:81:25: note: Virtual function in base class x265_4.1/source/input/y4m.h:83:17: note: Function in derived class x265_4.1/source/input/y4m.h:85:9: style: The function 'getWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:83:17: note: Virtual function in base class x265_4.1/source/input/y4m.h:85:9: note: Function in derived class x265_4.1/source/input/y4m.h:87:9: style: The function 'getHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/input/input.h:85:17: note: Virtual function in base class x265_4.1/source/input/y4m.h:87:9: note: Function in derived class x265_4.1/source/input/y4m.cpp:63:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] x265_4.1/source/input/y4m.cpp:136:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] x265_4.1/source/input/y4m.cpp:158:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] x265_4.1/source/input/y4m.cpp:350:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] x265_4.1/source/input/y4m.cpp:397:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] x265_4.1/source/input/y4m.cpp:400:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/input/y4m.cpp:401:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/input/yuv.cpp:58:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] x265_4.1/source/input/yuv.cpp:126:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] x265_4.1/source/input/yuv.cpp:174:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable frameRead [valueFlowBailoutIncompleteVar] x265_4.1/source/input/yuv.cpp:210:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] x265_4.1/source/input/yuv.cpp:213:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/input/yuv.cpp:214:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/yuv.h:59:14: style: The destructor '~YUVOutput' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:38:14: note: Virtual destructor in base class x265_4.1/source/output/yuv.h:59:14: note: Destructor in derived class x265_4.1/source/output/yuv.h:61:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:53:25: note: Virtual function in base class x265_4.1/source/output/yuv.h:61:17: note: Function in derived class x265_4.1/source/output/yuv.h:63:10: style: The function 'isFail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:47:18: note: Virtual function in base class x265_4.1/source/output/yuv.h:63:10: note: Function in derived class x265_4.1/source/output/yuv.h:65:10: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:49:18: note: Virtual function in base class x265_4.1/source/output/yuv.h:65:10: note: Function in derived class x265_4.1/source/output/yuv.h:67:10: style: The function 'writePicture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:51:18: note: Virtual function in base class x265_4.1/source/output/yuv.h:67:10: note: Function in derived class x265_4.1/source/output/y4m.h:61:14: style: The destructor '~Y4MOutput' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:38:14: note: Virtual destructor in base class x265_4.1/source/output/y4m.h:61:14: note: Destructor in derived class x265_4.1/source/output/y4m.h:63:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:53:25: note: Virtual function in base class x265_4.1/source/output/y4m.h:63:17: note: Function in derived class x265_4.1/source/output/y4m.h:65:10: style: The function 'isFail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:47:18: note: Virtual function in base class x265_4.1/source/output/y4m.h:65:10: note: Function in derived class x265_4.1/source/output/y4m.h:67:10: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:49:18: note: Virtual function in base class x265_4.1/source/output/y4m.h:67:10: note: Function in derived class x265_4.1/source/output/y4m.h:69:10: style: The function 'writePicture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:51:18: note: Virtual function in base class x265_4.1/source/output/y4m.h:69:10: note: Function in derived class x265_4.1/source/output/raw.h:46:10: style: The function 'isFail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:68:18: note: Virtual function in base class x265_4.1/source/output/raw.h:46:10: note: Function in derived class x265_4.1/source/output/raw.h:48:10: style: The function 'needPTS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:70:18: note: Virtual function in base class x265_4.1/source/output/raw.h:48:10: note: Function in derived class x265_4.1/source/output/raw.h:50:10: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:72:18: note: Virtual function in base class x265_4.1/source/output/raw.h:50:10: note: Function in derived class x265_4.1/source/output/raw.h:52:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:74:25: note: Virtual function in base class x265_4.1/source/output/raw.h:52:17: note: Function in derived class x265_4.1/source/output/raw.h:54:10: style: The function 'setParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:76:18: note: Virtual function in base class x265_4.1/source/output/raw.h:54:10: note: Function in derived class x265_4.1/source/output/raw.h:56:9: style: The function 'writeHeaders' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:78:17: note: Virtual function in base class x265_4.1/source/output/raw.h:56:9: note: Function in derived class x265_4.1/source/output/raw.h:58:9: style: The function 'writeFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:80:17: note: Virtual function in base class x265_4.1/source/output/raw.h:58:9: note: Function in derived class x265_4.1/source/output/raw.h:60:10: style: The function 'closeFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/output/output.h:82:18: note: Virtual function in base class x265_4.1/source/output/raw.h:60:10: note: Function in derived class x265_4.1/source/output/raw.cpp:40:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] x265_4.1/source/output/raw.cpp:86:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] x265_4.1/source/output/raw.cpp:62:17: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/raw.cpp:76:17: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/reconplay.cpp:46:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] x265_4.1/source/output/reconplay.cpp:54:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_ERR [valueFlowBailoutIncompleteVar] x265_4.1/source/output/reconplay.cpp:127:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/output/reconplay.cpp:179:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel [valueFlowBailoutIncompleteVar] x265_4.1/source/output/reconplay.cpp:122:13: style: Condition '!threadActive' is always false [knownConditionTrueFalse] x265_4.1/source/output/reconplay.cpp:110:9: note: Assuming that condition '!threadActive' is not redundant x265_4.1/source/output/reconplay.cpp:122:13: note: Condition '!threadActive' is always false x265_4.1/source/output/reconplay.cpp:132:21: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/reconplay.cpp:178:17: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/reconplay.cpp:88:1: style: Label 'fail' is not used. [unusedLabel] x265_4.1/source/output/y4m.cpp:39:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] x265_4.1/source/output/y4m.cpp:91:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] x265_4.1/source/output/y4m.cpp:40:5: warning: Class 'Y4MOutput' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] x265_4.1/source/output/y4m.cpp:40:5: warning: Class 'Y4MOutput' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] x265_4.1/source/output/y4m.cpp:93:29: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/y4m.cpp:109:33: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/y4m.cpp:112:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/y4m.cpp:123:29: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/y4m.cpp:126:28: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/y4m.cpp:136:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/y4m.cpp:31:48: style:inconclusive: Function 'Y4MOutput' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent] x265_4.1/source/output/y4m.h:59:41: note: Function 'Y4MOutput' argument 2 names different: declaration 'width' definition 'w'. x265_4.1/source/output/y4m.cpp:31:48: note: Function 'Y4MOutput' argument 2 names different: declaration 'width' definition 'w'. x265_4.1/source/output/y4m.cpp:31:55: style:inconclusive: Function 'Y4MOutput' argument 3 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent] x265_4.1/source/output/y4m.h:59:52: note: Function 'Y4MOutput' argument 3 names different: declaration 'height' definition 'h'. x265_4.1/source/output/y4m.cpp:31:55: note: Function 'Y4MOutput' argument 3 names different: declaration 'height' definition 'h'. x265_4.1/source/output/y4m.cpp:31:126: style:inconclusive: Function 'Y4MOutput' argument 8 names different: declaration 'inputDepth' definition 'inputdepth'. [funcArgNamesDifferent] x265_4.1/source/output/y4m.h:59:128: note: Function 'Y4MOutput' argument 8 names different: declaration 'inputDepth' definition 'inputdepth'. x265_4.1/source/output/y4m.cpp:31:126: note: Function 'Y4MOutput' argument 8 names different: declaration 'inputDepth' definition 'inputdepth'. x265_4.1/source/output/yuv.cpp:39:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] x265_4.1/source/output/yuv.cpp:66:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] x265_4.1/source/output/yuv.cpp:40:5: warning: Class 'YUVOutput' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] x265_4.1/source/output/yuv.cpp:40:5: warning: Class 'YUVOutput' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] x265_4.1/source/output/yuv.cpp:68:20: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/yuv.cpp:84:20: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/yuv.cpp:87:16: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/yuv.cpp:98:15: style: C-style pointer casting [cstyleCast] x265_4.1/source/output/yuv.cpp:31:48: style:inconclusive: Function 'YUVOutput' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent] x265_4.1/source/output/yuv.h:57:41: note: Function 'YUVOutput' argument 2 names different: declaration 'width' definition 'w'. x265_4.1/source/output/yuv.cpp:31:48: note: Function 'YUVOutput' argument 2 names different: declaration 'width' definition 'w'. x265_4.1/source/output/yuv.cpp:31:55: style:inconclusive: Function 'YUVOutput' argument 3 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent] x265_4.1/source/output/yuv.h:57:52: note: Function 'YUVOutput' argument 3 names different: declaration 'height' definition 'h'. x265_4.1/source/output/yuv.cpp:31:55: note: Function 'YUVOutput' argument 3 names different: declaration 'height' definition 'h'. x265_4.1/source/output/yuv.cpp:31:67: style:inconclusive: Function 'YUVOutput' argument 4 names different: declaration 'bitdepth' definition 'd'. [funcArgNamesDifferent] x265_4.1/source/output/yuv.h:57:69: note: Function 'YUVOutput' argument 4 names different: declaration 'bitdepth' definition 'd'. x265_4.1/source/output/yuv.cpp:31:67: note: Function 'YUVOutput' argument 4 names different: declaration 'bitdepth' definition 'd'. x265_4.1/source/output/yuv.cpp:31:83: style:inconclusive: Function 'YUVOutput' argument 6 names different: declaration 'inputDepth' definition 'inputdepth'. [funcArgNamesDifferent] x265_4.1/source/output/yuv.h:57:92: note: Function 'YUVOutput' argument 6 names different: declaration 'inputDepth' definition 'inputdepth'. x265_4.1/source/output/yuv.cpp:31:83: note: Function 'YUVOutput' argument 6 names different: declaration 'inputDepth' definition 'inputdepth'. x265_4.1/source/profile/vtune/vtune.h:44:5: style: Struct 'VTuneScopeEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] x265_4.1/source/test/intrapredharness.cpp:33:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/intrapredharness.cpp:48:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ADI_BUF_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/test/intrapredharness.cpp:80:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ADI_BUF_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/test/intrapredharness.cpp:108:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ADI_BUF_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/test/intrapredharness.cpp:150:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ADI_BUF_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/test/intrapredharness.cpp:194:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel [valueFlowBailoutIncompleteVar] x265_4.1/source/test/intrapredharness.cpp:215:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_4x4 [valueFlowBailoutIncompleteVar] x265_4.1/source/test/intrapredharness.cpp:267:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_4x4 [valueFlowBailoutIncompleteVar] x265_4.1/source/test/testharness.h:50:5: warning: Member variable 'TestHarness::m_ok' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/test/testharness.h:50:5: warning: Member variable 'TestHarness::m_rand' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/test/intrapredharness.h:54:10: style:inconclusive: Technically the member function 'IntraPredHarness::check_angular_primitive' can be const. [functionConst] x265_4.1/source/test/intrapredharness.cpp:106:24: note: Technically the member function 'IntraPredHarness::check_angular_primitive' can be const. x265_4.1/source/test/intrapredharness.h:54:10: note: Technically the member function 'IntraPredHarness::check_angular_primitive' can be const. x265_4.1/source/test/intrapredharness.h:62:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/test/testharness.h:58:25: note: Virtual function in base class x265_4.1/source/test/intrapredharness.h:62:17: note: Function in derived class x265_4.1/source/test/intrapredharness.h:64:10: style: The function 'testCorrectness' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/test/testharness.h:54:18: note: Virtual function in base class x265_4.1/source/test/intrapredharness.h:64:10: note: Function in derived class x265_4.1/source/test/intrapredharness.h:66:10: style: The function 'measureSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/test/testharness.h:56:18: note: Virtual function in base class x265_4.1/source/test/intrapredharness.h:66:10: note: Function in derived class x265_4.1/source/test/intrapredharness.cpp:172:24: style: Same expression on both sides of '-'. [duplicateExpression] x265_4.1/source/test/intrapredharness.cpp:151:9: style: The scope of the variable 'isLuma' can be reduced. [variableScope] x265_4.1/source/test/intrapredharness.cpp:273:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:273:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/intrapredharness.cpp:273:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:273:13: note: Unsigned positive x265_4.1/source/test/intrapredharness.cpp:273:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:273:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/intrapredharness.cpp:273:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:273:13: note: Unsigned positive x265_4.1/source/test/intrapredharness.cpp:279:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:279:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/intrapredharness.cpp:279:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:279:13: note: Unsigned positive x265_4.1/source/test/intrapredharness.cpp:279:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:279:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/intrapredharness.cpp:279:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:279:13: note: Unsigned positive x265_4.1/source/test/intrapredharness.cpp:284:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:284:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/intrapredharness.cpp:284:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:284:17: note: Unsigned positive x265_4.1/source/test/intrapredharness.cpp:284:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:284:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/intrapredharness.cpp:284:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:284:17: note: Unsigned positive x265_4.1/source/test/intrapredharness.cpp:295:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:295:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/intrapredharness.cpp:295:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:295:13: note: Unsigned positive x265_4.1/source/test/intrapredharness.cpp:295:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:295:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/intrapredharness.cpp:295:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:295:13: note: Unsigned positive x265_4.1/source/test/intrapredharness.cpp:308:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:308:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/intrapredharness.cpp:308:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:308:17: note: Unsigned positive x265_4.1/source/test/intrapredharness.cpp:308:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:308:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/intrapredharness.cpp:308:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:308:17: note: Unsigned positive x265_4.1/source/test/intrapredharness.cpp:315:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:315:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/intrapredharness.cpp:315:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:315:13: note: Unsigned positive x265_4.1/source/test/intrapredharness.cpp:315:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:315:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/intrapredharness.cpp:315:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/intrapredharness.cpp:315:13: note: Unsigned positive x265_4.1/source/test/intrapredharness.cpp:106:104: style:inconclusive: Function 'check_angular_primitive' argument 3 names different: declaration 'size' definition 'sizeIdx'. [funcArgNamesDifferent] x265_4.1/source/test/intrapredharness.h:54:90: note: Function 'check_angular_primitive' argument 3 names different: declaration 'size' definition 'sizeIdx'. x265_4.1/source/test/intrapredharness.cpp:106:104: note: Function 'check_angular_primitive' argument 3 names different: declaration 'size' definition 'sizeIdx'. x265_4.1/source/test/intrapredharness.cpp:148:106: style:inconclusive: Function 'check_allangs_primitive' argument 3 names different: declaration 'size' definition 'sizeIdx'. [funcArgNamesDifferent] x265_4.1/source/test/intrapredharness.h:55:92: note: Function 'check_allangs_primitive' argument 3 names different: declaration 'size' definition 'sizeIdx'. x265_4.1/source/test/intrapredharness.cpp:148:106: note: Function 'check_allangs_primitive' argument 3 names different: declaration 'size' definition 'sizeIdx'. x265_4.1/source/test/intrapredharness.cpp:264:15: style: Variable 'width' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/ipfilterharness.cpp:39:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:75:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:110:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:155:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:193:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:228:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:263:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:298:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:336:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:374:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:409:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:446:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:479:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:501:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:520:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:543:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:559:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_PU_SIZES [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.cpp:715:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_PU_SIZES [valueFlowBailoutIncompleteVar] x265_4.1/source/test/ipfilterharness.h:53:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterChroma_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:62:23: note: Technically the member function 'IPFilterHarness::check_IPFilterChroma_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:53:10: note: Technically the member function 'IPFilterHarness::check_IPFilterChroma_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:54:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterChroma_ps_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:97:23: note: Technically the member function 'IPFilterHarness::check_IPFilterChroma_ps_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:54:10: note: Technically the member function 'IPFilterHarness::check_IPFilterChroma_ps_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:55:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterChroma_hps_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:139:23: note: Technically the member function 'IPFilterHarness::check_IPFilterChroma_hps_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:55:10: note: Technically the member function 'IPFilterHarness::check_IPFilterChroma_hps_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:56:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterChroma_sp_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:180:23: note: Technically the member function 'IPFilterHarness::check_IPFilterChroma_sp_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:56:10: note: Technically the member function 'IPFilterHarness::check_IPFilterChroma_sp_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:57:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterChroma_ss_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:215:23: note: Technically the member function 'IPFilterHarness::check_IPFilterChroma_ss_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:57:10: note: Technically the member function 'IPFilterHarness::check_IPFilterChroma_ss_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:58:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterLuma_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:250:23: note: Technically the member function 'IPFilterHarness::check_IPFilterLuma_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:58:10: note: Technically the member function 'IPFilterHarness::check_IPFilterLuma_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:59:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterLuma_ps_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:285:23: note: Technically the member function 'IPFilterHarness::check_IPFilterLuma_ps_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:59:10: note: Technically the member function 'IPFilterHarness::check_IPFilterLuma_ps_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:60:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterLuma_hps_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:320:23: note: Technically the member function 'IPFilterHarness::check_IPFilterLuma_hps_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:60:10: note: Technically the member function 'IPFilterHarness::check_IPFilterLuma_hps_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:61:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterLuma_sp_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:361:23: note: Technically the member function 'IPFilterHarness::check_IPFilterLuma_sp_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:61:10: note: Technically the member function 'IPFilterHarness::check_IPFilterLuma_sp_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:62:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterLuma_ss_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:396:23: note: Technically the member function 'IPFilterHarness::check_IPFilterLuma_ss_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:62:10: note: Technically the member function 'IPFilterHarness::check_IPFilterLuma_ss_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:63:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterLumaHV_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:431:23: note: Technically the member function 'IPFilterHarness::check_IPFilterLumaHV_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:63:10: note: Technically the member function 'IPFilterHarness::check_IPFilterLumaHV_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:64:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterLumaP2S_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:471:23: note: Technically the member function 'IPFilterHarness::check_IPFilterLumaP2S_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:64:10: note: Technically the member function 'IPFilterHarness::check_IPFilterLumaP2S_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:65:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterLumaP2S_aligned_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:492:23: note: Technically the member function 'IPFilterHarness::check_IPFilterLumaP2S_aligned_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:65:10: note: Technically the member function 'IPFilterHarness::check_IPFilterLumaP2S_aligned_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:66:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterChromaP2S_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:512:23: note: Technically the member function 'IPFilterHarness::check_IPFilterChromaP2S_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:66:10: note: Technically the member function 'IPFilterHarness::check_IPFilterChromaP2S_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:67:10: performance:inconclusive: Technically the member function 'IPFilterHarness::check_IPFilterChromaP2S_aligned_primitive' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/ipfilterharness.cpp:533:23: note: Technically the member function 'IPFilterHarness::check_IPFilterChromaP2S_aligned_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:67:10: note: Technically the member function 'IPFilterHarness::check_IPFilterChromaP2S_aligned_primitive' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/ipfilterharness.h:73:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/test/testharness.h:58:25: note: Virtual function in base class x265_4.1/source/test/ipfilterharness.h:73:17: note: Function in derived class x265_4.1/source/test/ipfilterharness.h:75:10: style: The function 'testCorrectness' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/test/testharness.h:54:18: note: Virtual function in base class x265_4.1/source/test/ipfilterharness.h:75:10: note: Function in derived class x265_4.1/source/test/ipfilterharness.h:77:10: style: The function 'measureSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/test/testharness.h:56:18: note: Virtual function in base class x265_4.1/source/test/ipfilterharness.h:77:10: note: Function in derived class x265_4.1/source/test/ipfilterharness.cpp:720:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:720:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:720:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:720:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:720:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:720:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:720:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:720:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:727:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:727:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:727:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:727:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:727:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:727:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:727:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:727:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:735:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:735:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:735:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:735:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:735:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:735:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:735:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:735:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:743:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:743:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:743:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:743:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:743:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:743:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:743:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:743:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:751:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:751:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:751:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:751:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:751:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:751:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:751:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:751:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:759:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:759:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:759:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:759:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:759:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:759:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:759:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:759:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:767:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:767:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:767:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:767:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:767:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:767:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:767:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:767:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:774:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:774:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:774:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:774:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:774:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:774:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:774:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:774:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:782:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:782:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:782:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:782:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:782:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:782:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:782:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:782:13: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:796:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:796:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:796:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:796:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:796:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:796:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:796:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:796:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:802:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:802:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:802:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:802:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:802:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:802:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:802:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:802:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:808:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:808:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:808:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:808:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:808:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:808:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:808:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:808:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:815:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:815:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:815:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:815:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:815:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:815:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:815:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:815:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:822:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:822:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:822:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:822:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:822:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:822:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:822:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:822:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:829:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:829:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:829:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:829:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:829:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:829:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:829:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:829:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:836:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:836:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:836:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:836:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:836:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:836:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:836:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:836:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:842:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:842:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:842:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:842:17: note: Unsigned positive x265_4.1/source/test/ipfilterharness.cpp:842:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:842:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/ipfilterharness.cpp:842:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/ipfilterharness.cpp:842:17: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:56:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/test/mbdstharness.cpp:150:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QP_MAX_SPEC [valueFlowBailoutIncompleteVar] x265_4.1/source/test/mbdstharness.cpp:186:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QP_MAX_SPEC [valueFlowBailoutIncompleteVar] x265_4.1/source/test/mbdstharness.cpp:221:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QP_MAX_SPEC [valueFlowBailoutIncompleteVar] x265_4.1/source/test/mbdstharness.cpp:264:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QP_MAX_SPEC [valueFlowBailoutIncompleteVar] x265_4.1/source/test/mbdstharness.cpp:311:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/mbdstharness.cpp:355:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/mbdstharness.cpp:398:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/mbdstharness.cpp:481:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_TR_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/test/mbdstharness.cpp:629:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mbuf1 [valueFlowBailoutIncompleteVar] x265_4.1/source/test/mbdstharness.cpp:54:15: warning: Member variable 'MBDstHarness::mshortbuf2' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/test/mbdstharness.cpp:54:15: warning: Member variable 'MBDstHarness::mshortbuf3' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/test/mbdstharness.cpp:54:15: warning: Member variable 'MBDstHarness::mintbuf1' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/test/mbdstharness.cpp:54:15: warning: Member variable 'MBDstHarness::mintbuf2' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/test/mbdstharness.cpp:54:15: warning: Member variable 'MBDstHarness::mintbuf3' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/test/mbdstharness.cpp:54:15: warning: Member variable 'MBDstHarness::mintbuf4' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/test/mbdstharness.cpp:54:15: warning: Member variable 'MBDstHarness::mubuf1' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/test/mbdstharness.cpp:54:15: warning: Member variable 'MBDstHarness::mubuf2' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/test/mbdstharness.cpp:54:15: warning: Member variable 'MBDstHarness::mushortbuf1' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/test/mbdstharness.h:80:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/test/testharness.h:58:25: note: Virtual function in base class x265_4.1/source/test/mbdstharness.h:80:17: note: Function in derived class x265_4.1/source/test/mbdstharness.h:82:10: style: The function 'testCorrectness' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/test/testharness.h:54:18: note: Virtual function in base class x265_4.1/source/test/mbdstharness.h:82:10: note: Function in derived class x265_4.1/source/test/mbdstharness.h:84:10: style: The function 'measureSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/test/testharness.h:56:18: note: Virtual function in base class x265_4.1/source/test/mbdstharness.h:84:10: note: Function in derived class x265_4.1/source/test/mbdstharness.cpp:629:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:629:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:629:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:629:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:629:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:629:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:629:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:629:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:637:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:637:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:637:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:637:13: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:637:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:637:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:637:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:637:13: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:644:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:644:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:644:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:644:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:644:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:644:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:644:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:644:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:652:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:652:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:652:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:652:13: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:652:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:652:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:652:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:652:13: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:659:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:659:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:659:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:659:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:659:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:659:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:659:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:659:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:665:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:665:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:665:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:665:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:665:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:665:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:665:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:665:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:671:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:671:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:671:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:671:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:671:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:671:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:671:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:671:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:677:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:677:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:677:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:677:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:677:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:677:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:677:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:677:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:688:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:688:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:688:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:688:13: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:688:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:688:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:688:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:688:13: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:701:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:701:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:701:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:701:13: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:701:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:701:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:701:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:701:13: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:712:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:712:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:712:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:712:13: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:712:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:712:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:712:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:712:13: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:720:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:720:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:720:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:720:13: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:720:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:720:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:720:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:720:13: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:726:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:726:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:726:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:726:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:726:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:726:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/mbdstharness.cpp:726:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/mbdstharness.cpp:726:9: note: Unsigned positive x265_4.1/source/test/mbdstharness.cpp:295:9: style: Variable 'trSize' can be declared as const array [constVariable] x265_4.1/source/test/mbdstharness.cpp:337:9: style: Variable 'trSize' can be declared as const array [constVariable] x265_4.1/source/test/mbdstharness.cpp:382:9: style: Variable 'trSize' can be declared as const array [constVariable] x265_4.1/source/test/pixelharness.cpp:38:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:91:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:112:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:133:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable residual_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:150:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:178:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:208:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:233:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:261:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sbuf1 [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:279:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sbuf1 [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:296:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:332:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:388:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:422:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:440:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:468:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:496:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:520:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:547:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:575:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:602:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:631:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:661:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:689:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:717:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:745:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:771:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:796:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:821:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:850:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:875:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:900:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:926:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:952:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:979:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1008:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1030:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1053:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sum0 [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1076:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1103:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1127:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1155:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1183:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1211:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1247:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1280:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1316:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1351:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1396:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1447:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1492:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1520:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1561:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1598:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1626:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1653:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1680:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1703:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1728:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1814:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:1863:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:2012:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MLS_CG_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:2044:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MLS_CG_SIZE [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:2104:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:2137:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:2170:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:2201:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:2233:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:2279:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:2298:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:2322:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:2346:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable satd [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:2635:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_CU_SIZES [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:3204:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pbuf2 [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.cpp:3407:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_CU_SIZES [valueFlowBailoutIncompleteVar] x265_4.1/source/encoder/slicetype.cpp:1241:31: style:inconclusive: Boolean expression '!m_param->bframes' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] x265_4.1/source/encoder/slicetype.cpp:2228:79: error: Array 'list[0]' accessed at index -1, which is out of bounds. [negativeIndex] x265_4.1/source/encoder/slicetype.cpp:2304:43: note: Assignment 'gopLen=(gopId>=0)?x265_gop_ra_length[gopId]:0', assigned value is 0 x265_4.1/source/encoder/slicetype.cpp:2226:36: note: newbFrames is assigned 'listReset+gopLen-1' here. x265_4.1/source/encoder/slicetype.cpp:2228:79: note: Negative array index x265_4.1/source/encoder/slicetype.cpp:971:12: warning: Member variable 'Lookahead::m_numPools' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/slicetype.cpp:971:12: warning: Member variable 'Lookahead::m_frameVariance' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/slicetype.cpp:971:12: warning: Member variable 'Lookahead::m_metld' is not initialized in the constructor. [uninitMemberVar] x265_4.1/source/encoder/slicetype.h:123:10: performance:inconclusive: Technically the member function 'X265_NS::LookaheadTLD::calculateHistogram' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/encoder/slicetype.cpp:1558:20: note: Technically the member function 'X265_NS::LookaheadTLD::calculateHistogram' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/slicetype.h:123:10: note: Technically the member function 'X265_NS::LookaheadTLD::calculateHistogram' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/slicetype.h:134:14: performance:inconclusive: Technically the member function 'X265_NS::LookaheadTLD::calcVariance' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/encoder/slicetype.cpp:1449:24: note: Technically the member function 'X265_NS::LookaheadTLD::calcVariance' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/slicetype.h:134:14: note: Technically the member function 'X265_NS::LookaheadTLD::calcVariance' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/slicetype.h:138:10: style:inconclusive: Technically the member function 'X265_NS::LookaheadTLD::lowresIntraEstimate' can be const. [functionConst] x265_4.1/source/encoder/slicetype.cpp:704:20: note: Technically the member function 'X265_NS::LookaheadTLD::lowresIntraEstimate' can be const. x265_4.1/source/encoder/slicetype.h:138:10: note: Technically the member function 'X265_NS::LookaheadTLD::lowresIntraEstimate' can be const. x265_4.1/source/encoder/slicetype.h:142:10: performance:inconclusive: Technically the member function 'X265_NS::LookaheadTLD::xPreanalyzeQp' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/encoder/slicetype.cpp:301:20: note: Technically the member function 'X265_NS::LookaheadTLD::xPreanalyzeQp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/slicetype.h:142:10: note: Technically the member function 'X265_NS::LookaheadTLD::xPreanalyzeQp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/slicetype.h:145:14: performance:inconclusive: Technically the member function 'X265_NS::LookaheadTLD::acEnergyCu' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/encoder/slicetype.cpp:264:24: note: Technically the member function 'X265_NS::LookaheadTLD::acEnergyCu' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/slicetype.h:145:14: note: Technically the member function 'X265_NS::LookaheadTLD::acEnergyCu' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/slicetype.h:146:14: performance:inconclusive: Technically the member function 'X265_NS::LookaheadTLD::edgeDensityCu' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/encoder/slicetype.cpp:240:24: note: Technically the member function 'X265_NS::LookaheadTLD::edgeDensityCu' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/slicetype.h:146:14: note: Technically the member function 'X265_NS::LookaheadTLD::edgeDensityCu' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/slicetype.h:147:14: performance:inconclusive: Technically the member function 'X265_NS::LookaheadTLD::lumaSumCu' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/encoder/slicetype.cpp:286:24: note: Technically the member function 'X265_NS::LookaheadTLD::lumaSumCu' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/slicetype.h:147:14: note: Technically the member function 'X265_NS::LookaheadTLD::lumaSumCu' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/encoder/slicetype.cpp:1241:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] x265_4.1/source/encoder/slicetype.cpp:1212:13: style: The statement 'if (!m_filled) m_filled=true' is logically equivalent to 'm_filled=true'. [duplicateConditionalAssign] x265_4.1/source/encoder/slicetype.cpp:1213:22: note: Assignment 'm_filled=true' x265_4.1/source/encoder/slicetype.cpp:1212:13: note: Condition '!m_filled' is redundant x265_4.1/source/encoder/slicetype.cpp:617:46: style: Condition 'lumaAvg>=301' is always true [knownConditionTrueFalse] x265_4.1/source/encoder/slicetype.cpp:615:41: note: Assuming that condition 'lumaAvg<301' is not redundant x265_4.1/source/encoder/slicetype.cpp:617:46: note: Condition 'lumaAvg>=301' is always true x265_4.1/source/encoder/slicetype.cpp:1868:17: style: Condition '!isFound' is always true [knownConditionTrueFalse] x265_4.1/source/encoder/slicetype.cpp:1864:25: note: Assignment 'isFound=false', assigned value is 0 x265_4.1/source/encoder/slicetype.cpp:1868:17: note: Condition '!isFound' is always true x265_4.1/source/encoder/slicetype.cpp:1895:29: style: Condition '!enqueueRefFrame(iterFrame,frameEnc,false,(int16_t)(iterPOC-frameEnc->m_poc))' is always false [knownConditionTrueFalse] x265_4.1/source/encoder/slicetype.cpp:1895:45: note: Calling function 'enqueueRefFrame' returns 1 x265_4.1/source/encoder/slicetype.cpp:1895:29: note: Condition '!enqueueRefFrame(iterFrame,frameEnc,false,(int16_t)(iterPOC-frameEnc->m_poc))' is always false x265_4.1/source/encoder/slicetype.cpp:1128:34: warning: Either the condition 'm_tld' is redundant or there is possible null pointer dereference: m_tld. [nullPointerRedundantCheck] x265_4.1/source/encoder/slicetype.cpp:1136:12: note: Assuming that condition 'm_tld' is not redundant x265_4.1/source/encoder/slicetype.cpp:1128:34: note: Null pointer dereference x265_4.1/source/encoder/slicetype.cpp:171:18: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/slicetype.cpp:186:11: style: C-style pointer casting [cstyleCast] x265_4.1/source/encoder/slicetype.cpp:100:14: style: The scope of the variable 'rowOne' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:100:26: style: The scope of the variable 'rowTwo' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:100:38: style: The scope of the variable 'rowThree' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:100:52: style: The scope of the variable 'colOne' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:100:64: style: The scope of the variable 'colTwo' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:100:76: style: The scope of the variable 'colThree' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:101:14: style: The scope of the variable 'middle' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:101:26: style: The scope of the variable 'topLeft' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:101:39: style: The scope of the variable 'topRight' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:101:53: style: The scope of the variable 'bottomLeft' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:101:69: style: The scope of the variable 'bottomRight' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:271:14: style: The scope of the variable 'blockOffsetChroma' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:523:24: style: The scope of the variable 'avg_adj_pow2' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:544:46: style: The scope of the variable 'edgeDensity' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:544:59: style: The scope of the variable 'avgAngle' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:1399:22: style: The scope of the variable 'lowresRow' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:1791:9: style: The scope of the variable 'avg' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:1864:15: style: The scope of the variable 'isFound' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:2881:9: style: The scope of the variable 'numBFrames' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:2942:48: style: The scope of the variable 'cost2p1' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:3473:21: style: The scope of the variable 'p1' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:3545:19: style: The scope of the variable 'curnonb' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:3609:21: style: The scope of the variable 'p1' can be reduced. [variableScope] x265_4.1/source/encoder/slicetype.cpp:1335:48: style:inconclusive: Function 'getEstimatedPictureCost' argument 1 names different: declaration 'pic' definition 'curFrame'. [funcArgNamesDifferent] x265_4.1/source/encoder/slicetype.h:228:44: note: Function 'getEstimatedPictureCost' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/encoder/slicetype.cpp:1335:48: note: Function 'getEstimatedPictureCost' argument 1 names different: declaration 'pic' definition 'curFrame'. x265_4.1/source/encoder/slicetype.cpp:1449:44: style:inconclusive: Function 'calcVariance' argument 1 names different: declaration 'src' definition 'inpSrc'. [funcArgNamesDifferent] x265_4.1/source/encoder/slicetype.h:134:34: note: Function 'calcVariance' argument 1 names different: declaration 'src' definition 'inpSrc'. x265_4.1/source/encoder/slicetype.cpp:1449:44: note: Function 'calcVariance' argument 1 names different: declaration 'src' definition 'inpSrc'. x265_4.1/source/encoder/slicetype.cpp:1788:39: style:inconclusive: Function 'compCostBref' argument 1 names different: declaration 'frame' definition 'frames'. [funcArgNamesDifferent] x265_4.1/source/encoder/slicetype.h:265:36: note: Function 'compCostBref' argument 1 names different: declaration 'frame' definition 'frames'. x265_4.1/source/encoder/slicetype.cpp:1788:39: note: Function 'compCostBref' argument 1 names different: declaration 'frame' definition 'frames'. x265_4.1/source/encoder/slicetype.cpp:1857:39: style:inconclusive: Function 'generatemcstf' argument 1 names different: declaration 'frame' definition 'frameEnc'. [funcArgNamesDifferent] x265_4.1/source/encoder/slicetype.h:231:35: note: Function 'generatemcstf' argument 1 names different: declaration 'frame' definition 'frameEnc'. x265_4.1/source/encoder/slicetype.cpp:1857:39: note: Function 'generatemcstf' argument 1 names different: declaration 'frame' definition 'frameEnc'. x265_4.1/source/encoder/slicetype.cpp:2653:66: style:inconclusive: Function 'vbvLookahead' argument 3 names different: declaration 'keyframes' definition 'keyframe'. [funcArgNamesDifferent] x265_4.1/source/encoder/slicetype.h:251:62: note: Function 'vbvLookahead' argument 3 names different: declaration 'keyframes' definition 'keyframe'. x265_4.1/source/encoder/slicetype.cpp:2653:66: note: Function 'vbvLookahead' argument 3 names different: declaration 'keyframes' definition 'keyframe'. x265_4.1/source/encoder/slicetype.cpp:3458:48: style:inconclusive: Function 'aqMotion' argument 2 names different: declaration 'bintra' definition 'bIntra'. [funcArgNamesDifferent] x265_4.1/source/encoder/slicetype.h:252:44: note: Function 'aqMotion' argument 2 names different: declaration 'bintra' definition 'bIntra'. x265_4.1/source/encoder/slicetype.cpp:3458:48: note: Function 'aqMotion' argument 2 names different: declaration 'bintra' definition 'bIntra'. x265_4.1/source/encoder/slicetype.cpp:3542:61: style:inconclusive: Function 'cuTree' argument 3 names different: declaration 'bintra' definition 'bIntra'. [funcArgNamesDifferent] x265_4.1/source/encoder/slicetype.h:256:57: note: Function 'cuTree' argument 3 names different: declaration 'bintra' definition 'bIntra'. x265_4.1/source/encoder/slicetype.cpp:3542:61: note: Function 'cuTree' argument 3 names different: declaration 'bintra' definition 'bIntra'. x265_4.1/source/encoder/slicetype.cpp:3645:61: style:inconclusive: Function 'estimateCUPropagate' argument 2 names different: declaration 'average_duration' definition 'averageDuration'. [funcArgNamesDifferent] x265_4.1/source/encoder/slicetype.h:257:57: note: Function 'estimateCUPropagate' argument 2 names different: declaration 'average_duration' definition 'averageDuration'. x265_4.1/source/encoder/slicetype.cpp:3645:61: note: Function 'estimateCUPropagate' argument 2 names different: declaration 'average_duration' definition 'averageDuration'. x265_4.1/source/encoder/slicetype.cpp:4127:93: style:inconclusive: Function 'estimateFrameCost' argument 5 names different: declaration 'intraPenalty' definition 'bIntraPenalty'. [funcArgNamesDifferent] x265_4.1/source/encoder/slicetype.h:327:78: note: Function 'estimateFrameCost' argument 5 names different: declaration 'intraPenalty' definition 'bIntraPenalty'. x265_4.1/source/encoder/slicetype.cpp:4127:93: note: Function 'estimateFrameCost' argument 5 names different: declaration 'intraPenalty' definition 'bIntraPenalty'. x265_4.1/source/encoder/slicetype.cpp:4228:63: style:inconclusive: Function 'estimateCUCost' argument 2 names different: declaration 'cux' definition 'cuX'. [funcArgNamesDifferent] x265_4.1/source/encoder/slicetype.h:328:51: note: Function 'estimateCUCost' argument 2 names different: declaration 'cux' definition 'cuX'. x265_4.1/source/encoder/slicetype.cpp:4228:63: note: Function 'estimateCUCost' argument 2 names different: declaration 'cux' definition 'cuX'. x265_4.1/source/encoder/slicetype.cpp:4228:72: style:inconclusive: Function 'estimateCUCost' argument 3 names different: declaration 'cuy' definition 'cuY'. [funcArgNamesDifferent] x265_4.1/source/encoder/slicetype.h:328:60: note: Function 'estimateCUCost' argument 3 names different: declaration 'cuy' definition 'cuY'. x265_4.1/source/encoder/slicetype.cpp:4228:72: note: Function 'estimateCUCost' argument 3 names different: declaration 'cuy' definition 'cuY'. x265_4.1/source/encoder/slicetype.cpp:850:45: style: Parameter 'fenc' can be declared as reference to const [constParameterReference] x265_4.1/source/encoder/slicetype.cpp:1235:42: style: Parameter 'frameCnt' can be declared as reference to const [constParameterReference] x265_4.1/source/encoder/slicetype.cpp:98:41: style: Parameter 'refPic' can be declared as pointer to const [constParameterPointer] x265_4.1/source/encoder/slicetype.cpp:159:46: style: Parameter 'param' can be declared as pointer to const [constParameterPointer] x265_4.1/source/encoder/slicetype.cpp:243:12: style: Variable 'edgeTheta' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:313:31: style: Variable 'pcAQLayer' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:433:27: style: Variable 'pQPLayer' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:474:12: style: Variable 'quantOffsets' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:674:13: style: Variable 'width' can be declared as const array [constVariable] x265_4.1/source/encoder/slicetype.cpp:675:13: style: Variable 'height' can be declared as const array [constVariable] x265_4.1/source/encoder/slicetype.cpp:1403:21: style: Variable 'qp_offset' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:2030:25: style: Variable 'fenc' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:2186:47: style: Variable 'ref' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:2268:32: style: Variable 'curFrame' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:2352:28: style: Variable 'curFrame' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:2437:24: style: Variable 'curFrame' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:2496:29: style: Variable 'fenc' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:2579:20: style: Variable 'curFrame' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:2641:29: style: Variable 'fenc' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:2757:17: style: Variable 'fenc' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:3488:9: style: Variable 'listDist' can be declared as const array [constVariable] x265_4.1/source/encoder/slicetype.cpp:3650:13: style: Variable 'bipredWeights' can be declared as const array [constVariable] x265_4.1/source/encoder/slicetype.cpp:3651:9: style: Variable 'listDist' can be declared as const array [constVariable] x265_4.1/source/encoder/slicetype.cpp:3798:35: style: Variable 'pQPLayer' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:3847:35: style: Variable 'pQPLayer' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:3958:31: style: Variable 'pQPLayer' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:3959:17: style: Variable 'pcQPCuTree' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:3992:17: style: Variable 'qp_offset' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:4130:17: style: Variable 'param' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:4312:24: style: Variable 'src' can be declared as pointer to const [constVariablePointer] x265_4.1/source/encoder/slicetype.cpp:100:21: style: Variable 'rowOne' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:100:33: style: Variable 'rowTwo' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:100:47: style: Variable 'rowThree' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:100:59: style: Variable 'colOne' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:100:71: style: Variable 'colTwo' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:100:85: style: Variable 'colThree' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:101:21: style: Variable 'middle' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:101:34: style: Variable 'topLeft' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:101:48: style: Variable 'topRight' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:101:64: style: Variable 'bottomLeft' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:101:81: style: Variable 'bottomRight' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:111:25: style: Variable 'gradientH' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:111:40: style: Variable 'gradientV' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:111:53: style: Variable 'radians' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:111:64: style: Variable 'theta' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:112:33: style: Variable 'gradientMagnitude' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:522:47: style: Variable 'inclinedEdge' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:523:62: style: Variable 'qp_adj' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:1399:32: style: Variable 'lowresRow' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:1399:47: style: Variable 'lowresCol' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:1399:64: style: Variable 'lowresCuIdx' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:1399:73: style: Variable 'sum' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:1399:87: style: Variable 'intraSum' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:3215:34: style: Variable 'absIntDiffFuturePast' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:3216:37: style: Variable 'absIntDiffFuturePresent' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:3217:35: style: Variable 'absIntDiffPresentPast' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:3490:19: style: Variable 'qp_adj' is assigned a value that is never used. [unreadVariable] x265_4.1/source/encoder/slicetype.cpp:3545:27: style: Variable 'curnonb' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/testbench.cpp:159:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/test/pixelharness.h:147:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/test/testharness.h:58:25: note: Virtual function in base class x265_4.1/source/test/pixelharness.h:147:17: note: Function in derived class x265_4.1/source/test/pixelharness.h:149:10: style: The function 'testCorrectness' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/test/testharness.h:54:18: note: Virtual function in base class x265_4.1/source/test/pixelharness.h:149:10: note: Function in derived class x265_4.1/source/test/pixelharness.h:152:10: style: The function 'measureSpeed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] x265_4.1/source/test/testharness.h:56:18: note: Virtual function in base class x265_4.1/source/test/pixelharness.h:152:10: note: Function in derived class x265_4.1/source/x265.cpp:95:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] x265_4.1/source/x265.cpp:166:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] x265_4.1/source/x265.cpp:190:17: warning: Either the condition 'idCount<=3' is redundant or the array 'head[3]' is accessed at index 3, which is out of bounds. [arrayIndexOutOfBoundsCond] x265_4.1/source/x265.cpp:188:31: note: Assuming that condition 'idCount<=3' is not redundant x265_4.1/source/x265.cpp:190:17: note: Array index out of bounds x265_4.1/source/x265.cpp:181:24: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] x265_4.1/source/x265.cpp:183:20: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] x265_4.1/source/x265.cpp:191:18: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] x265_4.1/source/x265.cpp:206:23: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] x265_4.1/source/x265.cpp:213:21: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] x265_4.1/source/x265.cpp:127:14: warning: Either the condition '!abrConfig' is redundant or there is possible null pointer dereference: abrConfig. [nullPointerRedundantCheck] x265_4.1/source/x265.cpp:128:17: note: Assuming that condition '!abrConfig' is not redundant x265_4.1/source/x265.cpp:127:14: note: Null pointer dereference x265_4.1/source/x265.cpp:157:21: style: C-style pointer casting [cstyleCast] x265_4.1/source/x265.cpp:161:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/x265.cpp:178:24: style: C-style pointer casting [cstyleCast] x265_4.1/source/x265.cpp:231:10: style: The scope of the variable 'hasRef' can be reduced. [variableScope] x265_4.1/source/x265.cpp:232:10: style: The scope of the variable 'isRefFound' can be reduced. [variableScope] x265_4.1/source/x265.cpp:206:15: style: Variable 'token' can be declared as pointer to const [constVariablePointer] x265_4.1/source/x265.cpp:231:17: style: Variable 'hasRef' is assigned a value that is never used. [unreadVariable] x265_4.1/source/x265.cpp:232:21: style: Variable 'isRefFound' is assigned a value that is never used. [unreadVariable] x265_4.1/source/x265cli.h:453:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_VIEWS [valueFlowBailoutIncompleteVar] x265_4.1/source/x265cli.cpp:40:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] x265_4.1/source/x265cli.cpp:62:121: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable logLevelNames [valueFlowBailoutIncompleteVar] x265_4.1/source/x265cli.cpp:455:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_VIEWS [valueFlowBailoutIncompleteVar] x265_4.1/source/x265cli.cpp:506:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] x265_4.1/source/x265cli.cpp:520:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] x265_4.1/source/x265cli.cpp:625:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_VIEWS [valueFlowBailoutIncompleteVar] x265_4.1/source/x265cli.cpp:1099:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_AUTO [valueFlowBailoutIncompleteVar] x265_4.1/source/x265cli.cpp:1145:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable startFrame [valueFlowBailoutIncompleteVar] x265_4.1/source/x265cli.cpp:1277:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] x265_4.1/source/x265cli.cpp:1141:31: warning: Obsolete function 'alloca' called. [allocaCalled] x265_4.1/source/x265cli.cpp:1160:31: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] x265_4.1/source/x265cli.cpp:1164:29: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] x265_4.1/source/x265cli.cpp:1251:27: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] x265_4.1/source/x265cli.cpp:1255:25: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] x265_4.1/source/x265cli.cpp:499:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] x265_4.1/source/x265cli.cpp:504:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] x265_4.1/source/x265cli.cpp:1006:17: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] x265_4.1/source/x265cli.cpp:1250:13: warning: If memory allocation fails, then there is a possible null pointer dereference: args [nullPointerOutOfMemory] x265_4.1/source/x265cli.cpp:1248:41: note: Assuming allocation function fails x265_4.1/source/x265cli.cpp:1248:27: note: Assignment 'args=(char**)malloc(256*sizeof(char*))', assigned value is 0 x265_4.1/source/x265cli.cpp:1250:13: note: Null pointer dereference x265_4.1/source/x265cli.cpp:1254:17: warning: If memory allocation fails, then there is a possible null pointer dereference: args [nullPointerOutOfMemory] x265_4.1/source/x265cli.cpp:1248:41: note: Assuming allocation function fails x265_4.1/source/x265cli.cpp:1248:27: note: Assignment 'args=(char**)malloc(256*sizeof(char*))', assigned value is 0 x265_4.1/source/x265cli.cpp:1254:17: note: Null pointer dereference x265_4.1/source/x265cli.cpp:1257:13: warning: If memory allocation fails, then there is a possible null pointer dereference: args [nullPointerOutOfMemory] x265_4.1/source/x265cli.cpp:1248:41: note: Assuming allocation function fails x265_4.1/source/x265cli.cpp:1248:27: note: Assignment 'args=(char**)malloc(256*sizeof(char*))', assigned value is 0 x265_4.1/source/x265cli.cpp:1257:13: note: Null pointer dereference x265_4.1/source/x265cli.cpp:1279:39: warning: If memory allocation fails, then there is a possible null pointer dereference: argv [nullPointerOutOfMemory] x265_4.1/source/x265cli.cpp:1248:41: note: Assuming allocation function fails x265_4.1/source/x265cli.cpp:1248:27: note: Assignment 'args=(char**)malloc(256*sizeof(char*))', assigned value is 0 x265_4.1/source/x265cli.cpp:1259:60: note: Calling function 'parseScenecutAwareQpParam', 2nd argument 'args' value is 0 x265_4.1/source/x265cli.cpp:1279:39: note: Null pointer dereference x265_4.1/source/x265cli.cpp:1141:23: style: C-style pointer casting [cstyleCast] x265_4.1/source/x265cli.cpp:1159:36: style: C-style pointer casting [cstyleCast] x265_4.1/source/x265cli.cpp:1248:27: style: C-style pointer casting [cstyleCast] x265_4.1/source/x265cli.cpp:1250:32: style: C-style pointer casting [cstyleCast] x265_4.1/source/x265cli.cpp:1095:31: style: The scope of the variable 'ret' can be reduced. [variableScope] x265_4.1/source/x265cli.cpp:1097:18: style: The scope of the variable 'filePos' can be reduced. [variableScope] x265_4.1/source/x265cli.cpp:1003:35: style: Checking if unsigned expression 'framesToBeEncoded' is less than zero. [unsignedLessThanZero] x265_4.1/source/x265cli.cpp:1131:15: style: Variable 'argLine' can be declared as pointer to const [constVariablePointer] x265_4.1/source/x265cli.cpp:946:34: warning: Uninitialized variables: info.width, info.height, info.csp, info.depth, info.fpsNum, info.fpsDenom, info.sarWidth, info.sarHeight, info.frameCount, info.timebaseNum, info.timebaseDenom, info.skipFrames, info.filename [uninitvar] x265_4.1/source/x265cli.cpp:915:27: note: Assuming condition is false x265_4.1/source/x265cli.cpp:946:34: note: Uninitialized variables: info.width, info.height, info.csp, info.depth, info.fpsNum, info.fpsDenom, info.sarWidth, info.sarHeight, info.frameCount, info.timebaseNum, info.timebaseDenom, info.skipFrames, info.filename x265_4.1/source/test/pixelharness.h:72:10: performance:inconclusive: Technically the member function 'PixelHarness::check_pixelcmp' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:82:20: note: Technically the member function 'PixelHarness::check_pixelcmp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:72:10: note: Technically the member function 'PixelHarness::check_pixelcmp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:73:10: performance:inconclusive: Technically the member function 'PixelHarness::check_pixel_sse' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:103:20: note: Technically the member function 'PixelHarness::check_pixel_sse' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:73:10: note: Technically the member function 'PixelHarness::check_pixel_sse' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:74:10: performance:inconclusive: Technically the member function 'PixelHarness::check_pixel_sse_ss' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:124:20: note: Technically the member function 'PixelHarness::check_pixel_sse_ss' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:74:10: note: Technically the member function 'PixelHarness::check_pixel_sse_ss' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:75:10: performance:inconclusive: Technically the member function 'PixelHarness::check_pixelcmp_x3' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:145:20: note: Technically the member function 'PixelHarness::check_pixelcmp_x3' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:75:10: note: Technically the member function 'PixelHarness::check_pixelcmp_x3' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:76:10: performance:inconclusive: Technically the member function 'PixelHarness::check_pixelcmp_x4' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:173:20: note: Technically the member function 'PixelHarness::check_pixelcmp_x4' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:76:10: note: Technically the member function 'PixelHarness::check_pixelcmp_x4' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:77:10: performance:inconclusive: Technically the member function 'PixelHarness::check_copy_pp' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:654:20: note: Technically the member function 'PixelHarness::check_copy_pp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:77:10: note: Technically the member function 'PixelHarness::check_copy_pp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:78:10: performance:inconclusive: Technically the member function 'PixelHarness::check_copy_sp' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:682:20: note: Technically the member function 'PixelHarness::check_copy_sp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:78:10: note: Technically the member function 'PixelHarness::check_copy_sp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:79:10: performance:inconclusive: Technically the member function 'PixelHarness::check_copy_ps' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:710:20: note: Technically the member function 'PixelHarness::check_copy_ps' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:79:10: note: Technically the member function 'PixelHarness::check_copy_ps' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:80:10: performance:inconclusive: Technically the member function 'PixelHarness::check_copy_ss' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:738:20: note: Technically the member function 'PixelHarness::check_copy_ss' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:80:10: note: Technically the member function 'PixelHarness::check_copy_ss' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:83:10: performance:inconclusive: Technically the member function 'PixelHarness::check_pixel_sub_ps' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:816:20: note: Technically the member function 'PixelHarness::check_pixel_sub_ps' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:83:10: note: Technically the member function 'PixelHarness::check_pixel_sub_ps' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:84:10: performance:inconclusive: Technically the member function 'PixelHarness::check_pixel_add_ps' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:947:20: note: Technically the member function 'PixelHarness::check_pixel_add_ps' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:84:10: note: Technically the member function 'PixelHarness::check_pixel_add_ps' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:88:10: performance:inconclusive: Technically the member function 'PixelHarness::check_scale2D_pp' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:895:20: note: Technically the member function 'PixelHarness::check_scale2D_pp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:88:10: note: Technically the member function 'PixelHarness::check_scale2D_pp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:89:10: performance:inconclusive: Technically the member function 'PixelHarness::check_ssd_s' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:254:20: note: Technically the member function 'PixelHarness::check_ssd_s' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:89:10: note: Technically the member function 'PixelHarness::check_ssd_s' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:90:10: performance:inconclusive: Technically the member function 'PixelHarness::check_ssd_s_aligned' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:272:20: note: Technically the member function 'PixelHarness::check_ssd_s_aligned' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:90:10: note: Technically the member function 'PixelHarness::check_ssd_s_aligned' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:93:10: performance:inconclusive: Technically the member function 'PixelHarness::check_calresidual' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:204:20: note: Technically the member function 'PixelHarness::check_calresidual' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:93:10: note: Technically the member function 'PixelHarness::check_calresidual' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:94:10: performance:inconclusive: Technically the member function 'PixelHarness::check_calresidual_aligned' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:229:20: note: Technically the member function 'PixelHarness::check_calresidual_aligned' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:94:10: note: Technically the member function 'PixelHarness::check_calresidual_aligned' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:95:10: performance:inconclusive: Technically the member function 'PixelHarness::check_transpose' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:921:20: note: Technically the member function 'PixelHarness::check_transpose' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:95:10: note: Technically the member function 'PixelHarness::check_transpose' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:96:10: performance:inconclusive: Technically the member function 'PixelHarness::check_weightp' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:327:20: note: Technically the member function 'PixelHarness::check_weightp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:96:10: note: Technically the member function 'PixelHarness::check_weightp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:97:10: performance:inconclusive: Technically the member function 'PixelHarness::check_weightp' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:291:20: note: Technically the member function 'PixelHarness::check_weightp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:97:10: note: Technically the member function 'PixelHarness::check_weightp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:98:10: performance:inconclusive: Technically the member function 'PixelHarness::check_downscale_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:366:20: note: Technically the member function 'PixelHarness::check_downscale_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:98:10: note: Technically the member function 'PixelHarness::check_downscale_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:99:10: performance:inconclusive: Technically the member function 'PixelHarness::check_cpy2Dto1D_shl_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:435:20: note: Technically the member function 'PixelHarness::check_cpy2Dto1D_shl_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:99:10: note: Technically the member function 'PixelHarness::check_cpy2Dto1D_shl_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:100:10: performance:inconclusive: Technically the member function 'PixelHarness::check_cpy2Dto1D_shr_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:463:20: note: Technically the member function 'PixelHarness::check_cpy2Dto1D_shr_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:100:10: note: Technically the member function 'PixelHarness::check_cpy2Dto1D_shr_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:103:10: performance:inconclusive: Technically the member function 'PixelHarness::check_cpy1Dto2D_shr_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:570:20: note: Technically the member function 'PixelHarness::check_cpy1Dto2D_shr_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:103:10: note: Technically the member function 'PixelHarness::check_cpy1Dto2D_shr_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:104:10: performance:inconclusive: Technically the member function 'PixelHarness::check_copy_cnt_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:491:20: note: Technically the member function 'PixelHarness::check_copy_cnt_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:104:10: note: Technically the member function 'PixelHarness::check_copy_cnt_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:105:10: performance:inconclusive: Technically the member function 'PixelHarness::check_pixel_var' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:999:20: note: Technically the member function 'PixelHarness::check_pixel_var' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:105:10: note: Technically the member function 'PixelHarness::check_pixel_var' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:106:10: performance:inconclusive: Technically the member function 'PixelHarness::check_ssim_4x4x2_core' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1020:20: note: Technically the member function 'PixelHarness::check_ssim_4x4x2_core' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:106:10: note: Technically the member function 'PixelHarness::check_ssim_4x4x2_core' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:107:10: performance:inconclusive: Technically the member function 'PixelHarness::check_ssim_end' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1042:20: note: Technically the member function 'PixelHarness::check_ssim_end' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:107:10: note: Technically the member function 'PixelHarness::check_ssim_end' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:110:10: performance:inconclusive: Technically the member function 'PixelHarness::check_saoCuOrgE0_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1149:20: note: Technically the member function 'PixelHarness::check_saoCuOrgE0_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:110:10: note: Technically the member function 'PixelHarness::check_saoCuOrgE0_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:111:10: performance:inconclusive: Technically the member function 'PixelHarness::check_saoCuOrgE1_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1177:20: note: Technically the member function 'PixelHarness::check_saoCuOrgE1_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:111:10: note: Technically the member function 'PixelHarness::check_saoCuOrgE1_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:113:10: performance:inconclusive: Technically the member function 'PixelHarness::check_saoCuOrgE3_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1241:20: note: Technically the member function 'PixelHarness::check_saoCuOrgE3_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:113:10: note: Technically the member function 'PixelHarness::check_saoCuOrgE3_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:114:10: performance:inconclusive: Technically the member function 'PixelHarness::check_saoCuOrgE3_32_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1486:20: note: Technically the member function 'PixelHarness::check_saoCuOrgE3_32_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:114:10: note: Technically the member function 'PixelHarness::check_saoCuOrgE3_32_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:115:10: performance:inconclusive: Technically the member function 'PixelHarness::check_saoCuOrgB0_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1697:20: note: Technically the member function 'PixelHarness::check_saoCuOrgB0_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:115:10: note: Technically the member function 'PixelHarness::check_saoCuOrgB0_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:116:10: performance:inconclusive: Technically the member function 'PixelHarness::check_saoCuStatsBO_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1270:20: note: Technically the member function 'PixelHarness::check_saoCuStatsBO_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:116:10: note: Technically the member function 'PixelHarness::check_saoCuStatsBO_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:117:10: performance:inconclusive: Technically the member function 'PixelHarness::check_saoCuStatsE0_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1306:20: note: Technically the member function 'PixelHarness::check_saoCuStatsE0_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:117:10: note: Technically the member function 'PixelHarness::check_saoCuStatsE0_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:118:10: performance:inconclusive: Technically the member function 'PixelHarness::check_saoCuStatsE1_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1342:20: note: Technically the member function 'PixelHarness::check_saoCuStatsE1_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:118:10: note: Technically the member function 'PixelHarness::check_saoCuStatsE1_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:119:10: performance:inconclusive: Technically the member function 'PixelHarness::check_saoCuStatsE2_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1387:20: note: Technically the member function 'PixelHarness::check_saoCuStatsE2_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:119:10: note: Technically the member function 'PixelHarness::check_saoCuStatsE2_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:120:10: performance:inconclusive: Technically the member function 'PixelHarness::check_saoCuStatsE3_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1438:20: note: Technically the member function 'PixelHarness::check_saoCuStatsE3_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:120:10: note: Technically the member function 'PixelHarness::check_saoCuStatsE3_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:121:10: performance:inconclusive: Technically the member function 'PixelHarness::check_planecopy_sp' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1515:20: note: Technically the member function 'PixelHarness::check_planecopy_sp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:121:10: note: Technically the member function 'PixelHarness::check_planecopy_sp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:122:10: performance:inconclusive: Technically the member function 'PixelHarness::check_planecopy_cp' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1556:20: note: Technically the member function 'PixelHarness::check_planecopy_cp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:122:10: note: Technically the member function 'PixelHarness::check_planecopy_cp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:123:10: performance:inconclusive: Technically the member function 'PixelHarness::check_cutree_propagate_cost' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1593:20: note: Technically the member function 'PixelHarness::check_cutree_propagate_cost' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:123:10: note: Technically the member function 'PixelHarness::check_cutree_propagate_cost' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:124:10: performance:inconclusive: Technically the member function 'PixelHarness::check_cutree_fix8_pack' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1621:20: note: Technically the member function 'PixelHarness::check_cutree_fix8_pack' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:124:10: note: Technically the member function 'PixelHarness::check_cutree_fix8_pack' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:125:10: performance:inconclusive: Technically the member function 'PixelHarness::check_cutree_fix8_unpack' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1648:20: note: Technically the member function 'PixelHarness::check_cutree_fix8_unpack' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:125:10: note: Technically the member function 'PixelHarness::check_cutree_fix8_unpack' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:126:10: performance:inconclusive: Technically the member function 'PixelHarness::check_psyCost_pp' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1675:20: note: Technically the member function 'PixelHarness::check_psyCost_pp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:126:10: note: Technically the member function 'PixelHarness::check_psyCost_pp' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:127:10: performance:inconclusive: Technically the member function 'PixelHarness::check_calSign' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1122:20: note: Technically the member function 'PixelHarness::check_calSign' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:127:10: note: Technically the member function 'PixelHarness::check_calSign' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:128:10: performance:inconclusive: Technically the member function 'PixelHarness::check_scanPosLast' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1726:20: note: Technically the member function 'PixelHarness::check_scanPosLast' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:128:10: note: Technically the member function 'PixelHarness::check_scanPosLast' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:129:10: performance:inconclusive: Technically the member function 'PixelHarness::check_findPosFirstLast' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1812:20: note: Technically the member function 'PixelHarness::check_findPosFirstLast' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:129:10: note: Technically the member function 'PixelHarness::check_findPosFirstLast' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:130:10: performance:inconclusive: Technically the member function 'PixelHarness::check_costCoeffNxN' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:1861:20: note: Technically the member function 'PixelHarness::check_costCoeffNxN' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:130:10: note: Technically the member function 'PixelHarness::check_costCoeffNxN' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:131:10: performance:inconclusive: Technically the member function 'PixelHarness::check_costCoeffRemain' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:2010:20: note: Technically the member function 'PixelHarness::check_costCoeffRemain' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:131:10: note: Technically the member function 'PixelHarness::check_costCoeffRemain' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:132:10: performance:inconclusive: Technically the member function 'PixelHarness::check_costC1C2Flag' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:2042:20: note: Technically the member function 'PixelHarness::check_costC1C2Flag' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:132:10: note: Technically the member function 'PixelHarness::check_costC1C2Flag' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:133:10: performance:inconclusive: Technically the member function 'PixelHarness::check_pelFilterLumaStrong_V' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:2129:20: note: Technically the member function 'PixelHarness::check_pelFilterLumaStrong_V' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:133:10: note: Technically the member function 'PixelHarness::check_pelFilterLumaStrong_V' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:134:10: performance:inconclusive: Technically the member function 'PixelHarness::check_pelFilterLumaStrong_H' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:2096:20: note: Technically the member function 'PixelHarness::check_pelFilterLumaStrong_H' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:134:10: note: Technically the member function 'PixelHarness::check_pelFilterLumaStrong_H' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:135:10: performance:inconclusive: Technically the member function 'PixelHarness::check_pelFilterChroma_V' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:2193:20: note: Technically the member function 'PixelHarness::check_pelFilterChroma_V' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:135:10: note: Technically the member function 'PixelHarness::check_pelFilterChroma_V' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:136:10: performance:inconclusive: Technically the member function 'PixelHarness::check_pelFilterChroma_H' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:2162:20: note: Technically the member function 'PixelHarness::check_pelFilterChroma_H' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:136:10: note: Technically the member function 'PixelHarness::check_pelFilterChroma_H' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:137:10: performance:inconclusive: Technically the member function 'PixelHarness::check_integral_initv' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:2224:20: note: Technically the member function 'PixelHarness::check_integral_initv' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:137:10: note: Technically the member function 'PixelHarness::check_integral_initv' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:138:10: performance:inconclusive: Technically the member function 'PixelHarness::check_integral_inith' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:2263:20: note: Technically the member function 'PixelHarness::check_integral_inith' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:138:10: note: Technically the member function 'PixelHarness::check_integral_inith' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:139:10: performance:inconclusive: Technically the member function 'PixelHarness::check_ssimDist' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:2294:20: note: Technically the member function 'PixelHarness::check_ssimDist' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:139:10: note: Technically the member function 'PixelHarness::check_ssimDist' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:140:10: performance:inconclusive: Technically the member function 'PixelHarness::check_normFact' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:2320:20: note: Technically the member function 'PixelHarness::check_normFact' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:140:10: note: Technically the member function 'PixelHarness::check_normFact' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:141:10: performance:inconclusive: Technically the member function 'PixelHarness::check_downscaleluma_t' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:409:20: note: Technically the member function 'PixelHarness::check_downscaleluma_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:141:10: note: Technically the member function 'PixelHarness::check_downscaleluma_t' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:153:10: performance:inconclusive: Technically the member function 'PixelHarness::measurePartition' can be static (but you may consider moving to unnamed namespace). [functionStatic] x265_4.1/source/test/pixelharness.cpp:3201:20: note: Technically the member function 'PixelHarness::measurePartition' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.h:153:10: note: Technically the member function 'PixelHarness::measurePartition' can be static (but you may consider moving to unnamed namespace). x265_4.1/source/test/pixelharness.cpp:1987:147: style: C-style pointer casting [cstyleCast] x265_4.1/source/test/pixelharness.cpp:1988:38: style: C-style pointer casting [cstyleCast] x265_4.1/source/test/pixelharness.cpp:3270:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/test/pixelharness.cpp:3275:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/test/pixelharness.cpp:3351:17: style: C-style pointer casting [cstyleCast] x265_4.1/source/test/pixelharness.cpp:3516:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/test/pixelharness.cpp:3694:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/test/pixelharness.cpp:3745:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/test/pixelharness.cpp:3809:13: style: C-style pointer casting [cstyleCast] x265_4.1/source/test/pixelharness.cpp:1215:13: style: The scope of the variable 'j' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:1677:16: style: The scope of the variable 'index1' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:1677:24: style: The scope of the variable 'index2' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:1677:32: style: The scope of the variable 'optres' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:1677:40: style: The scope of the variable 'refres' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:2099:13: style: The scope of the variable 'tcP' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:2099:18: style: The scope of the variable 'tcQ' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:2099:37: style: The scope of the variable 'tc' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:2132:13: style: The scope of the variable 'tcP' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:2132:18: style: The scope of the variable 'tcQ' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:2132:37: style: The scope of the variable 'tc' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:2165:13: style: The scope of the variable 'maskP' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:2165:20: style: The scope of the variable 'maskQ' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:2165:27: style: The scope of the variable 'tc' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:2196:13: style: The scope of the variable 'maskP' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:2196:20: style: The scope of the variable 'maskQ' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:2196:27: style: The scope of the variable 'tc' can be reduced. [variableScope] x265_4.1/source/test/pixelharness.cpp:3211:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3211:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3211:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3211:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3211:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3211:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3211:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3211:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3216:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3216:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3216:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3216:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3216:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3216:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3216:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3216:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3222:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3222:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3222:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3222:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3222:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3222:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3222:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3222:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3227:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3227:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3227:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3227:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3227:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3227:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3227:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3227:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3233:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3233:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3233:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3233:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3233:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3233:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3233:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3233:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3239:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3239:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3239:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3239:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3239:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3239:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3239:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3239:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3245:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3245:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3245:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3245:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3245:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3245:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3245:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3245:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3251:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3251:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3251:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3251:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3251:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3251:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3251:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3251:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3256:9: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3256:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3256:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3256:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3256:9: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3256:9: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3256:9: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3256:9: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3264:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3264:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3264:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3264:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3264:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3264:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3264:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3264:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3270:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3270:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3270:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3270:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3270:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3270:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3270:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3270:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3275:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3275:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3275:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3275:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3275:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3275:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3275:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3275:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3280:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3280:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3280:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3280:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3280:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3280:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3280:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3280:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3285:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3285:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3285:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3285:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3285:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3285:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3285:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3285:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3290:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3290:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3290:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3290:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3290:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3290:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3290:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3290:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3295:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3295:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3295:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3295:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3295:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3295:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3295:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3295:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3300:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3300:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3300:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3300:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3300:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3300:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3300:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3300:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3309:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3309:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3309:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3309:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3309:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3309:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3309:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3309:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3314:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3314:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3314:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3314:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3314:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3314:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3314:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3314:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3319:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3319:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3319:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3319:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3319:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3319:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3319:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3319:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3324:13: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3324:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3324:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3324:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3324:13: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3324:13: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3324:13: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3324:13: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3331:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3331:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3331:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3331:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3331:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3331:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3331:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3331:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3336:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3336:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3336:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3336:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3336:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3336:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3336:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3336:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3341:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3341:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3341:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3341:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3341:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3341:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3341:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3341:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3346:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3346:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3346:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3346:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3346:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3346:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3346:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3346:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3351:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3351:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3351:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3351:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3351:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3351:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3351:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3351:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3356:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3356:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3356:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3356:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3356:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3356:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3356:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3356:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3361:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3361:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3361:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3361:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3361:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3361:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3361:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3361:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3366:17: style: Unsigned expression 'cycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3366:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3366:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3366:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:3366:17: style: Unsigned expression 'refcycles*4' can't be negative so it is unnecessary to test it. [unsignedPositive] x265_4.1/source/test/testharness.h:80:18: note: Assignment 'a=0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3366:17: note: Calling function '__rdtsc' returns 0 x265_4.1/source/test/pixelharness.cpp:3366:17: note: Assignment 't1=(uint32_t)__rdtsc()-t0', assigned value is 0 x265_4.1/source/test/pixelharness.cpp:3366:17: note: Unsigned positive x265_4.1/source/test/pixelharness.cpp:1001:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1014:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1354:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1367:29: style: Variable '_upBuff1_ref[x]' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1367:47: style: Variable '_upBuff1_vec[x]' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1381:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1401:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1416:29: style: Variable '_upBuff1_ref[x]' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1416:47: style: Variable '_upBuff1_vec[x]' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1417:29: style: Variable '_upBufft_ref[x]' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1417:47: style: Variable '_upBufft_vec[x]' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1432:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1450:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1465:47: style: Variable '_upBuff1_vec[x]' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1480:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1733:21: style: Variable 'totalCoeffs' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:1745:21: style: Variable 'totalCoeffs' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:2088:21: style: Variable 'ref_sum' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:2089:21: style: Variable 'opt_sum' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:2227:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:2258:15: style: Variable 'j' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:2269:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable] x265_4.1/source/test/pixelharness.cpp:2288:19: style: Variable 'j' is assigned a value that is never used. [unreadVariable] x265_4.1/source/common/vec/dct-ssse3.cpp:116:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/vec/dct-ssse3.cpp:682:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] x265_4.1/source/common/vec/dct-ssse3.cpp:1121:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_16x16 [valueFlowBailoutIncompleteVar] x265_4.1/source/common/vec/dct-ssse3.cpp:136:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:137:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:138:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:139:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:140:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:141:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:142:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:143:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:144:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:145:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:146:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:147:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:148:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:149:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:150:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:151:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:153:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:154:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:155:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:156:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:157:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:158:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:159:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:160:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:180:53: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:181:53: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:182:53: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:183:53: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:184:53: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:185:53: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:186:53: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:187:53: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:203:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:204:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:208:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:210:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:211:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:215:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:217:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:218:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:222:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:224:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:225:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:229:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:231:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:232:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:233:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:234:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:240:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:242:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:243:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:244:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:245:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:251:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:253:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:254:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:255:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:256:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:262:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:264:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:265:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:266:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:267:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:273:25: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:295:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:296:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:297:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:298:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:299:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:300:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:301:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:302:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:309:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:310:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:311:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:312:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:313:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:314:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:315:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:316:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:318:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:319:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:320:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:321:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:322:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:323:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:324:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:325:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:336:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:337:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:338:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:339:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:340:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:341:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:342:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:343:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:359:26: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:360:26: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:362:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:363:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:364:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:365:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:366:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:367:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:368:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:369:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:382:26: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:384:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:385:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:386:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:387:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:388:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:389:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:390:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:391:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:404:26: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:406:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:407:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:408:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:409:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:410:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:411:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:412:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:413:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:426:26: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:428:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:429:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:430:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:431:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:432:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:433:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:434:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:435:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:448:26: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:450:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:451:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:452:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:453:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:454:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:455:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:456:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:457:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:470:26: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:472:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:473:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:474:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:475:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:476:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:477:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:478:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:479:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:492:26: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:517:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:518:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:519:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:520:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:521:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:522:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:523:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:524:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:703:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:704:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:705:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:706:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:707:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:708:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:709:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:710:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:711:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:712:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:713:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:714:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:715:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:716:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:717:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:718:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:719:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:720:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:721:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:722:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:723:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:724:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:725:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:726:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:727:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:728:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:729:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:730:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:731:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:732:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:733:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:734:31: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:736:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:737:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:738:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:739:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:740:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:741:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:742:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:743:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:744:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:745:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:746:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:747:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:748:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:749:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:750:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:751:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:752:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:753:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:754:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:755:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:756:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:757:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:758:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:759:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:760:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:761:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:762:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:763:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:764:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:765:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:766:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:767:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:812:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:813:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:814:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:815:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:816:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:817:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:818:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:819:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:840:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:841:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:842:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:843:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:844:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:845:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:846:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:847:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:861:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:862:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:863:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:864:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:865:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:866:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:867:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:868:51: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:904:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:905:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:906:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:907:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:918:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:919:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:920:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:921:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:922:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:923:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:924:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:925:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:967:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:968:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:969:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:970:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:971:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:972:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:973:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:974:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:975:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:976:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:977:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:978:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:979:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:980:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:981:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:982:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1008:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1009:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1010:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1011:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1012:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1013:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1014:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1015:54: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1075:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1076:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1077:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1078:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1080:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1081:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1082:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1083:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1085:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1086:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1087:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1088:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1090:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1091:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1092:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1093:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1095:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1096:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1097:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1098:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1099:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1100:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1101:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1102:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1103:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1104:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1105:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1106:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1107:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1108:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1109:9: style: C-style pointer casting [cstyleCast] x265_4.1/source/common/vec/dct-ssse3.cpp:1110:9: style: C-style pointer casting [cstyleCast] diff: 2.16.0 x265_4.1/source/abrEncApp.cpp:432:56: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable WeightParam [valueFlowBailoutIncompleteVar] head x265_4.1/source/abrEncApp.cpp:432:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WeightParam [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/abrEncApp.cpp:602:51: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable SIG_ERR [valueFlowBailoutIncompleteVar] head x265_4.1/source/abrEncApp.cpp:602:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_ERR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/asm-primitives.cpp:1009:19: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CPU_NEON [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/asm-primitives.cpp:1009:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CPU_NEON [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/asm-primitives.cpp:1035:19: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CPU_NEON [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/asm-primitives.cpp:1035:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CPU_NEON [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/asm-primitives.cpp:397:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/asm-primitives.cpp:397:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/dct-prim-sve.cpp:188:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_t16 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/dct-prim-sve.cpp:188:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_t16 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/dct-prim-sve.cpp:330:38: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_t32 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/dct-prim-sve.cpp:330:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_t32 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/dct-prim-sve.cpp:435:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/dct-prim-sve.cpp:435:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/dct-prim-sve.cpp:452:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/dct-prim-sve.cpp:452:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/dct-prim-sve.cpp:469:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/dct-prim-sve.cpp:469:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/dct-prim-sve.cpp:486:10: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_8x8 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/dct-prim-sve.cpp:486:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_8x8 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:1021:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:1021:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:118:36: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable IF_FILTER_PREC [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:118:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IF_FILTER_PREC [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:218:36: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable IF_FILTER_PREC [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:218:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IF_FILTER_PREC [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:261:73: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:261:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable val [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:325:49: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_lumaFilter [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:325:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_lumaFilter [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:404:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable height [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:404:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable height [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:532:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_chromaFilter [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:532:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_chromaFilter [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:623:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable height [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:623:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable height [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:69:36: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable IF_FILTER_PREC [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:69:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IF_FILTER_PREC [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:734:49: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_lumaFilter [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:734:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_lumaFilter [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:987:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/filter-neon-dotprod.cpp:987:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:101:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:101:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:112:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:112:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:123:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:123:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:135:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:135:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:146:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:146:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:159:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:159:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:170:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:170:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:181:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:181:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:192:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:192:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:203:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:203:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:214:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:214:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:225:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:225:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:236:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:236:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:248:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:248:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:259:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:259:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:65:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:65:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:79:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:79:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/mem-neon.h:90:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/mem-neon.h:90:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/sao-prim-sve.cpp:133:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/sao-prim-sve.cpp:133:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/sao-prim-sve.cpp:173:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/sao-prim-sve.cpp:173:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/sao-prim-sve.cpp:217:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/sao-prim-sve.cpp:217:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/sao-prim-sve.cpp:259:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/sao-prim-sve.cpp:259:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/sao-prim-sve2.cpp:152:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/sao-prim-sve2.cpp:152:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/sao-prim-sve2.cpp:201:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/sao-prim-sve2.cpp:201:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/sao-prim-sve2.cpp:254:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/sao-prim-sve2.cpp:254:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/sao-prim-sve2.cpp:305:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/sao-prim-sve2.cpp:305:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/sao-prim.cpp:153:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/sao-prim.cpp:153:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/sao-prim.cpp:240:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/sao-prim.cpp:240:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/sao-prim.cpp:280:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/sao-prim.cpp:280:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/sao-prim.cpp:324:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/sao-prim.cpp:324:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/aarch64/sao-prim.cpp:366:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/aarch64/sao-prim.cpp:366:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/arm/asm-primitives.cpp:46:19: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CPU_NEON [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/arm/asm-primitives.cpp:46:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CPU_NEON [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/bitstream.cpp:38:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/bitstream.cpp:38:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/common.cpp:141:19: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/common.cpp:141:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/common.cpp:256:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/common.cpp:256:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/common.cpp:273:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/common.cpp:273:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/common.h:177:65: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/common.h:177:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.cpp:123:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.cpp:123:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.cpp:2218:61: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.cpp:2218:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.cpp:314:57: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.cpp:314:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.cpp:369:50: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.cpp:369:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.cpp:410:78: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.cpp:410:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.cpp:466:60: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.cpp:466:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.cpp:514:75: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.cpp:514:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.cpp:572:75: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.cpp:572:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.cpp:609:58: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.cpp:609:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.cpp:708:34: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_rasterToZscan [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.cpp:708:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_rasterToZscan [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.cpp:744:34: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_rasterToZscan [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.cpp:744:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_rasterToZscan [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.cpp:776:34: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_rasterToZscan [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.cpp:776:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_rasterToZscan [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.cpp:808:34: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_rasterToZscan [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.cpp:808:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_rasterToZscan [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.h:271:100: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.h:271:100: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.h:290:136: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.h:290:136: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/cudata.h:403:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/cudata.h:403:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:1009:55: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:1009:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:1035:52: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:1035:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:1054:52: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:1054:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:445:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:445:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:462:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:462:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:479:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:479:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:496:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:496:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:513:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:513:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:531:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:531:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:548:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:548:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:565:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:565:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:582:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:582:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:599:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:599:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:721:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable trSize [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:721:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trSize [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:734:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable trSize [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:734:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trSize [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/dct.cpp:990:55: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/dct.cpp:990:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/deblock.cpp:112:63: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/deblock.cpp:112:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/deblock.cpp:373:39: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/deblock.cpp:373:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/deblock.cpp:487:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/deblock.cpp:487:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/frame.cpp:114:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/frame.cpp:114:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/frame.cpp:208:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/frame.cpp:208:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/frame.cpp:237:39: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/frame.cpp:237:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/frame.cpp:369:44: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/frame.cpp:369:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/frame.cpp:40:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NUM_RECON_VERSION [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/frame.cpp:40:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_RECON_VERSION [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/framedata.cpp:46:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_REFINE_INTER_LEVELS [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/framedata.cpp:46:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_REFINE_INTER_LEVELS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/framedata.cpp:86:44: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_REFINE_INTER_LEVELS [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/framedata.cpp:86:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_REFINE_INTER_LEVELS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/intrapred.cpp:105:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/intrapred.cpp:105:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/intrapred.cpp:209:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable log2Size [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/intrapred.cpp:209:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log2Size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/intrapred.cpp:34:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable tuSize [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/intrapred.cpp:34:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tuSize [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/intrapred.cpp:74:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/intrapred.cpp:74:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/intrapred.cpp:90:30: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable log2Size [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/intrapred.cpp:90:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log2Size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ipfilter.cpp:123:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ipfilter.cpp:123:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ipfilter.cpp:167:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ipfilter.cpp:167:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ipfilter.cpp:208:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ipfilter.cpp:208:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ipfilter.cpp:244:39: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ipfilter.cpp:244:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ipfilter.cpp:287:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ipfilter.cpp:287:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ipfilter.cpp:322:39: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ipfilter.cpp:322:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ipfilter.cpp:365:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ipfilter.cpp:365:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ipfilter.cpp:416:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ipfilter.cpp:416:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ipfilter.cpp:43:36: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ipfilter.cpp:43:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ipfilter.cpp:82:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ipfilter.cpp:82:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/loopfilter.cpp:122:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/loopfilter.cpp:122:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/lowpassdct.cpp:115:53: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/lowpassdct.cpp:115:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/lowpassdct.cpp:64:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/lowpassdct.cpp:64:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/lowpassdct.cpp:90:53: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/lowpassdct.cpp:90:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/lowres.cpp:100:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/lowres.cpp:100:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/lowres.cpp:379:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/lowres.cpp:379:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/lowres.cpp:60:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/lowres.cpp:60:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/lowres.h:107:24: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pu [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/lowres.h:107:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pu [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/lowres.h:83:24: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pu [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/lowres.h:83:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pu [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:146:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_param [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:146:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_param [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:1585:47: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable flags [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:1585:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flags [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:1626:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_EXTENDED_SAR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:1626:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_EXTENDED_SAR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:1648:39: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_EXTENDED_SAR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:1648:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_EXTENDED_SAR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:1662:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:1662:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:1670:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:1670:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:2043:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DIA_SEARCH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:2043:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DIA_SEARCH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:2056:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:2056:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:2068:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:2068:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:2335:78: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_ABR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:2335:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_ABR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:2490:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:2490:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:2557:38: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FORWARD [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:2557:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FORWARD [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:2702:58: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_MAX_STRING_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:2702:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_MAX_STRING_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:463:53: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_preset_names [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:463:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_preset_names [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:749:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_PARAM_BAD_NAME [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:749:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_PARAM_BAD_NAME [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:790:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_PARAM_BAD_NAME [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:790:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_PARAM_BAD_NAME [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:910:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_PARAM_BAD_NAME [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:910:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_PARAM_BAD_NAME [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/param.cpp:96:57: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_param [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/param.cpp:96:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_param [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/picyuv.cpp:137:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/picyuv.cpp:137:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/picyuv.cpp:163:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/picyuv.cpp:163:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/picyuv.cpp:188:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/picyuv.cpp:188:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/picyuv.cpp:212:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/picyuv.cpp:212:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/picyuv.cpp:344:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/picyuv.cpp:344:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/picyuv.cpp:606:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OUTPUT_BITDEPTH_DIV8 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/picyuv.cpp:606:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OUTPUT_BITDEPTH_DIV8 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/picyuv.cpp:664:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/picyuv.cpp:664:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/picyuv.cpp:702:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/picyuv.cpp:702:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/picyuv.cpp:721:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/picyuv.cpp:721:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/picyuv.cpp:80:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/picyuv.cpp:80:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:103:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:103:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:1183:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:1183:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:128:40: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable lx [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:128:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lx [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:173:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:173:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:269:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable h [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:269:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable h [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:283:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable h [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:283:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable h [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:351:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable h [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:351:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable h [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:364:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable h [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:364:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable h [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:375:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:375:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:388:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:388:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:400:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:400:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:418:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:418:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:435:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:435:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:453:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:453:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:45:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:45:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:466:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable blockSize [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:466:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blockSize [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:480:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable blockSize [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:480:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable blockSize [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:514:48: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:514:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:540:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:540:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:62:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:62:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:682:50: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:682:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:717:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:717:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:740:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:740:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:771:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:771:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:784:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:784:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:797:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:797:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:80:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:80:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ly [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:813:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:813:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:826:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:826:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:840:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:840:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable by [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:856:39: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:856:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:930:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOWRES_COST_MASK [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:930:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOWRES_COST_MASK [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/pixel.cpp:971:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable log2TrSize [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/pixel.cpp:971:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log2TrSize [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/dct_altivec.cpp:285:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/dct_altivec.cpp:285:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/dct_altivec.cpp:415:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/dct_altivec.cpp:415:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/dct_altivec.cpp:48:11: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/dct_altivec.cpp:48:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/dct_altivec.cpp:638:61: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_t32 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/dct_altivec.cpp:638:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_t32 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/dct_altivec.cpp:744:72: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_t16 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/dct_altivec.cpp:744:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_t16 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/dct_altivec.cpp:773:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/dct_altivec.cpp:773:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/dct_altivec.cpp:792:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/dct_altivec.cpp:792:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/dct_altivec.cpp:814:10: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_16x16 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/dct_altivec.cpp:814:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_16x16 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:15094:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:15094:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:15186:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:15186:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:15264:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:15264:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:15391:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:15391:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:20476:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:20476:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:23213:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:23213:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:23250:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:23250:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:23301:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:23301:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:23391:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:23391:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:23526:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:23526:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:23563:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:23563:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:23614:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:23614:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:23701:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:23701:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:30756:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable log2Size [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:30756:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log2Size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:30794:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NUM_INTRA_MODE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:30794:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_INTRA_MODE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:4727:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:4727:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:4834:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:4834:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:4903:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:4903:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/intrapred_altivec.cpp:4983:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/intrapred_altivec.cpp:4983:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOAD_ZERO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1062:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1062:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1482:10: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LUMA_16x16 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/ipfilter_altivec.cpp:1482:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_16x16 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/ipfilter_altivec.cpp:236:38: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/ipfilter_altivec.cpp:236:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/ipfilter_altivec.cpp:454:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable IF_INTERNAL_PREC [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/ipfilter_altivec.cpp:454:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IF_INTERNAL_PREC [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/ipfilter_altivec.cpp:595:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/ipfilter_altivec.cpp:595:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/ipfilter_altivec.cpp:810:74: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/ipfilter_altivec.cpp:810:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable width [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/pixel_altivec.cpp:1470:11: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/pixel_altivec.cpp:1470:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/pixel_altivec.cpp:4209:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/pixel_altivec.cpp:4209:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/pixel_altivec.cpp:466:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/pixel_altivec.cpp:466:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/pixel_altivec.cpp:536:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/pixel_altivec.cpp:536:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/pixel_altivec.cpp:761:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/pixel_altivec.cpp:761:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/pixel_altivec.cpp:812:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/pixel_altivec.cpp:812:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/pixel_altivec.cpp:89:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable lx [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/pixel_altivec.cpp:89:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lx [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ppc/pixel_altivec.cpp:951:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ppc/pixel_altivec.cpp:951:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vector [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/predict.cpp:461:39: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/predict.cpp:461:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/predict.cpp:572:39: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/predict.cpp:572:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/predict.cpp:630:30: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/predict.cpp:630:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/predict.cpp:656:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/predict.cpp:656:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/predict.cpp:694:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/predict.cpp:694:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/predict.cpp:71:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/predict.cpp:71:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/predict.cpp:753:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/predict.cpp:753:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/predict.cpp:933:26: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable cip [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/predict.cpp:933:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cip [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/predict.cpp:957:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable cip [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/predict.cpp:957:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cip [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/predict.cpp:978:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable cip [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/predict.cpp:978:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cip [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/predict.cpp:999:30: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable cip [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/predict.cpp:999:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cip [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/predict.cpp:99:69: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/predict.cpp:99:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/primitives.cpp:112:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/primitives.cpp:112:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/primitives.cpp:213:28: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/primitives.cpp:213:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/quant.cpp:206:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NoiseReduction [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/quant.cpp:206:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NoiseReduction [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/quant.cpp:224:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/quant.cpp:224:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/quant.cpp:235:26: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/quant.cpp:235:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/quant.cpp:410:49: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/quant.cpp:410:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/quant.cpp:484:50: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/quant.cpp:484:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/quant.cpp:555:49: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/quant.cpp:555:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/quant.cpp:612:55: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/quant.cpp:612:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/quant.h:56:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_lambda2_tab [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/quant.h:56:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_lambda2_tab [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/ringmem.cpp:163:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable S_IRUSR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ringmem.cpp:163:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IRUSR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/ringmem.cpp:210:24: warning: If memory allocation fails, then there is a possible null pointer dereference: pool [nullPointerOutOfMemory] x265_4.1/source/common/ringmem.cpp:192:30: note: Assuming allocation function fails x265_4.1/source/common/ringmem.cpp:192:30: note: Assignment 'pool=mmap(0,shrMemSize,PROT_READ|PROT_WRITE,MAP_SHARED,shrfd,0)', assigned value is 0 x265_4.1/source/common/ringmem.cpp:210:24: note: Null pointer dereference head x265_4.1/source/common/ringmem.cpp:214:60: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] x265_4.1/source/common/ringmem.cpp:192:30: note: Assuming allocation function fails x265_4.1/source/common/ringmem.cpp:192:30: note: Assignment 'pool=mmap(0,shrMemSize,PROT_READ|PROT_WRITE,MAP_SHARED,shrfd,0)', assigned value is 0 x265_4.1/source/common/ringmem.cpp:214:60: note: Null pointer addition 2.16.0 x265_4.1/source/common/scaler.cpp:474:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/scaler.cpp:474:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/scaler.cpp:529:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/scaler.cpp:529:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/scaler.cpp:758:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/scaler.cpp:758:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/scaler.cpp:864:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/scaler.cpp:864:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/scalinglist.cpp:251:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/scalinglist.cpp:251:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/scalinglist.cpp:363:40: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/scalinglist.cpp:363:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/shortyuv.cpp:44:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/shortyuv.cpp:44:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/shortyuv.cpp:85:45: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/shortyuv.cpp:85:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/shortyuv.h:77:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/shortyuv.h:77:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/shortyuv.h:85:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/shortyuv.h:85:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/slice.h:450:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_W_RADL [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/slice.h:450:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_W_RADL [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/slice.h:456:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_W_RADL [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/slice.h:456:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_W_RADL [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/slice.h:62:9: portability:inconclusive: Array 'bUsed' might be filled incompletely. Did you forget to multiply the size given to 'memset()' with 'sizeof(*bUsed)'? [incompleteArrayFill] 2.16.0 x265_4.1/source/common/temporalfilter.cpp:167:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/temporalfilter.cpp:167:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/temporalfilter.cpp:174:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/temporalfilter.cpp:174:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MV [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/temporalfilter.cpp:415:38: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/temporalfilter.cpp:415:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/temporalfilter.cpp:544:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/temporalfilter.cpp:544:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/temporalfilter.cpp:672:82: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_HEX_SEARCH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/temporalfilter.cpp:672:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_HEX_SEARCH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/temporalfilter.cpp:827:104: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_HEX_SEARCH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/temporalfilter.cpp:827:104: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_HEX_SEARCH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/temporalfilter.h:85:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/temporalfilter.h:85:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/threading.h:341:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/threading.h:341:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/threading.h:386:75: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ETIMEDOUT [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/threading.h:386:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETIMEDOUT [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/threading.h:429:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/threading.h:429:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/threading.h:583:32: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable O_CREAT [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/threading.h:583:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_CREAT [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/threadpool.cpp:298:40: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_DEBUG [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/threadpool.cpp:298:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_DEBUG [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/threadpool.cpp:666:30: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_MAX_FRAME_THREADS [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/threadpool.cpp:666:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_MAX_FRAME_THREADS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/vec/dct-sse3.cpp:1422:10: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_8x8 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/vec/dct-sse3.cpp:1422:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_8x8 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/vec/dct-sse3.cpp:621:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/vec/dct-sse3.cpp:621:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/vec/dct-sse3.cpp:70:62: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable tab_idct_8x8 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/vec/dct-sse3.cpp:70:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tab_idct_8x8 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/vec/dct-sse3.cpp:906:38: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/vec/dct-sse3.cpp:906:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/vec/dct-ssse3.cpp:1121:10: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_16x16 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/vec/dct-ssse3.cpp:1121:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_16x16 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/vec/dct-ssse3.cpp:116:38: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/vec/dct-ssse3.cpp:116:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/vec/dct-ssse3.cpp:682:38: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/vec/dct-ssse3.cpp:682:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/x86/asm-primitives.cpp:3212:19: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CPU_SSE2 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/x86/asm-primitives.cpp:3212:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CPU_SSE2 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/x86/asm-primitives.cpp:899:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/x86/asm-primitives.cpp:899:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/yuv.cpp:104:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/yuv.cpp:104:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/yuv.cpp:118:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/yuv.cpp:118:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/yuv.cpp:146:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/yuv.cpp:146:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/yuv.cpp:160:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/yuv.cpp:160:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/yuv.cpp:175:45: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/yuv.cpp:175:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/yuv.cpp:44:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/yuv.cpp:44:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I420 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/yuv.cpp:91:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/yuv.cpp:91:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/yuv.h:104:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/yuv.h:104:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/common/yuv.h:96:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] head x265_4.1/source/common/yuv.h:96:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/compat/getopt/getopt.c:681:15: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head x265_4.1/source/compat/getopt/getopt.c:681:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/JsonHelper.cpp:131:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/JsonHelper.cpp:131:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/JsonHelper.cpp:158:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/JsonHelper.cpp:158:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/JsonHelper.cpp:183:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/JsonHelper.cpp:183:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:180:51: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:180:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:181:62: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:181:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:182:66: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:182:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:183:66: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:183:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:189:51: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:189:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:190:45: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:190:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:191:66: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:191:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:192:66: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:192:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:198:47: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:198:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:204:58: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:204:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:211:62: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:211:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:219:64: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:219:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:301:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:301:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_value [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/json11/json11.cpp:600:85: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable digits10 [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/json11/json11.cpp:600:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable digits10 [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:121:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] head x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:136:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] head x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:161:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] head x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:174:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] 2.16.0 x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:260:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LEGACY [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:260:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LEGACY [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:294:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LEGACY [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:294:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LEGACY [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:356:40: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LEGACY [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:356:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LEGACY [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:391:44: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LEGACY [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:391:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LEGACY [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:409:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LLC [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:409:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LLC [valueFlowBailoutIncompleteVar] head x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:76:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] head x265_4.1/source/dynamicHDR10/metadataFromJson.cpp:97:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] 2.16.0 x265_4.1/source/encoder/api.cpp:1004:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_picture [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:1004:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_picture [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/api.cpp:1035:54: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_zone [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:1035:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_zone [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/api.cpp:1048:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable zoneParam [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:1048:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable zoneParam [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/api.cpp:1131:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:1131:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/api.cpp:1211:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_API_QUERY_ERR_VER_REFUSED [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:1211:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_API_QUERY_ERR_VER_REFUSED [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/api.cpp:1325:50: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_CRF [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:1325:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_CRF [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/api.cpp:1449:38: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_CRF [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:1449:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_CRF [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/api.cpp:1724:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_picture [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:1724:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_picture [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/api.cpp:352:44: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:352:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/api.cpp:672:26: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_LAYERS [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:672:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_LAYERS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/api.cpp:800:48: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:800:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/api.cpp:87:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:87:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/api.cpp:935:70: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable AVC_INFO [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:935:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AVC_INFO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/api.cpp:999:46: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_picture [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/api.cpp:999:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_picture [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/bitcost.cpp:50:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_lambda_tab [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/bitcost.cpp:50:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_lambda_tab [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/dpb.cpp:112:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable INTEGRAL_PLANE_NUM [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/dpb.cpp:112:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INTEGRAL_PLANE_NUM [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/dpb.cpp:154:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_W_RADL [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/dpb.cpp:154:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_W_RADL [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/dpb.cpp:427:24: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_W_RADL [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/dpb.cpp:427:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_W_RADL [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/dpb.cpp:568:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_N_LP [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/dpb.cpp:568:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NAL_UNIT_CODED_SLICE_IDR_N_LP [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/dpb.h:60:51: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable radl [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/dpb.h:60:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable radl [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1040:45: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1040:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1173:48: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LEAF [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1173:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LEAF [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1246:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_SKIP_FLAG_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1246:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SKIP_FLAG_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1300:37: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1300:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_zscanToPelX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1331:93: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MIN_LOG2_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1331:93: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIN_LOG2_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1466:93: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MIN_LOG2_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1466:93: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIN_LOG2_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1537:34: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1537:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1605:74: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable SIZE_2Nx2N [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1605:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_2Nx2N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1624:48: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_SAO_TYPE_IDX_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1624:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SAO_TYPE_IDX_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1659:37: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_SAO_TYPE_IDX_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1659:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SAO_TYPE_IDX_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1677:37: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_SAO_TYPE_IDX_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1677:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SAO_TYPE_IDX_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1720:32: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_SPLIT_FLAG_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1720:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SPLIT_FLAG_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1755:63: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1755:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1882:37: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable COEF_REMAIN_BIN_REDUCTION [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1882:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COEF_REMAIN_BIN_REDUCTION [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1913:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_ADI_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1913:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_ADI_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1922:48: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_OFF_CTX_MOD [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1922:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_OFF_CTX_MOD [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1933:35: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable SIZE_2Nx2N [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1933:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_2Nx2N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:1983:51: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_MERGE_IDX_EXT_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:1983:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_MERGE_IDX_EXT_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2001:67: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable SIZE_2Nx2N [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2001:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_2Nx2N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2052:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable DM_CHROMA_IDX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2052:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DM_CHROMA_IDX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2075:38: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable SIZE_2Nx2N [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2075:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_2Nx2N [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2085:44: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_REF_NO_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2085:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_REF_NO_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2110:48: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_MV_RES_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2110:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_MV_RES_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2145:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable QP_BD_OFFSET [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2145:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QP_BD_OFFSET [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2170:30: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I422 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2170:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I422 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2237:34: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable cu [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2237:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cu [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:230:70: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_OFF_CTX_MOD [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:230:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_OFF_CTX_MOD [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2640:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_QT_CBF_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2640:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_QT_CBF_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2657:32: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NUM_SIG_CG_FLAG_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2657:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_SIG_CG_FLAG_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2680:30: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_SIG_FLAG_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2680:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SIG_FLAG_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2760:49: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_ONE_FLAG_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2760:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_ONE_FLAG_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2799:48: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_OFF_CTX_MOD [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2799:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_OFF_CTX_MOD [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2856:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2856:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2867:10: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2867:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2912:10: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2912:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2929:10: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2929:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:2959:10: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:2959:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:538:36: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:538:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:743:43: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAINREXT [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:743:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAINREXT [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:873:48: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NUM_SIZES [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:873:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_SIZES [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.cpp:889:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_MATRIX_COEF_NUM [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.cpp:889:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_MATRIX_COEF_NUM [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:118:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:118:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:122:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:122:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:131:10: performance:inconclusive: Either there is a missing 'override', or the member function 'X265_NS::Entropy::markValid' can be static. [functionStatic] 2.16.0 x265_4.1/source/encoder/entropy.h:158:94: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:158:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:175:103: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_SAO_MERGE_FLAG_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:175:103: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SAO_MERGE_FLAG_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:176:103: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_SAO_TYPE_IDX_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:176:103: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SAO_TYPE_IDX_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:177:105: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_MVP_IDX_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:177:105: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_MVP_IDX_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:178:125: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_MERGE_FLAG_EXT_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:178:125: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_MERGE_FLAG_EXT_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:179:123: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_SKIP_FLAG_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:179:123: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SKIP_FLAG_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:180:147: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_SPLIT_FLAG_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:180:147: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SPLIT_FLAG_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:181:110: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_TRANS_SUBDIV_FLAG_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:181:110: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_TRANS_SUBDIV_FLAG_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:182:99: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MODE_INTRA [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:182:99: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MODE_INTRA [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:183:110: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_TQUANT_BYPASS_FLAG_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:183:110: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_TQUANT_BYPASS_FLAG_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:184:107: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_QT_CBF_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:184:107: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_QT_CBF_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:185:107: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_QT_CBF_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:185:107: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_QT_CBF_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:186:107: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_QT_ROOT_CBF_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:186:107: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_QT_ROOT_CBF_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:187:122: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_TRANSFORMSKIP_FLAG_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:187:122: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_TRANSFORMSKIP_FLAG_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:200:88: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_ADI_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:200:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_ADI_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:201:122: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_ADI_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:201:122: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_ADI_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:202:132: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_QT_CBF_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:202:132: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_QT_CBF_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:206:46: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_SKIP_FLAG_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:206:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_SKIP_FLAG_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/entropy.h:211:67: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable OFF_QT_ROOT_CBF_CTX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/entropy.h:211:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFF_QT_ROOT_CBF_CTX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/level.cpp:360:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_T_LAYERS [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/level.cpp:360:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_T_LAYERS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/level.cpp:565:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/level.cpp:565:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/level.cpp:68:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/level.cpp:68:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/level.cpp:92:50: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAINSTILLPICTURE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/level.cpp:92:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAINSTILLPICTURE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/motion.cpp:106:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_HEX_SEARCH [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/motion.cpp:106:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_HEX_SEARCH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/motion.cpp:120:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/motion.cpp:120:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/motion.cpp:127:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/motion.cpp:127:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/motion.cpp:1611:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/motion.cpp:1611:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/motion.cpp:170:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/motion.cpp:170:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/motion.cpp:197:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/motion.cpp:197:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/motion.cpp:222:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/motion.cpp:222:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LUMA_4x4 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/motion.cpp:422:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable costs [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/motion.cpp:422:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable costs [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/motion.cpp:666:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/motion.cpp:666:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/motion.cpp:817:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/motion.cpp:817:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/motion.cpp:93:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/motion.cpp:93:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/motion.h:87:93: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/motion.h:87:93: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/motion.h:89:94: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/motion.h:89:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/nal.cpp:52:39: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_nal [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/nal.cpp:52:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_nal [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/nal.cpp:79:26: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/nal.cpp:79:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:1079:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:1079:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:1125:40: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_ABR [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:1125:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_ABR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:1260:146: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_CRF [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:1260:146: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_CRF [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:1285:26: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable P_SLICE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:1285:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable P_SLICE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:1387:38: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable startFrame [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:1387:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable startFrame [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:1655:24: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable I_SLICE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:1655:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I_SLICE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:1664:28: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_BREF [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:1664:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_BREF [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:1672:51: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable P_SLICE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:1672:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable P_SLICE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:1811:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_SHARE_MODE_FILE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:1811:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_SHARE_MODE_FILE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:1866:104: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_ABR [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:1866:104: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_ABR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:188:55: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOWRES_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:188:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOWRES_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:1908:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable P_SLICE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:1908:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable P_SLICE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:1928:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:1928:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:2431:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable I_SLICE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:2431:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I_SLICE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:2529:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:2529:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:2563:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_AUTO [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:2563:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_AUTO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:2597:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_AUTO [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:2597:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_AUTO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:2648:24: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable P_SLICE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:2648:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable P_SLICE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:2803:55: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable encodedBits [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:2803:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encodedBits [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:2875:54: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable rowSatd [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:2875:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rowSatd [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:3084:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:3084:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:3136:68: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_CRF [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:3136:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_CRF [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:3305:36: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable I_SLICE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:3305:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I_SLICE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:3432:36: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:3432:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:3542:38: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FORWARD_WINDOW [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:3542:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FORWARD_WINDOW [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:3623:39: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable BACKWARD_WINDOW [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:3623:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BACKWARD_WINDOW [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:387:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_SHR_NAME_LEN [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:387:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_SHR_NAME_LEN [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:407:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:407:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_WARNING [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:449:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:449:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/ratecontrol.cpp:836:44: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_ABR [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/ratecontrol.cpp:836:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_RC_ABR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/reference.cpp:126:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_lumaMarginX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/reference.cpp:126:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_lumaMarginX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/reference.cpp:53:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable reconPic [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/reference.cpp:53:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reconPic [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.cpp:45:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.cpp:45:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_bitIf [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:129:56: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_BYTE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:129:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_BYTE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:177:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable USER_DATA_REGISTERED_ITU_T_T35 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:177:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable USER_DATA_REGISTERED_ITU_T_T35 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:291:49: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_BYTE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:291:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_BYTE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:309:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_payloadType [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:309:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_payloadType [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:58:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable USER_DATA_REGISTERED_ITU_T_T35 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:58:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable USER_DATA_REGISTERED_ITU_T_T35 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:593:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MASTERING_DISPLAY_INFO [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:593:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MASTERING_DISPLAY_INFO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:629:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CONTENT_LIGHT_LEVEL_INFO [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:629:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONTENT_LIGHT_LEVEL_INFO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:646:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable DECODED_PICTURE_HASH [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:646:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DECODED_PICTURE_HASH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:663:46: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:663:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:691:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ACTIVE_PARAMETER_SETS [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:691:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ACTIVE_PARAMETER_SETS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:717:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_payloadType [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:717:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_payloadType [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:747:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PICTURE_TIMING [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:747:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PICTURE_TIMING [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:784:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable RECOVERY_POINT [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:784:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RECOVERY_POINT [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:806:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ALTERNATIVE_TRANSFER_CHARACTERISTICS [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:806:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ALTERNATIVE_TRANSFER_CHARACTERISTICS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/sei.h:83:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FILM_GRAIN_CHARACTERISTICS [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/sei.h:83:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILM_GRAIN_CHARACTERISTICS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:1124:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_pool [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:1124:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_pool [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:1141:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_pool [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:1141:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_pool [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:1190:19: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_pool [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:1190:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_pool [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:1275:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_helpWanted [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:1275:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_helpWanted [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:1337:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:1337:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:1455:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable cu [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:1455:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cu [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:1594:63: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NUMBER_OF_SEGMENTS_IN_WIDTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:1594:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMBER_OF_SEGMENTS_IN_WIDTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:1668:75: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NUMBER_OF_SEGMENTS_IN_WIDTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:1668:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMBER_OF_SEGMENTS_IN_WIDTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:167:109: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:167:109: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:1741:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_jobAcquired [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:1741:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_jobAcquired [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:1768:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable sliceType [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:1768:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sliceType [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:1819:52: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:1819:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:1880:74: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable mvs0 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:1880:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mvs0 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:1913:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:1913:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:252:48: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable cu [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:252:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cu [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:2692:24: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_B [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:2692:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_B [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:2749:55: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:2749:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:276:66: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:276:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:293:30: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable cu [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:293:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cu [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:308:30: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_log2Size [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:308:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_log2Size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:3194:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_DEBUG [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:3194:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_DEBUG [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:3222:55: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NUMBER_OF_SEGMENTS_IN_WIDTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:3222:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUMBER_OF_SEGMENTS_IN_WIDTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:3363:19: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:3363:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOOKAHEAD_MAX [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:3393:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_AUTO [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:3393:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_AUTO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:345:30: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_log2Size [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:345:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_log2Size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:3464:47: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_P [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:3464:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_P [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:3503:46: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:3503:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:3557:45: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_B [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:3557:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_B [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:3702:43: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable word [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:3702:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable word [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:3793:34: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable g_log2Size [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:3793:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_log2Size [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:3947:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_B [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:3947:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_B [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:4033:32: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_jobTotal [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:4033:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_jobTotal [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:4048:43: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_jobTotal [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:4048:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_jobTotal [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:4064:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_jobAcquired [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:4064:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_jobAcquired [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:4138:54: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:4138:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:4234:57: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable isWeighted [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:4234:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable isWeighted [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:484:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_AQ_NONE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:484:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_AQ_NONE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:62:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:62:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I444 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:706:36: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOWRES_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:706:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOWRES_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:822:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:822:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:855:30: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:855:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:900:75: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:900:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.cpp:974:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable m_pool [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.cpp:974:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_pool [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/slicetype.h:92:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/slicetype.h:92:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_CSP_I400 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/weightPrediction.cpp:140:32: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable chroma [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/weightPrediction.cpp:140:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chroma [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/weightPrediction.cpp:182:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/weightPrediction.cpp:182:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/weightPrediction.cpp:224:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_NUM_REF [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/weightPrediction.cpp:224:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_NUM_REF [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/weightPrediction.cpp:54:37: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable log2WeightDenom [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/weightPrediction.cpp:54:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log2WeightDenom [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/encoder/weightPrediction.cpp:85:51: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable buf8x8 [valueFlowBailoutIncompleteVar] head x265_4.1/source/encoder/weightPrediction.cpp:85:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buf8x8 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/input/y4m.cpp:136:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] head x265_4.1/source/input/y4m.cpp:136:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/input/y4m.cpp:158:32: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head x265_4.1/source/input/y4m.cpp:158:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/input/y4m.cpp:350:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head x265_4.1/source/input/y4m.cpp:350:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/input/y4m.cpp:397:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] head x265_4.1/source/input/y4m.cpp:397:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/input/y4m.cpp:63:15: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] head x265_4.1/source/input/y4m.cpp:63:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/input/yuv.cpp:126:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] head x265_4.1/source/input/yuv.cpp:126:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/input/yuv.cpp:174:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable frameRead [valueFlowBailoutIncompleteVar] head x265_4.1/source/input/yuv.cpp:174:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable frameRead [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/input/yuv.cpp:210:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] head x265_4.1/source/input/yuv.cpp:210:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/input/yuv.cpp:58:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] head x265_4.1/source/input/yuv.cpp:58:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/output/raw.cpp:40:15: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head x265_4.1/source/output/raw.cpp:40:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/output/raw.cpp:86:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head x265_4.1/source/output/raw.cpp:86:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/output/reconplay.cpp:127:32: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/output/reconplay.cpp:127:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/output/reconplay.cpp:179:46: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel [valueFlowBailoutIncompleteVar] head x265_4.1/source/output/reconplay.cpp:179:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/output/reconplay.cpp:46:35: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] head x265_4.1/source/output/reconplay.cpp:46:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_ERROR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/output/reconplay.cpp:54:45: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable SIG_ERR [valueFlowBailoutIncompleteVar] head x265_4.1/source/output/reconplay.cpp:54:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_ERR [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/output/y4m.cpp:39:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] head x265_4.1/source/output/y4m.cpp:39:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/output/y4m.cpp:91:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] head x265_4.1/source/output/y4m.cpp:91:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/output/yuv.cpp:39:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] head x265_4.1/source/output/yuv.cpp:39:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/output/yuv.cpp:66:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] head x265_4.1/source/output/yuv.cpp:66:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x265_cli_csps [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/intrapredharness.cpp:108:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ADI_BUF_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/intrapredharness.cpp:108:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ADI_BUF_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/intrapredharness.cpp:150:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ADI_BUF_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/intrapredharness.cpp:150:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ADI_BUF_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/intrapredharness.cpp:194:45: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/intrapredharness.cpp:194:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/intrapredharness.cpp:215:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_4x4 [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/intrapredharness.cpp:215:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_4x4 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/intrapredharness.cpp:267:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_4x4 [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/intrapredharness.cpp:267:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BLOCK_4x4 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/intrapredharness.cpp:33:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/intrapredharness.cpp:33:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/intrapredharness.cpp:48:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ADI_BUF_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/intrapredharness.cpp:48:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ADI_BUF_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/intrapredharness.cpp:80:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ADI_BUF_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/intrapredharness.cpp:80:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ADI_BUF_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:110:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:110:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:155:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:155:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:193:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable short_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:193:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:228:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable short_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:228:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:263:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:263:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:298:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:298:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:336:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:336:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:374:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable short_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:374:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:39:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:39:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:409:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable short_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:409:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:446:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:446:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:479:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:479:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:501:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:501:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:520:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:520:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:543:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:543:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:559:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NUM_PU_SIZES [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:559:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_PU_SIZES [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:715:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NUM_PU_SIZES [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:715:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_PU_SIZES [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/ipfilterharness.cpp:75:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/ipfilterharness.cpp:75:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/mbdstharness.cpp:150:28: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable QP_MAX_SPEC [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/mbdstharness.cpp:150:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QP_MAX_SPEC [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/mbdstharness.cpp:186:28: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable QP_MAX_SPEC [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/mbdstharness.cpp:186:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QP_MAX_SPEC [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/mbdstharness.cpp:221:28: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable QP_MAX_SPEC [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/mbdstharness.cpp:221:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QP_MAX_SPEC [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/mbdstharness.cpp:264:34: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable QP_MAX_SPEC [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/mbdstharness.cpp:264:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QP_MAX_SPEC [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/mbdstharness.cpp:311:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/mbdstharness.cpp:311:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/mbdstharness.cpp:355:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/mbdstharness.cpp:355:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/mbdstharness.cpp:398:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/mbdstharness.cpp:398:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/mbdstharness.cpp:481:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NUM_TR_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/mbdstharness.cpp:481:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_TR_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/mbdstharness.cpp:56:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/mbdstharness.cpp:56:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/mbdstharness.cpp:629:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable mbuf1 [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/mbdstharness.cpp:629:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mbuf1 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1008:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1008:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1030:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1030:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1053:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable sum0 [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1053:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sum0 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1076:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1076:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1103:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1103:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1127:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1127:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:112:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:112:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1155:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1155:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1183:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1183:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1211:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1211:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1247:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1247:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1280:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1280:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1316:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1316:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:133:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable residual_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:133:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable residual_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1351:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1351:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1396:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1396:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1447:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1447:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CU_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1492:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1492:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:150:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:150:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1520:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1520:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1561:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1561:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1598:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1598:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1626:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1626:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1653:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1653:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1680:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1680:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1703:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1703:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1728:45: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1728:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:178:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:178:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FENC_STRIDE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1814:44: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1814:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:1863:45: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:1863:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:2012:43: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MLS_CG_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:2012:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MLS_CG_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:2044:43: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MLS_CG_SIZE [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:2044:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MLS_CG_SIZE [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:208:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:208:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:2104:37: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:2104:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:2137:37: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:2137:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:2170:37: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:2170:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:2201:37: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:2201:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:2233:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:2233:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:2279:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:2279:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITERS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:2298:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:2298:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:2322:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:2322:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:233:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:233:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:2346:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable satd [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:2346:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable satd [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:261:26: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable sbuf1 [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:261:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sbuf1 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:2635:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NUM_CU_SIZES [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:2635:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_CU_SIZES [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:279:26: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable sbuf1 [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:279:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sbuf1 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:296:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:296:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:3204:19: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pbuf2 [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:3204:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pbuf2 [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:332:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:332:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:3407:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NUM_CU_SIZES [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:3407:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NUM_CU_SIZES [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:388:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:388:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:38:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:38:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:422:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:422:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:440:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:440:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:468:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:468:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:496:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:496:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:520:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:520:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:547:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:547:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:575:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:575:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:602:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:602:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:631:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:631:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:661:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:661:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:689:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:689:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:717:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:717:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:745:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:745:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:771:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:771:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:796:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:796:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:821:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:821:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:850:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:850:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:875:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:875:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:900:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:900:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:91:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:91:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pixel_test_buff [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:926:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:926:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:952:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:952:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/pixelharness.cpp:979:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/pixelharness.cpp:979:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ref_dest [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/test/testbench.cpp:159:50: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] head x265_4.1/source/test/testbench.cpp:159:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_DEPTH [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/x265.cpp:166:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265.cpp:166:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/x265.cpp:95:10: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265.cpp:95:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/x265cli.cpp:1099:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_AUTO [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265cli.cpp:1099:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_TYPE_AUTO [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265cli.cpp:1131:15: style: Variable 'argLine' can be declared as pointer to const [constVariablePointer] 2.16.0 x265_4.1/source/x265cli.cpp:1145:32: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable startFrame [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265cli.cpp:1145:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable startFrame [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265cli.cpp:1250:13: warning: If memory allocation fails, then there is a possible null pointer dereference: args [nullPointerOutOfMemory] x265_4.1/source/x265cli.cpp:1248:41: note: Assuming allocation function fails x265_4.1/source/x265cli.cpp:1248:27: note: Assignment 'args=(char**)malloc(256*sizeof(char*))', assigned value is 0 x265_4.1/source/x265cli.cpp:1250:13: note: Null pointer dereference head x265_4.1/source/x265cli.cpp:1254:17: warning: If memory allocation fails, then there is a possible null pointer dereference: args [nullPointerOutOfMemory] x265_4.1/source/x265cli.cpp:1248:41: note: Assuming allocation function fails x265_4.1/source/x265cli.cpp:1248:27: note: Assignment 'args=(char**)malloc(256*sizeof(char*))', assigned value is 0 x265_4.1/source/x265cli.cpp:1254:17: note: Null pointer dereference head x265_4.1/source/x265cli.cpp:1257:13: warning: If memory allocation fails, then there is a possible null pointer dereference: args [nullPointerOutOfMemory] x265_4.1/source/x265cli.cpp:1248:41: note: Assuming allocation function fails x265_4.1/source/x265cli.cpp:1248:27: note: Assignment 'args=(char**)malloc(256*sizeof(char*))', assigned value is 0 x265_4.1/source/x265cli.cpp:1257:13: note: Null pointer dereference 2.16.0 x265_4.1/source/x265cli.cpp:1277:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265cli.cpp:1277:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265cli.cpp:1279:39: warning: If memory allocation fails, then there is a possible null pointer dereference: argv [nullPointerOutOfMemory] x265_4.1/source/x265cli.cpp:1248:41: note: Assuming allocation function fails x265_4.1/source/x265cli.cpp:1248:27: note: Assignment 'args=(char**)malloc(256*sizeof(char*))', assigned value is 0 x265_4.1/source/x265cli.cpp:1259:60: note: Calling function 'parseScenecutAwareQpParam', 2nd argument 'args' value is 0 x265_4.1/source/x265cli.cpp:1279:39: note: Null pointer dereference 2.16.0 x265_4.1/source/x265cli.cpp:40:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265cli.cpp:40:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X265_LOG_INFO [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/x265cli.cpp:455:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_VIEWS [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265cli.cpp:455:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_VIEWS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/x265cli.cpp:506:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265cli.cpp:506:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/x265cli.cpp:520:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265cli.cpp:520:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/x265cli.cpp:625:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_VIEWS [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265cli.cpp:625:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_VIEWS [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/x265cli.cpp:62:121: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable logLevelNames [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265cli.cpp:62:121: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable logLevelNames [valueFlowBailoutIncompleteVar] 2.16.0 x265_4.1/source/x265cli.h:453:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MAX_VIEWS [valueFlowBailoutIncompleteVar] head x265_4.1/source/x265cli.h:453:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_VIEWS [valueFlowBailoutIncompleteVar] DONE