Lines Matching refs:b_max
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 ));