HomeSort by relevance Sort by last modified time
    Searched refs:optimization (Results 26 - 50 of 70) sorted by null

12 3

  /external/ceres-solver/docs/
introduction.tex 12 While there is some debate as to who invented of the method of Least Squares~\cite{stigler1981gauss}. There is no debate that it was Carl Friedrich Gauss's prediction of the orbit of the newly discovered asteroid Ceres based on just 41 days of observations that brought it to the attention of the world~\cite{tennenbaum-director}. We named our solver after Ceres to celebrate this seminal event in the history of astronomy, statistics and optimization.
36 Amongst Ceres' users at Google two deserve special mention: William Rucklidge and James Roseborough. William was the first user of Ceres. He bravely took on the task of porting production code to an as-yet unproven optimization library, reporting bugs and helping fix them along the way. James is perhaps the most sophisticated user of Ceres at Google. He has reported and fixed bugs and helped evolve the API for the better.
bundleadjustment.tex 6 Given a set of measured image feature locations and correspondences, the goal of bundle adjustment is to find 3D point positions and camera parameters that minimize the reprojection error. This optimization problem is usually formulated as a non-linear least squares problem, where the error is the squared $L_2$ norm of the difference between the observed feature location and the projection of the corresponding 3D point on the image plane of the camera. Ceres has extensive support for solving bundle adjustment problems.
modeling.tex 86 the squaring is implicitly done by the optimization framework.
307 the optimization, making it numerically more robust and efficient.
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.cc 145 GOOGLE_LOG(WARNING) << "optimization()=" << params.optimization();
javamicro_primitive_field.cc 180 return ((params.optimization() == JAVAMICRO_OPT_SPEED)
  /external/v8/src/arm/
stub-cache-arm.cc 100 // It's a nice optimization if this constant is encodable in the bic insn.
629 const CallOptimization& optimization,
641 Handle<JSFunction> function = optimization.constant_function();
646 Handle<CallHandlerInfo> api_call_info = optimization.api_call_info();
719 CallOptimization optimization(lookup);
720 if (optimization.is_constant_call()) {
722 holder, lookup, name, optimization, miss);
739 const CallOptimization& optimization,
741 ASSERT(optimization.is_constant_call());
747 if (optimization.is_simple_api_call() &
2293 GenerateFastApiDirectCall(masm(), optimization, argc); local
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 613 const CallOptimization& optimization,
625 Handle<JSFunction> function = optimization.constant_function();
630 Handle<CallHandlerInfo> api_call_info = optimization.api_call_info();
709 CallOptimization optimization(lookup);
710 if (optimization.is_constant_call()) {
712 holder, lookup, name, optimization, miss);
729 const CallOptimization& optimization,
731 ASSERT(optimization.is_constant_call());
737 if (optimization.is_simple_api_call() &&
739 depth1 = optimization.GetPrototypeDepthOfExpectedType
2285 GenerateFastApiDirectCall(masm(), optimization, argc); local
    [all...]
  /external/icu4c/
runConfigureICU 28 --disable-release Disable presetting optimization flags
215 echo "ICC 9.0 does not work with optimization- disabling optimizations"
266 # The Intel compiler has optimization bugs. So we disable optimization.
  /external/libvpx/libvpx/
configure 536 check_add_cflags -Wdisabled-optimization
561 -Wdisabled-optimization
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 104 ownership of the module [m] if successful with the desired optimization
  /external/v8/test/mjsunit/
to_number_order.js 209 // Call inside loop to test optimization and possible caching.
debug-scopes.js 441 // With block in function that is marked for optimization while being executed.
972 // Catch block in function that is marked for optimization while being executed.
switch.js 332 // clauses | tags | type feedback | optimization
  /external/v8/src/
stub-cache.cc     [all...]
stub-cache.h     [all...]
  /external/v8/tools/
profile.js 67 * Enum for code state regarding its dynamic optimization.
151 * @param {Profile.CodeState} state Optimization state.
455 * @param {Profile.CodeState} state Code optimization state.
  /external/icu4c/tools/gennorm2/
n2builder.cpp 173 phase(0), overrideHandling(OVERRIDE_PREVIOUS), optimization(OPTIMIZE_NORMAL) {
889 if(p->cc==0 && optimization!=OPTIMIZE_FAST)
    [all...]
  /external/libvorbis/doc/
02-bitpacking.tex 61 of a concern only during optimization when writing high performance
  /external/v8/benchmarks/
deltablue.js 264 if (this.myOutput.stay) this.execute(); // Stay optimization
291 * optimization".
632 * assumes that stay optimization is desired; the plan will contain
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 258 if (this.myOutput.stay) this.execute(); // Stay optimization
285 * optimization".
626 * assumes that stay optimization is desired; the plan will contain
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 258 if (this.myOutput.stay) this.execute(); // Stay optimization
285 * optimization".
626 * assumes that stay optimization is desired; the plan will contain
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 258 if (this.myOutput.stay) this.execute(); // Stay optimization
285 * optimization".
626 * assumes that stay optimization is desired; the plan will contain
  /external/chromium/third_party/libjingle/source/talk/
main.scons 91 # Flags for debug and optimization are added to CCFLAGS instead
  /external/libvpx/libvpx/build/make/
configure.sh 85 ${toggle_optimizations} turn on/off compiler optimization flags
    [all...]
  /external/elfutils/
elfutils.spec 213 - libdwfl: bug fixes and optimization in relocation handling

Completed in 639 milliseconds

12 3