Home | History | Annotate | Download | only in src

Lines Matching refs:imageHeight

108     int imageHeight = imgSize.height;
177 BufferSize = imageHeight * imageWidth;
215 for( i = 1; i < imageHeight - 1; i++ )
226 MemX[0][imageHeight - 1] =
227 MemX[1][imageHeight - 1] = CONV( imgA[pixNumber - imgStep],
238 LastLine = imgStep * (imageHeight - 1);
239 while( ConvLine < imageHeight )
326 for( i = 0; i < imageHeight; i++ )
340 LastLine = velStep * (imageHeight - 1);
351 for( i = 0; i < imageHeight; i++ )
453 memcpy( &velocityX[imageWidth * (imageHeight - 1)],
454 VelBufX[(imageHeight - 1) & 1], imageWidth * sizeof( float ));
456 memcpy( &velocityY[imageWidth * (imageHeight - 1)],
457 VelBufY[(imageHeight - 1) & 1], imageWidth * sizeof( float ));