OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:delta_max
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
filter.c
361
const int
delta_max
= it->enc_->dqm_[s].quant_;
local
362
const int step_size = (
delta_max
- delta_min >= 4) ? 4 : 1;
377
for (d = delta_min; d <=
delta_max
; d += step_size) {
/external/webp/src/enc/
filter.c
361
const int
delta_max
= it->enc_->dqm_[s].quant_;
local
362
const int step_size = (
delta_max
- delta_min >= 4) ? 4 : 1;
377
for (d = delta_min; d <=
delta_max
; d += step_size) {
Completed in 251 milliseconds