HomeSort by relevance Sort by last modified time
    Searched refs:interpolation_type (Results 1 - 5 of 5) sorted by null

  /external/ceres-solver/internal/ceres/
line_search.h 64 : interpolation_type(CUBIC),
77 LineSearchInterpolationType interpolation_type; member in struct:ceres::internal::LineSearch::Options
216 const LineSearchInterpolationType& interpolation_type,
line_search.cc 148 // polynomial of degree defined by interpolation_type which interpolates all
151 const LineSearchInterpolationType& interpolation_type,
158 (interpolation_type == BISECTION &&
163 } else if (interpolation_type == BISECTION) {
178 << "please contact the developers!, interpolation_type: "
179 << LineSearchInterpolationTypeToString(interpolation_type)
188 if (interpolation_type == QUADRATIC) {
198 } else if (interpolation_type == CUBIC) {
208 LOG(FATAL) << "Ceres bug: No handler for interpolation_type: "
209 << LineSearchInterpolationTypeToString(interpolation_type)
    [all...]
line_search_minimizer.cc 179 line_search_options.interpolation_type =
trust_region_minimizer.cc 70 line_search_options.interpolation_type =
  /external/chromium_org/cc/animation/
transform_operation.cc 101 TransformOperation::Type interpolation_type =
104 interpolation_type = from->type;
106 interpolation_type = to->type;
108 switch (interpolation_type) {
377 TransformOperation::Type interpolation_type = local
380 interpolation_type = from->type;
382 interpolation_type = to->type;
384 switch (interpolation_type) {

Completed in 382 milliseconds