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

  /external/opencv/cv/src/
cvkdtree.cpp 118 int find_ortho_range(CvMat* bounds_min, CvMat* bounds_max,
124 (typename __treetype::scalar_type*)bounds_max->data.ptr,
170 int find_ortho_range(CvMat* bounds_min, CvMat* bounds_max,
173 assert(CV_MAT_TYPE(bounds_min->type) == CV_MAT_TYPE(bounds_max->type));
175 assert(bounds_max->rows * bounds_max->cols == dims());
179 (bounds_min, bounds_max,results));
243 CvMat* bounds_min, CvMat* bounds_max,
254 bounds_max->cols * bounds_max->rows != dims
    [all...]
_cvkdtree.hpp 430 scalar_type * bounds_max,
437 find_ortho_range(n.left, bounds_min, bounds_max, inbounds);
438 if (bounds_max[n.dim] > n.boundary)
439 find_ortho_range(n.right, bounds_min, bounds_max, inbounds);
449 scalar_type * bounds_max,
452 find_ortho_range(root_node, bounds_min, bounds_max, inbounds);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 117 dsa->depth.bounds_max = ctx->Depth.BoundsMax;
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 272 float bounds_max; /**< maximum depth bound */ member in struct:pipe_depth_state
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_state.c 231 SB_DATA (so, fui(cso->depth.bounds_max));
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_state.c 383 SB_DATA (so, fui(cso->depth.bounds_max));
    [all...]
  /external/opencv/cv/include/
cv.h     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_state.c 358 SB_DATA (so, fui(cso->depth.bounds_max));
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]

Completed in 180 milliseconds