Home
last modified time | relevance | path

Searched refs:discrete (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/ffmpeg/doc/
Dlexicon5 dst/adst: (asymmetric) discrete sine transform
8 fdct/idct: forward/inverse discrete cosine transform
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dv4l2_show.c140 framesize->discrete.width, framesize->discrete.height); in show_v4l2_frmsizeenum()
Dtest_VIDIOC_ENUM_FRAMESIZES.c87 CU_ASSERT(0 < framesize.discrete.width); in do_test_VIDIOC_ENUM_FRAMESIZES()
88 CU_ASSERT(0 < framesize.discrete.height); in do_test_VIDIOC_ENUM_FRAMESIZES()
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Ddoctor.js.test.cjs413 exports[`test/lib/commands/doctor.js TAP discrete checks cache > logs 1`] = `
440 exports[`test/lib/commands/doctor.js TAP discrete checks cache > output 1`] = `
446 exports[`test/lib/commands/doctor.js TAP discrete checks git > logs 1`] = `
458 exports[`test/lib/commands/doctor.js TAP discrete checks git > output 1`] = `
462 exports[`test/lib/commands/doctor.js TAP discrete checks invalid environment > logs 1`] = `
482 exports[`test/lib/commands/doctor.js TAP discrete checks invalid environment > output 1`] = `
488 exports[`test/lib/commands/doctor.js TAP discrete checks permissions - not windows > logs 1`] = `
500 exports[`test/lib/commands/doctor.js TAP discrete checks permissions - not windows > output 1`] = `
509 exports[`test/lib/commands/doctor.js TAP discrete checks permissions - windows > logs 1`] = `
521 exports[`test/lib/commands/doctor.js TAP discrete checks permissions - windows > output 1`] = `
[all …]
/third_party/openGLES/extensions/SGI/
DSGI_fft.txt32 computing the discrete Fourier transform (DFT) that are based on the
34 transform of a sequence into successively smaller discrete Fourier
222 The discrete fourier transform is a complex valued sum of products of
229 The discrete fourier transform is defined differently for each of
239 The discrete fourier transform equation is:
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DSGI_fft.txt32 computing the discrete Fourier transform (DFT) that are based on the
34 transform of a sequence into successively smaller discrete Fourier
222 The discrete fourier transform is a complex valued sum of products of
229 The discrete fourier transform is defined differently for each of
239 The discrete fourier transform equation is:
/third_party/ffmpeg/libavcodec/x86/
Dxvididct.asm6 ; =========== SSE2 inverse discrete cosine transform ===========
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_glslang_utils.mm113 // NOTE(hqle): We use separate discrete binding point for now, in future, we should use
136 // XFB buffer is allocated slot starting from last discrete Metal buffer slot.
190 // Use discrete buffer binding slot for UBOs which translates each slot to [[buffer(n)]]
324 // Force discrete slot bindings for textures, default uniforms & driver uniforms
/third_party/libinput/doc/user/
Dwheel-api.rst81 event may contain multiples of the value, discrete or v120 value:
166 identical to ``LIBINPUT_EVENT_POINTER_AXIS`` events. Note that the discrete
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_display_power_preference.txt67 created on the integrated (low-power) or discrete (high-power) GPU
DEGL_ANGLE_power_preference.txt71 created on the integrated (low-power) or discrete (high-power) GPU
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_debug_marker.txt42 annotate their command stream with markers for discrete events and groups
82 for discrete events and groups of commands using a descriptive text marker.
/third_party/openGLES/extensions/EXT/
DEXT_debug_marker.txt42 annotate their command stream with markers for discrete events and groups
82 for discrete events and groups of commands using a descriptive text marker.
/third_party/vulkan-loader/tests/
Dloader_version_tests.cpp122 env.platform_shim->add_dxgi_adapter(GpuType::discrete, desc1); in TEST()
153 env.platform_shim->add_dxgi_adapter(GpuType::discrete, desc1); in TEST()
227 env.platform_shim->add_dxgi_adapter(GpuType::discrete, desc1); in TEST()
277 env.platform_shim->add_dxgi_adapter(GpuType::discrete, desc1); in TEST()
504 env.platform_shim->add_dxgi_adapter(GpuType::discrete, desc1); in TEST()
/third_party/libinput/src/
Devdev-fallback.c232 struct discrete_coords discrete = { 0.0, 0.0 }; in fallback_flush_wheels() local
291 discrete.y = -1 * value; in fallback_flush_wheels()
297 &discrete); in fallback_flush_wheels()
319 discrete.x = value; in fallback_flush_wheels()
325 &discrete); in fallback_flush_wheels()
Dlibinput.c180 struct discrete_coords discrete; member
767 value = event->discrete.x; in libinput_event_pointer_get_axis_value_discrete()
770 value = event->discrete.y; in libinput_event_pointer_get_axis_value_discrete()
2533 .discrete = zero_discrete, in pointer_notify_axis_finger()
2567 .discrete = zero_discrete, in pointer_notify_axis_continuous()
2585 const struct discrete_coords *discrete) in pointer_notify_axis_legacy_wheel() argument
2600 .discrete = *discrete, in pointer_notify_axis_legacy_wheel()
2628 .discrete.x = 0, in pointer_notify_axis_wheel()
2629 .discrete.y = 0, in pointer_notify_axis_wheel()
Devdev.c396 struct discrete_coords discrete = *discrete_in; in evdev_notify_axis_legacy_wheel() local
400 discrete.x *= -1; in evdev_notify_axis_legacy_wheel()
406 discrete.x *= -1; in evdev_notify_axis_legacy_wheel()
407 discrete.y *= -1; in evdev_notify_axis_legacy_wheel()
414 &discrete); in evdev_notify_axis_legacy_wheel()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm589 // Create discrete pixel format if necessary.
603 return egl::EglBadAlloc() << "Error choosing discrete pixel format.";
632 // A non-zero value implies that the timer is ticking on deleting the discrete GPU pixel
/third_party/python/Doc/library/
Dstatistics.rst53 :func:`mode` Single mode (most common value) of discrete or nominal data.
54 :func:`multimode` List of modes (most common values) of discrete or nominal data.
238 This is suited for when your data is discrete, and you don't mind that the
261 Use the low median when your data are discrete and you prefer the median to
281 Use the high median when your data are discrete and you prefer the median to
338 Return the single most common data point from discrete or nominal *data*.
347 ``mode`` assumes discrete data and returns a single value. This is the
/third_party/vulkan-loader/tests/framework/shim/
Dshim.h48 enum class GpuType { unspecified, integrated, discrete, external }; enumerator
/third_party/python/Modules/_decimal/libmpdec/
DREADME.txt69 O(N**2) discrete transform.
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.sample_shading.txt50 averaging them will result in a discrete normal-like distribution. The number of
/third_party/openssl/doc/man3/
DSSL_in_init.pod50 indicates a discrete state machine state. Note that future versions of OpenSSL
/third_party/rust/crates/clap/examples/
Dtyped-derive.md14 --port <PORT> Support for discrete numbers [default: 22] [possible values: 22, 80]
/third_party/skia/site/docs/user/api/
Dskpaint_overview.md154 - SkDiscretePathEffect: This path effect chops a path into discrete segments,

1234