MAX_PARTITION_ORDER   44 libavcodec/flacenc.c #define MAX_PARTITIONS     (1 << MAX_PARTITION_ORDER)
MAX_PARTITION_ORDER  644 libavcodec/flacenc.c     uint64_t bits[MAX_PARTITION_ORDER+1];
MAX_PARTITION_ORDER  650 libavcodec/flacenc.c     av_assert1(pmin >= 0 && pmin <= MAX_PARTITION_ORDER);
MAX_PARTITION_ORDER  651 libavcodec/flacenc.c     av_assert1(pmax >= 0 && pmax <= MAX_PARTITION_ORDER);
MAX_PARTITION_ORDER 1343 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 1344 libavcodec/flacenc.c { "max_partition_order",  NULL, offsetof(FlacEncodeContext, options.max_partition_order),  AV_OPT_TYPE_INT, {.i64 = -1 },      -1, MAX_PARTITION_ORDER, FLAGS },