/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | effect.js | 23 interpolations.filter(function(interpolation) { argument 27 }).forEach(function(interpolation) { argument 94 interpolation: scope.propertyInterpolation(groupName, startValue, endValue) property
|
/external/opencv3/modules/cudawarping/perf/ |
D | perf_warping.cpp | 107 const int interpolation = GET_PARAM(3); in PERF_TEST_P() local 158 const int interpolation = GET_PARAM(3); variable 201 const int interpolation = cv::INTER_AREA; variable 245 const int interpolation = GET_PARAM(3); in PERF_TEST_P() local 295 const int interpolation = GET_PARAM(3); in PERF_TEST_P() local 342 const int interpolation = GET_PARAM(3); in PERF_TEST_P() local
|
/external/opencv3/modules/cudawarping/test/ |
D | test_resize.cpp | 76 void resizeGold(const cv::Mat& src, cv::Mat& dst, double fx, double fy, int interpolation) in resizeGold() 125 int interpolation; in PARAM_TEST_CASE() local 170 int interpolation; in PARAM_TEST_CASE() local
|
D | test_warp_affine.cpp | 89 int interpolation = cv::INTER_NEAREST; in CUDA_TEST_P() local 133 … src, const cv::Mat& M, bool inverse, cv::Size dsize, cv::Mat& dst, int interpolation, int borderT… in warpAffineGold() 189 int interpolation; in PARAM_TEST_CASE() local 242 int interpolation; in PARAM_TEST_CASE() local
|
D | test_warp_perspective.cpp | 90 int interpolation = cv::INTER_NEAREST; in CUDA_TEST_P() local 136 … src, const cv::Mat& M, bool inverse, cv::Size dsize, cv::Mat& dst, int interpolation, int borderT… in warpPerspectiveGold() 192 int interpolation; in PARAM_TEST_CASE() local 245 int interpolation; in PARAM_TEST_CASE() local
|
D | test_remap.cpp | 72 …::Mat& src, const cv::Mat& xmap, const cv::Mat& ymap, cv::Mat& dst, int interpolation, int borderT… in remapGold() 120 int interpolation; in PARAM_TEST_CASE() local
|
/external/opencv3/modules/cudawarping/src/cuda/ |
D | warp.cu | 276 …_caller(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzb dst, int interpolation, in warp_caller() 310 …c, PtrStepSzb srcWhole, int xoff, int yoff, float coeffs[2 * 3], PtrStepSzb dst, int interpolation, in warpAffine_gpu() 348 …c, PtrStepSzb srcWhole, int xoff, int yoff, float coeffs[3 * 3], PtrStepSzb dst, int interpolation, in warpPerspective_gpu()
|
D | remap.cu | 207 …PtrStepSzb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, … in remap_gpu()
|
D | resize.cu | 447 …ole, int yoff, int xoff, const PtrStepSzb& dst, float fy, float fx, int interpolation, cudaStream_… in resize()
|
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_warp.cpp | 72 int type, interpolation; in PARAM_TEST_CASE() local 170 int type, interpolation; in PARAM_TEST_CASE() local
|
/external/opencv3/modules/cudawarping/src/ |
D | resize.cpp | 57 …nputArray _src, OutputArray _dst, Size dsize, double fx, double fy, int interpolation, Stream& str… in resize()
|
D | warp.cpp | 190 const int interpolation = flags & INTER_MAX; in warpAffine() local 329 const int interpolation = flags & INTER_MAX; in warpPerspective() local 507 …Array _dst, Size dsize, double angle, double xShift, double yShift, int interpolation, Stream& str… in rotate()
|
D | remap.cpp | 61 …utArray _src, OutputArray _dst, InputArray _xmap, InputArray _ymap, int interpolation, int borderM… in remap()
|
/external/deqp/framework/opengl/ |
D | gluVarType.cpp | 177 const char* getInterpolationName (Interpolation interpolation) in getInterpolationName()
|
D | gluVarType.hpp | 264 Interpolation interpolation; member
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 271 int interpolation = 0; in Scale2D() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 107 Interpolation interpolation; //!< Interpolation mode (smooth, flat, centroid). member 1337 … deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) in BasicTypeCase() 1351 … deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) in BasicArrayCase() 1376 … deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) in ArrayElementCase()
|
D | es3fRasterizationTests.cpp | 2281 …tcu::TestCaseGroup* const interpolation = new tcu::TestCaseGroup(m_testCtx, "interpolation", "Test… in init() local 2390 …tcu::TestCaseGroup* const interpolation = new tcu::TestCaseGroup(m_testCtx, "interpolation", "Non-… in init() local
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
D | sm4_to_tgsi.cpp | 43 unsigned interpolation; member
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 157 glu::Interpolation getGluInterpolation (VaryingInterpolation interpolation) in getGluInterpolation() 173 VaryingInterpolation getVaryingInterpolation (glu::Interpolation interpolation) in getVaryingInterpolation()
|
/external/opencv3/modules/imgproc/src/ |
D | imgwarp.cpp | 2881 double fx, double fy, int interpolation) in ocl_resize() 3100 double inv_scale_x, double inv_scale_y, int interpolation ) in resize() 4488 int interpolation, int borderType, const Scalar& borderValue) in ocl_remap() 4626 int interpolation, int borderType, const Scalar& borderValue ) in remap() 5397 int interpolation, borderType; member in cv::WarpAffineInvoker 5471 int interpolation = flags & INTER_MAX; in ocl_warpTransform() local 5579 int interpolation = flags & INTER_MAX; in warpAffine() local 6028 int interpolation, borderType; member in cv::WarpPerspectiveInvoker 6105 int interpolation = flags & INTER_MAX; in warpPerspective() local
|
/external/opencv3/modules/imgproc/test/ |
D | test_imgwarp.cpp | 59 int interpolation; member in CV_ImgWarpBaseTest 342 Mat* mask=0, int interpolation=CV_INTER_LINEAR ) in test_remap()
|
D | test_imgwarp_strict.cpp | 94 int interpolation; member in CV_ImageWarpBaseTest
|
/external/opencv3/samples/gpu/performance/ |
D | tests.cpp | 94 int interpolation = INTER_LINEAR; in TEST() local
|
/external/mesa3d/src/glsl/ |
D | ir.h | 411 unsigned interpolation:2; variable
|