Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
3831c098
Commit
3831c098
authored
Feb 02, 2016
by
James Bankoski
Committed by
Gerrit Code Review
Feb 02, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "style fixes: vpx_scale.c assertion formatting"
parents
ec7e97be
1965276c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vpx_scale/generic/vpx_scale.c
vpx_scale/generic/vpx_scale.c
+3
-3
No files found.
vpx_scale/generic/vpx_scale.c
View file @
3831c098
...
...
@@ -168,9 +168,9 @@ static void scale1d_c(const unsigned char *source, int source_step,
(
void
)
source_length
;
/* These asserts are needed if there are boundary issues... */
/*assert ( dest_scale > source_scale );*/
/*assert ( (source_length
-
1) * dest_scale >= (dest_length
-
1) *
source_scale
* );*/
/*
assert ( dest_scale > source_scale );*/
/*
assert ( (source_length
-
1) * dest_scale >= (dest_length
-
1) *
*
source_scale
);*/
for
(
i
=
0
;
i
<
dest_length
*
dest_step
;
i
+=
dest_step
)
{
dest
[
i
]
=
(
char
)((
left_modifier
*
left_pixel
+
...
...
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