Home
last modified time | relevance | path

Searched refs:similarity (Results 1 – 25 of 56) sorted by relevance

123

/third_party/ffmpeg/libavfilter/
Dvf_chromakey.c35 float similarity; member
65 return av_clipd((diff - ctx->similarity) / ctx->blend, 0.0, 1.0) * 255.0; in do_chromakey_pixel()
67 return (diff > ctx->similarity) ? 255 : 0; in do_chromakey_pixel()
87 return av_clipd((diff - ctx->similarity) / ctx->blend, 0.0, 1.0) * max; in do_chromakey_pixel16()
89 return (diff > ctx->similarity) ? max : 0; in do_chromakey_pixel16()
202 alpha = diff > ctx->similarity; in do_chromahold_slice()
204 double f = 1. - av_clipd((diff - ctx->similarity) / ctx->blend, 0.0, 1.0); in do_chromahold_slice()
241 alpha = diff > ctx->similarity; in do_chromahold16_slice()
243 double f = 1. - av_clipd((diff - ctx->similarity) / ctx->blend, 0.0, 1.0); in do_chromahold16_slice()
393 …{ "similarity", "set the chromakey similarity value", OFFSET(similarity), AV_OPT_TYPE_FLOAT, { .db…
[all …]
Dvf_colorkey.c35 float similarity; member
51 return av_clipd((diff - ctx->similarity) / ctx->blend, 0.0, 1.0) * 255.0; in do_colorkey_pixel()
53 return (diff > ctx->similarity) ? 255 : 0; in do_colorkey_pixel()
208 …{ "similarity", "set the colorkey similarity value", OFFSET(similarity), AV_OPT_TYPE_FLOAT, { .dbl…
233 …{ "similarity", "set the colorhold similarity value", OFFSET(similarity), AV_OPT_TYPE_FLOAT, { .db…
Dvf_colorkey_opencl.c42 float similarity; member
138 CL_SET_KERNEL_ARG(colorkey_ctx->kernel_colorkey, 3, float, &colorkey_ctx->similarity); in filter_frame()
226 …{ "similarity", "set the colorkey similarity value", OFFSET(similarity), AV_OPT_TYPE_FLOAT, { .dbl…
/third_party/ffmpeg/libavfilter/opencl/
Dcolorkey.cl26 float similarity,
33 pixel.s3 = clamp((diff - similarity) / blend, 0.0f, 1.0f);
41 float similarity
47 pixel.s3 = (diff > similarity) ? 1.0f : 0.0f;
/third_party/rust/crates/strsim-rs/
DCargo.toml6 Implementations of string similarity metrics. Includes Hamming, Levenshtein,
11 keywords = ["string", "similarity", "Hamming", "Levenshtein", "Jaro"]
DREADME.md8 [Rust](https://www.rust-lang.org) implementations of [string similarity metrics]:
95 [string similarity metrics]:http://en.wikipedia.org/wiki/String_metric
DREADME.OpenSource9 "Description": "A Rust library that provides support for string similarity metrics."
DBUILD.gn26 …cargo_pkg_description = "Implementations of string similarity metrics. Includes Hamming, Levenshte…
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
DCHANGELOG47 - new, accurate RGBA color similarity algorithm
62 - better RGBA color similarity algorithm and Floyd-Steinberg remapping
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstivtc.c311 similarity (GstIvtc * ivtc, int i1, int i2) in similarity() function
580 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
581 next_score = similarity (ivtc, anchor_index, anchor_index + 1); in gst_ivtc_construct_frame()
/third_party/skia/third_party/externals/angle2/doc/
DBuildingAngleForChromiumDevelopment.md12 * To setup run these commands (note similarity to [DevSetup](DevSetup.md)):
/third_party/flutter/skia/third_party/externals/angle2/doc/
DBuildingAngleForChromiumDevelopment.md12 * To setup run these commands (note similarity to [DevSetup](DevSetup.md)):
/third_party/libpng/
Dbackport-avoid-random-test-failure.patch76 similarity index 80%
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingPipelineFlagsTests.cpp1197 const float similarity = float(resultPixelCount) / float(referencePixelCount); in verifyResult() local
1198 if (similarity < m_params.accuracy) return false; in verifyResult()
1227 const float similarity = float(resultPixelCount) / float(referencePixelCount); in verifyResult() local
1228 if (similarity < m_params.accuracy) return false; in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingPipelineFlagsTests.cpp1197 const float similarity = float(resultPixelCount) / float(referencePixelCount); in verifyResult() local
1198 if (similarity < m_params.accuracy) return false; in verifyResult()
1227 const float similarity = float(resultPixelCount) / float(referencePixelCount); in verifyResult() local
1228 if (similarity < m_params.accuracy) return false; in verifyResult()
/third_party/jerryscript/tools/pylint/
Dpylintrc290 # Minimum lines number of a similarity.
291 min-similarity-lines=4
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_fbconfig.txt29 and the type and size of ancillary buffers), removes the "similarity"
46 This extension also removes the "similarity" restriction when making
51 "similarity" and "compatibility" restrictions and allow a context to be
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_fbconfig.txt29 and the type and size of ancillary buffers), removes the "similarity"
46 This extension also removes the "similarity" restriction when making
51 "similarity" and "compatibility" restrictions and allow a context to be
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_socket.txt70 An application using this extension will bear some similarity to the
/third_party/EGL/extensions/NV/
DEGL_NV_stream_socket.txt70 An application using this extension will bear some similarity to the
/third_party/rust/crates/cxx/book/src/
Dcontext.md65 of the edges being related to similarity of the languages when it comes to
/third_party/skia/third_party/externals/opengl-registry/extensions/WIN/
DWIN_specular_fog.txt69 Gouraud polygons. If Phong shading (ext #113) is enabled this similarity
/third_party/openGLES/extensions/WIN/
DWIN_specular_fog.txt69 Gouraud polygons. If Phong shading (ext #113) is enabled this similarity
/third_party/python/Doc/library/
Ddifflib.rst209 list, sorted by similarity score, most similar first.
542 Return a measure of the sequences' similarity as a float in the range [0,
600 :meth:`ratio` returns a float in [0, 1], measuring the similarity of the
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_wait_sync.txt196 In the interest of maintaining similarity with OpenGL sync objects, this

123