33 #ifndef FLAC__PRIVATE__FORMAT_H 34 #define FLAC__PRIVATE__FORMAT_H 36 #include "../FLAC/format.h" unsigned FLAC__format_get_max_rice_partition_order(unsigned blocksize, unsigned predictor_order)
Definition: format.c:527
unsigned FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order(unsigned limit, unsigned blocksize, unsigned predictor_order)
Definition: format.c:547
GLint limit
Definition: glext.h:11233
void FLAC__format_entropy_coding_method_partitioned_rice_contents_init(FLAC__EntropyCodingMethod_PartitionedRiceContents *object)
Definition: format.c:562
FLAC__bool FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size(FLAC__EntropyCodingMethod_PartitionedRiceContents *object, unsigned max_partition_order)
Definition: format.c:582
unsigned FLAC__format_get_max_rice_partition_order_from_blocksize(unsigned blocksize)
Definition: format.c:537
void FLAC__format_entropy_coding_method_partitioned_rice_contents_clear(FLAC__EntropyCodingMethod_PartitionedRiceContents *object)
Definition: format.c:571
int FLAC__bool
Definition: ordinals.h:70