Searched refs:num_p (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvcontourtree.cpp84 int *num_p, *num_n, *num1, *num2; /* numbers of input contour points */ local
111 num_p = num_n = NULL;
118 num_p = (int *) cvAlloc( lpt * sizeof( int ));
152 num_p[i] = i;
162 num1 = num_p;
173 num1 = num_p;
184 num2 = num_p;
582 cvFree( &num_p );
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c238 int num_p; /* number of partitions in the split configuration local
243 num_p = 16;
247 num_p = 4;
251 num_p = 2;
334 while (++j < num_p);
/external/ipsec-tools/src/racoon/
H A Dipsec_doi.c1291 int num_p = 0; /* number of proposal for use */ local
1379 if (get_transform(prop, pair, &num_p) < 0) {
1430 num_p--;
1440 if (num_p <= 0) {
1460 get_transform(prop, pair, num_p)
1463 int *num_p;
1552 (*num_p)++;

Completed in 139 milliseconds