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_PartitionedRice Struct Reference

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.