HomeSort by relevance Sort by last modified time
    Searched refs:b_max (Results 1 - 4 of 4) sorted by null

  /external/opencv/cv/src/
cvshapedescr.cpp 517 icvMemCopy( double **buf1, double **buf2, double **buf3, int *b_max )
524 bb = *b_max;
527 *b_max = 2 * (*b_max);
528 *buf2 = (double *)cvAlloc( (*b_max) * sizeof( double ));
541 *b_max = 2 * (*b_max);
542 *buf1 = (double *) cvAlloc( (*b_max) * sizeof( double ));
    [all...]
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 723 icvMemCopy( double **buf1, double **buf2, double **buf3, int *b_max )
727 int bb = *b_max;
730 *b_max = 2 * (*b_max);
731 *buf2 = (double *)cvAlloc( (*b_max) * sizeof( double ));
741 *b_max = 2 * (*b_max);
742 *buf1 = (double *) cvAlloc( (*b_max) * sizeof( double ));
  /external/valgrind/VEX/useful/
test_main.c 1344 IRAtom *a_min, *b_min, *a_max, *b_max; local
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 1888 IRAtom *a_min, *b_min, *a_max, *b_max; local
    [all...]

Completed in 87 milliseconds