FFmpeg  4.3.8
Data Fields
ATRAC9ChannelData Struct Reference

Data Fields

int band_ext
 
int q_unit_cnt
 
int band_ext_data [4]
 
int32_t scalefactors [31]
 
int32_t scalefactors_prev [31]
 
int precision_coarse [30]
 
int precision_fine [30]
 
int precision_mask [30]
 
int codebookset [30]
 
int32_t q_coeffs_coarse [256]
 
int32_t q_coeffs_fine [256]
 
float coeffs [256]
 
float prev_win [128]
 

Detailed Description

Definition at line 29 of file atrac9dec.c.

Field Documentation

◆ band_ext

int ATRAC9ChannelData::band_ext

Definition at line 30 of file atrac9dec.c.

Referenced by apply_band_extension(), and parse_band_ext().

◆ q_unit_cnt

int ATRAC9ChannelData::q_unit_cnt

◆ band_ext_data

int ATRAC9ChannelData::band_ext_data[4]

Definition at line 32 of file atrac9dec.c.

Referenced by apply_band_extension(), and parse_band_ext().

◆ scalefactors

int32_t ATRAC9ChannelData::scalefactors[31]

◆ scalefactors_prev

int32_t ATRAC9ChannelData::scalefactors_prev[31]

Definition at line 34 of file atrac9dec.c.

Referenced by read_scalefactors().

◆ precision_coarse

int ATRAC9ChannelData::precision_coarse[30]

Definition at line 36 of file atrac9dec.c.

Referenced by atrac9_decode_block(), calc_precision(), dequantize(), and read_coeffs_coarse().

◆ precision_fine

int ATRAC9ChannelData::precision_fine[30]

Definition at line 37 of file atrac9dec.c.

Referenced by atrac9_decode_block(), calc_precision(), dequantize(), and read_coeffs_fine().

◆ precision_mask

int ATRAC9ChannelData::precision_mask[30]

Definition at line 38 of file atrac9dec.c.

Referenced by calc_precision().

◆ codebookset

int ATRAC9ChannelData::codebookset[30]

Definition at line 40 of file atrac9dec.c.

Referenced by calc_codebook_idx(), and read_coeffs_coarse().

◆ q_coeffs_coarse

int32_t ATRAC9ChannelData::q_coeffs_coarse[256]

Definition at line 42 of file atrac9dec.c.

Referenced by atrac9_decode_block(), dequantize(), and read_coeffs_coarse().

◆ q_coeffs_fine

int32_t ATRAC9ChannelData::q_coeffs_fine[256]

Definition at line 43 of file atrac9dec.c.

Referenced by atrac9_decode_block(), dequantize(), and read_coeffs_fine().

◆ coeffs

float ATRAC9ChannelData::coeffs[256]

◆ prev_win

float ATRAC9ChannelData::prev_win[128]

Definition at line 46 of file atrac9dec.c.

Referenced by atrac9_decode_block(), and atrac9_decode_flush().


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