Home
last modified time | relevance | path

Searched refs:correlation (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DLatencyAnalyzer.h70 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/
Daf_atempo.c145 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/
DVK_EXT_blend_operation_advanced.txt75 can: be used to specify a correlation between source and destination pixel
84 destination coverage are assumed to have no spatial correlation within the
DVK_EXT_blend_operation_advanced.adoc75 can: be used to specify a correlation between source and destination pixel
84 destination coverage are assumed to have no spatial correlation within the
DVK_KHR_external_memory.txt65 Further, the pipeline cache UUID was specific to Vulkan, but correlation
DVK_KHR_external_memory.adoc65 Further, the pipeline cache UUID was specific to Vulkan, but correlation
/third_party/python/Doc/library/
Dstatistics.rst78 :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/
Dpkt_sched.h608 __u32 correlation; member
613 __u32 correlation; member
/third_party/openGLES/extensions/SGIX/
DSGIX_blend_cmultiply.txt31 for computing convolution and correlation filters.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_blend_cmultiply.txt31 for computing convolution and correlation filters.
/third_party/ffmpeg/libavcodec/
Dilbcdec.c912 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()
1015correlation(&cross_comp, &ener_comp, s->prevResidual, j, s->block_samples, corrLen, scale3); in do_plc()
/third_party/python/Lib/test/
Dtest_statistics.py2423 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/
D0296-structured-logging.md55 [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/
Doptical_flow.adoc551 temporal correlation in a video sequence.
553 temporal correlation (e.g. a scene change, independent successive frame
/third_party/python/Lib/
Dstatistics.py889 def correlation(x, y, /): function
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_blend_equation_advanced.txt115 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/
DNV_blend_equation_advanced.txt115 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/
DVK_QCOM_image_processing.adoc212 | 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/
Dadvanced_blend.txt179 correlation between the source and destination coverage.
Dadvanced_blend.adoc255 correlation between the source and destination coverage.
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_blend_equation_advanced.txt119 have no spatial correlation within the pixel.
254 is no correlation between the source and destination coverage.
/third_party/openGLES/extensions/KHR/
DKHR_blend_equation_advanced.txt129 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/
Dmedia_query.dart38 /// ![A diagram of padding, viewInsets, and viewPadding in correlation with each
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst1338 Covariance, Pearson's correlation, and simple linear regression
/third_party/openGLES/extensions/EXT/
DEXT_separate_shader_objects.gl.txt855 correlation. This is true even when they each link in the same

12