Home
last modified time | relevance | path

Searched refs:scaling (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/third_party/boost/boost/graph/
Dtopology.hpp233 explicit hypercube_topology(double scaling = 1.0) in hypercube_topology() argument
236 , scaling(scaling) in hypercube_topology()
240 hypercube_topology(RandomNumberGenerator& gen, double scaling = 1.0) in hypercube_topology() argument
241 : gen_ptr(), rand(new rand_t(gen)), scaling(scaling) in hypercube_topology()
249 p[i] = (*rand)() * scaling; in random_point()
260 scaling, max BOOST_PREVENT_MACRO_SUBSTITUTION(-scaling, a[i])); in bound()
272 double dist = abs(scaling - a[0]); in distance_from_boundary()
275 dist, abs(scaling - a[i])); in distance_from_boundary()
283 result[i] = scaling * .5; in center()
299 result[i] = scaling; in extent()
[all …]
/third_party/pixman/test/
DMakefile.sources15 scaling-crash-test \
17 scaling-helpers-test \
33 scaling-test \
43 scaling-bench \
Dmeson.build34 'scaling-crash-test',
36 'scaling-helpers-test',
51 'scaling-test',
66 'scaling-bench',
/third_party/boost/libs/math/doc/sf/
Ddaubechies.qbk57 Daubechies wavelets and scaling functions are a family of compactly supported functions indexed by …
78 However, controlling relative error of Daubechies wavelets and scaling functions is much more diffi…
89 gives a scaling function which keeps the absolute error bounded by roughly the double precision uni…
96 creates a Daubechies scaling function interpolated from a dyadic grid computed down to depth /j/ = …
108 …ion is the most accurate precision provided, for both the dyadic grid and for the scaling function.
111 Derivatives are only available if the wavelet and scaling function has sufficient smoothness.
115 The axioms of a multiresolution analysis ensure that integer shifts of the scaling functions are el…
116 a side effect is that the supports of the (unshifted) wavelet and scaling functions are arbitrary.
121 For definiteness though, for the scaling function, the support is always [0, /2p/ - 1], and the sup…
125 The 2 vanishing moment scaling function.
[all …]
/third_party/ffmpeg/doc/
Dscaler.texi16 Set the scaler flags. This is also used to set the scaling
23 Select fast bilinear scaling algorithm.
26 Select bilinear scaling algorithm.
29 Select bicubic scaling algorithm.
32 Select experimental scaling algorithm.
41 Select bicubic scaling algorithm for the luma component, bilinear for
101 Set scaling algorithm parameters. The specified values are specific of
102 some scaling algorithms and ignored by others. The specified values
Dlibswscale.texi16 The libswscale library performs highly optimized image scaling and
60 @settitle video scaling and pixel format conversion library
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffparse.c250 FT_Long* scaling ) in cff_parse_real() argument
261 if ( scaling ) in cff_parse_real()
262 *scaling = 0; in cff_parse_real()
396 if ( scaling ) in cff_parse_real()
407 *scaling = exponent - fraction_length + 1; in cff_parse_real()
437 *scaling = exponent; in cff_parse_real()
445 *scaling = exponent - 4; in cff_parse_real()
450 *scaling = exponent - 5; in cff_parse_real()
562 FT_Long scaling ) in do_fixed() argument
565 return cff_parse_real( parser, *d, scaling, NULL ); in do_fixed()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/cff/
Dcffparse.c251 FT_Long* scaling ) in cff_parse_real() argument
262 if ( scaling ) in cff_parse_real()
263 *scaling = 0; in cff_parse_real()
397 if ( scaling ) in cff_parse_real()
408 *scaling = exponent - fraction_length + 1; in cff_parse_real()
438 *scaling = exponent; in cff_parse_real()
446 *scaling = exponent - 4; in cff_parse_real()
451 *scaling = exponent - 5; in cff_parse_real()
563 FT_Long scaling ) in do_fixed() argument
566 return cff_parse_real( parser, *d, scaling, NULL ); in do_fixed()
[all …]
/third_party/freetype/src/cff/
Dcffparse.c250 FT_Long* scaling ) in cff_parse_real() argument
261 if ( scaling ) in cff_parse_real()
262 *scaling = 0; in cff_parse_real()
396 if ( scaling ) in cff_parse_real()
407 *scaling = exponent - fraction_length + 1; in cff_parse_real()
437 *scaling = exponent; in cff_parse_real()
445 *scaling = exponent - 4; in cff_parse_real()
450 *scaling = exponent - 5; in cff_parse_real()
562 FT_Long scaling ) in do_fixed() argument
565 return cff_parse_real( parser, *d, scaling, NULL ); in do_fixed()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiIncrementalPresentTests.cpp606 Scaling scaling; member
684 Scaling scaling, in generateSwapchainConfigs() argument
704 const deUint32 imageWidth = scaling == SCALING_NONE in generateSwapchainConfigs()
706 : (scaling == SCALING_UP in generateSwapchainConfigs()
709 const deUint32 imageHeight = scaling == SCALING_NONE in generateSwapchainConfigs()
711 : (scaling == SCALING_UP in generateSwapchainConfigs()
827 …s (generateSwapchainConfigs(*m_surface, &m_queueFamilyIndex, testConfig.scaling, m_surfacePropert… in IncrementalPresentTestInstance()
1050 …= generateSwapchainConfigs(*m_surface, &m_queueFamilyIndex, m_testConfig.scaling, m_surfacePropert… in iterate()
1148 Scaling scaling; in createIncrementalPresentTests() member
1150 } scaling [] = in createIncrementalPresentTests() local
[all …]
DvktWsiSharedPresentableImageTests.cpp520 Scaling scaling; member
593 Scaling scaling, in generateSwapchainConfigs() argument
614 const deUint32 imageWidth = scaling == SCALING_NONE in generateSwapchainConfigs()
616 : (scaling == SCALING_UP in generateSwapchainConfigs()
619 const deUint32 imageHeight = scaling == SCALING_NONE in generateSwapchainConfigs()
621 : (scaling == SCALING_UP in generateSwapchainConfigs()
737 …, m_swapchainConfigs (generateSwapchainConfigs(*m_surface, m_queueFamilyIndex, testConfig.scaling in SharedPresentableImageTestInstance()
971 … = generateSwapchainConfigs(*m_surface, m_queueFamilyIndex, m_testConfig.scaling, m_surfacePropert… in iterate()
1074 Scaling scaling; in createSharedPresentableImageTests() member
1076 } scaling [] = in createSharedPresentableImageTests() local
[all …]
/third_party/openGLES/extensions/SGIX/
DSGIX_fog_scale.txt27 fragment center, by scaling the fragment eye-coordinate distance
103 indicate whether or not fog scaling is enabled. In the initial
104 state, fog is disabled, fog scaling is disabled, FOG_MODE is
150 FOG_SCALE_SGIX B IsEnabled False True if fog scaling is enabled 3.10 fog
151 FOG_SCALE_VALUE_SGIX R GetFloatv 1.0 Fog scaling factor 3.10 fog
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_fog_scale.txt27 fragment center, by scaling the fragment eye-coordinate distance
103 indicate whether or not fog scaling is enabled. In the initial
104 state, fog is disabled, fog scaling is disabled, FOG_MODE is
150 FOG_SCALE_SGIX B IsEnabled False True if fog scaling is enabled 3.10 fog
151 FOG_SCALE_VALUE_SGIX R GetFloatv 1.0 Fog scaling factor 3.10 fog
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
DREADME.md149 - **libjpeg: IDCT scaling extensions in decompressor**<br>
150 libjpeg-turbo supports IDCT scaling with scaling factors of 1/8, 1/4, 3/8,
182 usefulness of DCT scaling as a means of data reduction and SmartScale as a
188 - **libjpeg: DCT scaling in compressor**<br>
190 There is no technical reason why DCT scaling could not be supported when
192 below), only scaling factors of 1/2, 8/15, 4/7, 8/13, 2/3, 8/11, 4/5, and
206 additional DCT scaling factors.
210 This requires the DCT scaling feature, which is not supported.
213 This requires both the DCT scaling and SmartScale features, which are not
308 - When decompressing using scaling factors of 1/2 and 1/4, because libjpeg v8
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DREADME.md148 - **libjpeg API: IDCT scaling extensions in decompressor**<br>
149 libjpeg-turbo supports IDCT scaling with scaling factors of 1/8, 1/4, 3/8,
181 usefulness of DCT scaling as a means of data reduction and SmartScale as a
187 - **libjpeg API: DCT scaling in compressor**<br>
189 There is no technical reason why DCT scaling could not be supported when
191 below), only scaling factors of 1/2, 8/15, 4/7, 8/13, 2/3, 8/11, 4/5, and
205 additional DCT scaling factors.
209 This requires the DCT scaling feature, which is not supported.
212 This requires both the DCT scaling and SmartScale features, which are not
307 - When decompressing using scaling factors of 1/2 and 1/4, because libjpeg v8
[all …]
/third_party/libjpeg-turbo/
DREADME.md148 - **libjpeg API: IDCT scaling extensions in decompressor**<br>
149 libjpeg-turbo supports IDCT scaling with scaling factors of 1/8, 1/4, 3/8,
181 usefulness of DCT scaling as a means of data reduction and SmartScale as a
187 - **libjpeg API: DCT scaling in compressor**<br>
189 There is no technical reason why DCT scaling could not be supported when
191 below), only scaling factors of 1/2, 8/15, 4/7, 8/13, 2/3, 8/11, 4/5, and
205 additional DCT scaling factors.
209 This requires the DCT scaling feature, which is not supported.
212 This requires both the DCT scaling and SmartScale features, which are not
306 - When decompressing using scaling factors of 1/2 and 1/4, because libjpeg v8
[all …]
/third_party/boost/boost/math/special_functions/
Dhypergeometric_1F1.hpp374 int scaling = itrunc(z); in hypergeometric_1F1_imp() local
375 … T r = exp(z - scaling) * detail::hypergeometric_1F1_imp<T>(b_minus_a, b, -z, pol, log_scaling); in hypergeometric_1F1_imp()
376 log_scaling += scaling; in hypergeometric_1F1_imp()
447 int scaling = itrunc(z); in hypergeometric_1F1_imp() local
448 … T r = exp(z - scaling) * detail::hypergeometric_1F1_imp<T>(b_minus_a, b, -z, pol, log_scaling); in hypergeometric_1F1_imp()
449 log_scaling += scaling; in hypergeometric_1F1_imp()
567 int scaling = itrunc(z); in hypergeometric_1F1_imp()
568 …T r = exp(z - scaling) * detail::hypergeometric_1F1_checked_series_impl(b_minus_a, b, T(-z), pol, … in hypergeometric_1F1_imp()
569 log_scaling += scaling; in hypergeometric_1F1_imp()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideosink.h141 GstVideoRectangle *result, gboolean scaling);
147 gboolean scaling);
Dgstvideosink.c103 GstVideoRectangle * result, gboolean scaling) in gst_video_sink_center_rect() argument
105 gst_video_center_rect (&src, &dst, result, scaling); in gst_video_sink_center_rect()
123 const GstVideoRectangle * dst, GstVideoRectangle * result, gboolean scaling) in gst_video_center_rect() argument
129 if (!scaling) { in gst_video_center_rect()
/third_party/flutter/flutter/packages/flutter/test/gestures/
Dscale_test.dart77 // Two-finger scaling
114 // Horizontal scaling
119 // Vertical scaling
127 // Three-finger scaling
172 // Continue scaling with two fingers
298 // Two-finger scaling
452 // Two-finger scaling
487 // Three-finger scaling
533 // Continue scaling with two fingers
/third_party/openGLES/extensions/NV/
DNV_clip_space_w_scaling.txt59 from the center towards the edges. This is achieved by scaling the "w"
66 In the intended use case for viewport position scaling, an application
70 should specify A and B coefficients of the w-scaling equation above,
129 VR applications may use the w-scaling to minimize the processing of unused
134 the x and y coefficients of the w-scaling equation above, that have the
159 … coordinate scaling equation
161 … coordinate scaling equation
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_clip_space_w_scaling.txt59 from the center towards the edges. This is achieved by scaling the "w"
66 In the intended use case for viewport position scaling, an application
70 should specify A and B coefficients of the w-scaling equation above,
129 VR applications may use the w-scaling to minimize the processing of unused
134 the x and y coefficients of the w-scaling equation above, that have the
159 … coordinate scaling equation
161 … coordinate scaling equation
/third_party/ffmpeg/libavcodec/
Dcngdec.c112 float scaling; in cng_decode_frame() local
142 scaling = sqrt(e * p->energy / 1081109975); in cng_decode_frame()
145 p->excitation[i] = scaling * r; in cng_decode_frame()
/third_party/ffmpeg/libswscale/x86/
Dscale.asm2 ;* x86-optimized horizontal line scaling functions
34 ; horizontal line scaling
108 %if %3 == 4 ; filterSize == 4 scaling
239 %else ; %3 == X, i.e. any filterSize scaling
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkformat.c34 #define FORMAT(name, scaling) \ argument
35 …K_FORMAT_,name),G_PASTE(_,scaling)), G_STRINGIFY(G_PASTE(G_PASTE(name,_),scaling)), G_PASTE(GST_VU…

12345678910>>...16