frame specific decoder context for a single channel More...
frame specific decoder context for a single channel
Definition at line 133 of file wmaprodec.c.
length of the previous block
Definition at line 134 of file wmaprodec.c.
Referenced by decode_init(), and wmapro_window().
Definition at line 135 of file wmaprodec.c.
Referenced by decode_subframe().
Definition at line 136 of file wmaprodec.c.
Referenced by decode_subframe(), and decode_tilehdr().
subframe length in samples
Definition at line 137 of file wmaprodec.c.
Referenced by decode_subframe(), and decode_tilehdr().
subframe positions in the current frame
Definition at line 138 of file wmaprodec.c.
Referenced by decode_tilehdr().
current subframe number
Definition at line 139 of file wmaprodec.c.
Referenced by decode_frame(), decode_scale_factors(), and decode_subframe().
number of already processed samples
Definition at line 140 of file wmaprodec.c.
Referenced by decode_frame(), and decode_subframe().
channel is part of a group
Definition at line 141 of file wmaprodec.c.
Referenced by decode_channel_transform(), and decode_subframe().
quantization step for the current subframe
Definition at line 142 of file wmaprodec.c.
Referenced by decode_subframe().
share scale factors between subframes
Definition at line 143 of file wmaprodec.c.
Referenced by decode_frame(), and decode_scale_factors().
scaling step for the current subframe
Definition at line 144 of file wmaprodec.c.
Referenced by decode_scale_factors(), and decode_subframe().
maximum scale factor for the current subframe
Definition at line 145 of file wmaprodec.c.
Referenced by decode_scale_factors(), and decode_subframe().
resampled and (previously) transmitted scale factor values
Definition at line 146 of file wmaprodec.c.
Referenced by decode_scale_factors().
index for the transmitted scale factor values (used for resampling)
Definition at line 147 of file wmaprodec.c.
Referenced by decode_scale_factors().
pointer to the scale factor values used for decoding
Definition at line 148 of file wmaprodec.c.
Referenced by decode_scale_factors(), and decode_subframe().
index in sf_offsets for the scale factor reference block
Definition at line 149 of file wmaprodec.c.
Referenced by decode_scale_factors().
pointer to the subframe decode buffer
Definition at line 150 of file wmaprodec.c.
Referenced by decode_channel_transform(), decode_coeffs(), decode_subframe(), and wmapro_window().
number of vector coded coefficients
Definition at line 151 of file wmaprodec.c.
Referenced by decode_coeffs(), and decode_subframe().
output buffer
Definition at line 152 of file wmaprodec.c.
Referenced by decode_frame(), decode_subframe(), and flush().