OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_COST
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/enc/
histogram.c
23
#define
MAX_COST
1.e38
348
c->literal_min_ =
MAX_COST
;
350
c->red_min_ =
MAX_COST
;
352
c->blue_min_ =
MAX_COST
;
823
HistogramAddThresh(histograms[0], orig_histograms[i],
MAX_COST
);
[
all
...]
vp8enci.h
112
// Note that
MAX_COST
is not the maximum allowed by sizeof(score_t),
114
#define
MAX_COST
((score_t)0x7fffffffffffffLL)
/external/opencv3/3rdparty/libwebp/enc/
vp8enci.h
163
#define
MAX_COST
((score_t)0x7fffffffffffffLL)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h
[
all
...]
Completed in 290 milliseconds