OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bit_cost_before
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
vp8l.c
646
double
bit_cost_before
, bit_cost_after;
local
656
bit_cost_before
= VP8LHistogramEstimateBits(histo);
669
enc->use_subtract_green_ = (bit_cost_after <
bit_cost_before
);
[
all
...]
/external/webp/src/enc/
vp8l.c
646
double
bit_cost_before
, bit_cost_after;
local
656
bit_cost_before
= VP8LHistogramEstimateBits(histo);
669
enc->use_subtract_green_ = (bit_cost_after <
bit_cost_before
);
[
all
...]
Completed in 97 milliseconds