FFmpeg
|
Grouped mantissas for 3-level 5-level and 11-level quantization. More...
Data Fields | |
int | b1_mant [2] |
int | b2_mant [2] |
int | b4_mant |
int | b1 |
int | b2 |
int | b4 |
Detailed Description
Grouped mantissas for 3-level 5-level and 11-level quantization.
Definition at line 413 of file libavcodec/ac3dec.c.
Field Documentation
int mant_groups::b1 |
Definition at line 417 of file libavcodec/ac3dec.c.
Referenced by ac3_decode_transform_coeffs_ch(), and decode_transform_coeffs().
int mant_groups::b1_mant[2] |
Definition at line 414 of file libavcodec/ac3dec.c.
Referenced by ac3_decode_transform_coeffs_ch().
int mant_groups::b2 |
Definition at line 418 of file libavcodec/ac3dec.c.
Referenced by ac3_decode_transform_coeffs_ch(), and decode_transform_coeffs().
int mant_groups::b2_mant[2] |
Definition at line 415 of file libavcodec/ac3dec.c.
Referenced by ac3_decode_transform_coeffs_ch().
int mant_groups::b4 |
Definition at line 419 of file libavcodec/ac3dec.c.
Referenced by ac3_decode_transform_coeffs_ch(), and decode_transform_coeffs().
int mant_groups::b4_mant |
Definition at line 416 of file libavcodec/ac3dec.c.
Referenced by ac3_decode_transform_coeffs_ch().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11