HomeSort by relevance Sort by last modified time
    Searched defs:Region (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/ceres-solver/docs/
solving.tex 5 \section{Trust Region Methods}
6 \label{sec:trust-region}
23 of the step $\Delta x$. And this is where the idea of a trust-region
24 comes in. Algorithm~\ref{alg:trust-region} describes the basic trust-region loop for non-linear least squares problems.
27 \caption{The basic trust-region algorithm.\label{alg:trust-region}}
29 \REQUIRE Initial point $x$ and a trust region radius $\mu$.
47 Here, $\mu$ is the trust region radius, $D(x)$ is some matrix used to define a metric on the domain of $F(x)$ and $\rho$ measures the quality of the step $\Delta x$, i.e., how well did the linear model predict the decrease in the value of the non-linear objective. The idea is to increase or decrease the radius of the trust region depending on how well the linearization predicts the behavior of the non-linear objective, which i (…)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnShader.h 37 enum Region {
  /external/llvm/include/llvm/Support/
FileOutputBuffer.h 49 return (uint8_t*)Region->data();
54 return (uint8_t*)Region->data() + Region->size();
59 return Region->size();
86 OwningPtr<llvm::sys::fs::mapped_file_region> Region;
  /external/webkit/Source/WebKit2/Platform/
Region.h 36 class Region {
38 Region();
39 Region(const WebCore::IntRect&);
46 void unite(const Region&);
47 void intersect(const Region&);
48 void subtract(const Region&);
118 static inline Region intersect(const Region& a, const Region& b)
120 Region result(a)
    [all...]
Region.cpp 27 #include "Region.h"
29 // A region class based on the paper "Scanline Coherent Shape Algebra"
39 Region::Region()
43 Region::Region(const IntRect& rect)
49 Vector<IntRect> Region::rects() const
68 Region::Shape::Shape()
72 Region::Shape::Shape(const IntRect& rect)
80 void Region::Shape::appendSpan(int y
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h 35 Region,
  /frameworks/native/include/ui/
Region.h 35 class Region : public LightFlattenable<Region>
38 Region();
39 Region(const Region& rhs);
40 explicit Region(const Rect& rhs);
41 ~Region();
43 static Region createTJunctionFreeRegion(const Region& r);
45 Region& operator = (const Region& rhs)
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
LVREV.h 93 /* Memory table containing the region definitions */
96 LVM_MemoryRegion_st Region[LVREV_NR_MEMORY_REGIONS]; /* One definition for each region */
191 /* region base addresses in the memory table before calling this function. */
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClipRegion2Activity.java 22 import android.graphics.Region;
51 private final Region mRegion = new Region();
74 Region.Op.REPLACE);
76 Region.Op.DIFFERENCE);
  /external/llvm/lib/Analysis/
RegionInfo.cpp 1 //===- RegionInfo.cpp - SESE region detection analysis --------------------===//
21 #define DEBUG_TYPE "region"
37 VerifyRegionInfoX("verify-region-info", cl::location(VerifyRegionInfo),
38 cl::desc("Verify region info (time consuming)"));
43 static cl::opt<enum Region::PrintStyle> printStyle("print-region-style",
47 clEnumValN(Region::PrintNone, "none", "print no details"),
48 clEnumValN(Region::PrintBB, "bb",
50 clEnumValN(Region::PrintRN, "rn",
54 /// Region Implementatio
    [all...]
  /frameworks/native/libs/ui/
Region.cpp 17 #define LOG_TAG "Region"
26 #include <ui/Region.h>
57 Region::Region() {
61 Region::Region(const Region& rhs)
69 Region::Region(const Rect& rhs) {
73 Region::~Region(
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 1 //===- RegionInfo.h - SESE region analysis ----------------------*- C++ -*-===//
38 class Region;
44 /// @brief Marker class to iterate over the elements of a Region in flat mode.
55 /// Region.
61 /// This is the entry basic block that starts this region node. If this is a
68 /// The node can hold either a Region or a BasicBlock.
73 /// @brief The parent Region of this RegionNode.
75 Region* parent;
86 inline RegionNode(Region* Parent, BasicBlock* Entry, bool isSubRegion = 0)
89 /// @brief Get the parent Region of this RegionNode
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h 89 /* Memory region definition */
92 LVM_UINT32 Size; /* Region size in bytes */
93 LVPSA_MemoryTypes_en Type; /* Region type */
94 void *pBaseAddress; /* Pointer to the region base address */
97 /* Memory table containing the region definitions */
100 LVPSA_MemoryRegion_t Region[LVPSA_NR_MEMORY_REGIONS];/* One definition for each region */
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
LVCS.h 81 #define LVCS_MEMREGION_PERSISTENT_SLOW_DATA 0 /* Offset to the instance memory region */
82 #define LVCS_MEMREGION_PERSISTENT_FAST_DATA 1 /* Offset to the persistent data memory region */
83 #define LVCS_MEMREGION_PERSISTENT_FAST_COEF 2 /* Offset to the persistent coefficient memory region */
84 #define LVCS_MEMREGION_TEMPORARY_FAST 3 /* Offset to temporary memory region */
182 /* Memory region definition */
185 LVM_UINT32 Size; /* Region size in bytes */
186 LVCS_MemoryTypes_en Type; /* Region type */
187 void *pBaseAddress; /* Pointer to the region base address */
191 /* Memory table containing the region definitions */
194 LVCS_MemoryRegion_t Region[LVCS_NR_MEMORY_REGIONS]; /* One definition for each region *
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Region.java 23 public class Region implements Parcelable {
27 private static final SynchronizedPool<Region> sPool =
28 new SynchronizedPool<Region>(MAX_POOL_SIZE);
54 /** Create an empty region
56 public Region() {
60 /** Return a copy of the specified region
62 public Region(Region region) {
64 nativeSetRegion(mNativeRegion, region.mNativeRegion)
308 Region region = sPool.acquire(); local
320 Region region = obtain(); local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 40 SymbolRef Region;
44 Region(R) {}
48 Region == X.Region);
53 ID.AddPointer(Region);
125 R->markInteresting(AP.second->Region);
130 /// region.
134 // The allocated region symbol tracked by the main analysis.
251 // Report deallocator mismatch. Remove the region from tracking - reporting a
297 if (!definitelyReturnedError(AS->Region, State, C.getSValBuilder()))
    [all...]
  /external/opencv/cvaux/src/
cvscanlines.cpp     [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bass/lib/
LVDBE.h 223 /* Memory region definition */
226 LVM_UINT32 Size; /* Region size in bytes */
227 LVM_UINT16 Alignment; /* Region alignment in bytes */
228 LVDBE_MemoryTypes_en Type; /* Region type */
229 void *pBaseAddress; /* Pointer to the region base address */
233 /* Memory table containing the region definitions */
236 LVDBE_MemoryRegion_t Region[LVDBE_NR_MEMORY_REGIONS]; /* One definition for each region */
334 /* region. */
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Types.h 53 #define LVM_MEMREGION_PERSISTENT_SLOW_DATA 0 /* Offset to the instance memory region */
54 #define LVM_MEMREGION_PERSISTENT_FAST_DATA 1 /* Offset to the persistent data memory region */
55 #define LVM_MEMREGION_PERSISTENT_FAST_COEF 2 /* Offset to the persistent coefficient memory region */
56 #define LVM_MEMREGION_TEMPORARY_FAST 3 /* Offset to temporary memory region */
151 /* Memory region definition */
154 LVM_UINT32 Size; /* Region size in bytes */
155 LVM_MemoryTypes_en Type; /* Region type */
156 void *pBaseAddress; /* Pointer to the region base address */
160 /* Memory table containing the region definitions */
163 LVM_MemoryRegion_st Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h 96 #define LVEQNB_MEMREGION_INSTANCE 0 /* Offset to the instance memory region */
97 #define LVEQNB_MEMREGION_PERSISTENT_DATA 1 /* Offset to persistent data memory region */
98 #define LVEQNB_MEMREGION_PERSISTENT_COEF 2 /* Offset to persistent coefficient region */
99 #define LVEQNB_MEMREGION_SCRATCH 3 /* Offset to data scratch memory region */
225 /* Memory region definition */
228 LVM_UINT32 Size; /* Region size in bytes */
229 LVM_UINT16 Alignment; /* Region alignment in bytes */
230 LVEQNB_MemoryTypes_en Type; /* Region type */
231 void *pBaseAddress; /* Pointer to the region base address */
235 /* Memory table containing the region definitions *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 123 /* Memory region definition */
126 LVM_UINT32 Size; /* Region size in bytes */
128 LVM_MemoryTypes_en Type; /* Region type */
129 void *pBaseAddress; /* Pointer to the region base address */
133 /* Memory table containing the region definitions */
136 LVM_IntMemoryRegion_t Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 24 import android.graphics.Region;
25 import android.graphics.Region.Op;
309 getScrollY() + getHeight(), Region.Op.INTERSECT);
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 21 import android.graphics.Region;
100 private Region mRegion;
115 // Test Region()
116 new Region();
118 // Test Region(Region)
119 Region oriRegion = new Region();
120 new Region(oriRegion);
122 // Test Region(Rect
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 46 /// Represent a region's offset within the top level base region.
48 /// The base region.
51 /// The bit offset within the base region. It shouldn't be negative.
75 // Base region classes.
143 /// Check if the region is a subregion of the given region.
159 /// \brief Get a string representation of a region for debug use.
166 /// \brief Returns true if this region can be printed in a user-friendly way.
169 /// \brief Print the region for use in diagnostics
    [all...]
  /external/qemu/android/skin/
region.c 12 #include "android/skin/region.h"
53 /* this implementation of regions encodes the the region's spans with the
56 region ::= yband+ YSENTINEL
73 typedef SkinRegion Region;
84 region_isEmpty( Region* r )
90 region_isRect( Region* r )
96 region_isComplex( Region* r )
176 region_edit( Region* r )
369 /* empty region */
765 Region result[1]
    [all...]

Completed in 820 milliseconds

1 2 3