Home
last modified time | relevance | path

Searched refs:n_in (Results 1 – 3 of 3) sorted by relevance

/sof-3.4.0/tools/tune/src/
Dsrc_export_table_2s.m58 n_in = length(fs_in); variable
61 all_modes = zeros(2*n_in*n_out, 7);
64 for a=1:n_in
123 fprintf(fh, 'int src_in_fs[%d] = {', n_in);
125 for i=1:n_in
127 if i < n_in
155 n, n_out, n_in);
159 for a = 1:n_in
163 if a < n_in
/sof-3.4.0/src/include/sof/audio/src/
Dsrc.h108 int n_in);
/sof-3.4.0/tools/testbench/
Dtestbench.c533 int n_in, n_out; in test_pipeline_stats() local
567 n_in = frcd->fs.n; in test_pipeline_stats()
589 printf("Input sample (frame) count: %d (%d)\n", n_in, n_in / tp->channels_in); in test_pipeline_stats()