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

  /external/opencv/cv/src/
cvcontourtree.cpp 84 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/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decodemv.c 238 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/libvpx/libvpx/vp8/decoder/
decodemv.c 238 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodemv.c 238 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/
ipsec_doi.c 1291 int num_p = 0; /* number of proposal for use */ local
1375 if (get_transform(prop, pair, &num_p) < 0) {
    [all...]

Completed in 111 milliseconds