Home
last modified time | relevance | path

Searched full:fir (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/usr.sbin/virtual_oss/virtual_equalizer/
H A Dequalizer.c211 /* Normalize FIR filter, if any */ in equalizer_load()
274 struct virtual_oss_fir_filter fir = {}; in main() local
357 fir.number = part; in main()
370 if (ioctl(fd, cmd_fir_get, &fir) < 0) { in main()
371 message("Cannot get current FIR filter\n"); in main()
375 for (fir.channel = 0; fir.channel != channels; fir.channel++) { in main()
376 if (ioctl(fd, cmd_fir_set, &fir) < 0) { in main()
377 if (fir.channel == 0) { in main()
378 message("Cannot disable FIR filter\n"); in main()
386 equalizer_init(&e, rate, fir.filter_size); in main()
[all …]
H A Dvirtual_equalizer.851 latency, utilizing a so-called finite impulse response, FIR, filter.
77 Select what part the FIR filter should apply to.
96 # Note that the -F and -G options enable FIR filtering.
113 # Load FIR filter based on sine frequency points
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dmelexis,mlx90640.txt1 * Melexis MLX90640 FIR Sensor
3 Melexis MLX90640 FIR sensor support which allows recording of thermal data
/freebsd/secure/lib/libcrypto/man/man3/
H A DBN_add.3110 \&\fIr\fR may be the same \fBBIGNUM\fR as \fIa\fR or \fIb\fR.
113 \&\fIr\fR may be the same \fBBIGNUM\fR as \fIa\fR or \fIb\fR.
116 \&\fIr\fR may be the same \fBBIGNUM\fR as \fIa\fR or \fIb\fR.
H A DECDSA_SIG_new.382 \&\fIr\fR and \fIs\fR value of an Elliptic Curve Digital Signature Algorithm (ECDSA) signature
86 \&\fIr\fR and \fIs\fR into or from a signature. This is mainly used for testing purposes as shown
H A DEC_GROUP_new.3216 \&\fIr\fR array with information about the built-in curves. If \fInitems\fR is less than
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_mips.h320 uint32_t fir; member
362 uint32_t fir; /* FPU implementaion revision */ member
H A DRegisterInfos_mips.h213 DEFINE_FPR_INFO(fir, nullptr, dwarf_fir_mips, dwarf_fir_mips,
287 DEFINE_MSA_INFO(fir, nullptr, dwarf_fir_mips, dwarf_fir_mips,
H A DRegisterContextFreeBSD_mips64.cpp142 uint64_t fir; member
H A DRegisterInfos_mips64.h205 DEFINE_FPR_INFO(fir, nullptr, dwarf_fir_mips64, dwarf_fir_mips64,
/freebsd/sys/contrib/device-tree/Bindings/display/imx/
H A Dfsl,imx8qxp-dc-filter.yaml10 5x5 FIR filter with 25 programmable coefficients.
H A Dfsl,imx8qxp-dc-blit-engine.yaml44 Performs an FIR filter operation on the source image.
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp984 FuncIdRecord fir; in CreateFunctionDeclFromId()
985 cantFail(TypeDeserializer::deserializeAs<FuncIdRecord>(func_cvt, fir)); in CreateFunctionDeclFromId()
986 func_name = fir.getName(); in CreateFunctionDeclFromId()
987 func_ti = fir.getFunctionType(); in CreateFunctionDeclFromId()
989 if (!fir.ParentScope.isNoneType()) { in CreateFunctionDeclFromId()
990 CVType parent_cvt = index.ipi().getType(fir.ParentScope); in CreateFunctionDeclFromId()
983 FuncIdRecord fir; CreateFunctionDeclFromId() local
H A DSymbolFileNativePDB.cpp1582 FuncIdRecord fir; in ParseInlineSite() local
1583 cantFail(TypeDeserializer::deserializeAs<FuncIdRecord>(inlinee_cvt, fir)); in ParseInlineSite()
1584 TypeIndex parent_idx = fir.getParentScope(); in ParseInlineSite()
1590 inlinee_name.append(fir.getName().str()); in ParseInlineSite()
/freebsd/secure/caroot/untrusted/
H A DCertum_Root_CA.pem82 O/fIR/RpbxXyEV6DHpx8Uq79AtoSqFlnGNu8cN2bsWntgM6JQEhqDjXKKWYVIZQs
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h166 Register findPhysReg(MachineFunction &MF, HexagonBlockRanges::IndexRange &FIR,
H A DHexagonFrameLowering.cpp2134 HexagonBlockRanges::IndexRange &FIR, in findPhysReg() argument
2141 auto isDead = [&FIR,&DeadMap] (Register Reg) -> bool { in findPhysReg()
2146 if (DR.contains(FIR)) in findPhysReg()
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c129 uint8_t *z_delay; /* FIR delay line / linear buffer */
130 int32_t *z_coeff; /* FIR coefficients */
131 int32_t *z_dcoeff; /* FIR coefficients differences */
132 int32_t *z_pcoeff; /* FIR polyphase coefficients */
141 int32_t z_size; /* half width of FIR taps */
/freebsd/sys/netinet/
H A Dsctp_timer.c499 int audit_tf, num_mk, fir; in sctp_mark_all_for_resend() local
509 fir = 0; in sctp_mark_all_for_resend()
649 if (fir == 0) { in sctp_mark_all_for_resend()
650 fir = 1; in sctp_mark_all_for_resend()
/freebsd/share/dict/
H A Dweb2a717 Ajanen fir
1350 alpine fir
3579 balm fir
3594 balsam fir
10209 Cascade fir
12527 cluster fir
21371 fir apple
21372 fir ball
21373 fir balsam
21374 fir-bordered
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h132 // Fir the rest of the clauses, just copy them. in ConstructCompositionT()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_chu.c385 double lpf[27]; /* FIR lowpass filter */
802 * Lowpass filter. Raised cosine FIR, Ts = 1 / 300, beta = 0.1. in chu_rf()
/freebsd/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk32 # FIR filter design by windowing method. This might become one of the
/freebsd/contrib/ntp/html/drivers/
H A Ddriver36.html34 …WWV and WWVH signals and noise. The second pulse is extracted using a 5-ms FIR matched filter for …
/freebsd/sys/dev/al_eth/
H A Dal_init_eth_lm.c193 /* Enable FIR (6.12) */

12