Cppcheck: Fixed almost all performance hints

This commit is contained in:
heckflosse
2016-10-03 01:56:22 +02:00
parent 3552fd4161
commit 3bef6cb8de
6 changed files with 7 additions and 157 deletions

View File

@@ -250,8 +250,8 @@ static void _convolveImageVert(
static void _convolveSeparate(
_KLT_FloatImage imgin,
ConvolutionKernel horiz_kernel,
ConvolutionKernel vert_kernel,
const ConvolutionKernel &horiz_kernel,
const ConvolutionKernel &vert_kernel,
_KLT_FloatImage imgout)
{
/* Create temporary image */