Home
last modified time | relevance | path

Searched refs:values (Results 1 – 24 of 24) sorted by relevance

/sof-2.7.6/tools/topology/topology1/m4/
Denumcontrol.m421 ` values ['
33 ` # enum values as text'
50 ` # enum values as text'
Dutils.m4150 dnl print number's 4 bytes from right to left as hex values
157 dnl print number's 2 bytes from right to left as hex values
162 dnl print a number's right most byte as hex values
166 dnl make a byte from 8 binary values, right to left in increasing argument order
Dmuxdemux.m49 dnl Hard coded values for mux/demux config blob
/sof-2.7.6/tools/topology/topology2/include/components/
Dvirtual_widget.conf31 values [
/sof-2.7.6/tools/tune/drc/
Ddrc_gen_coefs.m51 % where the y values match the evenly spaced x values as follows:
72 % Approximate k given initial values
Ddrc_build_blob.m7 %% Shift values for little/big endian
/sof-2.7.6/tools/topology/topology1/common/
Dmemory.m47 dnl ** Must match SOF_MEM_CAPS_ values in ipc.h **
/sof-2.7.6/src/include/sof/
Dcommon.h157 #define IS_ENABLED_STEP_2(values) IS_ENABLED_STEP_3(values 1, 0) argument
/sof-2.7.6/tools/coredumper/
Dsof-coredump-reader.py118 def __call__(self, parser, namespace, values, option_string=None): argument
119 filepath = values[0]
142 def __call__(self, parser, namespace, values, option_string=None): argument
143 filepath = values[0]
163 def __call__(self, parser, namespace, values, option_string=None): argument
164 value = values[0]
256 if arch not in VALID_ARCHS.values():
261 endiannesses = [arch.endianness for arch in VALID_ARCHS.values()]
/sof-2.7.6/tools/tune/dcblock/
Ddcblock_build_blob.m11 %% Shift values for little/big endian
/sof-2.7.6/tools/tune/multiband_drc/
Dcrossover_gen_quant_coefs.m41 % Convert the [a,b] coefficients to values usable with SOF
Diir_gen_quant_coefs.m26 % Convert the coefficients to values usable with SOF
Dexample_multiband_drc.m14 % Number of bands, valid values: 1,2,3,4
Dmultiband_drc_build_blob.m10 %% Shift values for little/big endian
/sof-2.7.6/tools/tune/crossover/
Dexample_crossover.m34 % Convert the [a,b] coefficients to values usable with SOF
Dcrossover_build_blob.m11 %% Shift values for little/big endian
/sof-2.7.6/tools/test/audio/
Dtdfb_test.m199 function print_result(desc, unit, values)
202 for v = values
/sof-2.7.6/tools/tune/eq/
Deq_iir_blob_pack.m26 %% Shift values for little/big endian
Deq_load_dsp_ini.m102 % now that all values are set lets update eveyone's visibility
Dexample_spk_eq.m89 % and Q values were experimented manually. Additionally
/sof-2.7.6/tools/tune/tdfb/
Dbf_merge.m15 % Check that filter lengths match, the size values are [filter length, filters count, angles count]
/sof-2.7.6/tools/topology/topology1/sof/
Dpipe-tdfb-eq-iir-volume-capture.m4113 # Note that the controls will receive index values 0, 1, 2 in the order below
/sof-2.7.6/src/arch/xtensa/
DCMakeLists.txt3 # platform-specific values
/sof-2.7.6/scripts/kconfig/
Dkconfiglib.py3588 for sym in (self.syms.viewvalues if _IS_PY2 else self.syms.values)():