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

  /external/opencv3/modules/imgproc/src/
featureselect.cpp 184 const int grid_width = (w + cell_size - 1) / cell_size; local
187 std::vector<std::vector<Point2f> > grid(grid_width*grid_height);
206 x2 = std::min(grid_width - 1, x2);
212 std::vector<Point2f> &m = grid[yy * grid_width + xx];
234 grid[y_cell*grid_width + x_cell].push_back(Point2f((float)c.x, (float)c.y));
324 const int grid_width = (w + cell_size - 1) / cell_size; local
327 std::vector<std::vector<Point2f> > grid(grid_width*grid_height);
350 x2 = std::min(grid_width-1, x2);
356 std::vector <Point2f> &m = grid[yy*grid_width + xx];
378 grid[y_cell*grid_width + x_cell].push_back(Point2f((float)x, (float)y))
    [all...]
  /external/opencv3/modules/cudaimgproc/src/
gftt.cpp 142 const int grid_width = (image.cols + cell_size - 1) / cell_size;
145 std::vector< std::vector<Point2f> > grid(grid_width * grid_height);
164 x2 = std::min(grid_width - 1, x2);
171 std::vector<Point2f>& m = grid[yy * grid_width + xx];
194 grid[y_cell * grid_width + x_cell].push_back(p);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
IconHelper.java 100 thumbSize = mContext.getResources().getDimensionPixelSize(R.dimen.grid_width);
DirectoryFragment.java 466 int cellWidth = getResources().getDimensionPixelSize(R.dimen.grid_width);
    [all...]
  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.h 93 FX_WORD grid_width; member in struct:tagGifPTE
fx_gif.cpp 808 gif_pt_ptr->pte_ptr->grid_width =
809 _GetWord_LSBFirst((uint8_t*)&gif_pte_ptr->grid_width);
    [all...]

Completed in 120 milliseconds