Searched refs:sv_size (Results 1 – 1 of 1) sorted by relevance
2205 int block_size = 1 << 16, sv_size; in read() local2251 sv_size = var_count*sizeof(sv[0][0]); in read()2259 CV_CALL( sv[i] = (float*)cvMemStorageAlloc( storage, sv_size )); in read()2334 int sv_size;2361 sv_size = var_count*sizeof(dst->sv[0][0]);2365 CV_CALL( dst->sv[i] = (float*)cvMemStorageAlloc( dst->storage, sv_size ));2366 memcpy( dst->sv[i], src->sv[i], sv_size );