MpegAudioContext Struct Reference

Data Fields

PutBitContext pb
int nb_channels
int lsf
int bitrate_index
int freq_index
int frame_size
int frame_frac
int frame_frac_incr
int do_padding
short samples_buf [MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]
int samples_offset [MPA_MAX_CHANNELS]
int sb_samples [MPA_MAX_CHANNELS][3][12][SBLIMIT]
unsigned char scale_factors [MPA_MAX_CHANNELS][SBLIMIT][3]
unsigned char scale_code [MPA_MAX_CHANNELS][SBLIMIT]
int sblimit
const unsigned char * alloc_table

Detailed Description

Definition at line 42 of file mpegaudioenc.c.


Field Documentation

const unsigned char* MpegAudioContext::alloc_table

Definition at line 58 of file mpegaudioenc.c.

Referenced by compute_bit_allocation(), encode_frame(), and MPA_encode_init().

Definition at line 46 of file mpegaudioenc.c.

Referenced by encode_frame(), and MPA_encode_init().

Definition at line 50 of file mpegaudioenc.c.

Referenced by compute_bit_allocation(), and encode_frame().

Definition at line 50 of file mpegaudioenc.c.

Referenced by compute_bit_allocation(), and MPA_encode_init().

Definition at line 48 of file mpegaudioenc.c.

Referenced by compute_bit_allocation(), and MPA_encode_init().

Definition at line 47 of file mpegaudioenc.c.

Referenced by encode_frame(), and MPA_encode_init().

Definition at line 45 of file mpegaudioenc.c.

Referenced by encode_frame(), and MPA_encode_init().

Definition at line 43 of file mpegaudioenc.c.

Referenced by encode_frame(), and MPA_encode_frame().

Definition at line 51 of file mpegaudioenc.c.

Referenced by filter().

Definition at line 52 of file mpegaudioenc.c.

Referenced by filter(), and MPA_encode_init().

Definition at line 54 of file mpegaudioenc.c.

Referenced by encode_frame(), and MPA_encode_frame().


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