Searched refs:interpolated (Results 1 – 25 of 32) sorted by relevance
12
/external/tensorflow/tensorflow/contrib/image/python/ops/ |
D | dense_image_warp.py | 215 interpolated = _interpolate_bilinear(image, query_points_flattened) 216 interpolated = array_ops.reshape(interpolated, 218 return interpolated
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/ |
D | filtering_postprocessor_test.py | 65 for interpolated, expected in zip(interpolated_state, expected_state): 66 self.assertAllClose(expected, interpolated.eval())
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.multisample_interpolation.txt | 56 integer literals at which samples values are interpolated, in dynamic cases the 61 will result in a value interpolated at the center of the pixel. Value is 88 interpolateAtCentroid() were interpolated within the primitive area. 103 same value as a per-sample interpolated varying.
|
D | functional.shaders.sample_variables.txt | 58 contains the position in which varyings were interpolated. Cases render a quad 60 values against a per-sample interpolated screen-space location (in pixels) 62 interpolated varying value.
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_interpolate_noloop_gnu.s | 103 @ = x0 + f * (x1 - x0) == interpolated result 105 STRH tmp1, [pOutputBuffer], #NEXT_OUTPUT_PCM @ *pOutputBuffer++ = interpolated result
|
D | ARM-E_interpolate_loop_gnu.s | 111 @ = x0 + f * (x1 - x0) == interpolated result 113 STRH tmp1, [pOutputBuffer], #NEXT_OUTPUT_PCM @ *pOutputBuffer++ = interpolated result
|
/external/deqp/modules/internal/ |
D | ditFrameworkTests.cpp | 709 …TextureLevel interpolated (TextureFormat(TextureFormat::RGBA, TextureFormat::FLOAT), numSamples, w… in runCase() local 720 clear (interpolated.getAccess(), subCase.varying - Vec4(0.0f, 0.0f, 0.0f, 1.0f)); in runCase() 771 …s colorAccess = rr::MultisamplePixelBufferAccess::fromMultisampleAccess(interpolated.getAccess()); in runCase() 799 TextureLevel resolvedColor (interpolated.getFormat(), width, height); // For debugging in runCase() 802 const ConstPixelBufferAccess interpAccess = interpolated.getAccess(); in runCase() 812 …tAccess(), rr::MultisampleConstPixelBufferAccess::fromMultisampleAccess(interpolated.getAccess())); in runCase()
|
/external/libpng/ |
D | TODO | 26 Add interpolated method of handling interlacing.
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.frag_output.txt | 39 output values are interpolated from per-vertex data. For integer outputs
|
D | functional.shaders.fragdepth.txt | 42 while right quad fills with value that is interpolated in range 0..1.
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.rasterization.txt | 49 vertex-specific colors, small deviation in interpolated color is allowed.
|
D | functional.depth.txt | 42 In the fourth pair z1 = 0 and z2 is interpolated between -1.0 and 1.0,
|
/external/python/cpython3/Doc/library/ |
D | statistics.rst | 161 When the number of data points is even, the median is interpolated by taking 196 be an actual data point rather than interpolated. 216 be an actual data point rather than interpolated.
|
/external/walt/ios/WALT/ |
D | DragLatencyController.mm | 130 * interpolated touchYs. 371 // Calculate interpolated touch y positions at each laser event.
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 50 of the entire polygon. If not set, fragment colors will be interpolated 53 The actual interpolated shading algorithm is obviously
|
/external/universal-tween-engine/ |
D | README.md | 92 …* Every attribute can be interpolated. The only requirement is that what you want to interpolate c…
|
/external/skqp/site/dev/design/conical/ |
D | index.md | 35 is on the linearly interpolated circle with center $C_t = (1-t) \cdot C_0 + t \cdot C_1$ and radius 50 corresponding linearly interpolated radius $r_f = (1-f) \cdot r_0 + f \cdot r_1 = 0$.
|
/external/skia/site/dev/design/conical/ |
D | index.md | 35 is on the linearly interpolated circle with center $C_t = (1-t) \cdot C_0 + t \cdot C_1$ and radius 50 corresponding linearly interpolated radius $r_f = (1-f) \cdot r_0 + f \cdot r_1 = 0$.
|
/external/python/cpython3/Doc/reference/ |
D | lexical_analysis.rst | 635 single: interpolated string literal 637 single: string; interpolated literal
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 1743 The interpolation instructions allow an input to be interpolated in a 3001 to the back of the Z buffer. The W component contains the interpolated 3004 the reciprocal of the interpolated value). 3196 the interpolated plane distances are >= 0. 3451 The Interpolate field specifes the way input is being interpolated by 3462 should be interpolated according to cylindrical wrapping rules.
|
/external/skia/docs/ |
D | spelling.txt | 115 intermediate internal internally interpolate interpolated interpolates interpolation interpret
|
D | SkPath_Reference.bmh | 438 #Param out Path replaced by interpolated averages ##
|
/external/skqp/docs/ |
D | spelling.txt | 115 intermediate internal internally interpolate interpolated interpolates interpolation interpret
|
D | SkPath_Reference.bmh | 438 #Param out Path replaced by interpolated averages ##
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 2632 the start of a line in multiline values, it has to be interpolated. This
|
12