Searched refs:neighbors (Results 26 - 33 of 33) sorted by relevance

12

/external/opencv/cv/src/
H A Dcvhaar.cpp1281 comps[idx].neighbors++;
1291 int n = comps[i].neighbors;
1299 comp.neighbors = n;
1310 // count number of neighbors
1317 comps[idx].neighbors++;
1329 int n = comps[i].neighbors;
1359 comp.neighbors = n;
1380 result_comp.neighbors = bseq == seq ? 1 : comp->neighbors;
1416 comp.neighbors
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_tokenize.c330 nb = so->neighbors;
H A Dvp9_encodemb.c121 const int16_t *const nb = so->neighbors;
H A Dvp9_rdopt.c385 args->so->scan, args->so->neighbors,
709 so->scan, so->neighbors,
722 so->scan, so->neighbors,
1153 so->scan, so->neighbors,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c246 nb = so->neighbors;
H A Dvp9_encodemb.c135 const int16_t *nb = so->neighbors;
H A Dvp9_rdopt.c657 args->so->scan, args->so->neighbors,
1115 so->scan, so->neighbors,
1128 so->scan, so->neighbors,
1596 so->scan, so->neighbors,
/external/opencv/ml/include/
H A Dml.h290 const float** neighbors=0, CvMat* neighbor_responses=0, CvMat* dist=0 ) const;
305 float* neighbor_responses, const float** neighbors, float* dist ) const;

Completed in 711 milliseconds

12