HomeSort by relevance Sort by last modified time
    Searched full:x_shift_count (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvoptflowbm.cpp 190 int X_shift_count = maxRange.width / shiftSize.width;
192 int min_count = MIN( X_shift_count, Y_shift_count );
244 if( X_shift_count < Y_shift_count )
256 for( j = -X_shift_count; j <= X_shift_count; j++, ss_count++ )
266 for( j = -X_shift_count; j <= X_shift_count; j++, ss_count++ )
274 else if( X_shift_count > Y_shift_count )
279 for( i = min_count; i < X_shift_count; i++ )

Completed in 155 milliseconds