Searched refs:max_sr (Results 1 – 2 of 2) sorted by relevance
2208 int i, ret, max_sr; in validate_options() local2226 max_sr = s->eac3 ? 2 : 8; in validate_options()2227 for (i = 0; i <= max_sr; i++) { in validate_options()2231 if (i > max_sr) { in validate_options()
454 max_sr = ((((MAX_SIGNAL_HISTORY - 8) << 8) + 205) * 2000 / 37) >> 8; in wmavoice_decode_init() local458 ctx->sample_rate, min_sr, max_sr); // 322-22097 Hz in wmavoice_decode_init()