Home | History | Annotate | Download | only in src

Lines Matching refs:sum_step

393     int mat_step, sum_step, mask_step = 0;
431 sum_step = sum->step;
444 mat_step = sum_step = CV_STUB_STEP;
448 IPPI_CALL( func( mat->data.ptr, mat_step, sum->data.ptr, sum_step, size ));
470 mat_step = sum_step = mask_step = CV_STUB_STEP;
475 sum->data.ptr, sum_step, size ));
495 int mat_step, sum_step, mask_step = 0;
526 sum_step = sum->step;
540 mat_step = sum_step = CV_STUB_STEP;;
544 IPPI_CALL( func( mat->data.ptr, mat_step, sum->data.ptr, sum_step, size ));
566 mat_step = sum_step = mask_step = CV_STUB_STEP;
571 sum->data.ptr, sum_step, size ));
592 int mat1_step, mat2_step, sum_step, mask_step = 0;
626 sum_step = sum->step;
640 mat1_step = mat2_step = sum_step = CV_STUB_STEP;
645 sum->data.ptr, sum_step, size ));
667 mat1_step = mat2_step = sum_step = mask_step = CV_STUB_STEP;
673 sum->data.ptr, sum_step, size ));
703 int mat_step, sum_step, mask_step = 0;
734 sum_step = sum->step;
747 mat_step = sum_step = CV_STUB_STEP;
752 sum->data.ptr, sum_step, size, (float)alpha ));
774 mat_step = sum_step = mask_step = CV_STUB_STEP;
779 sum->data.ptr, sum_step, size, (float)alpha ));