| FLAC
    1.3.2
    | 
#include <format.h>
| Public Attributes | |
| unsigned | order | 
| const FLAC__EntropyCodingMethod_PartitionedRiceContents * | contents | 
Header for a Rice partitioned residual. (c.f. format specification)
| unsigned FLAC__EntropyCodingMethod_PartitionedRice::order | 
The partition order, i.e. # of contexts = 2 ^ order.
| const FLAC__EntropyCodingMethod_PartitionedRiceContents* FLAC__EntropyCodingMethod_PartitionedRice::contents | 
The context's Rice parameters and/or raw bits.