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

  /external/opencv/cv/src/
cvoptflowbm.cpp 191 int Y_shift_count = maxRange.height / shiftSize.height;
192 int min_count = MIN( X_shift_count, Y_shift_count );
244 if( X_shift_count < Y_shift_count )
249 for( i = min_count; i < Y_shift_count; i++ )
274 else if( X_shift_count > Y_shift_count )
286 for( j = -Y_shift_count; j <= Y_shift_count; j++, ss_count++ )
296 for( j = -Y_shift_count; j <= Y_shift_count; j++, ss_count++ )

Completed in 156 milliseconds