mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 07:22:52 +01:00
remove TODO about unused ref_lf_delta[]
Change-Id: I54983c0dfc6927564143bad56bd2e4c4cdfefc0e
This commit is contained in:
parent
9cf1cc2bd6
commit
e0c0bb3480
@ -229,7 +229,7 @@ void VP8StoreFilterStats(VP8EncIterator* const it) {
|
|||||||
int d;
|
int d;
|
||||||
VP8Encoder* const enc = it->enc_;
|
VP8Encoder* const enc = it->enc_;
|
||||||
const int s = it->mb_->segment_;
|
const int s = it->mb_->segment_;
|
||||||
const int level0 = enc->dqm_[s].fstrength_; // TODO: ref_lf_delta[]
|
const int level0 = enc->dqm_[s].fstrength_;
|
||||||
|
|
||||||
// explore +/-quant range of values around level0
|
// explore +/-quant range of values around level0
|
||||||
const int delta_min = -enc->dqm_[s].quant_;
|
const int delta_min = -enc->dqm_[s].quant_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user