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: R_BSP TLV320_RBSP USBHost_custom
FLAC__Subframe_Fixed Struct Reference
[FLAC/format.h: format components]
  FIXED subframe. More...
#include <format.h>
| Data Fields | |
| FLAC__EntropyCodingMethod | entropy_coding_method | 
| The residual coding method. | |
| unsigned | order | 
| The polynomial order. | |
| FLAC__int32 | warmup [FLAC__MAX_FIXED_ORDER] | 
| Warmup samples to prime the predictor, length == order. | |
| const FLAC__int32 * | residual | 
| The residual signal, length == (blocksize minus order) samples. | |
Detailed Description
FIXED subframe.
(c.f. format specification)
Definition at line 298 of file include/FLAC/format.h.
Field Documentation
The residual coding method.
Definition at line 300 of file include/FLAC/format.h.
| unsigned order | 
The polynomial order.
Definition at line 303 of file include/FLAC/format.h.
| const FLAC__int32* residual | 
The residual signal, length == (blocksize minus order) samples.
Definition at line 309 of file include/FLAC/format.h.
| FLAC__int32 warmup[FLAC__MAX_FIXED_ORDER] | 
Warmup samples to prime the predictor, length == order.
Definition at line 306 of file include/FLAC/format.h.
Generated on Tue Jul 12 2022 22:07:09 by
 1.7.2
 1.7.2