Home
last modified time | relevance | path

Searched refs:int32 (Results 1 – 20 of 20) sorted by relevance

/sof-3.4.0/tools/test/audio/test_utils/
Dwrite_test_data.m23 bfmt = 'int32';
25 bfmt = 'int32';
Dload_test_output.m34 bfmt = 'int32';
36 bfmt = 'int32';
Ddither_and_quantize.m8 % (int32) xq - scaled, dithered and quantized signal
54 xq = int32(round(scale * x + rand(nx,nch) + rand(nx, nch) - 1)); % TPDF dither
Dmix_sweep.m28 test.nch, 'int32');
Dmix_chirp.m49 x = zeros(test.nt + mark_start.n + mark_end.n +2*n_idle, test.nch, 'int32');
/sof-3.4.0/src/arch/xtensa/include/xtensa/
Dxtensa-libdb-macros.h54 #ifndef int32
55 #define int32 int macro
/sof-3.4.0/tools/tune/src/
Dsrc_small_int32.m21 cfg.ctype = 'int32';
Dsrc_ipc4_int32.m30 cfg.ctype = 'int32';
Dsrc_generate.m12 % ctype - coefficient type, use 'int16','int24', 'int32', or 'float'
21 % If cfg is omitted the script will assume 'int32', 'std', 1.0, 0.
37 cfg.ctype = 'int32';
53 %% Exported coefficients type int16, int24, int32, float
66 case 'int32'
67 coef_label = 'int32';
Dsrc_export_coef.m8 % ctype - 'float','int32', or 'int24'
67 case 'int32'
86 case { 'int16' 'int24' 'int32' }
Dsrc_std_int32.m50 cfg.ctype = 'int32';
Dsrc_export_table_2s.m114 case 'int32'
/sof-3.4.0/tools/tune/eq/
Deq_iir_blob_pack.m66 blob8(j:j+3) = w2b(int32(bs.assign_response(i)), sh);
72 blob8(j:j+3) = w2b(int32(bs.all_coefficients(i)), sh);
Deq_fir_blob_pack.m83 % multiple of int32
Deq_iir_blob_quant.m89 iir_resp = int32(zeros(1,n_section_header+nbr_sections*n_section));
/sof-3.4.0/tools/tune/dcblock/
Ddcblock_build_blob.m23 R_coeffs = int32(R_coeffs * bitshift(1, qy_R) + 0.5);
/sof-3.4.0/test/cmocka/m/
Dexport_quant_qxy.m46 ival = int32(yf);
/sof-3.4.0/smex/
Delf_defs.h33 typedef int32_t int32; typedef
362 typedef int32 Elf32_Sword;
777 typedef int32 Elf64_Sword;
/sof-3.4.0/tools/tune/tdfb/
Dbf_blob_pack.m105 % multiple of int32
/sof-3.4.0/test/cmocka/src/math/matrix/
Dref_matrix.m159 yq = int32(yf);