/external/webp/src/enc/ |
filter.c | 241 // NOTE: Currently we are applying filter only across the sublock edges 243 // 1. Applying filter on macro block edges will change the pixels in 246 // cannot apply filter on the right and bottom macro block edges.
|
/frameworks/base/docs/html/training/wearables/ui/ |
layouts.jd | 69 on both screen shapes without having views cropped near the edges of round screens.</p> 184 and lets you easily align views on the center or near the edges of the screen.</p> 196 edges inside the gray square in figure 2.</li>
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
OMX_VideoEnc_DSP.h | 104 FILTER_ALL_EDGES = 0, /* Enable filtering of all the edges*/ 105 DISABLE_FILTER_ALL_EDGES, /* Disable filtering of all the edges*/ 106 DISABLE_FILTER_SLICE_EDGES /* Disable filtering of slice edges */
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Delaunay.cpp | 40 int CDelaunay::triangulate(SEdgeVector **edges, int n_sites, int width, int height) 47 *edges = ev; 608 // Throw out any edges that are too far apart
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-pass.h | 173 in blocks that have one or more edges with no incoming definition 191 where not all edges carry a new replacement may lead to silent 225 /* Rebuild the callgraph edges. */
|
except.h | 81 for this landing pad. There can be both EH and normal edges into the 88 bookkeeping specific to exceptions. There must not be normal edges
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DecisionProbe.java | 113 /** The set of states w/o emanating edges and w/o resolving sem preds. */ 244 /** return set of states w/o emanating edges and w/o resolving sem preds. 460 //System.err.println("no emanating edges for states: "+danglingStates); 617 * predicates and yet it has no emanating edges. Usually this 808 * just do a depth-first walk traversing edges labeled with the current 845 // nondeterministically backtrack down epsilon edges [all...] |
/external/libavc/common/x86/ |
ih264_deblk_chroma_ssse3.c | 78 /* title "Filtering process for edges for bS equal to 4" in */ 261 /* title "Filtering process for edges for bS equal to 4" in */ 411 /* title "Filtering process for edges for bS less than 4" */ [all...] |
/external/llvm/lib/Analysis/ |
BlockFrequencyInfoImpl.cpp | 134 // Sort so edges to the same node are adjacent. 139 // Combine adjacent edges. 590 Irr.Edges.push_back(&SuccIrr); 591 SuccIrr.Edges.push_front(&Irr); 655 // Skip forward edges. 740 // reflect the masses flowing through back edges.
|
LazyCallGraph.cpp | 125 "We can't have removed edges before we finish the constructor!"); 226 // during the removal of intra-SCC edges, but could be preserved 333 "This API only supports the rmoval of inter-SCC edges."); 356 // the caller no longer a parent of the callee. Walk the other call edges 594 // A final pass over all edges in the SCC (this remains linear as we only 694 OS << " Call edges in function: " << N.getFunction().getName() << "\n";
|
LoopInfo.cpp | 229 /// Routines that reform the loop CFG and split edges often fail on indirectbr. 241 // landingpads; we don't know how to split those edges yet. 405 // then it is possible that there are multiple edges from current block 412 // In case of multiple edges from current block to exit block, collect 414 // duplicate edges. 621 // Handle critical edges from Unloop into a sibling loop.
|
CFG.cpp | 86 /// Critical edges are edges from a block with multiple successors to a block
|
/external/llvm/lib/CodeGen/ |
CriticalAntiDepBreaker.cpp | 139 // other types of edges. 507 // Attempt to break anti-dependence edges on the critical path. Walk the 529 // breaking anti-dependence edges that aren't going to significantly 531 // and we want to save them for the important edges. 542 // Only consider anti-dependence edges. 556 // since those edges would prevent such units from being
|
/external/llvm/lib/Target/Mips/ |
Mips16ISelLowering.cpp | 548 // Transfer the remainder of BB and its successor edges to sinkMBB. 565 // Update machine-CFG edges 609 // Transfer the remainder of BB and its successor edges to sinkMBB. 627 // Update machine-CFG edges 673 // Transfer the remainder of BB and its successor edges to sinkMBB. 691 // Update machine-CFG edges
|
/external/opencv/cv/src/ |
cvhough.cpp | 858 CvMat *edges = 0; local 876 CV_CALL( edges = cvCreateMat( img->rows, img->cols, CV_8UC1 )); 877 CV_CALL( cvCanny( img, edges, MAX(canny_threshold/2,1), canny_threshold, 3 )); 903 const uchar* edges_row = edges->data.ptr + y*edges->step; [all...] |
/art/compiler/optimizing/ |
find_loops_test.cc | 215 // Test loop with originally two back edges. 241 // Test loop with two exit edges.
|
/external/clang/include/clang/Analysis/ |
AnalysisContext.h | 118 /// getAddEHEdges - Return true iff we are adding exceptional edges from 161 /// Return a version of the CFG without any edges pruned.
|
CallGraph.h | 14 // edges to all externally available functions. 42 /// This is a virtual root node that has edges to all the functions.
|
/external/clang/test/Analysis/ |
lambda-notes.cpp | 22 // CHECK-NEXT: <key>edges</key> 128 // CHECK-NEXT: <key>edges</key>
|
/external/libavc/decoder/ |
ih264d_deblocking.c | 455 /* parameters of slice disable Filtering of Slice Boundary Edges*/ 465 /* Filter wrt Other Vertical Edges */ 544 /* parameters of slice disable Filtering of Slice Boundary Edges*/ 560 /* Filter wrt Other Horizontal Edges */ [all...] |
/external/libjpeg-turbo/ |
jpegtran.1 | 116 rather than having a strange-looking strip along the right and/or bottom edges 135 trims both edges.
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_rendertmp.h | 254 /* For trifans, all edges are boundary. 403 /* All edges are boundary. Set edgeflags to 1, draw the
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_grabcut/ |
py_grabcut.markdown | 50 - The weights of edges connecting pixels to source node/end node are defined by the probability 56 weights of the edges that are cut. After the cut, all the pixels connected to Source node
|
/external/valgrind/docs/internals/ |
t-chaining-notes.txt | 157 they can determine which edges are definitely not back edges.
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
HorizontalGridView.java | 382 * If fading edges are needed, use a hardware layer. This works around the problem 385 * updates the the caching bitmaps used to draw the fading edges.
|