Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcontourtree.cpp84 int *num_p, *num_n, *num1, *num2; /* numbers of input contour points */ in icvCreateContourTree() local
111 num_p = num_n = NULL; in icvCreateContourTree()
118 num_p = (int *) cvAlloc( lpt * sizeof( int )); in icvCreateContourTree()
152 num_p[i] = i; in icvCreateContourTree()
162 num1 = num_p; in icvCreateContourTree()
173 num1 = num_p; in icvCreateContourTree()
184 num2 = num_p; in icvCreateContourTree()
582 cvFree( &num_p ); in icvCreateContourTree()
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c238 int num_p; /* number of partitions in the split configuration in decode_split_mv() local
243 num_p = 16; in decode_split_mv()
247 num_p = 4; in decode_split_mv()
251 num_p = 2; in decode_split_mv()
334 while (++j < num_p); in decode_split_mv()
/external/ipsec-tools/src/racoon/
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) in get_transform() argument
1463 int *num_p;
1552 (*num_p)++;