DequantizeLevels(): Add 'row' and 'num_rows' args

Change-Id: I0032e25c30f34362105d942f2dbb9ac75200f911
This commit is contained in:
Urvang Joshi
2013-06-11 15:59:21 -07:00
parent 47374b8273
commit 520f005f85
3 changed files with 12 additions and 9 deletions

View File

@ -78,7 +78,7 @@ static int DecodeAlpha(const uint8_t* data, size_t data_size,
unfilter_func(width, height, width, 0, height, output);
}
if (pre_processing == ALPHA_PREPROCESSED_LEVELS) {
ok = DequantizeLevels(output, width, height);
ok = DequantizeLevels(output, width, height, 0, height);
}
}