OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxBits
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/libwebp/enc/
vp8l.c
381
const int
kMaxBits
= 8;
382
const int kMaxSymbol = 1 <<
kMaxBits
;
[
all
...]
/external/webp/src/enc/
vp8l.c
628
const int
kMaxBits
= 8;
629
const int kMaxSymbol = 1 <<
kMaxBits
;
[
all
...]
/external/v8/src/x64/
macro-assembler-x64.cc
1049
static const int
kMaxBits
= 17;
1050
return !is_intn(x,
kMaxBits
);
[
all
...]
Completed in 67 milliseconds