Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dac3enc.c2450 int i, cpl_start_band, cpl_end_band; in set_bandwidth() local
2453 cpl_end_band = s->bandwidth_code / 4 + 3; in set_bandwidth()
2454 cpl_start_band = av_clip(cpl_start, 0, FFMIN(cpl_end_band-1, 15)); in set_bandwidth()
2456 s->num_cpl_subbands = cpl_end_band - cpl_start_band; in set_bandwidth()
2460 for (i = cpl_start_band + 1; i < cpl_end_band; i++) { in set_bandwidth()
2471 s->cpl_end_freq = cpl_end_band * 12 + 37; in set_bandwidth()

Completed in 4 milliseconds