|
FFmpeg
|
Data Fields | |
| float | base [128] |
| float | imdct_in [128] |
| float | imdct_out [128] |
| float | imdct_prev [128] |
| int8_t | scale_factors [128] |
| uint8_t | scale [128] |
| int8_t | intensity [8] |
| int8_t * | hfr_scale |
| unsigned | count |
| int | chan_type |
| float ChannelContext::base[128] |
Definition at line 30 of file hcadec.c.
Referenced by dequantize_coefficients(), and unpack().
| float ChannelContext::imdct_in[128] |
Definition at line 31 of file hcadec.c.
Referenced by apply_intensity_stereo(), dequantize_coefficients(), reconstruct_hfr(), and run_imdct().
| float ChannelContext::imdct_out[128] |
Definition at line 32 of file hcadec.c.
Referenced by run_imdct().
| float ChannelContext::imdct_prev[128] |
Definition at line 33 of file hcadec.c.
Referenced by run_imdct().
| int8_t ChannelContext::scale_factors[128] |
Definition at line 34 of file hcadec.c.
Referenced by reconstruct_hfr(), and unpack().
| uint8_t ChannelContext::scale[128] |
Definition at line 35 of file hcadec.c.
Referenced by dequantize_coefficients(), and unpack().
| int8_t ChannelContext::intensity[8] |
Definition at line 36 of file hcadec.c.
Referenced by apply_intensity_stereo(), and unpack().
| int8_t* ChannelContext::hfr_scale |
Definition at line 37 of file hcadec.c.
Referenced by reconstruct_hfr(), and unpack().
| unsigned ChannelContext::count |
Definition at line 38 of file hcadec.c.
Referenced by dequantize_coefficients(), and unpack().
| int ChannelContext::chan_type |
Definition at line 39 of file hcadec.c.
Referenced by apply_intensity_stereo(), reconstruct_hfr(), and unpack().
1.8.17