summaryrefslogtreecommitdiff
path: root/vp9/common/x86
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2013-07-13 19:07:20 -0700
committerJames Zern <jzern@google.com>2013-07-16 13:09:16 -0700
commit8f4787a383c47c9b35f29b8b25b90847a42fc461 (patch)
tree670fbf1b58a6a771cef075599c54b1dd50ffb906 /vp9/common/x86
parentaf58254267e1cec851c9eb4b6e7d60af17b13a58 (diff)
downloadlibvpx-8f4787a383c47c9b35f29b8b25b90847a42fc461.tar
libvpx-8f4787a383c47c9b35f29b8b25b90847a42fc461.tar.gz
libvpx-8f4787a383c47c9b35f29b8b25b90847a42fc461.tar.bz2
libvpx-8f4787a383c47c9b35f29b8b25b90847a42fc461.zip
vp9_loopfilter_intrin_sse2: cosmetics: fix indent
Change-Id: I892e76d5ad1443b2ea0d1a7839fe26afe9c68ffb
Diffstat (limited to 'vp9/common/x86')
-rw-r--r--vp9/common/x86/vp9_loopfilter_intrin_sse2.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/vp9/common/x86/vp9_loopfilter_intrin_sse2.c b/vp9/common/x86/vp9_loopfilter_intrin_sse2.c
index 1a3537bba..4af4f9420 100644
--- a/vp9/common/x86/vp9_loopfilter_intrin_sse2.c
+++ b/vp9/common/x86/vp9_loopfilter_intrin_sse2.c
@@ -1346,7 +1346,7 @@ void vp9_mbloop_filter_vertical_edge_sse2(unsigned char *s,
/* Loop filtering */
vp9_mbloop_filter_horizontal_edge_sse2(t_dst + 8 * 16, 16, blimit, limit,
- thresh, 1);
+ thresh, 1);
src[0] = t_dst + 3 * 16;
src[1] = t_dst + 3 * 16 + 8;
@@ -1358,10 +1358,10 @@ void vp9_mbloop_filter_vertical_edge_sse2(unsigned char *s,
}
void vp9_mb_lpf_vertical_edge_w_sse2(unsigned char *s,
- int p,
- const unsigned char *blimit,
- const unsigned char *limit,
- const unsigned char *thresh) {
+ int p,
+ const unsigned char *blimit,
+ const unsigned char *limit,
+ const unsigned char *thresh) {
DECLARE_ALIGNED_ARRAY(16, unsigned char, t_dst, 256);
unsigned char *src[4];
unsigned char *dst[4];