mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-28 14:38:21 +01:00
cosmetics: fix indent after 32462a07
Change-Id: If9a5d91c25e981bc4cd81adb476244e63fc7c3c8
This commit is contained in:
parent
559e54ca60
commit
39216e59d9
@ -1150,11 +1150,11 @@ static VP8LStreaks HuffmanCostCombinedCount(const uint32_t* X,
|
|||||||
const uint32_t xy = X[i] + Y[i];
|
const uint32_t xy = X[i] + Y[i];
|
||||||
++streak;
|
++streak;
|
||||||
if (xy != xy_prev) {
|
if (xy != xy_prev) {
|
||||||
stats.counts[xy != 0] += (streak > 3);
|
stats.counts[xy != 0] += (streak > 3);
|
||||||
stats.streaks[xy != 0][(streak > 3)] += streak;
|
stats.streaks[xy != 0][(streak > 3)] += streak;
|
||||||
streak = 0;
|
streak = 0;
|
||||||
xy_prev = xy;
|
xy_prev = xy;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return stats;
|
return stats;
|
||||||
}
|
}
|
||||||
|
@ -259,7 +259,7 @@ static VP8LStreaks HuffmanCostCombinedCount(const uint32_t* X,
|
|||||||
HUFFMAN_COST_PASS
|
HUFFMAN_COST_PASS
|
||||||
streak = 0;
|
streak = 0;
|
||||||
xy_prev = xy;
|
xy_prev = xy;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return stats;
|
return stats;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user