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

#include <format.h>

Public Attributes

uint32_t * parameters
 
uint32_t * raw_bits
 
uint32_t capacity_by_order
 

Detailed Description

Contents of a Rice partitioned residual

Member Data Documentation

uint32_t* FLAC__EntropyCodingMethod_PartitionedRiceContents::parameters

The Rice parameters for each context.

uint32_t* FLAC__EntropyCodingMethod_PartitionedRiceContents::raw_bits

Widths for escape-coded partitions. Will be non-zero for escaped partitions and zero for unescaped partitions.

uint32_t FLAC__EntropyCodingMethod_PartitionedRiceContents::capacity_by_order

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.


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

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