OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tilec
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
t1.c
1467
opj_tcd_
tilec
omp_t*
tilec
= &tile->comps[compno];
local
[
all
...]
t2.c
391
/* if the resolution needed is too low, one dim of the
tilec
could be equal to zero
581
opj_tcd_tilecomp_t *
tilec
= &tile->comps[compno];
local
582
opj_tcd_resolution_t *res = &
tilec
->resolutions[resno];
[
all
...]
tcd.c
60
opj_tcd_tilecomp_t *
tilec
= &tile->comps[compno];
local
61
fprintf(fd, "
tilec
{\n");
64
tilec
->x0,
tilec
->y0,
tilec
->x1,
tilec
->y1,
tilec
->numresolutions);
65
for (resno = 0; resno <
tilec
->numresolutions; resno++) {
66
opj_tcd_resolution_t *res = &
tilec
->resolutions[resno];
231
opj_tcd_tilecomp_t *
tilec
= &tcd_tile->comps[compno]
local
314
opj_tcd_
tilec
omp_t *
tilec
= &tcd_tile->comps[compno];
local
419
opj_tcd_
tilec
omp_t *
tilec
= &tcd_tile->comps[compno];
local
[
all
...]
Completed in 1044 milliseconds