ChannelParams Struct Reference

sample data coding information More...

#include <mlp.h>


Data Fields

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


Detailed Description

sample data coding information

Definition at line 75 of file mlp.h.


Field Documentation

Which VLC codebook to use to read residuals.

Definition at line 80 of file mlp.h.

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

Size of residual suffix not encoded using VLC.

Definition at line 81 of file mlp.h.

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

Offset to apply to residual values.

Definition at line 78 of file mlp.h.

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

sign/rounding-corrected version of huff_offset

Definition at line 79 of file mlp.h.

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


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

Generated on Fri Oct 26 02:35:47 2012 for FFmpeg by  doxygen 1.5.8