FFmpeg
Data Fields
ShortenContext Struct Reference

Data Fields

AVCodecContextavctx
 
GetBitContext gb
 
int min_framesize
 
int max_framesize
 
unsigned channels
 
int32_tdecoded [MAX_CHANNELS]
 
int32_tdecoded_base [MAX_CHANNELS]
 
int32_toffset [MAX_CHANNELS]
 
intcoeffs
 
uint8_t * bitstream
 
int bitstream_size
 
int bitstream_index
 
unsigned int allocated_bitstream_size
 
int header_size
 
uint8_t header [OUT_BUFFER_SIZE]
 
int version
 
int cur_chan
 
int bitshift
 
int nmean
 
int internal_ftype
 
int nwrap
 
int blocksize
 
int bitindex
 
int32_t lpcqoffset
 
int got_header
 
int got_quit_command
 
int swap
 
BswapDSPContext bdsp
 

Detailed Description

Definition at line 86 of file shorten.c.

Field Documentation

◆ avctx

AVCodecContext* ShortenContext::avctx

Definition at line 87 of file shorten.c.

◆ gb

GetBitContext ShortenContext::gb

Definition at line 88 of file shorten.c.

◆ min_framesize

int ShortenContext::min_framesize

Definition at line 90 of file shorten.c.

◆ max_framesize

int ShortenContext::max_framesize

Definition at line 90 of file shorten.c.

◆ channels

unsigned ShortenContext::channels

Definition at line 91 of file shorten.c.

◆ decoded

int32_t* ShortenContext::decoded[MAX_CHANNELS]

Definition at line 93 of file shorten.c.

◆ decoded_base

int32_t* ShortenContext::decoded_base[MAX_CHANNELS]

Definition at line 94 of file shorten.c.

◆ offset

int32_t* ShortenContext::offset[MAX_CHANNELS]

Definition at line 95 of file shorten.c.

◆ coeffs

int* ShortenContext::coeffs

Definition at line 96 of file shorten.c.

◆ bitstream

uint8_t* ShortenContext::bitstream

Definition at line 97 of file shorten.c.

◆ bitstream_size

int ShortenContext::bitstream_size

Definition at line 98 of file shorten.c.

◆ bitstream_index

int ShortenContext::bitstream_index

Definition at line 99 of file shorten.c.

◆ allocated_bitstream_size

unsigned int ShortenContext::allocated_bitstream_size

Definition at line 100 of file shorten.c.

◆ header_size

int ShortenContext::header_size

Definition at line 101 of file shorten.c.

◆ header

uint8_t ShortenContext::header[OUT_BUFFER_SIZE]

Definition at line 102 of file shorten.c.

◆ version

int ShortenContext::version

Definition at line 103 of file shorten.c.

◆ cur_chan

int ShortenContext::cur_chan

Definition at line 104 of file shorten.c.

◆ bitshift

int ShortenContext::bitshift

Definition at line 105 of file shorten.c.

◆ nmean

int ShortenContext::nmean

Definition at line 106 of file shorten.c.

◆ internal_ftype

int ShortenContext::internal_ftype

Definition at line 107 of file shorten.c.

◆ nwrap

int ShortenContext::nwrap

Definition at line 108 of file shorten.c.

◆ blocksize

int ShortenContext::blocksize

Definition at line 109 of file shorten.c.

◆ bitindex

int ShortenContext::bitindex

Definition at line 110 of file shorten.c.

◆ lpcqoffset

int32_t ShortenContext::lpcqoffset

Definition at line 111 of file shorten.c.

◆ got_header

int ShortenContext::got_header

Definition at line 112 of file shorten.c.

◆ got_quit_command

int ShortenContext::got_quit_command

Definition at line 113 of file shorten.c.

◆ swap

int ShortenContext::swap

Definition at line 114 of file shorten.c.

◆ bdsp

BswapDSPContext ShortenContext::bdsp

Definition at line 115 of file shorten.c.


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