mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
Merge "cosmetics: backward_references.c: reindent after a7d2ee3"
This commit is contained in:
commit
6e37cb942f
@ -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…
Reference in New Issue
Block a user