/sof-2.7.6/tools/tune/drc/ |
D | drc_build_blob.m | 10 sh = [0 -8 -16 -24]; variable 12 sh = [-24 -16 -8 0]; variable 32 blob8(j:j+3) = word2byte(data_size, sh); j=j+4; 33 blob8(j:j+3) = word2byte(0, sh); j=j+4; % Reserved 34 blob8(j:j+3) = word2byte(0, sh); j=j+4; % Reserved 35 blob8(j:j+3) = word2byte(0, sh); j=j+4; % Reserved 36 blob8(j:j+3) = word2byte(0, sh); j=j+4; % Reserved 38 blob8(j:j+3) = word2byte(blob_struct.enabled, sh); j=j+4; 39 blob8(j:j+3) = word2byte(blob_struct.db_threshold, sh); j=j+4; 40 blob8(j:j+3) = word2byte(blob_struct.db_knee, sh); j=j+4; [all …]
|
/sof-2.7.6/tools/tune/multiband_drc/ |
D | multiband_drc_build_blob.m | 13 sh = [0 -8 -16 -24]; variable 15 sh = [-24 -16 -8 0]; variable 38 blob8(j:j+3) = word2byte(data_size, sh); j=j+4; % size 39 blob8(j:j+3) = word2byte(num_bands, sh); j=j+4; % num_bands 40 blob8(j:j+3) = word2byte(enable_emp_deemp, sh); j=j+4; % enable_emp_deemp 42 blob8(j:j+3) = word2byte(0, sh); j=j+4; % reserved 45 blob8(j:j+3) = word2byte(emp_coefs(i), sh); j=j+4; % emp_coef 48 blob8(j:j+3) = word2byte(deemp_coefs(i), sh); j=j+4; % deemp_coef 51 blob8(j:j+3) = word2byte(crossover_coefs(i), sh); j=j+4; % crossover_coef 54 blob8(j:j+3) = word2byte(drc_coefs(i).enabled, sh); j=j+4; [all …]
|
/sof-2.7.6/tools/tune/eq/ |
D | eq_iir_blob_pack.m | 29 sh = [0 -8 -16 -24]; variable 31 sh = [-24 -16 -8 0]; variable 53 blob8(j:j+3) = w2b(nbytes_data, sh); j=j+4; 54 blob8(j:j+3) = w2b(bs.channels_in_config, sh); j=j+4; 55 blob8(j:j+3) = w2b(bs.number_of_responses_defined, sh); j=j+4; 56 blob8(j:j+3) = w2b(0, sh);j=j+4; % Reserved 57 blob8(j:j+3) = w2b(0, sh);j=j+4; % Reserved 58 blob8(j:j+3) = w2b(0, sh);j=j+4; % Reserved 59 blob8(j:j+3) = w2b(0, sh);j=j+4; % Reserved 62 blob8(j:j+3) = w2b(int32(bs.assign_response(i)), sh); [all …]
|
D | eq_fir_blob_pack.m | 110 function bytes = w16b(word, sh) 112 bytes(1) = bitand(bitshift(word, sh(1)), 255); 113 bytes(2) = bitand(bitshift(word, sh(2)), 255); 116 function bytes = w32b(word, sh) 118 bytes(1) = bitand(bitshift(word, sh(1)), 255); 119 bytes(2) = bitand(bitshift(word, sh(2)), 255); 120 bytes(3) = bitand(bitshift(word, sh(3)), 255); 121 bytes(4) = bitand(bitshift(word, sh(4)), 255);
|
/sof-2.7.6/tools/tune/crossover/ |
D | crossover_build_blob.m | 14 sh = [0 -8 -16 -24]; variable 16 sh = [-24 -16 -8 0]; variable 35 blob8(j:j+3) = word2byte(data_size, sh); j=j+4; 36 blob8(j:j+3) = word2byte(blob_struct.num_sinks, sh); j=j+4; 37 blob8(j:j+3) = word2byte(0, sh); j=j+4; % Reserved 38 blob8(j:j+3) = word2byte(0, sh); j=j+4; % Reserved 39 blob8(j:j+3) = word2byte(0, sh); j=j+4; % Reserved 40 blob8(j:j+3) = word2byte(0, sh); j=j+4; % Reserved 43 blob8(j:j+3) = word2byte(blob_struct.assign_sinks(i), sh); 48 blob8(j:j+3) = word2byte(blob_struct.all_coef(i), sh); [all …]
|
/sof-2.7.6/scripts/ |
D | README.docker | 18 ./docker-build.sh 23 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -l byt 25 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh byt 28 ./scripts/docker-run.sh ./scripts/build-tools.sh 31 ./scripts/docker-run.sh make 34 ./scripts/docker-run.sh bash
|
D | docker-run.sh | 1 #!/bin/sh 9 # ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh byt 11 # ./scripts/docker-run.sh ./scripts/build-tools.sh
|
D | host-testbench.sh | 8 # ./scripts/build-tools.sh -t 9 # ./scripts/rebuild-testbench.sh 11 # ./scripts/host-testbench.sh 60 echo "test volume with ./volume_run.sh 16 16 48000 zeros_in.raw volume_out.raw" 61 if ./volume_run.sh 16 16 48000 zeros_in.raw volume_out.raw &>vol.log; then 80 echo "test src with ./src_run.sh 32 32 44100 48000 zeros_in.raw src_out.raw" 81 if ./src_run.sh 32 32 44100 48000 zeros_in.raw src_out.raw &>src.log; then 100 echo "test eqiir with ./eqiir_run.sh 16 16 48000 zeros_in.raw eqiir_out.raw" 101 if ./eqiir_run.sh 16 16 48000 zeros_in.raw eqiir_out.raw &>eqiir.log; then
|
D | docker-qemu.sh | 1 #!/bin/sh 8 # ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh
|
D | sof-post-commit-hook.sh | 1 #!/bin/sh 6 # TODO: reduce duplication with scripts/sof-pre-commit-hook.sh
|
/sof-2.7.6/ |
D | .travis.yml | 39 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -r $PLATFORM 51 - name: "./scripts/build-tools.sh Release" 53 script: CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh ./scripts/build-tools.sh 61 - ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -o no-agent -r $PLATFORM 62 - ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh $PLATFORM 86 - ./scripts/docker-run.sh ./scripts/build-tools.sh -t 87 - ./scripts/docker-run.sh ./scripts/rebuild-testbench.sh 88 - ./scripts/host-testbench.sh
|
/sof-2.7.6/tools/tune/dcblock/ |
D | dcblock_build_blob.m | 14 sh = [0 -8 -16 -24]; variable 16 sh = [-24 -16 -8 0]; variable 39 blob8(j:j+3) = word2byte(R_coeffs(i), sh); 45 function bytes = word2byte(word, sh) 47 bytes(1) = bitand(bitshift(word, sh(1)), 255); 48 bytes(2) = bitand(bitshift(word, sh(2)), 255); 49 bytes(3) = bitand(bitshift(word, sh(3)), 255); 50 bytes(4) = bitand(bitshift(word, sh(4)), 255);
|
/sof-2.7.6/.github/workflows/ |
D | pull-request.yml | 69 run: ./scripts/docker-run.sh ./scripts/build-tools.sh -t 71 run: ./scripts/docker-run.sh ./scripts/rebuild-testbench.sh 73 run: ./scripts/host-testbench.sh 94 run: ./scripts/docker-run.sh 95 ./scripts/xtensa-build-all.sh -r ${PLATFORM} 109 # Compiler-based grouping, see HOST= in xtensa-build-all.sh The 130 run: ./scripts/docker-run.sh 131 ./scripts/xtensa-build-all.sh -o no-agent -r ${PLATFORM} 140 run: ./scripts/docker-qemu.sh 141 ../sof.git/scripts/qemu-check.sh ${PLATFORM}
|
D | tools.yml | 11 # This is not the same as building every ./build-tools.sh option. 25 run: CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh 26 ./scripts/build-tools.sh
|
D | codestyle.yml | 22 # TODO: reduce duplication with scripts/sof-*-commit-hook.sh 40 .github/workflows/shallowfetchPRcommits.sh \ 46 run: .github/workflows/checkpatch_list.sh ${CHK_CMD_OPTS} < PR_SHAs.txt 49 run: .github/workflows/checkpatch_list.sh ${CHK_CMD_OPTS}
|
/sof-2.7.6/zephyr/ |
D | docker-build.sh | 1 #!/bin/sh 16 test -e ./scripts/xtensa-build-zephyr.sh 22 ./scripts/xtensa-build-zephyr.sh -a 29 ./scripts/xtensa-build-zephyr.sh -a -c
|
D | README | 44 % source zephyr.sh 71 ./xtensa-host.sh apl \ 79 ./scripts/xtensa-build-all.sh -r -a
|
/sof-2.7.6/tools/tune/tdfb/ |
D | bf_blob_pack.m | 160 function bytes = w16b(word, sh) 162 bytes(1) = bitand(bitshift(word, sh(1)), 255); 163 bytes(2) = bitand(bitshift(word, sh(2)), 255); 166 function bytes = w32b(word, sh) 168 bytes(1) = bitand(bitshift(word, sh(1)), 255); 169 bytes(2) = bitand(bitshift(word, sh(2)), 255); 170 bytes(3) = bitand(bitshift(word, sh(3)), 255); 171 bytes(4) = bitand(bitshift(word, sh(4)), 255);
|
/sof-2.7.6/scripts/cmake/ |
D | git-hooks.cmake | 11 COMMAND sh -c echo 27 execute_process(COMMAND ln -s -f -T ../../scripts/sof-pre-commit-hook.sh ${pre_commit_hook}) 32 execute_process(COMMAND ln -s -f -T ../../scripts/sof-post-commit-hook.sh ${post_commit_hook})
|
/sof-2.7.6/tools/ |
D | .gitignore | 11 install-sh 16 ltmain.sh
|
D | README.md | 132 **sof-coredump-to-gdb.sh** shows example usage of sof-coredump-reader.py 136 $ ./sof-coredump-to-gdb.sh sof-apl dump_file 153 Run the rebuild-testbench.sh to build the required libraries for the testbench. 164 **host-testbench.sh** and invoke it to compile the host libraries
|
/sof-2.7.6/scripts/docker_build/sof_qemu/ |
D | Dockerfile | 8 # ./docker-build.sh 12 # ./scripts/docker-qemu.sh scrpits-or-command-you-want-run
|
/sof-2.7.6/tools/test/audio/ |
D | README | 41 The top level shell script to launch tests is src_test.sh. See script 42 src_run.sh for assumed install location of SOF host test bench
|
D | sof-test-perf.sh | 1 #!/bin/sh
|
D | src_test.sh | 1 #!/bin/sh
|