Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
d7a0ae07
Commit
d7a0ae07
authored
Jun 07, 2008
by
Justin Ruggles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: vertical align
Originally committed as revision 13701 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
83ce7ff6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
ac3dec.h
libavcodec/ac3dec.h
+12
-12
No files found.
libavcodec/ac3dec.h
View file @
d7a0ae07
...
...
@@ -99,24 +99,24 @@ typedef struct {
///@}
///@defgroup exponents exponents
int
num_exp_groups
[
AC3_MAX_CHANNELS
];
///< Number of exponent groups
int
num_exp_groups
[
AC3_MAX_CHANNELS
];
///< Number of exponent groups
int8_t
dexps
[
AC3_MAX_CHANNELS
][
AC3_MAX_COEFS
];
///< decoded exponents
int
exp_strategy
[
AC3_MAX_CHANNELS
];
///< exponent strategies
int
exp_strategy
[
AC3_MAX_CHANNELS
];
///< exponent strategies
///@}
///@defgroup bitalloc bit allocation
AC3BitAllocParameters
bit_alloc_params
;
///< bit allocation parameters
int
snr_offset
[
AC3_MAX_CHANNELS
];
///< signal-to-noise ratio offsets
int
fast_gain
[
AC3_MAX_CHANNELS
];
///< fast gain values (signal-to-mask ratio)
AC3BitAllocParameters
bit_alloc_params
;
///< bit allocation parameters
int
snr_offset
[
AC3_MAX_CHANNELS
];
///< signal-to-noise ratio offsets
int
fast_gain
[
AC3_MAX_CHANNELS
];
///< fast gain values (signal-to-mask ratio)
uint8_t
bap
[
AC3_MAX_CHANNELS
][
AC3_MAX_COEFS
];
///< bit allocation pointers
int16_t
psd
[
AC3_MAX_CHANNELS
][
AC3_MAX_COEFS
];
///< scaled exponents
int16_t
band_psd
[
AC3_MAX_CHANNELS
][
50
];
///< interpolated exponents
int16_t
mask
[
AC3_MAX_CHANNELS
][
50
];
///< masking curve values
int
dba_mode
[
AC3_MAX_CHANNELS
];
///< delta bit allocation mode
int
dba_nsegs
[
AC3_MAX_CHANNELS
];
///< number of delta segments
uint8_t
dba_offsets
[
AC3_MAX_CHANNELS
][
8
];
///< delta segment offsets
uint8_t
dba_lengths
[
AC3_MAX_CHANNELS
][
8
];
///< delta segment lengths
uint8_t
dba_values
[
AC3_MAX_CHANNELS
][
8
];
///< delta values for each segment
int16_t
band_psd
[
AC3_MAX_CHANNELS
][
50
];
///< interpolated exponents
int16_t
mask
[
AC3_MAX_CHANNELS
][
50
];
///< masking curve values
int
dba_mode
[
AC3_MAX_CHANNELS
];
///< delta bit allocation mode
int
dba_nsegs
[
AC3_MAX_CHANNELS
];
///< number of delta segments
uint8_t
dba_offsets
[
AC3_MAX_CHANNELS
][
8
];
///< delta segment offsets
uint8_t
dba_lengths
[
AC3_MAX_CHANNELS
][
8
];
///< delta segment lengths
uint8_t
dba_values
[
AC3_MAX_CHANNELS
][
8
];
///< delta values for each segment
///@}
///@defgroup dithering zero-mantissa dithering
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment