|
FFmpeg
|
Gain control parameters for one subband. More...
#include <atrac.h>
Data Fields | |
| int | num_points |
| number of gain control points | |
| int | lev_code [7] |
| level at corresponding control point | |
| int | loc_code [7] |
| location of gain control points | |
| int AtracGainInfo::num_points |
number of gain control points
Definition at line 36 of file atrac.h.
Referenced by decode_gain_control(), and ff_atrac_gain_compensation().
| int AtracGainInfo::lev_code[7] |
level at corresponding control point
Definition at line 37 of file atrac.h.
Referenced by decode_gain_control(), and ff_atrac_gain_compensation().
| int AtracGainInfo::loc_code[7] |
location of gain control points
Definition at line 38 of file atrac.h.
Referenced by decode_gain_control(), and ff_atrac_gain_compensation().
1.8.2