OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddConstantToken
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libwebp/enc/
token.c
94
static WEBP_INLINE void
AddConstantToken
(VP8TBuffer* const b,
130
AddConstantToken
(tokens, v == 6, 159);
132
AddConstantToken
(tokens, v >= 9, 165);
133
AddConstantToken
(tokens, !(v & 1), 145);
164
AddConstantToken
(tokens, !!(v & mask), *tab++);
170
AddConstantToken
(tokens, sign, 128);
/external/webp/src/enc/
token.c
101
static WEBP_INLINE void
AddConstantToken
(VP8TBuffer* const b,
137
AddConstantToken
(tokens, v == 6, 159);
139
AddConstantToken
(tokens, v >= 9, 165);
140
AddConstantToken
(tokens, !(v & 1), 145);
172
AddConstantToken
(tokens, !!(residue & mask), *tab++);
178
AddConstantToken
(tokens, sign, 128);
Completed in 49 milliseconds