/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
D | LatencyAnalyzer.h | 70 double correlation = 0.0; in calculateNormalizedCorrelation() local 84 correlation = 2.0 * sumProducts / sumSquares; in calculateNormalizedCorrelation() 86 return correlation; in calculateNormalizedCorrelation() 218 float correlation = (float) calculateNormalizedCorrelation(&recorded.getData()[i], in measureLatencyFromPulse() local 221 correlations[i] = correlation; in measureLatencyFromPulse()
|
/third_party/ffmpeg/libavfilter/ |
D | af_atempo.c | 145 FFTSample *correlation; member 236 av_freep(&atempo->correlation); in yae_release_buffers() 313 RE_MALLOC_OR_FAIL(atempo->correlation, atempo->window * sizeof(FFTComplex)); in yae_reset() 640 FFTSample *correlation, in yae_align() argument 651 yae_xcorr_via_rdft(correlation, in yae_align() 665 xcorr = correlation + i0; in yae_align() 709 atempo->correlation, in yae_adjust_position()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_blend_operation_advanced.txt | 75 can: be used to specify a correlation between source and destination pixel 84 destination coverage are assumed to have no spatial correlation within the
|
D | VK_EXT_blend_operation_advanced.adoc | 75 can: be used to specify a correlation between source and destination pixel 84 destination coverage are assumed to have no spatial correlation within the
|
D | VK_KHR_external_memory.txt | 65 Further, the pipeline cache UUID was specific to Vulkan, but correlation
|
D | VK_KHR_external_memory.adoc | 65 Further, the pipeline cache UUID was specific to Vulkan, but correlation
|
/third_party/python/Doc/library/ |
D | statistics.rst | 78 :func:`correlation` Pearson's correlation coefficient for two variables. 605 .. function:: correlation(x, y, /) 607 Return the `Pearson's correlation coefficient 609 for two inputs. Pearson's correlation coefficient *r* takes values 623 >>> correlation(x, x) 625 >>> correlation(x, y)
|
/third_party/libbpf/include/uapi/linux/ |
D | pkt_sched.h | 608 __u32 correlation; member 613 __u32 correlation; member
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_blend_cmultiply.txt | 31 for computing convolution and correlation filters.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_blend_cmultiply.txt | 31 for computing convolution and correlation filters.
|
/third_party/ffmpeg/libavcodec/ |
D | ilbcdec.c | 912 static void correlation(int32_t *corr, int32_t *ener, int16_t *buffer, in correlation() function 1008 correlation(&cross, &ener, s->prevResidual, lag, s->block_samples, corrLen, scale3); in do_plc() 1015 … correlation(&cross_comp, &ener_comp, s->prevResidual, j, s->block_samples, corrLen, scale3); in do_plc()
|
/third_party/python/Lib/test/ |
D | test_statistics.py | 2423 statistics.correlation(x, y) 2439 statistics.correlation(x, y) 2454 self.assertAlmostEqual(statistics.correlation(x, y), result) 2460 self.assertAlmostEqual(statistics.correlation(x, y), 0.5) 2464 self.assertAlmostEqual(statistics.correlation(x, y), 1)
|
/third_party/rust/crates/log/rfcs/ |
D | 0296-structured-logging.md | 55 [INF 2018-09-27T09:32:03Z basic] [service: database, correlation: 123] Operation completed successf… 67 "correlation": 123, 72 …, potentially interesting queries like _what are all records where the correlation is 123?_, or _h… 80 correlation: 123 324 correlation: 123 359 "correlation": 123,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_optical_flow/ |
D | optical_flow.adoc | 551 temporal correlation in a video sequence. 553 temporal correlation (e.g. a scene change, independent successive frame
|
/third_party/python/Lib/ |
D | statistics.py | 889 def correlation(x, y, /): function
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_blend_equation_advanced.txt | 115 BLEND_OVERLAP_NV can be used to specify a correlation between source and 122 source and destination coverage are assumed to have no spatial correlation 332 UNCORRELATED_NV indicates that there is no correlation between the source 800 …BLEND_OVERLAP_NV Z3 GetIntegerv UNCORRELATED correlation of src/dst 4.1.8 color-buf… 867 (5) Should we support different types of correlation between source and 871 versions of many blending equations based on the "correlation" between
|
/third_party/openGLES/extensions/NV/ |
D | NV_blend_equation_advanced.txt | 115 BLEND_OVERLAP_NV can be used to specify a correlation between source and 122 source and destination coverage are assumed to have no spatial correlation 332 UNCORRELATED_NV indicates that there is no correlation between the source 800 …BLEND_OVERLAP_NV Z3 GetIntegerv UNCORRELATED correlation of src/dst 4.1.8 color-buf… 867 (5) Should we support different types of correlation between source and 871 versions of many blending equations based on the "correlation" between
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_QCOM_image_processing.adoc | 212 | sampler2D target | correlation (or similarity) of the target | 220 | sampler2D target | correlation (or similarity) of the target |
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_blend_operation_advanced/ |
D | advanced_blend.txt | 179 correlation between the source and destination coverage.
|
D | advanced_blend.adoc | 255 correlation between the source and destination coverage.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_blend_equation_advanced.txt | 119 have no spatial correlation within the pixel. 254 is no correlation between the source and destination coverage.
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_blend_equation_advanced.txt | 129 have no spatial correlation within the pixel. 264 is no correlation between the source and destination coverage.
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | media_query.dart | 38 /// ![A diagram of padding, viewInsets, and viewPadding in correlation with each
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0b1.rst | 1338 Covariance, Pearson's correlation, and simple linear regression
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_separate_shader_objects.gl.txt | 855 correlation. This is true even when they each link in the same
|