HomeSort by relevance Sort by last modified time
    Searched refs:neighbors (Results 26 - 50 of 50) sorted by null

12

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 259 // Since in the practice each cell does not have a lot of neighbors, most of this space is
361 final ArrayList<Key> neighbors = new ArrayList<>(indexEnd - indexStart); local
363 neighbors.add(neighborsFlatBuffer[index]);
365 mGridNeighbors[i] = Collections.unmodifiableList(neighbors);
  /external/opencv/cv/include/
cvtypes.h 378 int neighbors; member in struct:CvAvgComp
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 694 LLVMValueRef neighbors[2][2][4]; local
759 data_ptr, neighbors[0][0]);
764 data_ptr, neighbors[0][1]);
770 neighbors[0][0][chan],
771 neighbors[0][1][chan]);
783 data_ptr, neighbors[1][0]);
788 data_ptr, neighbors[1][1]);
794 neighbors[0][0][chan],
795 neighbors[0][1][chan],
796 neighbors[1][0][chan]
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 832 static const MV neighbors[4] = {{0, -1}, {1, 0}, {0, 1}, {-1, 0}}; local
850 const MV this_mv = {br + neighbors[i].row,
851 bc + neighbors[i].col};
861 const MV this_mv = {br + neighbors[i].row
1301 static const MV neighbors[4] = {{0, -1}, {1, 0}, {0, 1}, {-1, 0}}; local
2211 const MV neighbors[4] = {{ -1, 0}, {0, -1}, {0, 1}, {1, 0}}; local
2290 const MV neighbors[8] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}, local
    [all...]
vp9_tokenize.c 502 nb = so->neighbors;
    [all...]
vp9_rdopt.c 485 args->so->scan, args->so->neighbors,
838 so->scan, so->neighbors,
855 so->scan, so->neighbors,
    [all...]
vp9_encodemb.c 109 const int16_t *const nb = so->neighbors;
    [all...]
  /external/opencv3/modules/videostab/src/
inpainting.cpp 339 std::priority_queue<std::pair<float,int> > neighbors; local
350 neighbors.push(std::make_pair(-err, idx + i));
366 while (!neighbors.empty())
368 int neighbor = neighbors.top().second;
369 neighbors.pop();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 264 dequant, ctx, sc->scan, sc->neighbors, r);
  /external/opencv/cv/src/
cvhaar.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_detokenize.c 206 pd->dequant, ctx, so->scan, so->neighbors, r);
  /external/opencv3/modules/calib3d/src/
circlesgrid.cpp 454 vertices[id1].neighbors.insert(id2);
455 vertices[id2].neighbors.insert(id1);
463 vertices[id1].neighbors.erase(id2);
464 vertices[id2].neighbors.erase(id1);
473 return it->second.neighbors.find(id2) != it->second.neighbors.end();
486 return it->second.neighbors.size();
499 for (Neighbors::const_iterator it2 = it1->second.neighbors.begin(); it2 != it1->second.neighbors.end(); it2++
    [all...]
circlesgrid.hpp 85 typedef std::set<size_t> Neighbors;
88 Neighbors neighbors; member in struct:Graph::Vertex
100 const Neighbors& getNeighbors(size_t id) const;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 161 public void setNeighbors(ChartSweepView... neighbors) {
162 mNeighbors = neighbors;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 246 nb = so->neighbors;
vp9_encodemb.c 135 const int16_t *nb = so->neighbors;
vp9_rdopt.c 657 args->so->scan, args->so->neighbors,
    [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 234 // k Nearest Neighbors
250 const float** neighbors=0, CV_OUT CvMat* neighborResponses=0, CV_OUT CvMat* dist=0 ) const;
260 const float** neighbors=0, cv::Mat* neighborResponses=0,
276 float* neighbor_responses, const float** neighbors, float* dist ) const;
    [all...]
  /external/ImageMagick/www/api/
effect.php 195 <p>DespeckleImage() reduces the speckle noise in an image while perserving the edges of the original image. A speckle removing filter uses a complementary hulling technique (raising pixels that are darker than their surrounding neighbors, then complementarily lowering pixels that are brighter than their surrounding neighbors) to reduce the speckle index of that image (reference Crimmins speckle removal).</p>
  /external/opencv/ml/include/
ml.h 274 // k Nearest Neighbors
290 const float** neighbors=0, CvMat* neighbor_responses=0, CvMat* dist=0 ) const;
305 float* neighbor_responses, const float** neighbors, float* dist ) const;
    [all...]
  /prebuilts/go/darwin-x86/src/strconv/
ftoa.go 283 // would round to the original mantissa and not the neighbors.
  /prebuilts/go/linux-x86/src/strconv/
ftoa.go 283 // would round to the original mantissa and not the neighbors.
  /external/opencv3/modules/objdetect/src/
haar.cpp     [all...]
cascadedetect.cpp     [all...]

Completed in 902 milliseconds

12