/third_party/musl/src/regex/ |
D | fnmatch.c | 167 size_t pinc, sinc, tailcnt=0; in fnmatch_internal() local 183 k = str_next(str, n, &sinc); in fnmatch_internal() 186 str += sinc; in fnmatch_internal() 187 n -= sinc; in fnmatch_internal() 244 if ((k = str_next(s, endstr-s, &sinc)) <= 0) { in fnmatch_internal() 248 s += sinc; in fnmatch_internal() 275 k = str_next(s, endstr-s, &sinc); in fnmatch_internal() 285 s += sinc; in fnmatch_internal() 290 k = str_next(str, endstr-str, &sinc); in fnmatch_internal() 291 if (k > 0) str += sinc; in fnmatch_internal() [all …]
|
/third_party/node/deps/npm/node_modules/cacache/locales/ |
D | es.js | 21 x.saca.sinc = (cache, clave, ops) => get.sync(cache, clave, ops) function 22 x.saca.sinc.porHacheo = (cache, hacheo, ops) => get.sync.byDigest(cache, hacheo, ops) 29 x.saca.tieneDatos.sinc = (cache, hacheo) => get.hasContent.sync(cache, hacheo) function
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-resampler.c | 127 sinc (double x) in sinc() function 140 return sinc (x); in envelope() 193 return sinc ((x - xl) * params->fx); in get_sinc_tap() 201 return (sinc ((x - xl) * params->fx) - params->sharpen) * env; in get_lanczos_tap()
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
D | MultiChannelResampler.cpp | 121 float MultiChannelResampler::sinc(float radians) { in sinc() function in MultiChannelResampler 155 float coefficient = sinc(radians * cutoffScaler) * window; in generateCoefficients()
|
D | MultiChannelResampler.h | 198 static float sinc(float radians);
|
D | README.md | 7 The converter is based on a sinc function that has been windowed by a hyperbolic cosine.
|
/third_party/ffmpeg/doc/ |
D | scaler.texi | 47 @item sinc 48 Select sinc rescaling algorithm.
|
D | resampler.texi | 223 select Blackman Nuttall windowed sinc 225 select Kaiser windowed sinc
|
D | swscale.txt | 89 sinc, ...). Their coefficients are calculated in initFilter().
|
D | filters.texi | 1140 @item sinc 6804 @section sinc 6806 Generate a sinc kaiser-windowed low-pass, high-pass, band-pass, or band-reject FIR coefficients.
|
/third_party/ffmpeg/libavfilter/ |
D | asrc_sinc.c | 445 AVFILTER_DEFINE_CLASS(sinc);
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 782 agx_index sinc = agx_sin_pt_2(b, fixup); in agx_emit_alu() local 783 return agx_fmul_to(b, dst, sinc, fixup); in agx_emit_alu()
|
/third_party/ffmpeg/ |
D | Changelog | 424 - sinc audio filter source 1877 - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | les-mis-utf8.txt | 9416 évident, pour qui eût connu cette conscience droite, claire, sincère, 9851 de la soeur Simplice dans une lettre au sourd-muet Massieu. Si sincères, 12885 Chacune des affirmations de ces trois hommes, évidemment sincères et de 13557 La probité, la sincérité, la candeur, la conviction, l'idée du devoir,
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 78979 audioresample: Use auto sinc table mode by default 79018 audioresample: sinc filter performance improvements 79025 I added the sinc-filter-mode and sinc-filter-auto-threshold properties 130032 * gst/speexresample/resample.c: (compute_func), (main), (sinc), 137500 (speex_free), (compute_func), (main), (sinc), (cubic_coef),
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 135506 gst/audiofx/: Add small comparision with the windowed sinc filters in the docs. 135510 Add small comparision with the windowed sinc filters in the docs.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 207817 * gst/speexresample/resample.c: (compute_func), (main), (sinc), 218810 (speex_free), (compute_func), (main), (sinc), (cubic_coef),
|