FFmpeg
|
Data Fields | |
GetBitContext | gb |
AVFloatDSPContext * | fdsp |
float | samples [2][ATRAC3P_FRAME_SAMPLES] |
quantized MDCT spectrum More... | |
float | mdct_buf [2][ATRAC3P_FRAME_SAMPLES] |
output of the IMDCT More... | |
float | time_buf [2][ATRAC3P_FRAME_SAMPLES] |
output of the gain compensation More... | |
float | outp_buf [2][ATRAC3P_FRAME_SAMPLES] |
AtracGCContext | gainc_ctx |
gain compensation context More... | |
AVTXContext * | mdct_ctx |
av_tx_fn | mdct_fn |
AVTXContext * | ipqf_dct_ctx |
IDCT context used by IPQF. More... | |
av_tx_fn | ipqf_dct_fn |
Atrac3pChanUnitCtx * | ch_units |
global channel units More... | |
int | num_channel_blocks |
number of channel blocks More... | |
uint8_t | channel_blocks [5] |
channel configuration descriptor More... | |
const uint8_t * | channel_map |
channel layout map More... | |
Definition at line 63 of file atrac3plusdec.c.
GetBitContext ATRAC3PContext::gb |
Definition at line 64 of file atrac3plusdec.c.
AVFloatDSPContext* ATRAC3PContext::fdsp |
Definition at line 65 of file atrac3plusdec.c.
float ATRAC3PContext::samples[2][ATRAC3P_FRAME_SAMPLES] |
quantized MDCT spectrum
Definition at line 67 of file atrac3plusdec.c.
float ATRAC3PContext::mdct_buf[2][ATRAC3P_FRAME_SAMPLES] |
output of the IMDCT
Definition at line 68 of file atrac3plusdec.c.
float ATRAC3PContext::time_buf[2][ATRAC3P_FRAME_SAMPLES] |
output of the gain compensation
Definition at line 69 of file atrac3plusdec.c.
float ATRAC3PContext::outp_buf[2][ATRAC3P_FRAME_SAMPLES] |
Definition at line 70 of file atrac3plusdec.c.
AtracGCContext ATRAC3PContext::gainc_ctx |
gain compensation context
Definition at line 72 of file atrac3plusdec.c.
AVTXContext* ATRAC3PContext::mdct_ctx |
Definition at line 73 of file atrac3plusdec.c.
av_tx_fn ATRAC3PContext::mdct_fn |
Definition at line 74 of file atrac3plusdec.c.
AVTXContext* ATRAC3PContext::ipqf_dct_ctx |
IDCT context used by IPQF.
Definition at line 75 of file atrac3plusdec.c.
av_tx_fn ATRAC3PContext::ipqf_dct_fn |
Definition at line 76 of file atrac3plusdec.c.
Atrac3pChanUnitCtx* ATRAC3PContext::ch_units |
global channel units
Definition at line 78 of file atrac3plusdec.c.
int ATRAC3PContext::num_channel_blocks |
number of channel blocks
Definition at line 80 of file atrac3plusdec.c.
uint8_t ATRAC3PContext::channel_blocks[5] |
channel configuration descriptor
Definition at line 81 of file atrac3plusdec.c.
const uint8_t* ATRAC3PContext::channel_map |
channel layout map
Definition at line 82 of file atrac3plusdec.c.