CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR MAIN12 /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/encoder/analysis.cpp:2695:33: warning: absolute value function 'abs' given an argument of type 'int64_t' (aka 'long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] diffRefine[i] = abs((int64_t)(trainData.cuVariance - m_frame->m_classifyVariance[offset])); ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/encoder/analysis.cpp:2695:33: note: use function 'std::abs' instead diffRefine[i] = abs((int64_t)(trainData.cuVariance - m_frame->m_classifyVariance[offset])); ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/encoder/analysis.cpp:2696:35: warning: absolute value function 'abs' given an argument of type 'int64_t' (aka 'long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] diffRefineRd[i] = abs((int64_t)(cuCost - m_frame->m_classifyRd[offset])); ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/encoder/analysis.cpp:2696:35: note: use function 'std::abs' instead diffRefineRd[i] = abs((int64_t)(cuCost - m_frame->m_classifyRd[offset])); ^~~ std::abs 2 warnings generated. /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/encoder/ratecontrol.cpp:1736:14: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] q = abs(projectedBitrate - m_bitrate) < abs (curBitrate - m_bitrate) ? x265_qp2qScale(newQp) : m_lastQScaleFor[P_SLICE]; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/encoder/ratecontrol.cpp:1736:14: note: use function 'std::abs' instead q = abs(projectedBitrate - m_bitrate) < abs (curBitrate - m_bitrate) ? x265_qp2qScale(newQp) : m_lastQScaleFor[P_SLICE]; ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/encoder/ratecontrol.cpp:1736:50: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] q = abs(projectedBitrate - m_bitrate) < abs (curBitrate - m_bitrate) ? x265_qp2qScale(newQp) : m_lastQScaleFor[P_SLICE]; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/encoder/ratecontrol.cpp:1736:50: note: use function 'std::abs' instead q = abs(projectedBitrate - m_bitrate) < abs (curBitrate - m_bitrate) ? x265_qp2qScale(newQp) : m_lastQScaleFor[P_SLICE]; ^~~ std::abs 2 warnings generated. /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[lx >> 1])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[lx >> 1])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[2] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: note: use function 'std::abs' instead + abs(encDC[2] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: note: use function 'std::abs' instead + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1105:26: note: in instantiation of function template specialization '(anonymous namespace)::ads_x1<4, 4>' requested here p.pu[LUMA_4x4].ads = ads_x1<4, 4>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1106:26: note: in instantiation of function template specialization '(anonymous namespace)::ads_x1<8, 8>' requested here p.pu[LUMA_8x8].ads = ads_x1<8, 8>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1107:26: note: in instantiation of function template specialization '(anonymous namespace)::ads_x2<8, 4>' requested here p.pu[LUMA_8x4].ads = ads_x2<8, 4>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1108:26: note: in instantiation of function template specialization '(anonymous namespace)::ads_x2<4, 8>' requested here p.pu[LUMA_4x8].ads = ads_x2<4, 8>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1109:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x4<16, 16>' requested here p.pu[LUMA_16x16].ads = ads_x4<16, 16>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[lx >> 1])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[lx >> 1])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[2] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: note: use function 'std::abs' instead + abs(encDC[2] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: note: use function 'std::abs' instead + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1110:27: note: in instantiation of function template specialization '(anonymous namespace)::ads_x2<16, 8>' requested here p.pu[LUMA_16x8].ads = ads_x2<16, 8>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1111:27: note: in instantiation of function template specialization '(anonymous namespace)::ads_x2<8, 16>' requested here p.pu[LUMA_8x16].ads = ads_x2<8, 16>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1112:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x1<16, 12>' requested here p.pu[LUMA_16x12].ads = ads_x1<16, 12>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1113:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x1<12, 16>' requested here p.pu[LUMA_12x16].ads = ads_x1<12, 16>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1114:27: note: in instantiation of function template specialization '(anonymous namespace)::ads_x1<16, 4>' requested here p.pu[LUMA_16x4].ads = ads_x1<16, 4>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1115:27: note: in instantiation of function template specialization '(anonymous namespace)::ads_x1<4, 16>' requested here p.pu[LUMA_4x16].ads = ads_x1<4, 16>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:159:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1116:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x4<32, 32>' requested here p.pu[LUMA_32x32].ads = ads_x4<32, 32>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[lx >> 1])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[lx >> 1])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[2] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: note: use function 'std::abs' instead + abs(encDC[2] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: note: use function 'std::abs' instead + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1117:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x2<32, 16>' requested here p.pu[LUMA_32x16].ads = ads_x2<32, 16>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1118:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x2<16, 32>' requested here p.pu[LUMA_16x32].ads = ads_x2<16, 32>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1119:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x4<32, 24>' requested here p.pu[LUMA_32x24].ads = ads_x4<32, 24>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[lx >> 1])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[lx >> 1])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[2] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: note: use function 'std::abs' instead + abs(encDC[2] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: note: use function 'std::abs' instead + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1120:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x4<24, 32>' requested here p.pu[LUMA_24x32].ads = ads_x4<24, 32>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[lx >> 1])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[lx >> 1])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[2] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: note: use function 'std::abs' instead + abs(encDC[2] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: note: use function 'std::abs' instead + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1121:27: note: in instantiation of function template specialization '(anonymous namespace)::ads_x4<32, 8>' requested here p.pu[LUMA_32x8].ads = ads_x4<32, 8>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[lx >> 1])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[lx >> 1])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[2] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: note: use function 'std::abs' instead + abs(encDC[2] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: note: use function 'std::abs' instead + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1122:27: note: in instantiation of function template specialization '(anonymous namespace)::ads_x4<8, 32>' requested here p.pu[LUMA_8x32].ads = ads_x4<8, 32>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[lx >> 1])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[lx >> 1])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[2] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: note: use function 'std::abs' instead + abs(encDC[2] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: note: use function 'std::abs' instead + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1123:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x4<64, 64>' requested here p.pu[LUMA_64x64].ads = ads_x4<64, 64>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[lx >> 1])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[lx >> 1])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[2] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: note: use function 'std::abs' instead + abs(encDC[2] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: note: use function 'std::abs' instead + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1124:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x2<64, 32>' requested here p.pu[LUMA_64x32].ads = ads_x2<64, 32>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1125:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x2<32, 64>' requested here p.pu[LUMA_32x64].ads = ads_x2<32, 64>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:144:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:145:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1126:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x4<64, 48>' requested here p.pu[LUMA_64x48].ads = ads_x4<64, 48>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[lx >> 1])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[lx >> 1])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[2] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: note: use function 'std::abs' instead + abs(encDC[2] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: note: use function 'std::abs' instead + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1127:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x4<48, 64>' requested here p.pu[LUMA_48x64].ads = ads_x4<48, 64>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[lx >> 1])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[lx >> 1])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[2] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: note: use function 'std::abs' instead + abs(encDC[2] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: note: use function 'std::abs' instead + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1128:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x4<64, 16>' requested here p.pu[LUMA_64x16].ads = ads_x4<64, 16>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[lx >> 1])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[lx >> 1])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[2] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: note: use function 'std::abs' instead + abs(encDC[2] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: note: use function 'std::abs' instead + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] int ads = abs(encDC[0] - long(sums[0])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:1129:28: note: in instantiation of function template specialization '(anonymous namespace)::ads_x4<16, 64>' requested here p.pu[LUMA_16x64].ads = ads_x4<16, 64>; ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:127:19: note: use function 'std::abs' instead int ads = abs(encDC[0] - long(sums[0])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[1] - long(sums[lx >> 1])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:128:15: note: use function 'std::abs' instead + abs(encDC[1] - long(sums[lx >> 1])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[2] - long(sums[delta])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:129:15: note: use function 'std::abs' instead + abs(encDC[2] - long(sums[delta])) ^~~ std::abs /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^ /home/conan/w/cci_PR-3433/.conan/data/libx265/3.4/_/_/build/73bca8a84c3ec6dfc9ebf28bae670e4054e833be/source_subfolder/source/common/pixel.cpp:130:15: note: use function 'std::abs' instead + abs(encDC[3] - long(sums[delta + (lx >> 1)])) ^~~ std::abs 73 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY x265 [info]: HEVC encoder version 0.0 x265 [info]: build info [Linux][clang 6.0.0][64 bit] 8bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 x265 [info]: Main profile, Level-3 (Main tier) x265 [info]: Thread pool created using 4 threads x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 2 / wpp(8 rows) x265 [warning]: Source height < 720p; disabling lookahead-slices x265 [info]: Coding QT: max CU size, min CU size : 64 / 8 x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra x265 [info]: ME / range / subpel / merge : hex / 57 / 2 / 3 x265 [info]: Keyframe min / max / scenecut / bias : 25 / 250 / 40 / 5.00 x265 [info]: Lookahead / bframes / badapt : 20 / 4 / 2 x265 [info]: b-pyramid / weightp / weightb : 1 / 1 / 0 x265 [info]: References / ref-limit cu / depth : 3 / off / on x265 [info]: AQ: mode / str / qg-size / cu-tree : 2 / 1.0 / 32 / 1 x265 [info]: Rate Control / qCompress : CRF-28.0 / 0.60 x265 [info]: tools: rd=3 psy-rd=2.00 early-skip rskip mode=1 signhide tmvp x265 [info]: tools: b-intra strong-intra-smoothing deblock sao encoded 0 frames