From: James Zern Date: Sun, 14 Jul 2013 02:07:20 +0000 (-0700) Subject: vp9_loopfilter_intrin_sse2: cosmetics: fix indent X-Git-Tag: v1.3.0~843^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f4787a383c47c9b35f29b8b25b90847a42fc461;p=libvpx vp9_loopfilter_intrin_sse2: cosmetics: fix indent Change-Id: I892e76d5ad1443b2ea0d1a7839fe26afe9c68ffb --- 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];