Searched defs:interpolation_type (Results 1 - 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dline_search.cc148 // 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)
150 InterpolatingPolynomialMinimizingStepSize( const LineSearchInterpolationType& interpolation_type, const FunctionSample& lowerbound, const FunctionSample& previous, const FunctionSample& current, const double min_step_size, const double max_step_size) const argument
[all...]
H A Dline_search.h64 : interpolation_type(CUBIC),
77 LineSearchInterpolationType interpolation_type; member in struct:ceres::internal::LineSearch::Options
216 const LineSearchInterpolationType& interpolation_type,
/external/chromium_org/cc/animation/
H A Dtransform_operation.cc101 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 171 milliseconds