Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
f57bd7ab
Commit
f57bd7ab
authored
Feb 02, 2007
by
Josh Coalson
Browse files
*** empty log message ***
parent
b5a26ce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/stream_encoder.c
View file @
f57bd7ab
...
@@ -4027,7 +4027,6 @@ void precompute_partition_info_escapes_(
...
@@ -4027,7 +4027,6 @@ void precompute_partition_info_escapes_(
for
(
partition_order
=
(
int
)
max_partition_order
;
partition_order
>=
0
;
partition_order
--
)
{
for
(
partition_order
=
(
int
)
max_partition_order
;
partition_order
>=
0
;
partition_order
--
)
{
FLAC__int32
r
;
FLAC__int32
r
;
FLAC__uint32
rmax
;
FLAC__uint32
rmax
;
unsigned
silog2_min
,
silog2_max
;
unsigned
partition
,
partition_sample
,
partition_samples
,
residual_sample
;
unsigned
partition
,
partition_sample
,
partition_samples
,
residual_sample
;
const
unsigned
partitions
=
1u
<<
partition_order
;
const
unsigned
partitions
=
1u
<<
partition_order
;
const
unsigned
default_partition_samples
=
blocksize
>>
partition_order
;
const
unsigned
default_partition_samples
=
blocksize
>>
partition_order
;
...
...
Write
Preview
Supports
Markdown
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