Home
last modified time | relevance | path

Searched refs:cutoff (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dspellcheck.h125 edit_distance_t cutoff = get_cutoff (candidate_len);
126 if (min_candidate_distance > cutoff)
175 edit_distance_t cutoff = get_cutoff (m_best_candidate_len);
176 if (m_best_distance > cutoff)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dspellcheck.h125 edit_distance_t cutoff = get_cutoff (candidate_len);
126 if (min_candidate_distance > cutoff)
175 edit_distance_t cutoff = get_cutoff (m_best_candidate_len);
176 if (m_best_distance > cutoff)
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dsi476x.rst43 0x01 hblend_int Flag, set when HiBlend cutoff
45 0x02 hicut_int Flag, set when HiCut cutoff
56 0x08 hicut HiCut cutoff frequency in units of
58 0x09 hiblend HiBlend cutoff frequency in units
/OK3568_Linux_fs/external/common_algorithm/misc/include/
H A Dmp3_enc_types.h72 int cutoff; member
126 int cutoff; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtiny_sdf.cpp73 AlphaImage transformRasterToSDF(const AlphaImage& rasterInput, double radius, double cutoff) { in transformRasterToSDF() argument
98 …sdf.data[i] = std::max(0l, std::min(255l, ::lround(255.0 - 255.0 * (distance / radius + cutoff)))); in transformRasterToSDF()
H A Dtiny_sdf.hpp17 AlphaImage transformRasterToSDF(const AlphaImage& rasterInput, double radius, double cutoff);
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstv6111.c523 u32 freq, cutoff; in set_params() local
530 cutoff = 5000000 + muldiv32(p->symbol_rate, 135, 200); in set_params()
535 set_lof(state, freq, cutoff); in set_params()
/OK3568_Linux_fs/kernel/lib/reed_solomon/
H A Dtest_rslib.c412 int errs, eras, cutoff; in exercise_rs_bc() local
422 cutoff = nroots <= len - errs ? nroots : len - errs; in exercise_rs_bc()
423 for (; eras <= cutoff; eras++) in exercise_rs_bc()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Demu8000_callback.c374 unsigned char cutoff; in set_fmmod() local
378 cutoff = (vp->reg.parm.fmmod & 0xff); in set_fmmod()
382 fmmod = ((unsigned char)pitch<<8) | cutoff; in set_fmmod()
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demu10k1_callback.c499 unsigned char cutoff; in set_fmmod() local
503 cutoff = (vp->reg.parm.fmmod & 0xff); in set_fmmod()
507 fmmod = ((unsigned char)pitch<<8) | cutoff; in set_fmmod()
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Demux_synth.c576 vp->ftarget = parm->cutoff + LO_BYTE(parm->pefe); in setup_voice()
580 vp->ftarget = parm->cutoff; in setup_voice()
795 vp->acutoff = (atten * vp->reg.parm.cutoff + 0xa0) >> 7; in calc_volume()
797 vp->acutoff = vp->reg.parm.cutoff; in calc_volume()
H A Demux_proc.c72 vp->reg.parm.cutoff, in snd_emux_proc_info_read()
H A Demux_effect.c72 {PARM_BYTE, 0, 0xff, parm_offset(cutoff), SNDRV_EMUX_UPDATE_VOLUME}, /* cutoff */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dsfnt_info.h107 unsigned char cutoff; /* initial cutoff (0xff) */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dsfnt_info.h107 unsigned char cutoff; /* initial cutoff (0xff) */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dsfnt_info.h107 unsigned char cutoff; /* initial cutoff (0xff) */ member
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dgraph-tool32 close_matches = difflib.get_close_matches(node, graph.nodes(), cutoff=0.7)
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4layouts.c657 ktime_t now, cutoff; in nfsd4_cb_layout_done() local
677 cutoff = ktime_add_ns(task->tk_start, in nfsd4_cb_layout_done()
680 if (ktime_before(now, cutoff)) { in nfsd4_cb_layout_done()
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dkxtj9.c57 unsigned int cutoff; member
170 if (poll_interval < kxtj9_odr_table[i].cutoff) in kxtj9_update_odr()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h635 int cutoff; in tcp_bound_to_half_wnd() local
645 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()
647 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
649 if (cutoff && pktsize > cutoff) in tcp_bound_to_half_wnd()
650 return max_t(int, cutoff, 68U - tp->tcp_header_len); in tcp_bound_to_half_wnd()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/accel/
H A Dlis302.txt55 - st,highpass-cutoff-hz=: 1, 2, 4 or 8 for 1Hz, 2Hz, 4Hz or 8Hz of
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dst,sta350.txt99 If present, the noise-shaping technique on the DC cutoff filter are
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dqcom_smbb.txt80 will restart charging after end-of-charge; The high cutoff
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Di2c.txt62 - i2c-analog-filter-cutoff-frequency
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-block-bcache56 to the sequential cutoff). Expressed as bytes in human

12