/external/opencv3/modules/imgproc/test/ocl/ |
test_boxfilter.cpp | 59 int depth, cn, borderType; local 69 depth = GET_PARAM(0); 78 int type = CV_MAKE_TYPE(depth, cn); 112 Near(depth <= CV_32S ? 1 : 3e-3); 124 int ddepth = depth == CV_8U ? CV_32S : CV_64F; 129 Near(depth <= CV_32S ? 1 : 7e-2);
|
test_pyramids.cpp | 57 int depth, channels, borderType; local 65 depth = GET_PARAM(0); 74 randomSubMat(src, src_roi, src_roiSize, srcBorder, CV_MAKETYPE(depth, channels), -MAX_VALUE, MAX_VALUE); 77 randomSubMat(dst, dst_roi, dst_roiSize, dstBorder, CV_MAKETYPE(depth, channels), -MAX_VALUE, MAX_VALUE); 106 Near(depth == CV_32F ? 1e-4f : 1.0f); 133 Near(depth == CV_32F ? 1e-4f : 1.0f);
|
test_color.cpp | 59 int depth; local 67 depth = GET_PARAM(0); 73 const int srcType = CV_MAKE_TYPE(depth, channelsIn); 74 const int dstType = CV_MAKE_TYPE(depth, channelsOut); 159 #define IPP_EPS depth <= CV_32S ? 1 : 5e-5 179 #define IPP_EPS depth <= CV_32S ? 1 : 4e-5 198 OCL_TEST_P(CvtColor8u32f, HSV2RGB) { performTest(3, 3, CVTCODE(HSV2RGB), depth == CV_8U ? 1 : 4e-1); } 199 OCL_TEST_P(CvtColor8u32f, HSV2BGR) { performTest(3, 3, CVTCODE(HSV2BGR), depth == CV_8U ? 1 : 4e-1); } 200 OCL_TEST_P(CvtColor8u32f, HSV2RGBA) { performTest(3, 4, CVTCODE(HSV2RGB), depth == CV_8U ? 1 : 4e-1); } 201 OCL_TEST_P(CvtColor8u32f, HSV2BGRA) { performTest(3, 4, CVTCODE(HSV2BGR), depth == CV_8U ? 1 : 4e-1); [all...] |
/external/libpng/contrib/gregbook/ |
rpng-x.c | 143 static int depth; variable 455 depth = DisplayPlanes(display, screen); 464 if (/* depth != 8 && */ depth != 16 && depth != 24 && depth != 32) { 466 "screen depth %d not supported (only 16-, 24- or 32-bit TrueColor)\n", 467 depth); 471 XMatchVisualInfo(display, screen, depth, 472 (depth == 8)? PseudoColor : TrueColor, &visual_info) [all...] |
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
vec_traits.hpp | 199 depth = CV_32S, enumerator in enum:cv::DataType::__anon21606 202 type = CV_MAKE_TYPE(depth, channels) 215 depth = DataType<channel_type>::depth, \ 218 type = CV_MAKE_TYPE(depth, channels) \ 268 depth = DataType<channel_type>::depth, enumerator in enum:cv::DataType::__anon21607 271 type = CV_MAKE_TYPE(depth, channels) 284 depth = DataType<channel_type>::depth, enumerator in enum:cv::DataType::__anon21608 300 depth = DataType<channel_type>::depth, enumerator in enum:cv::DataType::__anon21609 316 depth = DataType<channel_type>::depth, enumerator in enum:cv::DataType::__anon21610 [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_hyperz.c | 33 1. HiZ only works on depth values 35 3. on R300/400, HiZ is disabled if depth test is EQUAL 46 switch (dsa->dsa.depth.func) { 63 /* Return what's used for the depth test (either minimum or maximum). */ 67 unsigned func = dsa->dsa.depth.func; 75 unsigned func = dsa->dsa.depth.func; 110 /* If the depth function is inverted, HiZ must be disabled. */ 119 if (dsa->dsa.depth.enabled) { 120 /* if depth func is EQUAL pre-r500 */ 121 if (dsa->dsa.depth.func == PIPE_FUNC_EQUAL && !r300screen->caps.is_r500 [all...] |
/external/opencv3/modules/video/test/ |
test_accum.cpp | 75 int depth = cvtest::randInt(rng) % 3, cn = cvtest::randInt(rng) & 1 ? 3 : 1; local 76 int accdepth = std::max((int)(cvtest::randInt(rng) % 2 + 1), depth); 79 depth = depth == 0 ? CV_8U : depth == 1 ? CV_32F : CV_64F; 81 accdepth = MAX(accdepth, depth); 84 types[INPUT][i] = CV_MAKETYPE(depth,cn); 94 return test_mat[INPUT_OUTPUT][0].depth() < CV_64F || 95 test_mat[INPUT][0].depth() == CV_32F ? FLT_EPSILON*100 : DBL_EPSILON*1000; 158 cvtest::add( temp, 1, dst, 1, cvScalarAll(0.), temp, dst.depth() ); [all...] |
/libcore/ojluni/src/main/java/sun/misc/ |
RegexpPool.java | 105 if (p.result != null && p.depth < BIG 117 if (p.result != null && p.depth < BIG) { 202 if (p.result != null && p.depth < lastMatchDepth 204 lastDepth = p.depth; 216 if (p.result != null && p.depth < lastMatchDepth) { 217 lastDepth = p.depth; 265 int depth; field in class:RegexpNode 272 depth = 0; 274 RegexpNode (char C, int depth) { 276 this.depth = depth [all...] |
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
GL2EncoderUtils.cpp | 30 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) 33 return layerSize * depth;
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
EventMod.java | 93 public int depth; field in class:EventMod 121 depth = -1;
|
/external/expat/examples/ |
elements.c | 49 int depth = 0; local 50 XML_SetUserData(parser, &depth);
|
/external/gemmlowp/internal/ |
block_params.h | 46 void Init(int rows, int cols, int depth, int num_threads) { 47 FindL2BlockSizes<KernelFormat>(rows, cols, depth, num_threads, &l2_rows, 54 static void FindL2BlockSizes(int rows, int cols, int depth, int num_threads, 60 // No L2 blocking in the depth dimension at the moment. 65 l2_depth = RoundUp<kRegisterSize>(depth); 100 static void FindL1BlockSizes(int rows, int cols, int depth, int* out_l1_rows, 109 assert(depth % KernelFormat::kDepth == 0); 122 std::max(1, CeilQuotient(depth, max_cache_friendly_l1_depth)); 124 RoundUp<kRegisterSize>(CeilQuotient(depth, min_l1_depth_blocks));
|
/external/libdrm/tests/planetest/ |
bo.h | 13 uint32_t depth; member in struct:sp_bo 26 uint32_t depth, uint32_t format, uint32_t flags);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_staging.c | 33 util_staging_resource_template(struct pipe_resource *pt, unsigned width, unsigned height, unsigned depth, struct pipe_resource *template) 36 if(pt->target != PIPE_BUFFER && depth <= 1) 43 template->depth0 = depth; 75 util_staging_resource_template(pt, box->width, box->height, box->depth, &staging_resource_template); 94 sbox.depth = 1; 95 for(zi = 0; zi < box->depth; ++zi) { 121 sbox.depth = 1; 122 for(zi = 0; zi < tx->base.box.depth; ++zi)
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_clear.c | 50 double depth, unsigned stencil) 76 cv = util_pack64_z_stencil(ps->format, depth, stencil);
|
/external/mesa3d/src/mesa/main/ |
texstorage.h | 41 GLsizei width, GLsizei height, GLsizei depth); 58 GLsizei width, GLsizei height, GLsizei depth);
|
/external/opencv3/modules/core/perf/ |
perf_split.cpp | 22 int depth = get<1>(GetParam()); local 25 Mat m(sz, CV_MAKETYPE(depth, channels));
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
absdiff_scalar.cu | 103 const int depth = src.depth(); 105 CV_DbgAssert( depth <= CV_64F ); 107 funcs[depth](src, val[0], dst, stream);
|
/external/opencv3/modules/imgproc/perf/opencl/ |
perf_3vs4.cpp | 33 const int type = get<1>(params), depth = CV_MAT_DEPTH(type); local 51 dsts[i] = UMat(srcSize, depth); 52 srcs[i] = UMat(srcSize, depth); 67 int type4 = CV_MAKE_TYPE(depth, 4); 86 const int type = get<1>(params), depth = CV_MAT_DEPTH(type); local 105 dsts[i] = UMat(srcSize, depth); 106 srcs[i] = UMat(srcSize, depth); 121 int type4 = CV_MAKE_TYPE(depth, 4);
|
/external/opencv3/modules/imgproc/src/ |
blend.cpp | 98 int type = _src1.type(), depth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type); local 102 format("-D T=%s -D cn=%d -D convertToT=%s", ocl::typeToStr(depth), 103 cn, ocl::convertTypeStr(CV_32F, depth, 1, cvt))); 124 int type = _src1.type(), depth = CV_MAT_DEPTH(type); local 127 CV_Assert(depth == CV_8U || depth == CV_32F); 139 if (depth == CV_8U) 144 else if (depth == CV_32F)
|
/frameworks/rs/driver/ |
rsdFrameBufferObj.h | 34 void setDepthTarget(DrvAllocation *depth) { 35 mDepthTarget = depth;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
block.h | 66 int depth ; /**< Original block depth (outer loop number).*/ member in struct:cloogblock 107 cloog_int_t *scaldims, int depth);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/ |
block.h | 66 int depth ; /**< Original block depth (outer loop number).*/ member in struct:cloogblock 107 cloog_int_t *scaldims, int depth);
|
/external/opencv3/modules/core/test/ocl/ |
test_channels.cpp | 59 int depth, nsrc; local 73 depth = GET_PARAM(0); 82 return CV_MAKE_TYPE(depth, randomInt(1, 3)); 122 randomSubMat(dst, dst_roi, roiSize, dstBorder, CV_MAKE_TYPE(depth, dcn), 5, 16); 150 int depth, cn; local 164 depth = GET_PARAM(0); 175 randomSubMat(src, src_roi, roiSize, srcBorder, CV_MAKE_TYPE(depth, cn), 5, 16); 179 randomSubMat(dst1, dst1_roi, roiSize, dst1Border, depth, 2, 11); 182 randomSubMat(dst2, dst2_roi, roiSize, dst2Border, depth, -1540, 1740); 185 randomSubMat(dst3, dst3_roi, roiSize, dst3Border, depth, -1540, 1740) 232 int depth; local 371 int depth, cn, coi; local 417 int depth, cn, coi; local [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
KernelDataForRenderScript.java | 123 int depth = blurStack.getDepth(targetLayer, m); local 124 float diskRadius = blurStack.getDiskRadius(depth); 145 int depth = blurStack.getDepth(targetLayer, m); local 146 float diskRadius = blurStack.getDiskRadius(depth);
|