Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 39) sorted by relevance

12

/sof-3.4.0/src/platform/amd/rembrandt/lib/
Ddai.c24 .depth = 8,
30 .depth = 8,
45 .depth = 8,
50 .depth = 8,
62 .depth = 8,
67 .depth = 8,
83 .depth = 8,
88 .depth = 8,
103 .depth = 8,
108 .depth = 8,
[all …]
/sof-3.4.0/src/platform/amd/renoir/lib/
Ddai.c25 .depth = 8,
30 .depth = 8,
45 .depth = 8,
50 .depth = 8,
62 .depth = 8,
67 .depth = 8,
83 .depth = 8,
88 .depth = 8,
/sof-3.4.0/src/platform/imx8m/lib/
Ddai.c23 .depth = 128, /* in 4 bytes words */
30 .depth = 128, /* in 4 bytes words */
43 .depth = 128, /* in 4 bytes words */
50 .depth = 128, /* in 4 bytes words */
/sof-3.4.0/src/platform/imx8ulp/lib/
Ddai.c29 .depth = 16, /* in 4 bytes words */
37 .depth = 16, /* in 4 bytes words */
52 .depth = 16, /* in 4 bytes words */
60 .depth = 16, /* in 4 bytes words */
/sof-3.4.0/src/math/fft/
Dfft_32_hifi3.c28 int depth, top, bottom, index; in fft_execute_32() local
66 for (depth = 1; depth <= len; ++depth) { in fft_execute_32()
67 m = 1 << depth; in fft_execute_32()
69 i = FFT_SIZE_MAX >> depth; in fft_execute_32()
Dfft_32.c75 int depth; in fft_execute_32() local
104 for (depth = 1; depth <= plan->len; ++depth) { in fft_execute_32()
105 m = 1 << depth; in fft_execute_32()
107 i = FFT_SIZE_MAX >> depth; in fft_execute_32()
Dfft_16.c78 int depth; in fft_execute_16() local
107 for (depth = 1; depth <= plan->len; ++depth) { in fft_execute_16()
108 m = 1 << depth; in fft_execute_16()
110 i = FFT_SIZE_MAX >> depth; in fft_execute_16()
Dfft_16_hifi3.c34 int depth, top, bottom, index; in fft_execute_16() local
70 for (depth = 1; depth <= plan->len; ++depth) { in fft_execute_16()
71 m = 1 << depth; in fft_execute_16()
73 i = FFT_SIZE_MAX >> depth; in fft_execute_16()
/sof-3.4.0/src/platform/imx8/lib/
Ddai.c25 .depth = 96, /* in 4 bytes words */
32 .depth = 96, /* in 4 bytes words */
54 .depth = 64, /* in 4 bytes words */
62 .depth = 64, /* in 4 bytes words */
/sof-3.4.0/src/audio/up_down_mixer/
Dup_down_mixer.c73 if (format->depth == IPC4_DEPTH_16BIT) in set_downmix_coefficients()
80 cd->downmix_coefficients = (format->depth == IPC4_DEPTH_16BIT) ? in set_downmix_coefficients()
84 cd->downmix_coefficients = (format->depth == IPC4_DEPTH_16BIT) ? in set_downmix_coefficients()
90 if (format->depth == IPC4_DEPTH_16BIT) { in set_downmix_coefficients()
115 if (format->depth == IPC4_DEPTH_16BIT) { in select_mix_out_stereo()
180 if (format->depth == IPC4_DEPTH_16BIT) { in select_mix_out_mono()
231 if (format->depth == IPC4_DEPTH_16BIT) { in select_mix_out_5_1()
285 format->depth == IPC4_DEPTH_8BIT) in init_mix()
310 if (format->depth == IPC4_DEPTH_16BIT) in init_mix()
318 cd->out_fmt[0].depth = IPC4_DEPTH_32BIT; in init_mix()
/sof-3.4.0/src/include/sof/trace/
Dpreproc.h70 #define META_RECURSE_N(depth, ...)\ argument
71 META_CONCAT(_META_REQRS_, depth)(__VA_ARGS__)
85 #define META_DEFER(depth, m) m _META_DEFER_N(depth) argument
Dpreproc-private.h153 #define _META_DEFER_N(depth) \ argument
154 META_RECURSE_N(8, META_REPEAT(depth, _META_EMPTY_GEN, ~)) \
155 META_RECURSE_N(8, META_REPEAT(depth, _META_PAREN_GEN, ~))
/sof-3.4.0/.github/workflows/
DshallowfetchPRcommits.sh65 git fetch --depth "$((PRlen+1))" "https://github.com/$gh_project" "pull/$pr_number/head"
/sof-3.4.0/src/platform/intel/cavs/lib/
Ddai.c225 dai[i].plat_data.fifo[SOF_IPC_STREAM_PLAYBACK].depth = in dai_init()
227 dai[i].plat_data.fifo[SOF_IPC_STREAM_CAPTURE].depth = in dai_init()
/sof-3.4.0/src/include/sof/audio/
Daudio_stream.h779 static inline void audio_stream_fmt_conversion(enum ipc4_bit_depth depth, in audio_stream_fmt_conversion() argument
789 *frame_fmt = (depth >> 3) - 2; in audio_stream_fmt_conversion()
793 if (valid == 24 && depth == 24) { in audio_stream_fmt_conversion()
798 if (type == IPC4_TYPE_FLOAT && depth == 32) { in audio_stream_fmt_conversion()
Dvolume.h221 mod->priv.cfg.base_cfg.audio_fmt.depth); in vol_get_processing_function()
/sof-3.4.0/src/audio/mixin_mixout/
Dmixin_mixout.c118 audio_stream_fmt_conversion(mod->priv.cfg.base_cfg.audio_fmt.depth, in mixin_init()
147 audio_stream_fmt_conversion(mod->priv.cfg.base_cfg.audio_fmt.depth, in mixout_init()
654 audio_stream_fmt_conversion(mod->priv.cfg.base_cfg.audio_fmt.depth, in mixin_params()
732 params->sample_container_bytes = base_cfg->audio_fmt.depth / 8; in base_module_cfg_to_stream_params()
737 audio_stream_fmt_conversion(base_cfg->audio_fmt.depth, in base_module_cfg_to_stream_params()
771 audio_stream_fmt_conversion(mod->priv.cfg.base_cfg.audio_fmt.depth, in mixout_params()
/sof-3.4.0/src/audio/copier/
Dcopier.c92 audio_stream_fmt_conversion(copier_cfg->base.audio_fmt.depth, in create_endpoint_buffer()
98 audio_stream_fmt_conversion(copier_cfg->out_fmt.depth, in create_endpoint_buffer()
219 audio_stream_fmt_conversion(copier_cfg->base.audio_fmt.depth, in create_host()
225 audio_stream_fmt_conversion(copier_cfg->out_fmt.depth, in create_host()
757 audio_stream_fmt_conversion(in_fmt->depth, in_fmt->valid_bit_depth, &in, &in_valid, in get_converter_func()
759 audio_stream_fmt_conversion(out_fmt->depth, out_fmt->valid_bit_depth, &out, &out_valid, in get_converter_func()
890 cd->config.base.audio_fmt.depth, cd->config.out_fmt.depth); in copier_prepare()
1363 audio_stream_fmt_conversion(fmt->depth, in update_buffer_format()
1433 params->sample_container_bytes = cd->config.base.audio_fmt.depth / 8; in copier_params()
1495 params->sample_container_bytes = cd->out_fmt->depth / 8; in copier_params()
[all …]
/sof-3.4.0/src/include/ipc4/
Dbase-config.h117 enum ipc4_bit_depth depth; member
/sof-3.4.0/scripts/docker_build/sof_qemu/
DDockerfile52 ARG CLONE_DEFAULTS="--depth 5"
/sof-3.4.0/src/drivers/intel/
Dalh.c160 return dai->plat_data.fifo[direction].depth; in alh_get_fifo_depth()
/sof-3.4.0/src/audio/mux/
Dmux.c274 params->sample_container_bytes = cd->md.base_cfg.audio_fmt.depth / 8; in set_mux_params()
299 audio_stream_fmt_conversion(out_fmt.depth, in set_mux_params()
332 audio_stream_fmt_conversion(cd->md.base_cfg.audio_fmt.depth, in set_mux_params()
348 audio_stream_fmt_conversion(cd->md.reference_format.depth, in set_mux_params()
/sof-3.4.0/src/samples/audio/
Ddetect_test.c257 sample_width = cd->base_cfg.audio_fmt.depth; in test_keyword_apply_config()
294 params->sample_container_bytes = cd->base_cfg.audio_fmt.depth / 8; in test_keyword_set_params()
300 audio_stream_fmt_conversion(cd->base_cfg.audio_fmt.depth, in test_keyword_set_params()
879 sample_width = cd->base_cfg.audio_fmt.depth; in test_keyword_prepare()
/sof-3.4.0/src/audio/selector/
Dselector.c589 audio_stream_fmt_conversion(cfg->base_cfg.audio_fmt.depth, in build_config()
595 audio_stream_fmt_conversion(out_fmt->depth, out_fmt->valid_bit_depth, in build_config()
703 audio_stream_fmt_conversion(out_fmt->depth, in set_selector_params()
732 audio_stream_fmt_conversion(in_fmt->depth, in set_selector_params()
/sof-3.4.0/src/audio/aria/
Daria.c154 sgs = (cd->base.audio_fmt.depth >> 3) * chc; in init_aria()
226 audio_stream_fmt_conversion(cd->base.audio_fmt.depth, in aria_set_stream_params()

12