OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxc
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/MISC/
alloca.c
281
long
maxc
; /* Amount of contiguous space which would
member in struct:stk_stat
/ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c
288
long
maxc
; /* Amount of contiguous space which would
member in struct:stk_stat
/external/jpeg/
jquant2.c
279
register long
maxc
= 0;
local
283
if (boxp->colorcount >
maxc
&& boxp->volume > 0) {
285
maxc
= boxp->colorcount;
[
all
...]
/external/libvpx/vp8/encoder/
mcomp.c
190
#define IFMVCV(r,c,s,e) if ( c >= minc && c <=
maxc
&& r >= minr && r <= maxr) s else e;
214
int
maxc
= MIN(x->mv_col_max << 2, (ref_mv->col >> 1) + ((1 << mvlong_width) - 1));
local
[
all
...]
Completed in 100 milliseconds