/external/llvm/lib/Analysis/ |
BranchProbabilityInfo.cpp | 39 // estimate edges' probability. Example: 41 // Using "Loop Branch Heuristics" we predict weights of edges for the 236 /// \brief Calculate edge weights for edges leading to cold blocks. 239 /// cold function. Those edges are unlikely to be taken, so we give 242 /// Return true if we could compute the weights for cold edges. 331 // as taken, exiting edges as not-taken. 340 SmallVector<unsigned, 8> InEdges; // Edges from header to the loop. 630 /// Get an edge's probability, relative to other out-edges from Src. 645 /// probabilities for edges from Src to Dst.
|
/external/llvm/lib/CodeGen/ |
CoreCLRGC.cpp | 16 // 3) Location of Safe-point polls: polls are only needed before loop-back edges
|
/external/llvm/test/CodeGen/Hexagon/ |
ifcvt-edge-weight.ll | 10 ; Check if the edge weights on edges to E and F are maintained correctly.
|
/external/llvm/test/CodeGen/X86/ |
code_placement_eh.ll | 4 ; it involves EH edges.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
2011-10-03-CritEdgeMerge.ll | 11 ; Verify that identical edges are merged. rdar://problem/6453893
|
/external/opencv3/3rdparty/libwebp/dsp/ |
dsp.h | 121 extern VP8SimpleFilterFunc VP8SimpleVFilter16i; // filter 3 inner edges 124 // regular filter (on both macroblock edges and inner edges) 136 extern VP8LumaFilterFunc VP8VFilter16i; // filtering 3 inner edges altogether
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_houghcircles/ |
py_houghcircles.markdown | 18 uses the gradient information of edges.
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_houghlines/ |
py_houghlines.markdown | 78 edges = cv2.Canny(gray,50,150,apertureSize = 3) 80 lines = cv2.HoughLines(edges,1,np.pi/180,200) 126 edges = cv2.Canny(gray,50,150,apertureSize = 3) 127 lines = cv2.HoughLinesP(edges,1,np.pi/180,100,minLineLength=100,maxLineGap=10)
|
/external/opencv3/modules/imgproc/perf/opencl/ |
perf_imgproc.cpp | 316 UMat edges(img.size(), CV_8UC1); 318 declare.in(img, WARMUP_RNG).out(edges); 320 OCL_TEST_CYCLE() cv::Canny(img, edges, 50.0, 100.0, apertureSize, L2Grad); 323 SANITY_CHECK(edges);
|
/external/opencv3/modules/videoio/include/opencv2/ |
videoio.hpp | 353 Mat edges; 354 namedWindow("edges",1); 359 cvtColor(frame, edges, COLOR_BGR2GRAY); 360 GaussianBlur(edges, edges, Size(7,7), 1.5, 1.5); 361 Canny(edges, edges, 0, 30, 3); 362 imshow("edges", edges);
|
/external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/ |
generalContours_demo1.cpp | 58 /// Detect edges using Threshold
|
generalContours_demo2.cpp | 58 /// Detect edges using Threshold
|
moments_demo.cpp | 58 /// Detect edges using canny
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
LinearLayoutGridTest.java | 29 * right button's left. Same goes for top and bottom edges.
|
/frameworks/support/v7/cardview/res/values/ |
attrs.xml | 31 <!-- Inner padding between the edges of the Card and children of the CardView. -->
|
/prebuilts/sdk/current/support/v7/cardview/res/values/ |
attrs.xml | 31 <!-- Inner padding between the edges of the Card and children of the CardView. -->
|
/external/clang/test/Analysis/ |
edges-new.mm | 629 // CHECK-NEXT: <key>edges</key> 663 // CHECK-NEXT: <key>edges</key> 746 // CHECK-NEXT: <key>edges</key> 809 // CHECK-NEXT: <key>edges</key> 843 // CHECK-NEXT: <key>edges</key> 926 // CHECK-NEXT: <key>edges</key> 989 // CHECK-NEXT: <key>edges</key> 1052 // CHECK-NEXT: <key>edges</key> [all...] |
plist-output.m | 233 // CHECK-NEXT: <key>edges</key> 316 // CHECK-NEXT: <key>edges</key> 379 // CHECK-NEXT: <key>edges</key> 462 // CHECK-NEXT: <key>edges</key> 525 // CHECK-NEXT: <key>edges</key> 588 // CHECK-NEXT: <key>edges</key> 671 // CHECK-NEXT: <key>edges</key> 734 // CHECK-NEXT: <key>edges</key> 768 // CHECK-NEXT: <key>edges</key> [all...] |
malloc-plist.c | 216 // CHECK-NEXT: <key>edges</key> 279 // CHECK-NEXT: <key>edges</key> 313 // CHECK-NEXT: <key>edges</key> 376 // CHECK-NEXT: <key>edges</key> 444 // CHECK-NEXT: <key>edges</key> 478 // CHECK-NEXT: <key>edges</key> 541 // CHECK-NEXT: <key>edges</key> 609 // CHECK-NEXT: <key>edges</key> 672 // CHECK-NEXT: <key>edges</key> 706 // CHECK-NEXT: <key>edges</key [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_deblocking.c | 282 Function to determine which edges of a macroblock has to be 284 FILTER_TOP_EDGE and FILTER_INNER_EDGE, depending on which edges 825 Filter all four successive horizontal 4-pixel luma edges. This can 826 be done when bS is equal to all four edges. 1061 Filter all four successive horizontal 2-pixel chroma edges. This 1062 can be done if bS is equal for all four edges. [all...] |
/external/clang/test/Analysis/diagnostics/ |
deref-track-symbolic-region.c | 49 // CHECK-NEXT: <key>edges</key> 112 // CHECK-NEXT: <key>edges</key> 146 // CHECK-NEXT: <key>edges</key> 209 // CHECK-NEXT: <key>edges</key> 243 // CHECK-NEXT: <key>edges</key> 326 // CHECK-NEXT: <key>edges</key> 389 // CHECK-NEXT: <key>edges</key> 423 // CHECK-NEXT: <key>edges</key> 486 // CHECK-NEXT: <key>edges</key> 549 // CHECK-NEXT: <key>edges</key [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAConfiguration.java | 69 * DFA.findNewDFAStatesAndAddDFATransitions will add edges for 77 /** Lots of NFA states have only epsilon edges (1 or 2). We can
|
/external/ceres-solver/internal/ceres/ |
visibility.cc | 127 // Add vertices and initialize the pairs for self edges so that self 128 // edges are guaranteed. This is needed for the Canonical views
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/ |
ObjectGraph.py | 73 Filter the ObjectGraph in-place by removing all edges to nodes that 98 Remove all edges from fromnode to tonode
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
objectgraph.rst | 103 outgoing and incoming edges. 107 Filter the ObjectGraph in-place by removing all edges to nodes that
|