Home
last modified time | relevance | path

Searched defs:interpolation (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Deffect.js23 interpolations.filter(function(interpolation) { argument
27 }).forEach(function(interpolation) { argument
94 interpolation: scope.propertyInterpolation(groupName, startValue, endValue) property
/external/opencv3/modules/cudawarping/perf/
Dperf_warping.cpp107 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/
Dtest_resize.cpp76 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
Dtest_warp_affine.cpp89 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
Dtest_warp_perspective.cpp90 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
Dtest_remap.cpp72 …::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/
Dwarp.cu276 …_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()
Dremap.cu207 …PtrStepSzb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, … in remap_gpu()
Dresize.cu447 …ole, int yoff, int xoff, const PtrStepSzb& dst, float fy, float fx, int interpolation, cudaStream_… in resize()
/external/opencv3/modules/imgproc/test/ocl/
Dtest_warp.cpp72 int type, interpolation; in PARAM_TEST_CASE() local
170 int type, interpolation; in PARAM_TEST_CASE() local
/external/opencv3/modules/cudawarping/src/
Dresize.cpp57 …nputArray _src, OutputArray _dst, Size dsize, double fx, double fy, int interpolation, Stream& str… in resize()
Dwarp.cpp190 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()
Dremap.cpp61 …utArray _src, OutputArray _dst, InputArray _xmap, InputArray _ymap, int interpolation, int borderM… in remap()
/external/deqp/framework/opengl/
DgluVarType.cpp177 const char* getInterpolationName (Interpolation interpolation) in getInterpolationName()
DgluVarType.hpp264 Interpolation interpolation; member
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c271 int interpolation = 0; in Scale2D() local
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp107 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()
Des3fRasterizationTests.cpp2281 …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/
Dsm4_to_tgsi.cpp43 unsigned interpolation; member
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp157 glu::Interpolation getGluInterpolation (VaryingInterpolation interpolation) in getGluInterpolation()
173 VaryingInterpolation getVaryingInterpolation (glu::Interpolation interpolation) in getVaryingInterpolation()
/external/opencv3/modules/imgproc/src/
Dimgwarp.cpp2881 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/
Dtest_imgwarp.cpp59 int interpolation; member in CV_ImgWarpBaseTest
342 Mat* mask=0, int interpolation=CV_INTER_LINEAR ) in test_remap()
Dtest_imgwarp_strict.cpp94 int interpolation; member in CV_ImageWarpBaseTest
/external/opencv3/samples/gpu/performance/
Dtests.cpp94 int interpolation = INTER_LINEAR; in TEST() local
/external/mesa3d/src/glsl/
Dir.h411 unsigned interpolation:2; variable

12