Lines Matching defs:length
25 * decimation factor. The first filter is skipped if the length is too much vs. overrun limit. If
63 /* This function searches from vec[] (of length vec_length) integer values of n. The indices to
327 /* FIR max. length depends on available cycles and coef RAM length. Exceeding this length
337 if (fir_list[i]->length <= fir_max_length) {
339 * with lower FIR length.
400 * coefficients tables. For some decimation factors there may be several length coefficient sets. It
402 * coefficients length is exceeded the lookup continues. Therefore the list of coefficient set must
403 * present the filters for a decimation factor in decreasing length order.
512 cfg->fir_a_length = cfg->fir_a->length;
515 cfg->fir_a->length, gain_to_fir);
528 cfg->fir_b_length = cfg->fir_b->length;
531 cfg->fir_b->length, gain_to_fir);
660 int length;
893 length = cfg->fir_a_length;
894 for (j = 0; j < length; j++) {
902 dmic->dmic_fir_array.fir_len[0] = length;
935 length = cfg->fir_b_length;
936 for (j = 0; j < length; j++) {
944 dmic->dmic_fir_array.fir_len[1] = length;
1122 /* if either of the fir is 0 length, copy the existing fir twice */
1174 /* if either of the fir is 0 length, copy the existing fir twice */