ATRAC3Context Struct Reference

float outSamples [2048]
uint8_t * decoded_bytes_buffer
float tempBuf [1070]
 DECLARE_ALIGNED_16 (float, mdct_tmp[512])

Data Fields

GetBitContext gb
int channels
int codingMode
int bit_rate
int sample_rate
int samples_per_channel
int samples_per_frame
int bits_per_frame
int bytes_per_frame
int pBs
channel_unitpUnits
int matrix_coeff_index_prev [4]
int matrix_coeff_index_now [4]
int matrix_coeff_index_next [4]
int weighting_delay [6]
int atrac3version
int delay
int scrambled_stream
int frame_factor

Detailed Description

Definition at line 83 of file atrac3.c.


Member Function Documentation

ATRAC3Context::DECLARE_ALIGNED_16 ( float  ,
mdct_tmp  [512] 
)


Field Documentation

GetBitContext ATRAC3Context::gb

Definition at line 84 of file atrac3.c.

Referenced by decodeFrame().

int ATRAC3Context::channels

stream data

Definition at line 87 of file atrac3.c.

Referenced by atrac3_decode_frame(), atrac3_decode_init(), and decodeFrame().

int ATRAC3Context::codingMode

Definition at line 88 of file atrac3.c.

Referenced by atrac3_decode_init(), and decodeFrame().

int ATRAC3Context::bit_rate

Definition at line 89 of file atrac3.c.

Referenced by atrac3_decode_init().

int ATRAC3Context::sample_rate

Definition at line 90 of file atrac3.c.

Referenced by atrac3_decode_init().

int ATRAC3Context::samples_per_channel

Definition at line 91 of file atrac3.c.

Referenced by atrac3_decode_init().

int ATRAC3Context::samples_per_frame

Definition at line 92 of file atrac3.c.

Referenced by atrac3_decode_init().

int ATRAC3Context::bits_per_frame

Definition at line 94 of file atrac3.c.

Referenced by atrac3_decode_init(), and decodeFrame().

int ATRAC3Context::bytes_per_frame

Definition at line 95 of file atrac3.c.

Referenced by atrac3_decode_init(), and decodeFrame().

int ATRAC3Context::pBs

Definition at line 96 of file atrac3.c.

channel_unit* ATRAC3Context::pUnits

Definition at line 97 of file atrac3.c.

Referenced by atrac3_decode_close(), and decodeFrame().

int ATRAC3Context::matrix_coeff_index_prev[4]

joint-stereo related variables

Definition at line 101 of file atrac3.c.

Referenced by decodeFrame().

int ATRAC3Context::matrix_coeff_index_now[4]

Definition at line 102 of file atrac3.c.

Referenced by decodeFrame().

int ATRAC3Context::matrix_coeff_index_next[4]

Definition at line 103 of file atrac3.c.

Referenced by decodeFrame().

int ATRAC3Context::weighting_delay[6]

Definition at line 104 of file atrac3.c.

Referenced by decodeFrame().

float ATRAC3Context::outSamples[2048]

data buffers

Definition at line 108 of file atrac3.c.

Referenced by atrac3_decode_frame(), and decodeFrame().

uint8_t* ATRAC3Context::decoded_bytes_buffer

Definition at line 109 of file atrac3.c.

Referenced by atrac3_decode_close(), atrac3_decode_frame(), and atrac3_decode_init().

float ATRAC3Context::tempBuf[1070]

Definition at line 110 of file atrac3.c.

Referenced by decodeFrame().

int ATRAC3Context::atrac3version

extradata

Definition at line 115 of file atrac3.c.

Referenced by atrac3_decode_init().

int ATRAC3Context::delay

Definition at line 116 of file atrac3.c.

Referenced by atrac3_decode_init().

int ATRAC3Context::scrambled_stream

Definition at line 117 of file atrac3.c.

Referenced by atrac3_decode_frame(), and atrac3_decode_init().

int ATRAC3Context::frame_factor

Definition at line 118 of file atrac3.c.

Referenced by atrac3_decode_init().


The documentation for this struct was generated from the following file:
Generated on Thu Nov 20 07:46:08 2008 for libextractor by  doxygen 1.5.1