FFmpeg
Data Fields
ATRAC9Context Struct Reference

Data Fields

AVCodecContextavctx
 
AVFloatDSPContextfdsp
 
AVTXContexttx
 
av_tx_fn tx_fn
 
ATRAC9BlockData block [5]
 
AVLFG lfg
 
int frame_log2
 
int avg_frame_size
 
int frame_count
 
int samplerate_idx
 
const ATRAC9BlockConfigblock_config
 
uint8_t alloc_curve [48][48]
 
float imdct_win [256]
 
float temp [2048]
 

Detailed Description

Definition at line 87 of file atrac9dec.c.

Field Documentation

◆ avctx

AVCodecContext* ATRAC9Context::avctx

Definition at line 88 of file atrac9dec.c.

◆ fdsp

AVFloatDSPContext* ATRAC9Context::fdsp

Definition at line 89 of file atrac9dec.c.

◆ tx

AVTXContext* ATRAC9Context::tx

Definition at line 90 of file atrac9dec.c.

◆ tx_fn

av_tx_fn ATRAC9Context::tx_fn

Definition at line 91 of file atrac9dec.c.

◆ block

ATRAC9BlockData ATRAC9Context::block[5]

Definition at line 92 of file atrac9dec.c.

◆ lfg

AVLFG ATRAC9Context::lfg

Definition at line 93 of file atrac9dec.c.

◆ frame_log2

int ATRAC9Context::frame_log2

Definition at line 96 of file atrac9dec.c.

◆ avg_frame_size

int ATRAC9Context::avg_frame_size

Definition at line 97 of file atrac9dec.c.

◆ frame_count

int ATRAC9Context::frame_count

Definition at line 98 of file atrac9dec.c.

◆ samplerate_idx

int ATRAC9Context::samplerate_idx

Definition at line 99 of file atrac9dec.c.

◆ block_config

const ATRAC9BlockConfig* ATRAC9Context::block_config

Definition at line 100 of file atrac9dec.c.

◆ alloc_curve

uint8_t ATRAC9Context::alloc_curve[48][48]

Definition at line 103 of file atrac9dec.c.

◆ imdct_win

float ATRAC9Context::imdct_win[256]

Definition at line 104 of file atrac9dec.c.

◆ temp

float ATRAC9Context::temp[2048]

Definition at line 106 of file atrac9dec.c.


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