Searched refs:dim (Results 151 - 175 of 235) sorted by relevance

12345678910

/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py525 dim = 1
532 dim = 2
536 dim = 3
540 dim = 4
543 return [ dim, w, h, d, e ]
H A DglX_proto_size.py556 [dim, w, h, d, junk] = f.get_images()[0].get_dimensions()
560 if dim < 3:
/external/opencv3/modules/cudafeatures2d/test/
H A Dtest_features2d.cpp230 int dim; local
242 dim = GET_PARAM(2);
256 queryBuf.create(queryDescCount, dim, CV_32SC1);
265 trainBuf.create(queryDescCount * countFactor, dim, CV_32FC1);
275 int elem = rng(dim);
/external/tremolo/Tremolo/
H A Ddpen.s257 LDR r3, [r4,#20] @ r3 = s->dim
286 @ r3 = s->dim
311 @ r3 = s->dim
356 @ r3 = s->dim
430 LDR r0, [r9, # 5*4] @ r0 = book->dim
H A Dres012.c110 int partitions_per_word=phrasebook->dim;
/external/mesa3d/src/glx/
H A Dpixel.c164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height, argument
257 if (dim < 3) {
391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height, argument
/external/opencv3/modules/core/test/ocl/
H A Dtest_arithm.cpp1714 int sdepth, ddepth, cn, dim, dtype; local
1726 dim = GET_PARAM(2);
1739 Size dstRoiSize = Size(dim == 0 ? roiSize.width : 1, dim == 0 ? 1 : roiSize.height);
1756 OCL_OFF(cv::reduce(src_roi, dst_roi, dim, CV_REDUCE_SUM, dtype));
1757 OCL_ON(cv::reduce(usrc_roi, udst_roi, dim, CV_REDUCE_SUM, dtype));
1772 OCL_OFF(cv::reduce(src_roi, dst_roi, dim, CV_REDUCE_MAX, dtype));
1773 OCL_ON(cv::reduce(usrc_roi, udst_roi, dim, CV_REDUCE_MAX, dtype));
1787 OCL_OFF(cv::reduce(src_roi, dst_roi, dim, CV_REDUCE_MIN, dtype));
1788 OCL_ON(cv::reduce(usrc_roi, udst_roi, dim, CV_REDUCE_MI
[all...]
/external/opencv3/modules/features2d/test/
H A Dtest_matchers_algorithmic.cpp61 static const int dim = 500; member in class:CV_DescriptorMatcherTest
167 Mat buf( queryDescCount, dim, CV_32SC1 );
186 int elem = rng(dim);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_lowering_nv50.cpp740 const int dim = i->tex.target.getDim(); local
745 for (c = 0; c < dim; ++c)
751 for (c = 0; c < dim; ++c)
754 for (c = 0; c < dim; ++c)
757 for (c = 0; c < dim; ++c)
761 for (c = 0; c < dim; ++c)
H A Dnv50_ir.cpp797 Instruction::setIndirect(int s, int dim, Value *value) argument
801 int p = srcs[s].indirect[dim];
811 srcs[s].indirect[dim] = value ? p : -1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DTimeLineGraph.java26 public TimeLineGraph (String title, Dim dim) { argument
27 super(title, dim);
/external/eigen/Eigen/src/Geometry/
H A DParametrizedLine.h71 inline Index dim() const { return m_direction.size(); } function in class:Eigen::ParametrizedLine
/external/javassist/src/main/javassist/
H A DCtField.java1362 int[] dim; field in class:CtField.MultiArrayInitializer
1364 MultiArrayInitializer(CtClass t, int[] d) { type = t; dim = d; }
1376 int s = code.addMultiNewarray(type, dim);
1384 int s = code.addMultiNewarray(type, dim);
/external/libpcap/pcap/
H A Dpcap.h447 int pcap_setbuff(pcap_t *p, int dim);
/external/libpcap/
H A Dsavefile.c114 sf_setbuff(pcap_t *p, int dim) argument
H A Dpcap-win32.c152 pcap_setbuff_win32(pcap_t *p, int dim) argument
154 if(PacketSetBuff(p->adapter,dim)==FALSE)
/external/mesa3d/src/glsl/
H A Dglsl_types.h487 enum glsl_sampler_dim dim, bool shadow, bool array,
H A Dglsl_types.cpp67 enum glsl_sampler_dim dim, bool shadow, bool array,
71 sampler_dimensionality(dim), sampler_shadow(shadow),
66 glsl_type(GLenum gl_type, enum glsl_sampler_dim dim, bool shadow, bool array, unsigned type, const char *name) argument
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/opencv/cv/src/
H A Dcvhistogram.cpp812 step = ((CvMatND*)(hist->bins))->dim[i].step/sizeof(float);
835 step = ((CvMatND*)(hist->bins))->dim[i].step/sizeof(float);
1211 int step0 = ((CvMatND*)(hist->bins))->dim[0].step/sizeof(float);
1263 binptr += idx*(mat->dim[i].step/sizeof(float));
1282 binptr += idx*(mat->dim[i].step/sizeof(float));
1317 binptr += idx*(mat->dim[i].step/sizeof(float));
1903 int step0 = ((CvMatND*)(hist->bins))->dim[0].step/sizeof(float);
1937 binptr += idx*(mat->dim[i].step/sizeof(float));
1969 binptr += idx*(mat->dim[i].step/sizeof(float));
2391 sizes[i] = mat->dim[
[all...]
/external/opencv3/modules/features2d/src/
H A Dmatchers.cpp418 int dim = -1; local
426 dim = descriptors[i-1].cols;
436 dim = descriptors[0].cols;
439 CV_Assert( dim > 0 );
445 mergedDescriptors.create( count, dim, type );
450 CV_Assert( descriptors[i].cols == dim && descriptors[i].type() == type );
/external/opencv3/modules/java/src/
H A Dcore+Core.java955 // C++: void reduce(Mat src, Mat& dst, int dim, int rtype, int dtype = -1)
958 //javadoc: reduce(src, dst, dim, rtype, dtype)
959 public static void reduce(Mat src, Mat dst, int dim, int rtype, int dtype) argument
962 reduce_0(src.nativeObj, dst.nativeObj, dim, rtype, dtype);
967 //javadoc: reduce(src, dst, dim, rtype)
968 public static void reduce(Mat src, Mat dst, int dim, int rtype) argument
971 reduce_1(src.nativeObj, dst.nativeObj, dim, rtype);
2320 // C++: void reduce(Mat src, Mat& dst, int dim, int rtype, int dtype = -1)
2321 private static native void reduce_0(long src_nativeObj, long dst_nativeObj, int dim, int rtype, int dtype); argument
2322 private static native void reduce_1(long src_nativeObj, long dst_nativeObj, int dim, in argument
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute_internal.c473 static unsigned r600_tex_dim(unsigned dim) argument
475 switch (dim) {
/external/opencv3/modules/core/src/
H A Dmatrix.cpp563 _sizes[i] = m->dim[i].size;
564 _steps[i] = m->dim[i].step;
3527 int dim, int op, int op0, int stype, int dtype)
3536 bool useOptimized = 1 == dim && _src.cols() > min_opt_cols && (wgs >= buf_cols);
3559 cv::String build_opt = format("-D OP_REDUCE_PRE -D BUF_COLS=%d -D TILE_HEIGHT=%d -D %s -D dim=1"
3593 cv::String build_opt = format("-D %s -D dim=%d -D cn=%d -D ddepth=%d"
3596 ops[op], dim, cn, ddepth, ocl::typeToStr(useOptimized ? ddepth : sdepth),
3608 Size dsize(dim == 0 ? src.cols : 1, dim == 0 ? 1 : src.rows);
3616 k.args(srcarg, temparg, 1.0f / (dim
[all...]

Completed in 1035 milliseconds

12345678910