Definition at line 69 of file mpegaudiodec.c.
Public Attributes | |
| 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] |
| int32_t | sb_hybrid [SBLIMIT *18] |
| uint8_t GranuleDef::scfsi |
Definition at line 73 of file mpegaudiodec.c.
Referenced by exponents_from_scale_factors(), and mp_decode_layer3().
Definition at line 74 of file mpegaudiodec.c.
Referenced by compute_stereo(), and mp_decode_layer3().
| uint8_t GranuleDef::block_type |
Definition at line 75 of file mpegaudiodec.c.
Referenced by compute_antialias_float(), compute_antialias_integer(), compute_imdct(), mp_decode_layer3(), and reorder_block().
| uint8_t GranuleDef::switch_point |
Definition at line 76 of file mpegaudiodec.c.
Referenced by compute_antialias_float(), compute_antialias_integer(), compute_imdct(), mp_decode_layer3(), and reorder_block().
| int GranuleDef::table_select[3] |
Definition at line 77 of file mpegaudiodec.c.
Referenced by huffman_decode(), and mp_decode_layer3().
| int GranuleDef::subblock_gain[3] |
Definition at line 78 of file mpegaudiodec.c.
Referenced by exponents_from_scale_factors(), and mp_decode_layer3().
| uint8_t GranuleDef::scalefac_scale |
Definition at line 79 of file mpegaudiodec.c.
Referenced by exponents_from_scale_factors(), and mp_decode_layer3().
| uint8_t GranuleDef::count1table_select |
Definition at line 80 of file mpegaudiodec.c.
Referenced by huffman_decode(), and mp_decode_layer3().
| int GranuleDef::region_size[3] |
Definition at line 81 of file mpegaudiodec.c.
Referenced by huffman_decode(), and mp_decode_layer3().
Definition at line 82 of file mpegaudiodec.c.
Referenced by exponents_from_scale_factors(), and mp_decode_layer3().
Definition at line 83 of file mpegaudiodec.c.
Referenced by compute_stereo(), exponents_from_scale_factors(), mp_decode_layer3(), and reorder_block().
Definition at line 83 of file mpegaudiodec.c.
Referenced by compute_stereo(), exponents_from_scale_factors(), and mp_decode_layer3().
| uint8_t GranuleDef::scale_factors[40] |
Definition at line 84 of file mpegaudiodec.c.
Referenced by compute_stereo(), exponents_from_scale_factors(), and mp_decode_layer3().
| int32_t GranuleDef::sb_hybrid[SBLIMIT *18] |
Definition at line 85 of file mpegaudiodec.c.
Referenced by compute_antialias_float(), compute_antialias_integer(), compute_imdct(), compute_stereo(), huffman_decode(), mp_decode_layer3(), and reorder_block().
1.5.5