OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:top_nz
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libwebp/enc/
iterator.c
193
int* const
top_nz
= it->top_nz_;
local
197
top_nz
[0] = BIT(tnz, 12);
198
top_nz
[1] = BIT(tnz, 13);
199
top_nz
[2] = BIT(tnz, 14);
200
top_nz
[3] = BIT(tnz, 15);
202
top_nz
[4] = BIT(tnz, 18);
203
top_nz
[5] = BIT(tnz, 19);
205
top_nz
[6] = BIT(tnz, 22);
206
top_nz
[7] = BIT(tnz, 23);
208
top_nz
[8] = BIT(tnz, 24)
226
const int* const
top_nz
= it->
top_nz
_;
local
[
all
...]
/external/webp/src/enc/
iterator.c
232
int* const
top_nz
= it->top_nz_;
local
236
top_nz
[0] = BIT(tnz, 12);
237
top_nz
[1] = BIT(tnz, 13);
238
top_nz
[2] = BIT(tnz, 14);
239
top_nz
[3] = BIT(tnz, 15);
241
top_nz
[4] = BIT(tnz, 18);
242
top_nz
[5] = BIT(tnz, 19);
244
top_nz
[6] = BIT(tnz, 22);
245
top_nz
[7] = BIT(tnz, 23);
247
top_nz
[8] = BIT(tnz, 24)
265
const int* const
top_nz
= it->
top_nz
_;
local
[
all
...]
Completed in 46 milliseconds