mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 12:28:26 +01:00
enc/backward_references.c: fix indent
reindent after c24f895
Change-Id: I55adcbef21ea3fdaded84b138745515596191a09
This commit is contained in:
parent
e0e9960dd1
commit
5f36b68d22
@ -826,10 +826,10 @@ VP8LBackwardRefs* VP8LGetBackwardReferences(
|
|||||||
VP8LHistogramCreate(histo, refs_trace, cache_bits);
|
VP8LHistogramCreate(histo, refs_trace, cache_bits);
|
||||||
bit_cost_trace = VP8LHistogramEstimateBits(histo);
|
bit_cost_trace = VP8LHistogramEstimateBits(histo);
|
||||||
if (bit_cost_trace < bit_cost_lz77) {
|
if (bit_cost_trace < bit_cost_lz77) {
|
||||||
best = refs_trace;
|
best = refs_trace;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
best = refs_rle;
|
best = refs_rle;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user