HomeSort by relevance Sort by last modified time
    Searched defs:Interpolation (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/contrib/image/kernels/
image_ops.h 31 enum Interpolation { INTERPOLATION_NEAREST, INTERPOLATION_BILINEAR };
41 const Interpolation interpolation_;
49 const Interpolation interpolation)
50 : input_(input), transforms_(transforms), interpolation_(interpolation) {}
147 using generator::Interpolation;
155 const Interpolation interpolation_;
157 FillProjectiveTransform(Interpolation interpolation)
158 : interpolation_(interpolation) {}
    [all...]
  /external/skia/src/gpu/glsl/
GrGLSLVarying.h 76 * therefore does not require perspective-correct interpolation. When supported, this allows
78 * interpolation.
82 enum class Interpolation {
97 Interpolation = Interpolation::kInterpolated);
108 Interpolation = Interpolation::kInterpolated);
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 74 enum Interpolation
83 static const char* getInterpolationName (Interpolation interp)
98 Varying (const char* name_, const glu::VarType& type_, Interpolation interp_)
101 , interpolation (interp_)
107 Interpolation interpolation; //!< Interpolation mode (smooth, flat, centroid). member in struct:deqp::gles3::Functional::TransformFeedback::Varying
185 void addVarying (const char* name, const glu::VarType& type, Interpolation interp);
221 void ProgramSpec::addVarying (const char* name, const glu::VarType& type, Interpolation interp)
371 str << getInterpolationName(var->interpolation) << " " << inout << " " << glu::declare(var->type, var->name.c_str()) << ";\n"
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsintrp.c 29 // This module incorporates several interpolation routines, for 1 to 8 channels on input and
30 // up to 65535 channels on output. The user may change those by using the interpolation plug-in
32 // Interpolation routines by default
38 // The interpolation plug-in memory chunk allocator/dup
77 // Set the interpolation method
82 p ->Interpolation.Lerp16 = NULL;
86 p ->Interpolation = ptr->Interpolators(p -> nInputs, p ->nOutputs, p ->dwFlags);
90 if (p ->Interpolation.Lerp16 == NULL)
91 p ->Interpolation = DefaultInterpolatorsFactory(p ->nInputs, p ->nOutputs, p ->dwFlags);
94 if (p ->Interpolation.Lerp16 == NULL)
    [all...]
  /external/python/cpython3/Lib/
configparser.py 21 interpolation=<unset>, converters=<unset>):
24 must be appropriate for %()s string interpolation.
57 When `interpolation` is given, it should be an Interpolation subclass
60 any sort of interpolation, whereas ConfigParser uses an instance of
156 "Interpolation", "BasicInterpolation", "ExtendedInterpolation",
254 """Base class for interpolation-related exceptions."""
268 "an interpolation key {!r} which is not a valid option name. "
288 "in section {!r} contains an interpolation key which "
359 class Interpolation
    [all...]
  /external/deqp/framework/opengl/
gluVarType.hpp 184 enum Interpolation
192 const char* getInterpolationName (Interpolation interpolation);
258 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
264 Interpolation interpolation; member in struct:glu::VariableDeclaration
  /external/pdfium/third_party/lcms/include/
lcms2_plugin.h 250 // Interpolation. 16 bits and floating point versions.
253 // Interpolation callbacks
255 // 16 bits forward interpolation. This function performs precision-limited linear interpolation
257 // choose to implement any other interpolation algorithm.
262 // Floating point forward interpolation. Full precision interpolation using floats. This is not a
264 // choose to implement any other interpolation algorithm.
273 _cmsInterpFn16 Lerp16; // Forward interpolation in 16 bits
274 _cmsInterpFnFloat LerpFloat; // Forward interpolation in floating poin
    [all...]
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.11.ALPHA.jar 

Completed in 236 milliseconds