#include <mpegaudio.h>
Data Fields | |
uint8_t | scfsi |
int | part2_3_length |
int | big_values |
int | global_gain |
int | scalefac_compress |
uint8_t | block_type |
uint8_t | switch_point |
int | table_select [3] |
int | subblock_gain [3] |
uint8_t | scalefac_scale |
uint8_t | count1table_select |
int | region_size [3] |
int | preflag |
int | short_start |
int | long_end |
uint8_t | scale_factors [40] |
INTFLOAT | sb_hybrid [SBLIMIT *18] |
int32_t | sb_hybrid [SBLIMIT *18] |
Definition at line 105 of file mpegaudio.h.
uint8_t GranuleDef::scfsi |
Definition at line 108 of file mpegaudio.h.
Referenced by ff_region_offset2size(), and mp_decode_layer3().
Definition at line 109 of file mpegaudio.h.
Referenced by exponents_from_scale_factors(), and mp_decode_layer3().
uint8_t GranuleDef::block_type |
Definition at line 111 of file mpegaudio.h.
Referenced by compute_antialias_float(), compute_antialias_integer(), compute_imdct(), ff_compute_band_indexes(), ff_init_short_region(), mp_decode_layer3(), and reorder_block().
uint8_t GranuleDef::switch_point |
Definition at line 112 of file mpegaudio.h.
Referenced by compute_antialias_float(), compute_antialias_integer(), compute_imdct(), ff_compute_band_indexes(), mp_decode_layer3(), and reorder_block().
Definition at line 114 of file mpegaudio.h.
Referenced by exponents_from_scale_factors(), and mp_decode_layer3().
uint8_t GranuleDef::scalefac_scale |
Definition at line 115 of file mpegaudio.h.
Referenced by exponents_from_scale_factors(), and mp_decode_layer3().
uint8_t GranuleDef::count1table_select |
Definition at line 117 of file mpegaudio.h.
Referenced by ff_init_long_region(), ff_init_short_region(), ff_region_offset2size(), and huffman_decode().
Definition at line 118 of file mpegaudio.h.
Referenced by exponents_from_scale_factors(), and mp_decode_layer3().
Definition at line 119 of file mpegaudio.h.
Referenced by compute_stereo(), exponents_from_scale_factors(), ff_compute_band_indexes(), and reorder_block().
Definition at line 119 of file mpegaudio.h.
Referenced by compute_stereo(), exponents_from_scale_factors(), and ff_compute_band_indexes().
uint8_t GranuleDef::scale_factors |
Definition at line 120 of file mpegaudio.h.
Referenced by compute_stereo(), exponents_from_scale_factors(), and mp_decode_layer3().
INTFLOAT GranuleDef::sb_hybrid[SBLIMIT *18] |
Definition at line 121 of file mpegaudio.h.
Referenced by compute_antialias_float(), compute_antialias_integer(), compute_imdct(), compute_stereo(), huffman_decode(), mp_decode_layer3(), and reorder_block().
int32_t GranuleDef::sb_hybrid[SBLIMIT *18] |
Definition at line 38 of file mpegaudio3.h.