FFmpeg
Data Fields
ChannelParams Struct Reference

sample data coding information More...

#include <mlp.h>

Data Fields

FilterParams filter_params [NUM_FILTERS]
 
int32_t coeff [NUM_FILTERS][MAX_FIR_ORDER]
 
int16_t huff_offset
 Offset to apply to residual values. More...
 
int32_t sign_huff_offset
 sign/rounding-corrected version of huff_offset More...
 
uint8_t codebook
 Which VLC codebook to use to read residuals. More...
 
uint8_t huff_lsbs
 Size of residual suffix not encoded using VLC. More...
 

Detailed Description

sample data coding information

Definition at line 85 of file mlp.h.

Field Documentation

◆ filter_params

FilterParams ChannelParams::filter_params[NUM_FILTERS]

◆ coeff

int32_t ChannelParams::coeff[NUM_FILTERS][MAX_FIR_ORDER]

Definition at line 87 of file mlp.h.

Referenced by compare_filter_params(), and copy_filter_params().

◆ huff_offset

int16_t ChannelParams::huff_offset

◆ sign_huff_offset

int32_t ChannelParams::sign_huff_offset

sign/rounding-corrected version of huff_offset

Definition at line 90 of file mlp.h.

Referenced by read_decoding_params(), read_huff_channels(), and read_restart_header().

◆ codebook

uint8_t ChannelParams::codebook

◆ huff_lsbs

uint8_t ChannelParams::huff_lsbs

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