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

  /external/ceres-solver/internal/ceres/
line_search.h 66 : interpolation_type(CUBIC),
78 LineSearchInterpolationType interpolation_type; member in struct:ceres::internal::LineSearch::Options
215 const LineSearchInterpolationType& interpolation_type,
line_search.cc 145 // polynomial of degree defined by interpolation_type which interpolates all
148 const LineSearchInterpolationType& interpolation_type,
155 (interpolation_type == BISECTION &&
160 } else if (interpolation_type == BISECTION) {
174 << "please contact the developers!, interpolation_type: "
175 << LineSearchInterpolationTypeToString(interpolation_type)
184 if (interpolation_type == QUADRATIC) {
194 } else if (interpolation_type == CUBIC) {
204 LOG(FATAL) << "Ceres bug: No handler for interpolation_type: "
205 << LineSearchInterpolationTypeToString(interpolation_type)
    [all...]
line_search_minimizer.cc 171 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) {
379 TransformOperation::Type interpolation_type = local
382 interpolation_type = from->type;
384 interpolation_type = to->type;
386 switch (interpolation_type) {

Completed in 1404 milliseconds