Home
last modified time | relevance | path

Searched refs:fbw_coeffs (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3enc.c2414 int fbw_coeffs; in set_bandwidth() local
2415 fbw_coeffs = s->cutoff * 2 * AC3_MAX_COEFS / s->sample_rate; in set_bandwidth()
2416 s->bandwidth_code = av_clip((fbw_coeffs - 73) / 3, 0, 60); in set_bandwidth()

Completed in 4 milliseconds