Home
last modified time | relevance | path

Searched full:matrix (Results 1 – 21 of 21) sorted by relevance

/sof-2.7.6/.github/workflows/
Dpull-request.yml80 matrix:
93 PLATFORM: ${{ matrix.platform }}
108 matrix:
110 # only reason for grouping is to avoid the matrix swarming the
129 PLATFORM: ${{ matrix.platform }}
139 PLATFORM: ${{ matrix.platform }}
/sof-2.7.6/tools/test/audio/
DREADME46 The default in/out rates matrix to test is defined in the beginning of
47 script src_test.m. The matrix can be also passed from calling function
Dsrc_test.m13 % A default in-out matrix with 32 bits data is tested if the
/sof-2.7.6/tools/tune/src/
DREADME21 example how to customize the input/output rates matrix and in a simple
Dsrc_generate.m9 % fs_inout - matrix of supported conversions (MxN),
17 % If fs_inout matrix is omitted this script will compute coefficients
44 error('Sample rates in/out matrix size mismatch!');
/sof-2.7.6/tools/tune/tdfb/
Dbf_defaults.m12 bf.mu_db = -50; % dB of diagonal loading to noise covariance matrix
Dbf_design.m112 %% Coherence matrix, diffuse field
/sof-2.7.6/tools/test/audio/test_utils/
Dprint_fr.m3 % Prints and exports in CSV format a matrix of frequency response widths in Hz
Dprint_val.m3 % Prints and exports in CSV format a matrix of test results
Dprint_pf.m3 % Prints and exports in CSV format a matrix of overall pass/fail test results
/sof-2.7.6/tools/topology/topology1/
Dsof-apl-demux-pcm512x.m426 dnl Diagonal 1's in routing matrix mean that every input channel is
30 dnl There's a separate matrix for all outputs.
Dsof-cml-demux-rt5682.m426 dnl Diagonal 1's in routing matrix mean that every input channel is
30 dnl There's a separate matrix for all outputs.
Dsof-icl-rt711-rt1308-rt715-hdmi.m438 dnl Diagonal 1's in routing matrix mean that every input channel is
42 dnl There's a separate matrix for all outputs.
Dsof-tgl-max98357a-rt5682.m429 dnl Diagonal 1's in routing matrix mean that every input channel is
33 dnl There's a separate matrix for all outputs.
/sof-2.7.6/tools/topology/topology1/sof/
Dpipe-demux-eq-iir-playback.m416 dnl Diagonal 1's in routing matrix mean that every input channel is
20 dnl There's a separate matrix for all outputs.
/sof-2.7.6/src/audio/mux/
Dmux.c49 * Check that we are not configuring routing matrix for mixing.
52 * have 1's in corresponding matrix indices. Also single stream matrix can't
62 /* check for single matrix mixing, i.e multiple column bits are not set */ in mux_mix_check()
77 /* check for inter matrix mixing, i.e corresponding bits are not set */ in mux_mix_check()
/sof-2.7.6/tools/topology/topology1/development/
Dsof-tgl-nocodec-ci.m433 dnl Diagonal 1's in routing matrix mean that every input channel is
37 dnl There's a separate matrix for all outputs.
/sof-2.7.6/src/include/sof/audio/
Dmux.h72 * into output audio channels according to a specific routing matrix.
/sof-2.7.6/tools/tune/eq/
Dgui.m47 % control matrix so the callbacks have access without using globals
/sof-2.7.6/src/include/sof/audio/cadence/aac_dec/
Dxa_aac_dec_api.h281 …UWORD8 ucMatrixMixdownIndex; /* 2-bit value selecting the coefficient set for matrix downmix.
/sof-2.7.6/src/audio/src/
Dsrc.c294 * mode from in/out matrix. Computing of such SRC mode needs in src_polyphase_init()