Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dflacenc.c68 int max_partition_order; member
233 opt->min_partition_order, opt->max_partition_order); in dprint_compression_options()
335 if (s->options.min_partition_order > s->options.max_partition_order) { in flac_encode_init()
337 s->options.min_partition_order, s->options.max_partition_order); in flac_encode_init()
342 if (s->options.max_partition_order < 0) in flac_encode_init()
343 s->options.max_partition_order = ((int[]){ 2, 2, 3, 3, 3, 8, 8, 8, 8, 8, 8, 8, 8})[level]; in flac_encode_init()
726 int pmax = get_max_p_order(s->options.max_partition_order, in find_subframe_rice_params()
1432 { "max_partition_order", NULL, offsetof(FlacEncodeContext, options.max_partition_order), AV_OPT_TYPE_INT, {.i64 = -1 }, -1, MAX_PARTITION_ORDER, FLAGS },

Completed in 3 milliseconds