HomeSort by relevance Sort by last modified time
    Searched full:interpolation (Results 126 - 150 of 1360) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skqp/src/gpu/
GrShaderCaps.cpp 120 writer->appendBool("Flat interpolation support", fFlatInterpolationSupport);
121 writer->appendBool("Prefer flat interpolation", fPreferFlatInterpolation);
122 writer->appendBool("No perspective interpolation support", fNoPerspectiveInterpolationSupport);
123 writer->appendBool("Multisample interpolation support", fMultisampleInterpolationSupport);
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_ResizeArea.pbtxt 30 summary: "Resize `images` to `size` using area interpolation."
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.keras.preprocessing.image.-directory-iterator.pbtxt 9 argspec: "args=[\'self\', \'directory\', \'image_data_generator\', \'target_size\', \'color_mode\', \'classes\', \'class_mode\', \'batch_size\', \'shuffle\', \'seed\', \'data_format\', \'save_to_dir\', \'save_prefix\', \'save_format\', \'follow_links\', \'interpolation\'], varargs=None, keywords=None, defaults=[\'(256, 256)\', \'rgb\', \'None\', \'categorical\', \'32\', \'True\', \'None\', \'None\', \'None\', \'\', \'png\', \'False\', \'nearest\'], "
tensorflow.keras.preprocessing.image.-image-data-generator.pbtxt 19 argspec: "args=[\'self\', \'directory\', \'target_size\', \'color_mode\', \'classes\', \'class_mode\', \'batch_size\', \'shuffle\', \'seed\', \'save_to_dir\', \'save_prefix\', \'save_format\', \'follow_links\', \'interpolation\'], varargs=None, keywords=None, defaults=[\'(256, 256)\', \'rgb\', \'None\', \'categorical\', \'32\', \'True\', \'None\', \'None\', \'\', \'png\', \'False\', \'nearest\'], "
  /frameworks/base/core/java/android/animation/
TimeInterpolator.java 33 * @return The interpolation value. This value can be more than 1.0 for
  /prebuilts/ndk/r16/sources/android/ndk_helper/
interpolator.h 52 * Interpolates values with several interpolation methods
  /external/tensorflow/tensorflow/contrib/resampler/python/ops/
