FLAC__EntropyCodingMethod_PartitionedRice

Header for a Rice partitioned residual. (c.f. <A HREF="../format.html#partitioned_rice">format specification</A>)

extern (C) nothrow
struct FLAC__EntropyCodingMethod_PartitionedRice {}

Members

Variables

contents
FLAC__EntropyCodingMethod_PartitionedRiceContents* contents;

< The partition order, i.e. # of contexts = 2 ^ \a order.

order
uint order;
Undocumented in source.

Meta