OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:passcount
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_t2enc.c
186
int
passcount
;
local
292
passcount
= 1;
298
t2 = cblk->numlenbits + jpc_floorlog2(
passcount
);
302
passcount
= 1;
304
++
passcount
;
314
passcount
= 1;
318
assert(jpc_firstone(datalen) < cblk->numlenbits + jpc_floorlog2(
passcount
));
319
if (jpc_bitstream_putbits(outb, cblk->numlenbits + jpc_floorlog2(
passcount
), datalen) == EOF) {
323
passcount
= 1;
325
++
passcount
;
[
all
...]
/external/opencv3/3rdparty/libtiff/
tif_dirinfo.c
[
all
...]
/external/pdfium/third_party/libtiff/
tif_dirinfo.c
[
all
...]
Completed in 119 milliseconds