Searched refs:int32 (Results 1 – 20 of 20) sorted by relevance
/sof-3.4.0/tools/test/audio/test_utils/ |
D | write_test_data.m | 23 bfmt = 'int32'; 25 bfmt = 'int32';
|
D | load_test_output.m | 34 bfmt = 'int32'; 36 bfmt = 'int32';
|
D | dither_and_quantize.m | 8 % (int32) xq - scaled, dithered and quantized signal 54 xq = int32(round(scale * x + rand(nx,nch) + rand(nx, nch) - 1)); % TPDF dither
|
D | mix_sweep.m | 28 test.nch, 'int32');
|
D | mix_chirp.m | 49 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/ |
D | xtensa-libdb-macros.h | 54 #ifndef int32 55 #define int32 int macro
|
/sof-3.4.0/tools/tune/src/ |
D | src_small_int32.m | 21 cfg.ctype = 'int32';
|
D | src_ipc4_int32.m | 30 cfg.ctype = 'int32';
|
D | src_generate.m | 12 % 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';
|
D | src_export_coef.m | 8 % ctype - 'float','int32', or 'int24' 67 case 'int32' 86 case { 'int16' 'int24' 'int32' }
|
D | src_std_int32.m | 50 cfg.ctype = 'int32';
|
D | src_export_table_2s.m | 114 case 'int32'
|
/sof-3.4.0/tools/tune/eq/ |
D | eq_iir_blob_pack.m | 66 blob8(j:j+3) = w2b(int32(bs.assign_response(i)), sh); 72 blob8(j:j+3) = w2b(int32(bs.all_coefficients(i)), sh);
|
D | eq_fir_blob_pack.m | 83 % multiple of int32
|
D | eq_iir_blob_quant.m | 89 iir_resp = int32(zeros(1,n_section_header+nbr_sections*n_section));
|
/sof-3.4.0/tools/tune/dcblock/ |
D | dcblock_build_blob.m | 23 R_coeffs = int32(R_coeffs * bitshift(1, qy_R) + 0.5);
|
/sof-3.4.0/test/cmocka/m/ |
D | export_quant_qxy.m | 46 ival = int32(yf);
|
/sof-3.4.0/smex/ |
D | elf_defs.h | 33 typedef int32_t int32; typedef 362 typedef int32 Elf32_Sword; 777 typedef int32 Elf64_Sword;
|
/sof-3.4.0/tools/tune/tdfb/ |
D | bf_blob_pack.m | 105 % multiple of int32
|
/sof-3.4.0/test/cmocka/src/math/matrix/ |
D | ref_matrix.m | 159 yq = int32(yf);
|