Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 42) sorted by relevance

12

/sof-2.7.6/src/include/sof/math/
Dnumbers.h75 #define merge_16b16b(high, low) (((uint32_t)(high) << 16) | \ argument
79 #define merge_4b4b(high, low) (((uint8_t)(high) << 4) | \ argument
/sof-2.7.6/src/arch/xtensa/drivers/
Dtimer.c67 uint32_t high; in arch_timer_get_system() local
83 high = timer->hitime + 1; in arch_timer_get_system()
86 high = timer->hitime; in arch_timer_get_system()
89 time = ((uint64_t)high << 32) | low; in arch_timer_get_system()
/sof-2.7.6/src/drivers/intel/baytrail/
Dtimer.c117 uint32_t high; in platform_timer_get() local
128 high = timer->hitime + 1; in platform_timer_get()
131 high = timer->hitime; in platform_timer_get()
134 time = ((uint64_t)high << 32) | low; in platform_timer_get()
/sof-2.7.6/zephyr/
Dwrapper.c390 uint32_t high; in platform_timer_get() local
395 high = timer->hitime; in platform_timer_get()
398 } while (high != timer->hitime); in platform_timer_get()
400 time = ((uint64_t)high << 32) | low; in platform_timer_get()
410 uint32_t high; in platform_timer_get()
424 high = timer->hitime + 1; in platform_timer_get()
427 high = timer->hitime; in platform_timer_get()
430 time = ((uint64_t)high << 32) | low; in platform_timer_get()
/sof-2.7.6/tools/tune/eq/
Dexample_iir_bandsplit.m18 %% Example: Band-split 2ch to 4ch low and high bands
66 %% Manually setup low-shelf and high shelf parametric equalizers
75 % Low-pass at 2 kHz, add a high-pass at 80 Hz for a small woofer
99 %% Manually setup low-shelf and high shelf parametric equalizers
Dexample_iir_eq.m152 %% Example 6: 20/30/40/50 Hz high-pass
170 comment = sprintf('%d Hz second order high-pass, gain %d dB, created with example_iir_eq.m', ...
173 %% Design IIR high-pass
204 comment = 'Bundle of responses flat/loud/bass/band/high, created with example_iir_eq.m';
264 %% Manually setup low-shelf and high shelf parametric equalizers
/sof-2.7.6/src/drivers/intel/
DKconfig148 Decimation by 4 in FIR is useful in some cases with high microphone
174 The high FIR decimation factors are needed for high microphone clock
176 FIFO configurations may need for one FIR decimation such high
184 The high FIR decimation factors are needed for high microphone clock
186 FIFO configurations may need for one FIR decimation such high
/sof-2.7.6/tools/tune/crossover/
Dcrossover_generate_config.m5 % Interleave the coefficients for the low and high pass filters
/sof-2.7.6/tools/tune/drc/
Ddrc_gen_coefs.m79 % A high value for k will more quickly asymptotically approach a slope of 0
82 max_k = k; % k is too high
/sof-2.7.6/tools/topology/topology1/m4/
Deq_iir_coef_highpass_20hz_0db_16khz.m41 # 20 Hz second order high-pass, gain 0 dB, created with example_iir_eq.m 27-Nov-2019
Deq_iir_coef_highpass_20hz_0db_48khz.m41 # 20 Hz second order high-pass, gain 0 dB, created with example_iir_eq.m 27-Nov-2019
Deq_iir_coef_highpass_20hz_20db_16khz.m41 # 20 Hz second order high-pass, gain 20 dB, created with example_iir_eq.m 30-Mar-2020
Deq_iir_coef_highpass_20hz_20db_48khz.m41 # 20 Hz second order high-pass, gain 20 dB, created with example_iir_eq.m 30-Mar-2020
Deq_iir_coef_highpass_30hz_0db_16khz.m41 # 30 Hz second order high-pass, gain 0 dB, created with example_iir_eq.m 27-Nov-2019
Deq_iir_coef_highpass_30hz_0db_48khz.m41 # 30 Hz second order high-pass, gain 0 dB, created with example_iir_eq.m 27-Nov-2019
Deq_iir_coef_highpass_30hz_20db_16khz.m41 # 30 Hz second order high-pass, gain 20 dB, created with example_iir_eq.m 30-Mar-2020
Deq_iir_coef_highpass_30hz_20db_48khz.m41 # 30 Hz second order high-pass, gain 20 dB, created with example_iir_eq.m 30-Mar-2020
Deq_iir_coef_highpass_40hz_0db_16khz.m41 # 40 Hz second order high-pass, gain 0 dB, created with example_iir_eq.m 27-Nov-2019
Deq_iir_coef_highpass_40hz_0db_48khz.m41 # 40 Hz second order high-pass, gain 0 dB, created with example_iir_eq.m 27-Nov-2019
Deq_iir_coef_highpass_40hz_20db_16khz.m41 # 40 Hz second order high-pass, gain 20 dB, created with example_iir_eq.m 30-Mar-2020
Deq_iir_coef_highpass_40hz_20db_48khz.m41 # 40 Hz second order high-pass, gain 20 dB, created with example_iir_eq.m 30-Mar-2020
Deq_iir_coef_highpass_50hz_0db_16khz.m41 # 50 Hz second order high-pass, gain 0 dB, created with example_iir_eq.m 27-Nov-2019
Deq_iir_coef_highpass_50hz_0db_48khz.m41 # 50 Hz second order high-pass, gain 0 dB, created with example_iir_eq.m 27-Nov-2019
Deq_iir_coef_highpass_50hz_20db_16khz.m41 # 50 Hz second order high-pass and +20 dB gain 13-Aug-2019
Deq_iir_coef_highpass_50hz_20db_48khz.m41 # 50 Hz second order high-pass and +20 dB gain 18-Dec-2018

12