Home
last modified time | relevance | path

Searched refs:speeds (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/libinput/tools/
Dmake-ptraccel-graphs.sh10 speeds="-1 -0.75 -0.5 -0.25 0 0.5 1"
13 for speed in $speeds; do
24 speeds="$speeds"
26 plot for [s in speeds] fname(s) using 1:2 title s, \
54 for speed in $speeds; do
65 speeds="$speeds"
67 plot for [s in speeds] fname(s) using 1:2 title s, \
72 for speed in $speeds; do
83 speeds="$speeds"
85 plot for [s in speeds] fname(s) using 4:2 title s, \
/third_party/toybox/lib/
Dtty.c66 int i, speeds[] = {50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, in xsetspeed() local
72 for (i = 0; i < ARRAY_LEN(speeds); i++) if (speeds[i] == speed) break; in xsetspeed()
73 if (i == ARRAY_LEN(speeds)) error_exit("unknown speed: %d", speed); in xsetspeed()
112 int i, speeds[] = {50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, in set_terminal() local
118 for (i = 0; i < ARRAY_LEN(speeds); i++) if (speeds[i] == speed) break; in set_terminal()
119 if (i == ARRAY_LEN(speeds)) error_exit("unknown speed: %d", speed); in set_terminal()
/third_party/ffmpeg/libavfilter/
Daf_chorus.c48 float *speeds; member
123 s->speeds = av_realloc_f(s->speeds, nb_speeds, sizeof(*s->speeds)); in init()
126 if (!s->delays || !s->decays || !s->speeds || !s->depths) in init()
131 fill_items(s->speeds_str, &nb_speeds, s->speeds); in init()
199 s->length[n] = outlink->sample_rate / s->speeds[n]; in config_output()
332 av_freep(&s->speeds); in uninit()
/third_party/toybox/toys/pending/
Dgetty.c40 int speeds[20];
100 TT.speeds[TT.sc] = encode(ptr); in get_speed()
101 if (TT.speeds[TT.sc] < 0) perror_exit("bad speed"); in get_speed()
171 if (TT.speeds[0] != B0) cfsetspeed(&TT.termios, TT.speeds[0]); in termios_init()
326 cfsetspeed(&TT.termios, TT.speeds[index]); // Select from multiple speeds in getty_main()
/third_party/libinput/doc/user/
Dpointer-acceleration.rst64 a factor of 2 doubles the delta (i.e. speeds up the movement), a factor of
97 speeds. The line for 0.0 is the default acceleration curve, speed settings
113 same feel for all devices at normal to high speeds. At slow speeds, the
161 trackpoints will generate different speeds and thus different acceleration
Dnormalization-of-relative-motion.rst25 libinput applies a dpi-dependent acceleration function. At low speeds, a
27 movement speed increases, acceleration is applied - at high speeds a low-dpi
Dtrackpoint-configuration.rst62 slows the trackpoint down, a value above 1.0 speeds the trackpoint up.
/third_party/skia/third_party/externals/angle2/build_overrides/
Dglslang.gni8 # Reduce glslang's features to what the Vulkan backend of ANGLE uses. This both speeds up glslang's
/third_party/node/deps/npm/node_modules/json-stringify-safe/
DCHANGELOG.md11 only the ancestors for a circular references speeds up things considerably.
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Dcurves.dart549 /// A cubic animation curve that speeds up quickly and ends slowly.
755 /// A cubic animation curve that starts slowly, speeds up, and then ends
761 /// A cubic animation curve that starts slowly, speeds up, and then ends
770 /// A cubic animation curve that starts slowly, speeds up, and then ends
781 /// A cubic animation curve that starts slowly, speeds up, and then ends
795 /// A cubic animation curve that starts slowly, speeds up, and then ends
809 /// A cubic animation curve that starts slowly, speeds up, and then ends
820 /// A cubic animation curve that starts slowly, speeds up, and then ends
834 /// A cubic animation curve that starts slowly, speeds up, and then ends
848 /// A cubic animation curve that starts slowly, speeds up, and then ends
/third_party/flutter/skia/samplecode/
DSamplePathText.cpp393 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local
400 speeds * tsec + in apply()
/third_party/skia/samplecode/
DSamplePathText.cpp396 const Sk4f speeds = Sk4f::Load(fSpeeds); in apply() local
403 speeds * tsec + in apply()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DFastOpenGLStateTransitions.md23 fastest possible hash computation. The hash map speeds up state changes considerably. But it is
/third_party/python/Doc/library/
Dtermios.rst37 these fields are defined). The interpretation of the flags and the speeds as
/third_party/node/doc/api/
Ddiagnostics_channel.md95 lookups at publish time, enabling very fast publish speeds and allowing
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
DChangeLog.md198 When using the slow integer DCT/IDCT, this speeds up the compression of RGB
206 x86 and x86-64 platforms. This speeds up the compression of full-color
378 JPEG images into RGB or extended RGB output images. This significantly speeds
522 platforms. This speeds up the compression of full-color JPEGs by about 10-15%
534 implementation.) This speeds up the compression of full-color JPEGs by about
541 For 32-bit code, this speeds up the compression of full-color JPEGs by
548 For 64-bit code, NEON-accelerated Huffman encoding speeds up the
564 improve performance on CPUs with in-order pipelines. This speeds up the
646 which speeds up the compression of RGB and CMYK JPEGs by 5-20% when using
786 2. Added SIMD acceleration for DSPr2-capable MIPS platforms. This speeds up
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DChangeLog.md73 speeds up:
123 This speeds up the compression of full-color progressive JPEGs by about 30-40%
590 algorithms. When using the accurate integer DCT/IDCT, this speeds up the
598 x86 and x86-64 platforms. This speeds up the compression of full-color
770 JPEG images into RGB or extended RGB output images. This significantly speeds
914 platforms. This speeds up the compression of full-color JPEGs by about 10-15%
926 implementation.) This speeds up the compression of full-color JPEGs by about
933 For 32-bit code, this speeds up the compression of full-color JPEGs by
940 For 64-bit code, NEON-accelerated Huffman encoding speeds up the
956 improve performance on CPUs with in-order pipelines. This speeds up the
[all …]
/third_party/libjpeg-turbo/
DChangeLog.md193 speeds up:
243 This speeds up the compression of full-color progressive JPEGs by about 30-40%
710 algorithms. When using the accurate integer DCT/IDCT, this speeds up the
718 x86 and x86-64 platforms. This speeds up the compression of full-color
890 JPEG images into RGB or extended RGB output images. This significantly speeds
1034 platforms. This speeds up the compression of full-color JPEGs by about 10-15%
1046 implementation.) This speeds up the compression of full-color JPEGs by about
1053 For 32-bit code, this speeds up the compression of full-color JPEGs by
1060 For 64-bit code, NEON-accelerated Huffman encoding speeds up the
1076 improve performance on CPUs with in-order pipelines. This speeds up the
[all …]
/third_party/icu/docs/userguide/
Dediting.md143 cd ~/.rbenv && src/configure && make -C src # Optional but greatly speeds up certain operations
/third_party/lz4/programs/
Dlz4.1.md23 `lz4` offers compression speeds > 500 MB/s per core,
/third_party/flatbuffers/docs/source/
DFlatBuffers.md94 explaining how it speeds up loading their posts.
/third_party/toybox/generated/
Dglobals.h678 int speeds[20]; member
/third_party/python/Lib/
Dturtle.py2166 speeds = {'fastest':0, 'fast':10, 'normal':6, 'slow':3, 'slowest':1 }
2169 if speed in speeds:
2170 speed = speeds[speed]
/third_party/python/Misc/NEWS.d/
D3.7.0b2.rst403 tuple item. Especially this speeds up :func:`socket.recvfrom` when it
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/doc/html/
Djquery.js3 …his.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";…
8speeds?f.fx.speeds[d.duration]:f.fx.speeds._default;if(d.queue==null||d.queue===!0)d.queue="fx";d.…

12345