Searched refs:fbw_coeffs (Results 1 – 1 of 1) sorted by relevance
2356 int fbw_coeffs; in set_bandwidth() local2357 fbw_coeffs = s->cutoff * 2 * AC3_MAX_COEFS / s->sample_rate; in set_bandwidth()2358 s->bandwidth_code = av_clip((fbw_coeffs - 73) / 3, 0, 60); in set_bandwidth()