The "GR-PEACH_Audio_Playback_7InchLCD_Sample" is a sample code that can provides high-resolution audio playback of FLAC format files. It also allows the user to audio-playback control functions such as play, pause, and stop by manipulating key switches.

Dependencies:   GR-PEACH_video R_BSP TLV320_RBSP USBHost_custom

Fork of GR-PEACH_Audio_Playback_Sample by Renesas

Embed: (wiki syntax)

« Back to documentation index

FLAC__EntropyCodingMethod_PartitionedRiceContents Struct Reference

FLAC__EntropyCodingMethod_PartitionedRiceContents Struct Reference
[FLAC/format.h: format components]

Contents of a Rice partitioned residual. More...

#include <format.h>

Data Fields

unsigned * parameters
 The Rice parameters for each context.
unsigned * raw_bits
 Widths for escape-coded partitions.
unsigned capacity_by_order
 The capacity of the parameters and raw_bits arrays specified as an order, i.e.

Detailed Description

Contents of a Rice partitioned residual.

Definition at line 214 of file include/FLAC/format.h.


Field Documentation

The capacity of the parameters and raw_bits arrays specified as an order, i.e.

the number of array elements allocated is 2 ^ capacity_by_order.

Definition at line 225 of file include/FLAC/format.h.

unsigned* parameters

The Rice parameters for each context.

Definition at line 217 of file include/FLAC/format.h.

unsigned* raw_bits

Widths for escape-coded partitions.

Will be non-zero for escaped partitions and zero for unescaped partitions.

Definition at line 220 of file include/FLAC/format.h.