Lines Matching defs:lpc_coeff_precision
63 int lpc_coeff_precision;
238 opt->lpc_coeff_precision);
542 count += 4 + 5 + pred_order * s->options.lpc_coeff_precision;
731 bits += 4 + 5 + pred_order * s->options.lpc_coeff_precision;
853 s->options.lpc_coeff_precision, coefs, shift, s->options.lpc_type,
872 if (s->bps_code * 4 + s->options.lpc_coeff_precision + av_log2(order) <= 32) {
892 if (s->bps_code * 4 + s->options.lpc_coeff_precision + av_log2(i) <= 32) {
914 if (s->bps_code * 4 + s->options.lpc_coeff_precision + av_log2(i) <= 32) {
933 qmax = (1 << (s->options.lpc_coeff_precision - 1)) - 1;
955 if (s->bps_code * 4 + s->options.lpc_coeff_precision + av_log2(opt_order - 1) <= 32) {
976 if (s->bps_code * 4 + s->options.lpc_coeff_precision + av_log2(opt_order) <= 32) {
1240 int cbits = s->options.lpc_coeff_precision;
1424 { "lpc_coeff_precision", "LPC coefficient precision", offsetof(FlacEncodeContext, options.lpc_coeff_precision), AV_OPT_TYPE_INT, {.i64 = 15 }, 0, MAX_LPC_PRECISION, FLAGS },