Home | History | Annotate | Download | only in src

Lines Matching refs:stripe_size

1406             int stripe_size = 1 << 14; // the optimal value may depend on CPU cache,
1412 CV_CALL( temp = icvIPPFilterInit( src, stripe_size, el_size ));
1457 const int STRIPE_SIZE = (int) cvCeil(
1460 for( int i = 0; i < size.width; i += STRIPE_SIZE - 2*r )
1462 int stripe = STRIPE_SIZE;
1464 if( i + STRIPE_SIZE - 2*r >= size.width ||
1465 size.width - (i + STRIPE_SIZE - 2*r) < 2*r+1 )