Searched refs:b2 (Results 1 – 8 of 8) sorted by relevance
/sof-2.7.6/tools/tune/multiband_drc/ |
D | iir_gen_quant_coefs.m | 39 b2 = z1 * z2; variable 47 alpha = (a0 + a1 + a2) / (b0 + b1 + b2); 49 % [ a2 a1 b2 b1 b0 shift gain] 50 emp = [-a2, -a1, b2, b1, b0, 0, alpha]; 54 beta = (b0 + b1 + b2) / (a0 + a1 + a2); 56 % [ a2 a1 b2 b1 b0 shift gain] 57 deemp = [-b2, -b1, a2 * beta, a1 * beta, a0 * beta, 0, 1.0];
|
/sof-2.7.6/test/cmocka/src/audio/pipeline/ |
D | pipeline_connection_mocks.c | 24 list_init(&data->b2->sink_list); in cleanup_test_data() 25 list_init(&data->b2->source_list); in cleanup_test_data() 84 pipeline_connect_data->b2 = buffer_2; in get_standard_connect_objects()
|
D | pipeline_connection_mocks.h | 26 struct comp_buffer *b2; member
|
D | pipeline_connect_upstream.c | 137 &test_data->b2->sink_list); in test_audio_pipeline_complete_connect_upstream_ignore_source() 138 test_data->b2->sink = test_data->second; in test_audio_pipeline_complete_connect_upstream_ignore_source()
|
/sof-2.7.6/tools/tune/eq/ |
D | eq_define_parametric_eq.m | 143 b2 = 1 - alpha * A; variable 147 b = [b0 / a0 b1 / a0 b2 / a0]; 181 b2 = 2 * alpha; variable 185 b = [b0, b1, b2]; 217 b2 = 2 * alpha; variable 221 b = [b0, b1, b2]; 258 b2 = -alpha; variable 262 b = [b0 / a0 b1 / a0 b2 / a0]; 295 b2 = 1; variable 300 b = [b0 / a0 b1 / a0 b2 / a0]; [all …]
|
/sof-2.7.6/tools/tune/crossover/ |
D | crossover_gen_coefs.m | 72 b2 = 2 * alpha; variable 76 b = [b0, b1, b2]; 108 b2 = 2 * alpha; variable 112 b = [b0, b1, b2];
|
/sof-2.7.6/.github/workflows/ |
D | shallowfetchPRcommits.sh | 56 cut -b2-41 > PR_SHAs.txt
|
/sof-2.7.6/src/include/user/ |
D | eq.h | 130 int32_t b2; /* Q2.30 */ member
|