Searched defs:MAX_COST (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c23 #define MAX_COST 1.e38 macro
371 c->literal_min_ = MAX_COST;
373 c->red_min_ = MAX_COST;
375 c->blue_min_ = MAX_COST;
646 HistogramAddThresh(histograms[0], orig_histograms[i], MAX_COST);
H A Dvp8enci.h163 // Note that MAX_COST is not the maximum allowed by sizeof(score_t),
165 #define MAX_COST ((score_t)0x7fffffffffffffLL) macro
/external/webp/src/enc/
H A Dhistogram.c23 #define MAX_COST 1.e38 macro
371 c->literal_min_ = MAX_COST;
373 c->red_min_ = MAX_COST;
375 c->blue_min_ = MAX_COST;
646 HistogramAddThresh(histograms[0], orig_histograms[i], MAX_COST);
H A Dvp8enci.h163 // Note that MAX_COST is not the maximum allowed by sizeof(score_t),
165 #define MAX_COST ((score_t)0x7fffffffffffffLL) macro

Completed in 102 milliseconds