Home
last modified time | relevance | path

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

123

/third_party/skia/src/gpu/glsl/
DGrGLSLVarying.cpp14 Interpolation interpolation) { in addPassThroughAttribute()
22 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, in use_flat_interpolation()
40 Interpolation interpolation) { in addVarying()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLVarying.cpp14 Interpolation interpolation) { in addPassThroughAttribute()
23 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, in use_flat_interpolation()
41 Interpolation interpolation) { in addVarying()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dresize_with_bbox_ir.cc31 …eration::ResizeWithBBoxOperation(const std::vector<int32_t> &size, InterpolationMode interpolation) in ResizeWithBBoxOperation()
79 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
Dresize_ir.cc26 ResizeOperation::ResizeOperation(const std::vector<int32_t> &size, InterpolationMode interpolation) in ResizeOperation()
76 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
Drandom_resized_crop_with_bbox_ir.cc34InterpolationMode interpolation, in RandomResizedCropWithBBoxOperation()
105 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
Drandom_resized_crop_ir.cc35InterpolationMode interpolation, int32_t max_attempts) in RandomResizedCropOperation()
109 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
Daffine_ir.cc26 const std::vector<float> &shear, InterpolationMode interpolation, in AffineOperation()
100 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["resample"]); in from_json() local
Drandom_crop_decode_resize_ir.cc34InterpolationMode interpolation, int32_t max_attempts) in RandomCropDecodeResizeOperation()
90 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
Drandom_affine_ir.cc39 … const std::vector<float_t> &shear_ranges, InterpolationMode interpolation, in RandomAffineOperation()
176 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["resample"]); in from_json() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dresize_cubic_op.cc52 struct interpolation { struct
53 double (*interpolation)(double x); member
54 double threshold;
Drandom_crop_and_resize_with_bbox_op.h32 …opAndResizeOp(target_height, target_width, scale_lb, scale_ub, aspect_lb, aspect_ub, interpolation, in RandomCropAndResizeOp() argument
Drandom_crop_decode_resize_op.cc26InterpolationMode interpolation, int32_t max_attempts) in RandomCropDecodeResizeOp()
Daffine_op.cc39 const std::vector<float_t> &shear, InterpolationMode interpolation, in AffineOp()
Drandom_affine_op.cc35 InterpolationMode interpolation, std::vector<uint8_t> fill_value) in RandomAffineOp()
Drandom_crop_and_resize_op.cc35 InterpolationMode interpolation, int32_t max_attempts) in RandomCropAndResizeOp()
/third_party/mindspore/tests/ut/python/dataset/
Dtest_resize.py120 def test_invalid_input(test_name, size, interpolation, error, error_msg): argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawExplicitVertexParameterTests.cpp94 Interpolation interpolation; member
100 const char* interpolationToString (Interpolation interpolation) in interpolationToString()
115 std::string barycentricVariableString (Interpolation interpolation, AuxiliaryQualifier aux) in barycentricVariableString()
/third_party/mindspore/tests/ut/cpp/dataset/
Ddeserialize_test.cc107 InterpolationMode interpolation = InterpolationMode::kLinear; in TEST_F() local
167 InterpolationMode interpolation = InterpolationMode::kLinear; in TEST_F() local
232 InterpolationMode interpolation = InterpolationMode::kLinear; in TEST_F() local
285 InterpolationMode interpolation = InterpolationMode::kLinear; in TEST_F() local
382 InterpolationMode interpolation = InterpolationMode::kLinear; in TEST_F() local
/third_party/mindspore/mindspore/dataset/vision/
Dc_transforms.py966 interpolation=Inter.BILINEAR, max_attempts=10): argument
1170 interpolation=Inter.BILINEAR, max_attempts=10): argument
1219 interpolation=Inter.BILINEAR, max_attempts=10): argument
1552 def __init__(self, size, interpolation=Inter.LINEAR): argument
1590 def __init__(self, size, interpolation=Inter.LINEAR): argument
Dpy_transforms_util.py268 def resize(img, size, interpolation=Inter.BILINEAR): argument
330 def random_resize_crop(img, size, scale, ratio, interpolation=Inter.BILINEAR, max_attempts=10): argument
931 def perspective(img, start_points, end_points, interpolation=Inter.BICUBIC): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/
Dbindings.cc281 InterpolationMode interpolation, const std::vector<uint8_t> &fill_value) { in __anon574f76b42602()
318 … const std::vector<float> &ratio, InterpolationMode interpolation, int32_t max_attempts) { in __anon574f76b42c02()
391 … const std::vector<float> &ratio, InterpolationMode interpolation, int32_t max_attempts) { in __anon574f76b43802()
405 int32_t max_attempts) { in __anon574f76b43a02()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_two_sided_color.c52 enum glsl_interp_mode interpolation) in create_input()
/third_party/python/Lib/test/
Dtest_configparser.py46 interpolation = configparser._UNSET variable in CfgParserTestCaseClass
995 interpolation = None variable in ConfigParserTestCaseNoInterpolation
1031 interpolation = configparser.LegacyInterpolation() variable in ConfigParserTestCaseLegacyInterpolation
1169 interpolation = configparser.ExtendedInterpolation() variable in ConfigParserTestCaseExtendedInterpolation
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DVaryingPacking.h72 sh::InterpolationType interpolation; member
/third_party/ffmpeg/libavfilter/
Dvf_lensfun.c70 const float *interpolation; member
88 float *interpolation; member

123