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.c47 #define MAX_PARTITION_ORDER 8 macro
48 #define MAX_PARTITIONS (1 << MAX_PARTITION_ORDER)
679 uint64_t bits[MAX_PARTITION_ORDER+1]; in calc_rice_params()
684 av_assert1(pmin >= 0 && pmin <= MAX_PARTITION_ORDER); in calc_rice_params()
685 av_assert1(pmax >= 0 && pmax <= MAX_PARTITION_ORDER); in calc_rice_params()
1431 { "min_partition_order", NULL, offsetof(FlacEncodeContext, options.min_partition_order), AV_OPT_TYPE_INT, {.i64 = -1 }, -1, MAX_PARTITION_ORDER, FLAGS },
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