cosmetics,(dec|enc)_sse2.c: fix indent

Change-Id: Ic3326136ddd325e911e96c2e5a7f06b3e1d60f66
This commit is contained in:
James Zern 2016-07-13 16:00:50 -07:00
parent b15d00d996
commit 6b53ca876e
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ static void Transform(const int16_t* in, uint8_t* dst, int do_two) {
// Transpose the two 4x4.
VP8Transpose_2_4x4_16b(&shifted0, &shifted1, &shifted2, &shifted3, &T0, &T1,
&T2, &T3);
&T2, &T3);
}
// Add inverse transform to 'dst' and store.

View File

@ -139,7 +139,7 @@ static void ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst,
// Transpose the two 4x4.
VP8Transpose_2_4x4_16b(&shifted0, &shifted1, &shifted2, &shifted3, &T0, &T1,
&T2, &T3);
&T2, &T3);
}
// Add inverse transform to 'ref' and store.