|
RetroArch
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <retro_miscellaneous.h>#include "include/FLAC/assert.h"#include "include/FLAC/format.h"#include "include/share/alloc.h"#include "include/share/compat.h"#include "include/private/format.h"#include "include/private/macros.h"| void FLAC__format_entropy_coding_method_partitioned_rice_contents_clear | ( | FLAC__EntropyCodingMethod_PartitionedRiceContents * | object | ) |
| FLAC__bool FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size | ( | FLAC__EntropyCodingMethod_PartitionedRiceContents * | object, |
| unsigned | max_partition_order | ||
| ) |
| void FLAC__format_entropy_coding_method_partitioned_rice_contents_init | ( | FLAC__EntropyCodingMethod_PartitionedRiceContents * | object | ) |
| unsigned FLAC__format_get_max_rice_partition_order | ( | unsigned | blocksize, |
| unsigned | predictor_order | ||
| ) |
| unsigned FLAC__format_get_max_rice_partition_order_from_blocksize | ( | unsigned | blocksize | ) |
| unsigned FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order | ( | unsigned | limit, |
| unsigned | blocksize, | ||
| unsigned | predictor_order | ||
| ) |
|
static |
|
static |
1.8.15