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

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
Perl5Target.java 70 // no need for interpolation, use single quotes
74 // need string interpolation
  /external/deqp/doc/testspecs/GLES2/
functional.rasterization.txt 30 + Varying interpolation in all primitives
48 Value interpolation is tested for lines and triangles with
  /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/libavc/encoder/
ih264e_half_pel.h 63 * sec 8.4.2.2.1 titled "Luma sample interpolation process"
106 * sec 8.4.2.2.1 titled "Luma sample interpolation process" (Filter run for
  /external/mesa3d/src/util/
format_srgb.h 79 * Use LUT and do linear interpolation.
106 /* Grab next-highest mantissa bits and perform linear interpolation */
  /external/tensorflow/tensorflow/contrib/resampler/python/ops/
resampler_ops.py 35 The resampler currently only supports bilinear interpolation of 2D data.
41 resampling will be performed. Since only bilinear interpolation is
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_CropAndResize.pbtxt 50 A string specifying the interpolation method. Only 'bilinear' is
68 bilinear interpolation) to a fixed `size = [crop_height, crop_width]`. The
api_def_CropAndResizeGradBoxes.pbtxt 47 A string specifying the interpolation method. Only 'bilinear' is
api_def_CropAndResizeGradImage.pbtxt 48 A string specifying the interpolation method. Only 'bilinear' is
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
defines.h 148 /* Fix-point old lsf parameters for interpolation */
189 /* old LSF for interpolation */
simple_interpolate_lsf.c 57 /* subframe 1: Interpolation between old and first set of
74 /* subframe 2 to 6: Interpolation between first and second
  /frameworks/base/core/java/android/animation/
PointFEvaluator.java 21 * This evaluator can be used to perform type interpolation between <code>PointF</code> values.
68 * @return A linear interpolation between the start and end values, given the
RectEvaluator.java 21 * This evaluator can be used to perform type interpolation between <code>Rect</code> values.
68 * @return A linear interpolation between the start and end values, given the
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicResize.java 82 * interpolation.
97 * interpolation.
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicResize.java 92 * interpolation.
107 * interpolation.
  /frameworks/support/transition/src/main/java/androidx/transition/
RectEvaluator.java 23 * This evaluator can be used to perform type interpolation between <code>Rect</code> values.
70 * @return A linear interpolation between the start and end values, given the
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathEvaluator.java 22 * proportion traveled between those points. The value of the interpolation depends
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
SmoothingBicubicSplineInterpolator.java 17 package org.apache.commons.math.analysis.interpolation;
30 * Generates a bicubic interpolation function.
39 * Please use {@link org.apache.commons.math.analysis.interpolation.BicubicSplineInterpolator}
41 * {@link org.apache.commons.math.analysis.interpolation.SmoothingPolynomialBicubicSplineInterpolator}.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
package.html 22 function interpolation and integration. Note that the optimization (i.e. minimization
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleInterpolationTests.hpp 23 * \brief Multisample Interpolation Tests
  /external/libhevc/common/
ihevc_intra_pred_filters.c 24 * Contains function Definition for intra prediction interpolation filters
92 * Intra prediction interpolation filter for pu1_ref substitution
626 * Intra prediction interpolation filter for ref_filtering
737 * Intra prediction interpolation filter for luma planar
823 * Intra prediction interpolation filter for luma dc
939 * Intra prediction interpolation filter for horizontal luma variable.
1019 * Intra prediction interpolation filter for vertical luma variable.
    [all...]
  /external/libopus/silk/
init_decoder.c 44 /* Used to deactivate LSF interpolation */
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.h 34 * Attribute interpolation mode
  /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...]
  /external/proguard/src/proguard/gui/splash/
LinearTiming.java 50 // Compute the clamped linear interpolation.

Completed in 7113 milliseconds

1 2 3 4 5 67 8 91011>>