/third_party/boost/boost/accumulators/statistics/ |
D | pot_tail_mean.hpp | 69 is_same<Impl, weighted> in result() 77 is_same<Impl, weighted> in result() 134 typedef accumulators::impl::pot_tail_mean_impl<mpl::_1, weighted, LeftRight> impl; 142 typedef accumulators::impl::pot_tail_mean_impl<mpl::_1, weighted, LeftRight> impl;
|
D | pot_quantile.hpp | 66 is_same<Impl, weighted> in result() 127 typedef accumulators::impl::pot_quantile_impl<mpl::_1, weighted, LeftRight> impl; 135 typedef accumulators::impl::pot_quantile_impl<mpl::_1, weighted, LeftRight> impl;
|
D | extended_p_square_quantile.hpp | 87 is_same<Impl1, weighted> in result() 226 typedef accumulators::impl::extended_p_square_quantile_impl<mpl::_1, weighted, linear> impl; 231 … typedef accumulators::impl::extended_p_square_quantile_impl<mpl::_1, weighted, quadratic> impl;
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_multisample_filter_hint.txt | 43 pixel are weighted uniformly and averaged to compute the pixel's 97 even-weighted 2-tap multisample filtering of the pixel's 2 samples. 102 even-weighted 4-tap multisample filtering of the pixel's 4 samples. 113 (and potentially not evenly weighted as well). For example,
|
/third_party/openGLES/extensions/NV/ |
D | NV_multisample_filter_hint.txt | 43 pixel are weighted uniformly and averaged to compute the pixel's 97 even-weighted 2-tap multisample filtering of the pixel's 2 samples. 102 even-weighted 4-tap multisample filtering of the pixel's 4 samples. 113 (and potentially not evenly weighted as well). For example,
|
/third_party/grpc/doc/ |
D | grpc_xds_features.md | 17 account in both [locality-weighted load balancing](https://www.envoyproxy.io/docs/envoy/latest/intr… 40 … matching,<br>Only default path ("" or "/") matching,<br>Priority-based weighted round-robin local…
|
D | xds-test-descriptions.md | 299 services with the correct weights when route action is set to weighted 317 to weighted backend services with {a: 20, b: 80}.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_filter_minmax.txt | 58 by computing an weighted average of a collection of texels in the 150 normally be combined using a weighted average to produce a filtered 156 state of WEIGHTED_AVERAGE_EXT, a weighted average will be computed, as 203 weighted average of texel values, using an implementation-dependent set of 321 to avoid the need to define semantics for computing a weighted average
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_filter_minmax.txt | 58 by computing an weighted average of a collection of texels in the 150 normally be combined using a weighted average to produce a filtered 156 state of WEIGHTED_AVERAGE_EXT, a weighted average will be computed, as 203 weighted average of texel values, using an implementation-dependent set of 321 to avoid the need to define semantics for computing a weighted average
|
/third_party/boost/libs/accumulators/doc/ |
D | accumulators.qbk | 383 ['weighted]. Each sample pushed into the accumulator has an associated weight, by which 385 assortment of these weighted statistical accumulators. And many unweighted statistical 386 accumulators have weighted variants. For instance, the weighted variant of the `sum` 390 To declare an _accumulator_set_ that accepts weighted samples, you must specify the 393 // 3rd template parameter 'int' means this is a weighted 398 their weighted equivalents. For example, the above _accumulator_set_ declaration 419 [note When working with weighted statistical accumulators from the Statistical 1256 Quantile estimation using the extended [^P^2] algorithm for weighted and unweighted samples. 1257 By default, the calculation is linear and unweighted, but quadratic and weighted variants 1268 [[Depends On] [weighted variants depend on `weighted_extended_p_square` \n [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | rv34.c | 661 const int thirdpel, int weighted, in rv34_mc() argument 731 if(!weighted){ in rv34_mc() 807 int weighted = !r->rv30 && block_type != RV34_MB_B_BIDIR && r->weight1 != 8192; in rv34_mc_2mv() local 809 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 0, r->rv30, weighted, in rv34_mc_2mv() 812 if(!weighted){ in rv34_mc_2mv() 827 int weighted = !r->rv30 && r->weight1 != 8192; in rv34_mc_2mv_skip() local 832 weighted, in rv34_mc_2mv_skip() 836 weighted, in rv34_mc_2mv_skip() 837 weighted ? r->rdsp.put_pixels_tab : r->rdsp.avg_pixels_tab, in rv34_mc_2mv_skip() 838 weighted ? r->rdsp.put_chroma_pixels_tab : r->rdsp.avg_chroma_pixels_tab); in rv34_mc_2mv_skip() [all …]
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_texture_supersample.txt | 26 footprint in texture space. The weighted average of the samples is 119 The default resampling filter is an equal weighted box filter. A linear
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_texture_supersample.txt | 26 footprint in texture space. The weighted average of the samples is 119 The default resampling filter is an equal weighted box filter. A linear
|
/third_party/boost/libs/geometry/doc/reference/algorithms/ |
D | centroid.qbk | 22 [[__1dim__][Calculates centroid (based on weighted length)]]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_filter_minmax.txt | 53 by computing an weighted average of a collection of texels in the 175 normally be combined using a weighted average to produce a filtered 181 state of WEIGHTED_AVERAGE_EXT, a weighted average will be computed, as 228 weighted average of texel values, using an implementation-dependent set of 296 to avoid the need to define semantics for computing a weighted average
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_filter_minmax.txt | 63 by computing an weighted average of a collection of texels in the 185 normally be combined using a weighted average to produce a filtered 191 state of WEIGHTED_AVERAGE_EXT, a weighted average will be computed, as 238 weighted average of texel values, using an implementation-dependent set of 306 to avoid the need to define semantics for computing a weighted average
|
/third_party/ffmpeg/doc/ |
D | resampler.texi | 105 select f-weighted noise shaping dither 107 select modified-e-weighted noise shaping dither 109 select improved-e-weighted noise shaping dither
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_shader_framebuffer_fetch_rate.txt | 141 implementation-dependent weighted average of the samples within 146 to linear happens before computing the weighted average. 208 will be an implementation-dependent weighted average of the covered pixels.
|
/third_party/skia/third_party/externals/tint/docs/ |
D | style_guide.md | 46 and other factors is weighted even more strongly toward readability
|
/third_party/grpc/src/proto/grpc/testing/xds/v3/ |
D | endpoint.proto | 99 // Locality weights are only considered when :ref:`locality weighted load 102 // specified when locality weighted load balancing is enabled, the locality is
|
/third_party/boost/boost/accumulators/ |
D | statistics_fwd.hpp | 418 struct weighted {}; struct
|
/third_party/boost/libs/histogram/doc/concepts/ |
D | Accumulator.qbk | 57 …Does a weighted fill of the accumulator. Use this to implement weight support for an accumulator t…
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | performance.txt | 98 The result is MPix/s, MVert/s or weighted sum of both depending on test
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | performance.txt | 98 The result is MPix/s, MVert/s or weighted sum of both depending on test
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_weight_10bit.asm | 2 ;* MMX/SSE2/AVX-optimized 10-bit H.264 weighted prediction code
|