MAX_PARTITION_ORDER   45 libavcodec/flacenc.c #define MAX_PARTITIONS     (1 << MAX_PARTITION_ORDER)
MAX_PARTITION_ORDER  712 libavcodec/flacenc.c     uint64_t bits[MAX_PARTITION_ORDER+1];
MAX_PARTITION_ORDER  717 libavcodec/flacenc.c     av_assert1(pmin >= 0 && pmin <= MAX_PARTITION_ORDER);
MAX_PARTITION_ORDER  718 libavcodec/flacenc.c     av_assert1(pmax >= 0 && pmax <= MAX_PARTITION_ORDER);
MAX_PARTITION_ORDER 1472 libavcodec/flacenc.c { "min_partition_order",  NULL, offsetof(FlacEncodeContext, options.min_partition_order),  AV_OPT_TYPE_INT, {.i64 = -1 },      -1, MAX_PARTITION_ORDER, FLAGS },
MAX_PARTITION_ORDER 1473 libavcodec/flacenc.c { "max_partition_order",  NULL, offsetof(FlacEncodeContext, options.max_partition_order),  AV_OPT_TYPE_INT, {.i64 = -1 },      -1, MAX_PARTITION_ORDER, FLAGS },