Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: GR-PEACH_video R_BSP TLV320_RBSP USBHost_custom
Fork of GR-PEACH_Audio_Playback_Sample by
FLAC__EntropyCodingMethod_PartitionedRice Struct Reference
[FLAC/format.h: format components]
Header for a Rice partitioned residual. More...
#include <format.h>
Data Fields | |
unsigned | order |
The partition order, i.e. | |
const FLAC__EntropyCodingMethod_PartitionedRiceContents * | contents |
The context's Rice parameters and/or raw bits. |
Detailed Description
Header for a Rice partitioned residual.
(c.f. format specification)
Definition at line 233 of file include/FLAC/format.h.
Field Documentation
The context's Rice parameters and/or raw bits.
Definition at line 239 of file include/FLAC/format.h.
unsigned order |
The partition order, i.e.
# of contexts = 2 ^ order.
Definition at line 236 of file include/FLAC/format.h.
Generated on Tue Jul 12 2022 19:32:30 by
