Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
c69054fa
Commit
c69054fa
authored
Jan 06, 2018
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aptx: indentation (cosmetics only)
parent
d8258489
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
52 deletions
+52
-52
aptx.c
libavcodec/aptx.c
+52
-52
No files found.
libavcodec/aptx.c
View file @
c69054fa
...
@@ -394,58 +394,58 @@ typedef const struct {
...
@@ -394,58 +394,58 @@ typedef const struct {
}
ConstTables
;
}
ConstTables
;
static
ConstTables
tables
[
2
][
NB_SUBBANDS
]
=
{
static
ConstTables
tables
[
2
][
NB_SUBBANDS
]
=
{
{
{
[
LF
]
=
{
quantize_intervals_LF
,
[
LF
]
=
{
quantize_intervals_LF
,
invert_quantize_dither_factors_LF
,
invert_quantize_dither_factors_LF
,
quantize_dither_factors_LF
,
quantize_dither_factors_LF
,
quantize_factor_select_offset_LF
,
quantize_factor_select_offset_LF
,
FF_ARRAY_ELEMS
(
quantize_intervals_LF
),
FF_ARRAY_ELEMS
(
quantize_intervals_LF
),
0x11FF
,
24
},
0x11FF
,
24
},
[
MLF
]
=
{
quantize_intervals_MLF
,
[
MLF
]
=
{
quantize_intervals_MLF
,
invert_quantize_dither_factors_MLF
,
invert_quantize_dither_factors_MLF
,
quantize_dither_factors_MLF
,
quantize_dither_factors_MLF
,
quantize_factor_select_offset_MLF
,
quantize_factor_select_offset_MLF
,
FF_ARRAY_ELEMS
(
quantize_intervals_MLF
),
FF_ARRAY_ELEMS
(
quantize_intervals_MLF
),
0x14FF
,
12
},
0x14FF
,
12
},
[
MHF
]
=
{
quantize_intervals_MHF
,
[
MHF
]
=
{
quantize_intervals_MHF
,
invert_quantize_dither_factors_MHF
,
invert_quantize_dither_factors_MHF
,
quantize_dither_factors_MHF
,
quantize_dither_factors_MHF
,
quantize_factor_select_offset_MHF
,
quantize_factor_select_offset_MHF
,
FF_ARRAY_ELEMS
(
quantize_intervals_MHF
),
FF_ARRAY_ELEMS
(
quantize_intervals_MHF
),
0x16FF
,
6
},
0x16FF
,
6
},
[
HF
]
=
{
quantize_intervals_HF
,
[
HF
]
=
{
quantize_intervals_HF
,
invert_quantize_dither_factors_HF
,
invert_quantize_dither_factors_HF
,
quantize_dither_factors_HF
,
quantize_dither_factors_HF
,
quantize_factor_select_offset_HF
,
quantize_factor_select_offset_HF
,
FF_ARRAY_ELEMS
(
quantize_intervals_HF
),
FF_ARRAY_ELEMS
(
quantize_intervals_HF
),
0x15FF
,
12
},
0x15FF
,
12
},
},
},
{
{
[
LF
]
=
{
hd_quantize_intervals_LF
,
[
LF
]
=
{
hd_quantize_intervals_LF
,
hd_invert_quantize_dither_factors_LF
,
hd_invert_quantize_dither_factors_LF
,
hd_quantize_dither_factors_LF
,
hd_quantize_dither_factors_LF
,
hd_quantize_factor_select_offset_LF
,
hd_quantize_factor_select_offset_LF
,
FF_ARRAY_ELEMS
(
hd_quantize_intervals_LF
),
FF_ARRAY_ELEMS
(
hd_quantize_intervals_LF
),
0x11FF
,
24
},
0x11FF
,
24
},
[
MLF
]
=
{
hd_quantize_intervals_MLF
,
[
MLF
]
=
{
hd_quantize_intervals_MLF
,
hd_invert_quantize_dither_factors_MLF
,
hd_invert_quantize_dither_factors_MLF
,
hd_quantize_dither_factors_MLF
,
hd_quantize_dither_factors_MLF
,
hd_quantize_factor_select_offset_MLF
,
hd_quantize_factor_select_offset_MLF
,
FF_ARRAY_ELEMS
(
hd_quantize_intervals_MLF
),
FF_ARRAY_ELEMS
(
hd_quantize_intervals_MLF
),
0x14FF
,
12
},
0x14FF
,
12
},
[
MHF
]
=
{
hd_quantize_intervals_MHF
,
[
MHF
]
=
{
hd_quantize_intervals_MHF
,
hd_invert_quantize_dither_factors_MHF
,
hd_invert_quantize_dither_factors_MHF
,
hd_quantize_dither_factors_MHF
,
hd_quantize_dither_factors_MHF
,
hd_quantize_factor_select_offset_MHF
,
hd_quantize_factor_select_offset_MHF
,
FF_ARRAY_ELEMS
(
hd_quantize_intervals_MHF
),
FF_ARRAY_ELEMS
(
hd_quantize_intervals_MHF
),
0x16FF
,
6
},
0x16FF
,
6
},
[
HF
]
=
{
hd_quantize_intervals_HF
,
[
HF
]
=
{
hd_quantize_intervals_HF
,
hd_invert_quantize_dither_factors_HF
,
hd_invert_quantize_dither_factors_HF
,
hd_quantize_dither_factors_HF
,
hd_quantize_dither_factors_HF
,
hd_quantize_factor_select_offset_HF
,
hd_quantize_factor_select_offset_HF
,
FF_ARRAY_ELEMS
(
hd_quantize_intervals_HF
),
FF_ARRAY_ELEMS
(
hd_quantize_intervals_HF
),
0x15FF
,
12
},
0x15FF
,
12
},
}
}
};
};
static
const
int16_t
quantization_factors
[
32
]
=
{
static
const
int16_t
quantization_factors
[
32
]
=
{
...
...
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