resampler_ops_test.py 34 """Performs bilinenar interpolation of grid data at user defined coordinates.
36 This interpolation function:
47 at which interpolation will be performed.
49 at which interpolation will be performed.
148 # Generate reference output via bilinear interpolation in numpy
223 "Only bilinear interpolation is currently "
264 "Only bilinear interpolation is supported, "
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
LoessInterpolator.java 17 package org.apache.commons.math.analysis.interpolation;
30 * Local Regression Algorithm</a> (also Loess, Lowess) for interpolation of
38 * This class implements both the loess method and serves as an interpolation
166 * {@link org.apache.commons.math.analysis.interpolation.SplineInterpolator}
169 * @param xval the arguments for the interpolation points
170 * @param yval the values for the interpolation points
187 * @param xval the arguments for the interpolation points
188 * @param yval the values for the interpolation points
349 * @param xval the arguments for the interpolation points
350 * @param yval the values for the interpolation point
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerStepInterpolator.java 97 /** Interpolation polynoms. */
100 /** Error coefficients for the interpolation. */
103 /** Degree of the interpolation polynoms. */
164 // copy the interpolation polynoms (up to the current degree only)
182 * interpolation polynoms up to the given degree
206 // initialize the error factors array for interpolation
234 /** Compute the interpolation coefficients for dense output.
235 * @param mu degree of the interpolation polynomial
293 /** Estimate interpolation error.
295 * @return estimate of the interpolation erro
    [all...]
  /external/skia/gm/
gamma.cpp 138 // Tests gradient interpolation.
146 nextRect("Gradient", "Interpolation");
151 // Tests gamma-correction of gradient stops before interpolation in two-stop case
164 // Tests gamma-correction of gradient stops before interpolation in three-stop case
177 // Tests gamma-correction of gradient stops before interpolation in texture implementation
  /external/skia/src/gpu/ccpr/
GrCCTriangleShader.cpp 22 GrGLSLVaryingHandler::Interpolation::kCanBeFlat);
93 using Interpolation = GrGLSLVaryingHandler::Interpolation;
100 varyingHandler->addVarying("bisect_in_aa_boxes", &fBisectInAABoxes, Interpolation::kCanBeFlat);
110 varyingHandler->addVarying("wind_times_half", &fWindTimesHalf, Interpolation::kCanBeFlat);
  /external/skqp/gm/
gamma.cpp 138 // Tests gradient interpolation.
146 nextRect("Gradient", "Interpolation");
151 // Tests gamma-correction of gradient stops before interpolation in two-stop case
164 // Tests gamma-correction of gradient stops before interpolation in three-stop case
177 // Tests gamma-correction of gradient stops before interpolation in texture implementation
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c 24 // Interpolation coefficients; generated by design_pitch_filter.m.
82 // No interpolation if pitch lag step is big.
91 // Calculate interpolation steps.
159 // No interpolation if pitch lag step is big.
169 // Calculate interpolation steps.
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/
maven-archiver-2.4.1.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cfgparser.py 320 "bar=something %(with1)s interpolation (1 step)\n"
321 "bar9=something %(with9)s lots of interpolation (9 steps)\n"
322 "bar10=something %(with10)s lots of interpolation (10 steps)\n"
323 "bar11=something %(with11)s lots of interpolation (11 steps)\n"
340 "[Interpolation Error]\n"
365 "lots of interpolation (11 steps)"),
371 eq(cf.get("Foo", "bar"), "something with interpolation (1 step)")
373 "something with lots of interpolation (9 steps)")
375 "something with lots of interpolation (10 steps)")
381 "Interpolation Error", "name")
    [all...]
  /external/python/cpython2/Lib/test/
test_cfgparser.py 324 "bar=something %(with1)s interpolation (1 step)\n"
325 "bar9=something %(with9)s lots of interpolation (9 steps)\n"
326 "bar10=something %(with10)s lots of interpolation (10 steps)\n"
327 "bar11=something %(with11)s lots of interpolation (11 steps)\n"
344 "[Interpolation Error]\n"
369 "lots of interpolation (11 steps)"),
375 eq(cf.get("Foo", "bar"), "something with interpolation (1 step)")
377 "something with lots of interpolation (9 steps)")
379 "something with lots of interpolation (10 steps)")
385 "Interpolation Error", "name"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cfgparser.py 320 "bar=something %(with1)s interpolation (1 step)\n"
321 "bar9=something %(with9)s lots of interpolation (9 steps)\n"
322 "bar10=something %(with10)s lots of interpolation (10 steps)\n"
323 "bar11=something %(with11)s lots of interpolation (11 steps)\n"
340 "[Interpolation Error]\n"
365 "lots of interpolation (11 steps)"),
371 eq(cf.get("Foo", "bar"), "something with interpolation (1 step)")
373 "something with lots of interpolation (9 steps)")
375 "something with lots of interpolation (10 steps)")
381 "Interpolation Error", "name"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cfgparser.py 320 "bar=something %(with1)s interpolation (1 step)\n"
321 "bar9=something %(with9)s lots of interpolation (9 steps)\n"
322 "bar10=something %(with10)s lots of interpolation (10 steps)\n"
323 "bar11=something %(with11)s lots of interpolation (11 steps)\n"
340 "[Interpolation Error]\n"
365 "lots of interpolation (11 steps)"),
371 eq(cf.get("Foo", "bar"), "something with interpolation (1 step)")
373 "something with lots of interpolation (9 steps)")
375 "something with lots of interpolation (10 steps)")
381 "Interpolation Error", "name"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 320 "bar=something %(with1)s interpolation (1 step)\n"
321 "bar9=something %(with9)s lots of interpolation (9 steps)\n"
322 "bar10=something %(with10)s lots of interpolation (10 steps)\n"
323 "bar11=something %(with11)s lots of interpolation (11 steps)\n"
340 "[Interpolation Error]\n"
365 "lots of interpolation (11 steps)"),
371 eq(cf.get("Foo", "bar"), "something with interpolation (1 step)")
373 "something with lots of interpolation (9 steps)")
375 "something with lots of interpolation (10 steps)")
381 "Interpolation Error", "name"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 320 "bar=something %(with1)s interpolation (1 step)\n"
321 "bar9=something %(with9)s lots of interpolation (9 steps)\n"
322 "bar10=something %(with10)s lots of interpolation (10 steps)\n"
323 "bar11=something %(with11)s lots of interpolation (11 steps)\n"
340 "[Interpolation Error]\n"
365 "lots of interpolation (11 steps)"),
371 eq(cf.get("Foo", "bar"), "something with interpolation (1 step)")
373 "something with lots of interpolation (9 steps)")
375 "something with lots of interpolation (10 steps)")
381 "Interpolation Error", "name"
    [all...]
  /external/deqp/framework/common/
tcuRasterizationVerifier.hpp 55 LINEINTERPOLATION_STRICTLY_CORRECT = 0, // !< line interpolation matches the specification
56 LINEINTERPOLATION_PROJECTED, // !< line interpolation weights are otherwise correct, but they are projected onto major axis
57 LINEINTERPOLATION_INCORRECT // !< line interpolation is incorrect
180 * \brief Verify triangle color interpolation is valid
186 * Returns false if invalid rasterization interpolation is found.
191 * \brief Verify line color interpolation is valid
197 * Returns the detected interpolation method of the input image.
202 * \brief Verify line color interpolation is valid
209 * Returns false if invalid rasterization interpolation is found.
  /external/python/cpython2/Doc/library/
configparser.rst 62 interpolation. This means values can contain format strings which refer to
97 support the magical interpolation behavior.
115 interpolation feature and adds optional arguments to the :meth:`get` and
117 ``%()s`` string interpolation. Note that *__name__* is an intrinsic default;
121 All option names used in interpolation will be passed through the
139 the magical interpolation feature. This implementation is more predictable as
179 interpolation.
184 Exception raised when string interpolation cannot be completed because the
217 The maximum depth for recursive interpolation for :meth:`get` when the *raw*
343 interpolation and output to files) can only be achieved using string values
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-project-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.1/
maven-project-2.2.1.jar 
  /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

Completed in 966 milliseconds

1 2 3 4 56 7 8 91011>>