Home
last modified time | relevance | path

Searched refs:delta_min (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dfilter_enc.c164 const int delta_min = -enc->dqm_[s].quant_; in VP8StoreFilterStats() local
166 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; in VP8StoreFilterStats()
181 for (d = delta_min; d <= delta_max; d += step_size) { in VP8StoreFilterStats()

Completed in 1 milliseconds