Home
last modified time | relevance | path

Searched refs:_depth (Results 51 – 75 of 1785) sorted by relevance

12345678910>>...72

/dports/multimedia/libtheora/libtheora-1.1.1/lib/
H A Dhuffdec.c305 static int oc_huff_tree_occupancy(oc_huff_node *_binode,int _depth){ in oc_huff_tree_occupancy() argument
306 if(_binode->nbits==0||_depth<=0)return 1; in oc_huff_tree_occupancy()
308 return oc_huff_tree_occupancy(_binode->nodes[0],_depth-1)+ in oc_huff_tree_occupancy()
309 oc_huff_tree_occupancy(_binode->nodes[1],_depth-1); in oc_huff_tree_occupancy()
342 if(_binode->nbits!=0&&_depth>0){ in oc_huff_tree_collapse_size()
343 return oc_huff_tree_collapse_size(_binode->nodes[0],_depth-1)+ in oc_huff_tree_collapse_size()
344 oc_huff_tree_collapse_size(_binode->nodes[1],_depth-1); in oc_huff_tree_collapse_size()
379 oc_huff_node *_binode,int _level,int _depth,char **_storage){ in oc_huff_node_fill() argument
382 _binode->depth=(unsigned char)(_depth-_level); in oc_huff_node_fill()
388 oc_huff_node_fill(_nodes,_binode->nodes[0],_level,_depth,_storage); in oc_huff_node_fill()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/theora/vtktheora/lib/
H A Dhuffdec.c305 static int oc_huff_tree_occupancy(oc_huff_node *_binode,int _depth){ in oc_huff_tree_occupancy() argument
306 if(_binode->nbits==0||_depth<=0)return 1; in oc_huff_tree_occupancy()
308 return oc_huff_tree_occupancy(_binode->nodes[0],_depth-1)+ in oc_huff_tree_occupancy()
309 oc_huff_tree_occupancy(_binode->nodes[1],_depth-1); in oc_huff_tree_occupancy()
342 if(_binode->nbits!=0&&_depth>0){ in oc_huff_tree_collapse_size()
343 return oc_huff_tree_collapse_size(_binode->nodes[0],_depth-1)+ in oc_huff_tree_collapse_size()
344 oc_huff_tree_collapse_size(_binode->nodes[1],_depth-1); in oc_huff_tree_collapse_size()
379 oc_huff_node *_binode,int _level,int _depth,char **_storage){ in oc_huff_node_fill() argument
382 _binode->depth=(unsigned char)(_depth-_level); in oc_huff_node_fill()
388 oc_huff_node_fill(_nodes,_binode->nodes[0],_level,_depth,_storage); in oc_huff_node_fill()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libtheora/
H A Dhuffdec.c305 static int oc_huff_tree_occupancy(oc_huff_node *_binode,int _depth){ in oc_huff_tree_occupancy() argument
306 if(_binode->nbits==0||_depth<=0)return 1; in oc_huff_tree_occupancy()
308 return oc_huff_tree_occupancy(_binode->nodes[0],_depth-1)+ in oc_huff_tree_occupancy()
309 oc_huff_tree_occupancy(_binode->nodes[1],_depth-1); in oc_huff_tree_occupancy()
342 if(_binode->nbits!=0&&_depth>0){ in oc_huff_tree_collapse_size()
343 return oc_huff_tree_collapse_size(_binode->nodes[0],_depth-1)+ in oc_huff_tree_collapse_size()
344 oc_huff_tree_collapse_size(_binode->nodes[1],_depth-1); in oc_huff_tree_collapse_size()
379 oc_huff_node *_binode,int _level,int _depth,char **_storage){ in oc_huff_node_fill() argument
382 _binode->depth=(unsigned char)(_depth-_level); in oc_huff_node_fill()
388 oc_huff_node_fill(_nodes,_binode->nodes[0],_level,_depth,_storage); in oc_huff_node_fill()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libtheora/
H A Dhuffdec.c305 static int oc_huff_tree_occupancy(oc_huff_node *_binode,int _depth){ in oc_huff_tree_occupancy() argument
306 if(_binode->nbits==0||_depth<=0)return 1; in oc_huff_tree_occupancy()
308 return oc_huff_tree_occupancy(_binode->nodes[0],_depth-1)+ in oc_huff_tree_occupancy()
309 oc_huff_tree_occupancy(_binode->nodes[1],_depth-1); in oc_huff_tree_occupancy()
342 if(_binode->nbits!=0&&_depth>0){ in oc_huff_tree_collapse_size()
343 return oc_huff_tree_collapse_size(_binode->nodes[0],_depth-1)+ in oc_huff_tree_collapse_size()
344 oc_huff_tree_collapse_size(_binode->nodes[1],_depth-1); in oc_huff_tree_collapse_size()
379 oc_huff_node *_binode,int _level,int _depth,char **_storage){ in oc_huff_node_fill() argument
382 _binode->depth=(unsigned char)(_depth-_level); in oc_huff_node_fill()
388 oc_huff_node_fill(_nodes,_binode->nodes[0],_level,_depth,_storage); in oc_huff_node_fill()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/theora/vtktheora/lib/
H A Dhuffdec.c305 static int oc_huff_tree_occupancy(oc_huff_node *_binode,int _depth){ in oc_huff_tree_occupancy() argument
306 if(_binode->nbits==0||_depth<=0)return 1; in oc_huff_tree_occupancy()
308 return oc_huff_tree_occupancy(_binode->nodes[0],_depth-1)+ in oc_huff_tree_occupancy()
309 oc_huff_tree_occupancy(_binode->nodes[1],_depth-1); in oc_huff_tree_occupancy()
342 if(_binode->nbits!=0&&_depth>0){ in oc_huff_tree_collapse_size()
343 return oc_huff_tree_collapse_size(_binode->nodes[0],_depth-1)+ in oc_huff_tree_collapse_size()
344 oc_huff_tree_collapse_size(_binode->nodes[1],_depth-1); in oc_huff_tree_collapse_size()
379 oc_huff_node *_binode,int _level,int _depth,char **_storage){ in oc_huff_node_fill() argument
382 _binode->depth=(unsigned char)(_depth-_level); in oc_huff_node_fill()
388 oc_huff_node_fill(_nodes,_binode->nodes[0],_level,_depth,_storage); in oc_huff_node_fill()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/oggtheora/vtkoggtheora/libtheora-1.1.1/lib/
H A Dhuffdec.c306 static int oc_huff_tree_occupancy(oc_huff_node *_binode,int _depth){ in oc_huff_tree_occupancy() argument
307 if(_binode->nbits==0||_depth<=0)return 1; in oc_huff_tree_occupancy()
309 return oc_huff_tree_occupancy(_binode->nodes[0],_depth-1)+ in oc_huff_tree_occupancy()
310 oc_huff_tree_occupancy(_binode->nodes[1],_depth-1); in oc_huff_tree_occupancy()
343 if(_binode->nbits!=0&&_depth>0){ in oc_huff_tree_collapse_size()
344 return oc_huff_tree_collapse_size(_binode->nodes[0],_depth-1)+ in oc_huff_tree_collapse_size()
345 oc_huff_tree_collapse_size(_binode->nodes[1],_depth-1); in oc_huff_tree_collapse_size()
380 oc_huff_node *_binode,int _level,int _depth,char **_storage){ in oc_huff_node_fill() argument
383 _binode->depth=(unsigned char)(_depth-_level); in oc_huff_node_fill()
389 oc_huff_node_fill(_nodes,_binode->nodes[0],_level,_depth,_storage); in oc_huff_node_fill()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libtheora/
H A Dhuffdec.c305 static int oc_huff_tree_occupancy(oc_huff_node *_binode,int _depth){ in oc_huff_tree_occupancy() argument
306 if(_binode->nbits==0||_depth<=0)return 1; in oc_huff_tree_occupancy()
308 return oc_huff_tree_occupancy(_binode->nodes[0],_depth-1)+ in oc_huff_tree_occupancy()
309 oc_huff_tree_occupancy(_binode->nodes[1],_depth-1); in oc_huff_tree_occupancy()
342 if(_binode->nbits!=0&&_depth>0){ in oc_huff_tree_collapse_size()
343 return oc_huff_tree_collapse_size(_binode->nodes[0],_depth-1)+ in oc_huff_tree_collapse_size()
344 oc_huff_tree_collapse_size(_binode->nodes[1],_depth-1); in oc_huff_tree_collapse_size()
379 oc_huff_node *_binode,int _level,int _depth,char **_storage){ in oc_huff_node_fill() argument
382 _binode->depth=(unsigned char)(_depth-_level); in oc_huff_node_fill()
388 oc_huff_node_fill(_nodes,_binode->nodes[0],_level,_depth,_storage); in oc_huff_node_fill()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libtheora/
H A Dhuffdec.c305 static int oc_huff_tree_occupancy(oc_huff_node *_binode,int _depth){ in oc_huff_tree_occupancy() argument
306 if(_binode->nbits==0||_depth<=0)return 1; in oc_huff_tree_occupancy()
308 return oc_huff_tree_occupancy(_binode->nodes[0],_depth-1)+ in oc_huff_tree_occupancy()
309 oc_huff_tree_occupancy(_binode->nodes[1],_depth-1); in oc_huff_tree_occupancy()
342 if(_binode->nbits!=0&&_depth>0){ in oc_huff_tree_collapse_size()
343 return oc_huff_tree_collapse_size(_binode->nodes[0],_depth-1)+ in oc_huff_tree_collapse_size()
344 oc_huff_tree_collapse_size(_binode->nodes[1],_depth-1); in oc_huff_tree_collapse_size()
379 oc_huff_node *_binode,int _level,int _depth,char **_storage){ in oc_huff_node_fill() argument
382 _binode->depth=(unsigned char)(_depth-_level); in oc_huff_node_fill()
388 oc_huff_node_fill(_nodes,_binode->nodes[0],_level,_depth,_storage); in oc_huff_node_fill()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/
H A DXPathNavigatorReader.cs34 private int _depth; field in System.Xml.XPath.XPathNavigatorReader
120 _depth = 0; in XPathNavigatorReader()
377 _depth = depth; in MoveToAttr()
563 int depth = _depth; in MoveToAttribute()
679 _depth--; in MoveToNextAttribute()
683 _depth++; in MoveToNextAttribute()
768 _depth--; in MoveToElement()
835 _depth++; in ReadAttributeValue()
1049 _depth--; in Read()
1070 _depth = 0; in Close()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/
H A DStateGraph35 return (lhs->_depth < rhs->_depth);
57 int _depth;
71 _depth(0),
82 _depth(0),
88 if (_parent) _depth = _parent->_depth + 1;
137 _averageDistance += (*itr)->_depth;
150 _minimumDistance = (*itr)->_depth;
156 if ((*itr)->_depth<_minimumDistance) _minimumDistance=(*itr)->_depth;
284 while (sg_curr->_depth>sg_new->_depth)
292 return_path.reserve(sg_new->_depth+1);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/leakprofiler/chains/
H A DdfsClosure.cpp52 _depth(0) { in DFSClosure()
58 _depth(depth) { in DFSClosure()
109 if (_depth == 0 && _ignore_root_set) { in closure_impl()
129 if (_depth < _max_depth - 1) { in closure_impl()
130 DFSClosure next_level(this, _depth + 1); in closure_impl()
136 const size_t array_length = _depth + 2; in add_chain()
149 assert(_depth + 1 == idx, "invariant"); in add_chain()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/leakprofiler/chains/
H A DdfsClosure.cpp52 _depth(0) { in DFSClosure()
58 _depth(depth) { in DFSClosure()
109 if (_depth == 0 && _ignore_root_set) { in closure_impl()
129 if (_depth < _max_depth - 1) { in closure_impl()
130 DFSClosure next_level(this, _depth + 1); in closure_impl()
136 const size_t array_length = _depth + 2; in add_chain()
149 assert(_depth + 1 == idx, "invariant"); in add_chain()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jfr/leakprofiler/chains/
H A DdfsClosure.cpp52 _depth(0) { in DFSClosure()
58 _depth(depth) { in DFSClosure()
109 if (_depth == 0 && _ignore_root_set) { in closure_impl()
129 if (_depth < _max_depth - 1) { in closure_impl()
130 DFSClosure next_level(this, _depth + 1); in closure_impl()
136 const size_t array_length = _depth + 2; in add_chain()
149 assert(_depth + 1 == idx, "invariant"); in add_chain()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jfr/leakprofiler/chains/
H A DdfsClosure.cpp52 _depth(0) { in DFSClosure()
58 _depth(depth) { in DFSClosure()
109 if (_depth == 0 && _ignore_root_set) { in closure_impl()
129 if (_depth < _max_depth - 1) { in closure_impl()
130 DFSClosure next_level(this, _depth + 1); in closure_impl()
136 const size_t array_length = _depth + 2; in add_chain()
149 assert(_depth + 1 == idx, "invariant"); in add_chain()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/leakprofiler/chains/
H A DdfsClosure.cpp51 _depth(0) { in DFSClosure()
57 _depth(depth) { in DFSClosure()
108 if (_depth == 0 && _ignore_root_set) { in closure_impl()
128 if (_depth < _max_depth - 1) { in closure_impl()
129 DFSClosure next_level(this, _depth + 1); in closure_impl()
135 const size_t array_length = _depth + 2; in add_chain()
148 assert(_depth + 1 == idx, "invariant"); in add_chain()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/leakprofiler/chains/
H A DdfsClosure.cpp51 _depth(0) { in DFSClosure()
57 _depth(depth) { in DFSClosure()
108 if (_depth == 0 && _ignore_root_set) { in closure_impl()
128 if (_depth < _max_depth - 1) { in closure_impl()
129 DFSClosure next_level(this, _depth + 1); in closure_impl()
135 const size_t array_length = _depth + 2; in add_chain()
148 assert(_depth + 1 == idx, "invariant"); in add_chain()
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/src/java/
H A Dcore+MatOfDouble.java8 private static final int _depth = CvType.CV_64F; field in MatOfDouble
17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfDouble()
28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfDouble()
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels)); in alloc()
52 int num = checkVector(_channels, _depth); in toArray()
H A Dcore+MatOfFloat6.java8 private static final int _depth = CvType.CV_32F; field in MatOfFloat6
17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfFloat6()
28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfFloat6()
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels)); in alloc()
52 int num = checkVector(_channels, _depth); in toArray()
H A Dcore+MatOfFloat.java8 private static final int _depth = CvType.CV_32F; field in MatOfFloat
17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfFloat()
28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfFloat()
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels)); in alloc()
52 int num = checkVector(_channels, _depth); in toArray()
H A Dcore+MatOfFloat4.java8 private static final int _depth = CvType.CV_32F; field in MatOfFloat4
17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfFloat4()
28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfFloat4()
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels)); in alloc()
52 int num = checkVector(_channels, _depth); in toArray()
H A Dcore+MatOfInt.java9 private static final int _depth = CvType.CV_32S; field in MatOfInt
18 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfInt()
29 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfInt()
41 super.create(elemNumber, 1, CvType.makeType(_depth, _channels)); in alloc()
53 int num = checkVector(_channels, _depth); in toArray()
H A Dcore+MatOfInt4.java9 private static final int _depth = CvType.CV_32S; field in MatOfInt4
18 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfInt4()
29 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfInt4()
41 super.create(elemNumber, 1, CvType.makeType(_depth, _channels)); in alloc()
53 int num = checkVector(_channels, _depth); in toArray()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock.Json/Json/
H A DJsonReaderBase.cs39 private int _depth; field in Jayrock.Json.JsonReaderBase
63 get { return _depth; }
89 _depth--; in Read()
94 _depth++; in Read()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/
H A Dsprites.cpp148 _depth = 0; in SpriteSlot()
157 _depth = 0; in SpriteSlot()
163 (_position == other._position) && (_depth == other._depth) && in operator ==()
171 _depth = other._depth; in copy()
259 if (spriteSlot._depth <= 1) { in drawBackground()
262 scene._backgroundSurface.copyFrom(*frame, pt, spriteSlot._depth, &scene._depthSurface, in drawBackground()
297 DepthEntry rec(16 - spriteSlot._depth, i); in drawSprites()
322 s->copyFrom(*sprite, slot._position, slot._depth, &scene._depthSurface, in drawSprites()
335 if (slot._depth > 1) { in drawSprites()
337 s->copyFrom(*sprite, Common::Point(xp, yp), slot._depth, &scene._depthSurface, in drawSprites()
/dports/games/scummvm/scummvm-2.5.1/engines/mads/
H A Dsprites.cpp148 _depth = 0; in SpriteSlot()
157 _depth = 0; in SpriteSlot()
163 (_position == other._position) && (_depth == other._depth) && in operator ==()
171 _depth = other._depth; in copy()
259 if (spriteSlot._depth <= 1) { in drawBackground()
262 scene._backgroundSurface.copyFrom(*frame, pt, spriteSlot._depth, &scene._depthSurface, in drawBackground()
297 DepthEntry rec(16 - spriteSlot._depth, i); in drawSprites()
322 s->copyFrom(*sprite, slot._position, slot._depth, &scene._depthSurface, in drawSprites()
335 if (slot._depth > 1) { in drawSprites()
337 s->copyFrom(*sprite, Common::Point(xp, yp), slot._depth, &scene._depthSurface, in drawSprites()

12345678910>>...72