Searched refs:bounds_min (Results 1 - 10 of 10) sorted by relevance

/external/opencv/cv/src/
H A Dcvkdtree.cpp118 int find_ortho_range(CvMat* bounds_min, CvMat* bounds_max, argument
123 find_ortho_range((typename __treetype::scalar_type*)bounds_min->data.ptr,
170 int find_ortho_range(CvMat* bounds_min, CvMat* bounds_max, argument
172 assert(CV_MAT_TYPE(bounds_min->type) == CV_MAT_TYPE(mat->type));
173 assert(CV_MAT_TYPE(bounds_min->type) == CV_MAT_TYPE(bounds_max->type));
174 assert(bounds_min->rows * bounds_min->cols == dims());
179 (bounds_min, bounds_max,results));
243 CvMat* bounds_min, CvMat* bounds_max,
253 if (bounds_min
242 cvFindFeaturesBoxed(CvFeatureTree* tr, CvMat* bounds_min, CvMat* bounds_max, CvMat* results) argument
[all...]
H A D_cvkdtree.hpp429 void find_ortho_range(int i, scalar_type * bounds_min, argument
436 if (bounds_min[n.dim] <= n.boundary)
437 find_ortho_range(n.left, bounds_min, bounds_max, inbounds);
439 find_ortho_range(n.right, bounds_min, bounds_max, inbounds);
448 int find_ortho_range(scalar_type * bounds_min, argument
452 find_ortho_range(root_node, bounds_min, bounds_max, inbounds);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c116 dsa->depth.bounds_min = ctx->Depth.BoundsMin;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h271 float bounds_min; /**< minimum depth bound */ member in struct:pipe_depth_state
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c230 SB_DATA (so, fui(cso->depth.bounds_min));
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c382 SB_DATA (so, fui(cso->depth.bounds_min));
/external/opencv/cv/include/
H A Dcv.h1075 CvMat* bounds_min, CvMat* bounds_max,
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c357 SB_DATA (so, fui(cso->depth.bounds_min));
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_state.cpp1367 depthBoundsState.depthBoundsTestMinValue = depth->bounds_min;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1049 si_pm4_set_reg(pm4, R_028020_DB_DEPTH_BOUNDS_MIN, fui(state->depth.bounds_min));

Completed in 382 milliseconds