Home
last modified time | relevance | path

Searched refs:decay (Results 1 – 25 of 75) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dphaser.c48 double in_gain, out_gain, delay_ms, decay, mod_speed; member
69 p->decay = .4; in getopts()
77 NUMERIC_PARAMETER(decay , .0, .99) in getopts()
86 if (p->in_gain > (1 - p->decay * p->decay)) in getopts()
88 if (p->in_gain / (1 - p->decay) > 1 / p->out_gain) in getopts()
120 (p->delay_pos + p->mod_buf[p->mod_pos]) % p->delay_buf_len] * p->decay; in flow()
H A Decho.c59 float delay[MAX_ECHOS], decay[MAX_ECHOS]; member
90 sscanf(argv[i++], "%f", &echo->decay[echo->num_delays]); in sox_echo_getopts()
135 if ( echo->decay[i] < 0.0 ) in sox_echo_start()
140 if ( echo->decay[i] > 1.0 ) in sox_echo_start()
154 sum_in_volume += echo->decay[i]; in sox_echo_start()
187 * echo->decay[j]; in sox_echo_flow()
221 * echo->decay[j]; in sox_echo_drain()
H A Dechos.c55 float delay[MAX_ECHOS], decay[MAX_ECHOS]; member
82 sscanf(argv[i++], "%f", &echos->decay[echos->num_delays]); in sox_echos_getopts()
133 if ( echos->decay[i] < 0.0 ) in sox_echos_start()
138 if ( echos->decay[i] > 1.0 ) in sox_echos_start()
153 sum_in_volume += echos->decay[i]; in sox_echos_start()
182 … d_out += echos->delay_buf[echos->counter[j] + echos->pointer[j]] * echos->decay[j]; in sox_echos_flow()
222 … d_out += echos->delay_buf[echos->counter[j] + echos->pointer[j]] * echos->decay[j]; in sox_echos_drain()
H A Dchorus.c80 float delay[MAX_CHORUS], decay[MAX_CHORUS]; member
113 sscanf(argv[i++], "%f", &chorus->decay[chorus->num_chorus]); in sox_chorus_getopts()
190 if ( chorus->decay[i] < 0.0 ) in sox_chorus_start()
195 if ( chorus->decay[i] > 1.0 ) in sox_chorus_start()
220 sum_in_volume += chorus->decay[i]; in sox_chorus_start()
259 chorus->maxsamples] * chorus->decay[i]; in sox_chorus_flow()
296 chorus->maxsamples] * chorus->decay[i]; in sox_chorus_drain()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dvalue.hpp118 struct decay struct
123 struct decay<T[N]> : decay<T const *> {}; struct
129 typedef typename expression::value<typename meta::decay<T>::type >::type type;
132 convert(typename meta::argument_type<typename meta::decay<T>::type>::type t) in convert()
134 return expression::value<typename meta::decay<T>::type >::make(t); in convert()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dcommon_type.hpp76 template<class T> struct common_type<T>: boost::decay<T>
95 template<class T1, class T2> using builtin_common_type = typename boost::decay<decltype( boost::dec…
109 template<class T1, class T2> using decay_common_type = typename boost::decay<typename common_type_i…
119 template<class T1, class T2> struct common_type_impl: boost::decay<decltype( boost::declval<bool>()…
129 …te<class T1, class T2, class T1d = typename boost::decay<T1>::type, class T2d = typename boost::de…
H A Ddecay.hpp32 struct decay struct
42 template <class T> using decay_t = typename decay<T>::type;
/OK3568_Linux_fs/kernel/drivers/ras/
H A Dcec.c147 u8 decay = DECAY(ca->array[i]); in do_spring_cleaning() local
149 if (!decay) in do_spring_cleaning()
152 decay--; in do_spring_cleaning()
155 ca->array[i] |= (decay << COUNT_BITS); in do_spring_cleaning()
483 struct dentry *d, *pfn, *decay, *count, *array; in create_debugfs_nodes() local
491 decay = debugfs_create_file("decay_interval", S_IRUSR | S_IWUSR, d, in create_debugfs_nodes()
493 if (!decay) { in create_debugfs_nodes()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/pstl/
H A Dexecution_impl.h108 …typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__collector_typ…
112 … typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__allow_vector;
116 …typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__allow_unseque…
120 …typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__allow_paralle…
H A Dexecution_defs.h155 …typename std::enable_if<__pstl::execution::is_execution_policy<typename std::decay<_ExecPolicy>::t…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/pstl/
H A Dexecution_impl.h108 …typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__collector_typ…
112 … typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__allow_vector;
116 …typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__allow_unseque…
120 …typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__allow_paralle…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dtps65086.txt28 - ti,regulator-decay : This is applicable for buck[1-6], set this if
29 the output needs to decay, default is for
50 ti,regulator-decay;
/OK3568_Linux_fs/buildroot/package/opentyrian/
H A D0001-Move-definitions-that-don-t-need-to-be-exposed-from-opl-h-to-opl-c.patch119 + fltype decaymul, releasemul; // decay/release rate functions
120 + Bit32u op_state; // current state of operator (attack/decay/sustain/release/off)
126 + bool sus_keep; // keep sustain level when decay finished
132 + Bits env_step_a,env_step_d,env_step_r; // number of std samples of one step (for attack/decay/rel…
290 - fltype decaymul, releasemul; // decay/release rate functions
291 - Bit32u op_state; // current state of operator (attack/decay/sustain/release/off)
297 - bool sus_keep; // keep sustain level when decay finished
303 - Bits env_step_a,env_step_d,env_step_r; // number of std samples of one step (for attack/decay/rel…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp729 …ost::is_base_of<optional_detail::optional_tag, BOOST_DEDUCED_TYPENAME boost::decay<U>::type>::value
730 || boost::is_same<BOOST_DEDUCED_TYPENAME boost::decay<U>::type, none_t>::value
731 … || boost::is_same<BOOST_DEDUCED_TYPENAME boost::decay<U>::type, in_place_init_t>::value
732 … || boost::is_same<BOOST_DEDUCED_TYPENAME boost::decay<U>::type, in_place_init_if_t>::value,
740 …oost::is_base_of<boost::in_place_factory_base, BOOST_DEDUCED_TYPENAME boost::decay<U>::type>::value
741 …is_base_of<boost::typed_in_place_factory_base, BOOST_DEDUCED_TYPENAME boost::decay<U>::type>::value
742 …ructible<T, U&&>::value && !boost::is_same<T, BOOST_DEDUCED_TYPENAME boost::decay<U>::type>::value)
963 …BOOST_DEDUCED_TYPENAME boost::enable_if<boost::is_same<T, BOOST_DEDUCED_TYPENAME boost::decay<T_>:…
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Diterator106 ostream_joiner<typename decay<_Delim>::type, _CharT, _Traits>
108 { return ostream_joiner<typename decay<_Delim>::type, _CharT, _Traits>(__os, _VSTD::forward<_Delim>…
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Diterator106 ostream_joiner<typename decay<_Delim>::type, _CharT, _Traits>
108 { return ostream_joiner<typename decay<_Delim>::type, _CharT, _Traits>(__os, _VSTD::forward<_Delim>…
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound_fm.h55 unsigned char decay; /* 4 bits: decay rate */ member
/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 Dasound_fm.h55 unsigned char decay; /* 4 bits: decay rate */ 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 Dasound_fm.h55 unsigned char decay; /* 4 bits: decay rate */ member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/optional/f27e7908/include/experimental/
H A Doptional353 static_assert( !std::is_same<typename std::decay<T>::type, nullopt_t>::value, "bad T" );
354 static_assert( !std::is_same<typename std::decay<T>::type, in_place_t>::value, "bad T" );
464 is_same<typename decay<U>::type, T>::value,
652 is_same<typename decay<U>::type, optional<T&>>::value,
664 !is_same<typename decay<U>::type, optional<T&>>::value,
703 constexpr typename decay<T>::type value_or(V&& v) const
705 return *this ? **this : detail_::convert<typename decay<T>::type>(constexpr_forward<V>(v));
1009 constexpr optional<typename decay<T>::type> make_optional(T&& v)
1011 return optional<typename decay<T>::type>(constexpr_forward<T>(v));
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpi.h1395 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay);
1397 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay);
1399 u16 hpi_meter_get_peak_ballistics(u32 h_control, u16 *attack, u16 *decay);
1401 u16 hpi_meter_get_rms_ballistics(u32 h_control, u16 *attack, u16 *decay);
1640 u32 decay);
H A Dhpifunc.c1900 u32 decay) in hpi_compander_set_decay_time_constant() argument
1902 return hpi_control_param_set(h_control, HPI_COMPANDER_DECAY, decay, in hpi_compander_set_decay_time_constant()
1907 u32 *decay) in hpi_compander_get_decay_time_constant() argument
1910 decay, NULL); in hpi_compander_get_decay_time_constant()
2063 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_rms_ballistics() argument
2066 attack, decay); in hpi_meter_set_rms_ballistics()
2072 u32 decay; in hpi_meter_get_rms_ballistics() local
2076 &attack, &decay); in hpi_meter_get_rms_ballistics()
2081 *pn_decay = (unsigned short)decay; in hpi_meter_get_rms_ballistics()
2086 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_peak_ballistics() argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dthread123 // 3039. Unnecessary decay in thread and packaged_task
135 static_assert( __is_invocable<typename decay<_Callable>::type,
136 typename decay<_Args>::type...>::value,
276 using __decayed_tuple = tuple<typename decay<_Tp>::type...>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Dold_optional_implementation.hpp732 …::is_base_of<optional_detail::optional_tag, BOOST_DEDUCED_TYPENAME boost::decay<Expr>::type>::valu… in optional()
733 … boost::is_same<BOOST_DEDUCED_TYPENAME boost::decay<Expr>::type, none_t>::value >::type* = 0 in optional()
767 …boost::is_base_of<optional_detail::optional_tag, BOOST_DEDUCED_TYPENAME boost::decay<Expr>::type>:…
768 boost::is_same<BOOST_DEDUCED_TYPENAME boost::decay<Expr>::type, none_t>::value,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dthread123 // 3039. Unnecessary decay in thread and packaged_task
135 static_assert( __is_invocable<typename decay<_Callable>::type,
136 typename decay<_Args>::type...>::value,
276 using __decayed_tuple = tuple<typename decay<_Tp>::type...>;

123