mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 15:32:53 +01:00
cosmetics: backward_references.c: reindent after a7d2ee3
a7d2ee3 Optimize cache estimate logic. Change-Id: I81dd1eea49f603465dc5f3afae8a101e5205e963
This commit is contained in:
parent
fde2904b8a
commit
a42ea9742a
@ -817,8 +817,8 @@ int VP8LGetBackwardReferences(int width, int height,
|
||||
|
||||
// Returns entropy for the given cache bits.
|
||||
static double ComputeCacheEntropy(const uint32_t* const argb,
|
||||
int xsize, int ysize,
|
||||
const VP8LBackwardRefs* const refs,
|
||||
int xsize, int ysize,
|
||||
const VP8LBackwardRefs* const refs,
|
||||
int cache_bits) {
|
||||
int pixel_index = 0;
|
||||
int i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user