mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
fix indentation
Change-Id: Ib00b3cdc21ac336a56390f1e71c169e7fd4767a6
This commit is contained in:
parent
9b261bf521
commit
4af3f6c4d3
@ -328,7 +328,7 @@ static const PredictorFunc kPredictors[16] = {
|
|||||||
|
|
||||||
// TODO(vikasa): Replace 256 etc with defines.
|
// TODO(vikasa): Replace 256 etc with defines.
|
||||||
static float PredictionCostSpatial(const int* counts,
|
static float PredictionCostSpatial(const int* counts,
|
||||||
int weight_0, double exp_val) {
|
int weight_0, double exp_val) {
|
||||||
const int significant_symbols = 16;
|
const int significant_symbols = 16;
|
||||||
const double exp_decay_factor = 0.6;
|
const double exp_decay_factor = 0.6;
|
||||||
double bits = weight_0 * counts[0];
|
double bits = weight_0 * counts[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user