Home
last modified time | relevance | path

Searched refs:grid_height (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dfeatureselect.cpp185 const int grid_height = (h + cell_size - 1) / cell_size; in ocl_goodFeaturesToTrack() local
187 std::vector<std::vector<Point2f> > grid(grid_width*grid_height); in ocl_goodFeaturesToTrack()
207 y2 = std::min(grid_height - 1, y2); in ocl_goodFeaturesToTrack()
325 const int grid_height = (h + cell_size - 1) / cell_size; in goodFeaturesToTrack() local
327 std::vector<std::vector<Point2f> > grid(grid_width*grid_height); in goodFeaturesToTrack()
351 y2 = std::min(grid_height-1, y2); in goodFeaturesToTrack()
/external/opencv3/modules/cudaimgproc/src/
Dgftt.cpp143 const int grid_height = (image.rows + cell_size - 1) / cell_size; in detect() local
145 std::vector< std::vector<Point2f> > grid(grid_width * grid_height); in detect()
165 y2 = std::min(grid_height - 1, y2); in detect()
/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.h94 FX_WORD grid_height; member
Dfx_gif.cpp810 gif_pt_ptr->pte_ptr->grid_height = in _gif_decode_extension()
811 _GetWord_LSBFirst((uint8_t*)&gif_pte_ptr->grid_height); in _gif_decode_extension()
1366 gif_ptr->pte_ptr->grid_height); in _gif_write_data()