Searched refs:cpl_start_band (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ac3enc.c | 127 {"cpl_start_band", "Coupling Start Band", OFFSET(cpl_start), AV_OPT_TYPE_INT, {.i64 = AC3ENC_OPT_AUTO }, AC3ENC_OPT_AUTO, 15, AC3ENC_PARAM, "cpl_start_band"}, 128 {"auto", "Selected by the Encoder", 0, AV_OPT_TYPE_CONST, {.i64 = AC3ENC_OPT_AUTO }, INT_MIN, INT_MAX, AC3ENC_PARAM, "cpl_start_band"}, 2450 int i, cpl_start_band, cpl_end_band; in set_bandwidth() local 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() 2470 s->start_freq[CPL_CH] = cpl_start_band * 12 + 37; in set_bandwidth()
|
Completed in 4 milliseconds