Searched refs:logarithmic (Results 1 – 25 of 26) sorted by relevance
12
/third_party/node/deps/histogram/src/ |
D | hdr_histogram.c | 1033 struct hdr_iter_log* logarithmic = &iter->specifics.log; in log_iter_next() local 1035 logarithmic->count_added_in_this_iteration_step = 0; in log_iter_next() 1039 iter, logarithmic->next_value_reporting_level_lowest_equivalent)) in log_iter_next() 1043 if (iter->value >= logarithmic->next_value_reporting_level_lowest_equivalent) in log_iter_next() 1045 update_iterated_values(iter, logarithmic->next_value_reporting_level); in log_iter_next() 1047 logarithmic->next_value_reporting_level *= (int64_t)logarithmic->log_base; in log_iter_next() 1048 …logarithmic->next_value_reporting_level_lowest_equivalent = lowest_equivalent_value(iter->h, logar… in log_iter_next() 1058 logarithmic->count_added_in_this_iteration_step += iter->count; in log_iter_next()
|
/third_party/python/Doc/library/ |
D | ossaudiodev.rst | 202 | :const:`AFMT_MU_LAW` | a logarithmic encoding (used by Sun ``.au`` | 205 | :const:`AFMT_A_LAW` | a logarithmic encoding |
|
D | bisect.rst | 112 * The *insort()* functions are ``O(n)`` because the logarithmic search step
|
D | cmath.rst | 83 Power and logarithmic functions
|
D | heapq.rst | 272 invariant is re-established. This is clearly logarithmic on the total number of
|
D | math.rst | 342 Power and logarithmic functions
|
/third_party/gstreamer/gstplugins_bad/ext/lv2/ |
D | gstlv2filter.c | 49 gboolean toggled, logarithmic, integer, writable; member
|
/third_party/ffmpeg/doc/ |
D | snow.txt | 238 quality (logarithmic quantizer scale)
|
D | filters.texi | 599 Another feature of this filter is the logarithmic mode. 600 This setting switches from linear distances between bits to logarithmic ones. 602 signals for example. The human ear has a logarithmic perception, 622 Can be linear: @code{lin} or logarithmic: @code{log}. 1115 select logarithmic 2020 Can be linear or logarithmic. Default is logarithmic. 4252 linear frequency, logarithmic (in dB) gain (default) 4254 logarithmic (in octave scale where 20 Hz is 0) frequency, linear gain 4256 logarithmic frequency, logarithmic gain 13034 Set mode. Can be either @code{linear}, or @code{logarithmic}. [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_texture_compression_astc.txt | 1276 pseudo-logarithmic representation. 1850 pseudo-logarithmic representation, and interpolation occurs in a 1851 piecewise-approximate logarithmic manner as follows: 1869 logarithmic space than simple 16-bit interpolation.
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 1176 pseudo-logarithmic representation. 1719 pseudo-logarithmic representation, and interpolation occurs in a 1720 piecewise-approximate logarithmic manner as follows: 1738 logarithmic space than simple 16-bit interpolation.
|
/third_party/openGLES/extensions/OES/ |
D | OES_texture_compression_astc.txt | 1289 pseudo-logarithmic representation. 1863 pseudo-logarithmic representation, and interpolation occurs in a 1864 piecewise-approximate logarithmic manner as follows: 1882 logarithmic space than simple 16-bit interpolation.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 1165 pseudo-logarithmic representation. 1708 pseudo-logarithmic representation, and interpolation occurs in a 1709 piecewise-approximate logarithmic manner as follows: 1727 logarithmic space than simple 16-bit interpolation.
|
/third_party/ltp/scripts/ |
D | spelling.txt | 889 logaritmic||logarithmic
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | TODO.txt | 146 - drag float: power/logarithmic slider and drags are weird. (#1316)
|
/third_party/python/Objects/ |
D | listsort.txt | 690 correct position in logarithmic time. Most texts don't mention this
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | doxyfile | 296 # a logarithmic scale so increasing the size by one will rougly double the
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode/XcodeDocSet/ |
D | Doxyfile | 295 # a logarithmic scale so increasing the size by one will rougly double the
|
/third_party/libabigail/doc/api/ |
D | libabigail.doxy | 348 # a logarithmic scale so increasing the size by one will roughly double the
|
/third_party/pulseaudio/doxygen/ |
D | doxygen.conf.in | 341 # a logarithmic scale so increasing the size by one will roughly double the
|
/third_party/openh264/docs/doxygen/ |
D | Doxyfile | 353 # a logarithmic scale so increasing the size by one will roughly double the
|
/third_party/libabigail/doc/website/ |
D | libabigail-website.doxy | 349 # a logarithmic scale so increasing the size by one will roughly double the
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc3551.txt | 1541 data is encoded as eight bits per sample, after logarithmic scaling.
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 775 - Added ImGuiSliderFlags_Logarithmic flag to enable logarithmic editing 785 - Nav, Slider: Fix using keyboard/gamepad controls with certain logarithmic sliders where
|
/third_party/python/Misc/ |
D | HISTORY | 25845 crashing. It also defines the AFMT_A_LAW format (logarithmic A-law
|
12