Searched refs:cpl_end_band (Results 1 – 1 of 1) sorted by relevance
2392 int i, cpl_start_band, cpl_end_band; in set_bandwidth() local2395 cpl_end_band = s->bandwidth_code / 4 + 3; in set_bandwidth()2396 cpl_start_band = av_clip(cpl_start, 0, FFMIN(cpl_end_band-1, 15)); in set_bandwidth()2398 s->num_cpl_subbands = cpl_end_band - cpl_start_band; in set_bandwidth()2402 for (i = cpl_start_band + 1; i < cpl_end_band; i++) { in set_bandwidth()2413 s->cpl_end_freq = cpl_end_band * 12 + 37; in set_bandwidth()