Property | Type | Description | |
---|---|---|---|
TAN12 | float[] | ||
io | float[][] | ||
nr_of_sfb_block | int[][][] | ||
pretab | int[] | ||
scalefac_buffer | int[] | ||
sftable | Sftable | ||
t_43 | float[] | ||
two_to_negative_half_pow | float[] | ||
win | float[][] |
Method | Description | |
---|---|---|
LayerIIIDecoder ( |
Constructor.
|
|
decode ( ) : void | ||
decodeFrame ( ) : void | ||
inv_mdct ( float in_Renamed, float out_Renamed, int block_type ) : void |
Fast INV_MDCT.
|
|
seek_notify ( ) : void |
Notify decoder that a seek is being made.
|
Method | Description | |
---|---|---|
InitBlock ( ) : void | ||
LayerIIIDecoder ( ) : System | ||
antialias ( int ch, int gr ) : void |
*
|
|
create_t_43 ( ) : float[] | ||
dequantize_sample ( float xr, int ch, int gr ) : void |
*
|
|
do_downmix ( ) : void |
*
|
|
get_LSF_scale_data ( int ch, int gr ) : void | ||
get_LSF_scale_factors ( int ch, int gr ) : void |
*
|
|
get_scale_factors ( int ch, int gr ) : void |
*
|
|
get_side_info ( ) : bool |
Reads the side info from the stream, assuming the entire. frame has been read already. Mono : 136 bits (= 17 bytes) Stereo : 256 bits (= 32 bytes)
|
|
huffman_decode ( int ch, int gr ) : void | ||
hybrid ( int ch, int gr ) : void | ||
i_stereo_k_values ( int is_pos, int io_type, int i ) : void |
*
|
|
reorder ( int scalefac_band ) : int[] |
Loads the data for the reorder
|
|
reorder ( float xr, int ch, int gr ) : void |
*
|
|
stereo ( int gr ) : void |
public LayerIIIDecoder ( |
||
stream0 | ||
header0 | ||
filtera | ||
filterb | ||
buffer0 | ||
which_ch0 | int | |
return | System |
public inv_mdct ( float in_Renamed, float out_Renamed, int block_type ) : void | ||
in_Renamed | float | |
out_Renamed | float | |
block_type | int | |
return | void |
public static int[][][] nr_of_sfb_block | ||
return | int[][][] |
public static float[] two_to_negative_half_pow | ||
return | float[] |