summaryrefslogtreecommitdiff
path: root/y4minput.c
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2017-12-28 14:57:02 -0800
committerJohann <johannkoenig@google.com>2018-01-11 12:35:24 -0800
commitf5b2dd2a662ec3c52c00ed3319f4e031211b510a (patch)
tree3b2d457da1f4f545b8ce0c3dc39198be3b2d704f /y4minput.c
parent1633786bfb5a3566d55ccdf827dd7999b2c2fab4 (diff)
downloadlibvpx-f5b2dd2a662ec3c52c00ed3319f4e031211b510a.tar
libvpx-f5b2dd2a662ec3c52c00ed3319f4e031211b510a.tar.gz
libvpx-f5b2dd2a662ec3c52c00ed3319f4e031211b510a.tar.bz2
libvpx-f5b2dd2a662ec3c52c00ed3319f4e031211b510a.zip
adopt some clang 5.0.0 formatting
At least the changes that don't conflict with 4.0.1 Change-Id: I9b6a7c14dadc0738cd0f628a10ece90fc7ee89fd
Diffstat (limited to 'y4minput.c')
-rw-r--r--y4minput.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/y4minput.c b/y4minput.c
index 1de636cc0..e2df7a299 100644
--- a/y4minput.c
+++ b/y4minput.c
@@ -130,8 +130,8 @@ static int y4m_parse_tags(y4m_input *_y4m, char *_tags) {
The number of taps is intentionally kept small to reduce computational
overhead and limit ringing.
- The taps from these filters are scaled so that their sum is 1, and the result
- is scaled by 128 and rounded to integers to create a filter whose
+ The taps from these filters are scaled so that their sum is 1, and the
+ result is scaled by 128 and rounded to integers to create a filter whose
intermediate values fit inside 16 bits.
Coefficients are rounded in such a way as to ensure their sum is still 128,
which is usually equivalent to normal rounding.