FLAC  1.4.2
FreeLosslessAudioCodec
Public Attributes | List of all members
FLAC__Subframe_Fixed Struct Reference

#include <format.h>

Public Attributes

FLAC__EntropyCodingMethod entropy_coding_method
 
uint32_t order
 
FLAC__int64 warmup [FLAC__MAX_FIXED_ORDER]
 
const FLAC__int32 * residual
 

Detailed Description

FIXED subframe. (c.f. format specification)

Member Data Documentation

FLAC__EntropyCodingMethod FLAC__Subframe_Fixed::entropy_coding_method

The residual coding method.

uint32_t FLAC__Subframe_Fixed::order

The polynomial order.

FLAC__int64 FLAC__Subframe_Fixed::warmup[FLAC__MAX_FIXED_ORDER]

Warmup samples to prime the predictor, length == order.

const FLAC__int32* FLAC__Subframe_Fixed::residual

The residual signal, length == (blocksize minus order) samples.


The documentation for this struct was generated from the following file:

Copyright (c) 2000-2009 Josh Coalson Copyright (c) 2011-2022 Xiph.Org Foundation