HomeSort by relevance Sort by last modified time
    Searched defs:interpolation_type (Results 1 - 2 of 2) 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,
  /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 1284 milliseconds