HomeSort by relevance Sort by last modified time
    Searched defs:depth (Results 51 - 75 of 531) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/eigen/test/
sparse_product.cpp 42 const Index depth = internal::random<int>(1,n); local
55 DenseMatrix refMat2 = DenseMatrix::Zero(rows, depth);
56 DenseMatrix refMat2t = DenseMatrix::Zero(depth, rows);
57 DenseMatrix refMat3 = DenseMatrix::Zero(depth, cols);
58 DenseMatrix refMat3t = DenseMatrix::Zero(cols, depth);
61 DenseMatrix refMat5 = DenseMatrix::Random(depth, cols);
65 SparseMatrixType m2 (rows, depth);
66 SparseMatrixType m2t(depth, rows);
67 SparseMatrixType m3 (depth, cols);
68 SparseMatrixType m3t(cols, depth);
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
TextureUtil.java 37 case Depth:
44 throw new UnsupportedOperationException("Unsupported depth format: " + fmt);
142 int depth = img.getDepth(); local
213 case Depth:
225 throw new UnsupportedOperationException("Unsupported depth format: " + fmt);
265 int mipDepth = Math.max(1, depth >> i);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderAWT.java 50 int depth = texture.getImage().getDepth(); local
51 if (depth == 0) {
52 depth = 1;
54 ByteBuffer newData = BufferUtils.createByteBuffer(width * height * depth * 4);
71 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray));
TextureBlenderDDS.java 39 int depth = texture.getImage().getDepth(); local
40 if (depth == 0) {
41 depth = 1;
93 return new Texture3D(new Image(format, width, height, depth, dataArray));
TextureBlenderLuminance.java 40 int depth = texture.getImage().getDepth(); local
41 if (depth == 0) {
42 depth = 1;
44 ByteBuffer newData = BufferUtils.createByteBuffer(width * height * depth * 4);
62 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray));
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 63 case Depth:
111 case Depth:
186 int depth = img.getDepth(); local
244 case Depth:
417 int mipDepth = Math.max(1, depth >> i);
478 1, // depth
  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 130 unsigned int depth; /**< Bits per sample. */ member in struct:__anon10887
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 147 ** node depth. The definition depends on whether the maximum depth is more
153 /* Maximum depth may be more than number of bits in a long. */
160 /* Maximum depth is definitely less than number of bits in a long. */
178 /* Zero-based depth of path into tree. */
179 unsigned depth; member in struct:__anon11009
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 596 const SelectionDAG *G, unsigned depth,
598 if (depth == 0)
605 if (depth < 1)
613 printrWithDepthHelper(OS, N->getOperand(i).getNode(), G, depth-1, indent+2);
618 unsigned depth) const {
619 printrWithDepthHelper(OS, this, G, depth, 0);
627 void SDNode::dumprWithDepth(const SelectionDAG *G, unsigned depth) const {
628 printrWithDepth(dbgs(), G, depth); local
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 163 uint32_t depth = 0; local
173 if (depth == 0) {
185 else if (depth == 0 && initial_die_array_size == 1)
196 ++depth;
199 if (depth > 0)
200 --depth;
201 if (depth == 0)
  /external/opencv/cv/src/
cvsumpixels.cpp 326 int depth, cn; local
384 depth = CV_MAT_DEPTH(src->type);
394 func_c1 = (CvIntegralImageFuncC1)tab_c1.fn_2d[depth];
395 func_cn = (CvIntegralImageFuncCn)tab_cn.fn_2d[depth];
408 if( depth == CV_8U && !tilted && CV_MAT_DEPTH(sum->type) == CV_32S )
  /external/opencv/cxcore/src/
cxlut.cpp 222 int depth, cn, lut_cn; local
262 depth = CV_MAT_DEPTH( dst->type );
288 int half_size = CV_ELEM_SIZE1(depth)*cn*128;
298 if( lut_cn == 1 || (lut_cn <= 4 && depth == CV_8U) )
300 CvLUT_TransformFunc func = depth == CV_8U ? lut_8u_tab[cn-1] :
301 (CvLUT_TransformFunc)(lut_c1_tab.fn_2d[depth]);
312 (CvLUT_TransformCnFunc)(lut_cn_tab.fn_2d[depth]);
  /external/opencv/otherlibs/highgui/
loadsave.cpp 393 int depth = 8; local
429 depth = reader->GetDepth();
438 if(reader->IsFloat() && depth != 8)
441 type = ( depth <= 8 ) ? CV_8U : ( depth <= 16 ) ? CV_16U : CV_32S;
447 if(reader->IsFloat() && depth != 8)
450 type = ( depth <= 8 ) ? IPL_DEPTH_8U : ( depth <= 16 ) ? IPL_DEPTH_16U : IPL_DEPTH_32S;
  /external/openssl/apps/
s_cb.c 136 int err,depth; local
140 depth= X509_STORE_CTX_get_error_depth(ctx);
142 BIO_printf(bio_err,"depth=%d ",depth);
155 if (verify_depth >= depth)
  /external/openssl/crypto/pkcs7/
bio_ber.c 83 int depth; member in struct:ber_struct
96 int depth; /* used with indefinite encoding. */ member in struct:bio_ber_struct
259 ctx->depth--;
260 if (ctx->depth <= 0)
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h 78 GLint depth,stencil,accum; member in struct:SDL_PrivateGLData
92 #define gl_curdepth (this->gl_data->depth)
  /external/valgrind/main/callgrind/
callstack.c 222 /* only increment depth if another function is called */
316 Int depth = 0; local
339 /* only decrement depth if another function was called */
343 depth = *pdepth;
363 if (depth == 0) function_left(to_fn);
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 83 , depth(true)
92 bool depth; member in struct:WebKit::WebGraphicsContext3D::Attributes
199 virtual void clearDepth(WGC3Dclampf depth) = 0;
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 101 int depth = parser.getDepth(); local
103 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
178 int depth = parser.getDepth(); local
180 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
295 int depth = parser.getDepth(); local
297 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 150 // Skips tags the parser isn't interested in. Uses depth to handle nested tags. i.e.,
152 // finds the matching END_TAG (as indicated by the value of "depth" being 0).
157 int depth = 1; local
158 while (depth != 0) {
161 depth--;
164 depth++;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
LocalizedNameResolver.java 115 final int depth = parser.getDepth(); local
116 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ProfileData.java 129 // second word: depth of the stack (N)
131 private void writeOneStack(Node node, int depth) throws IOException {
133 writeInt(depth);
134 while (depth-- > 0) {
140 private void writeAllStacks(Node node, int depth) throws IOException {
142 writeOneStack(node, depth);
148 writeAllStacks(children.get(i), depth + 1); local
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 140 final int depth = parser.getDepth(); local
141 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
line-map.h 84 /* Depth of the include stack, including the current file. */
85 unsigned int depth; variable
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
line-map.h 84 /* Depth of the include stack, including the current file. */
85 unsigned int depth; variable

Completed in 3506 milliseconds

1 23 4 5 6 7 8 91011>>