HomeSort by relevance Sort by last modified time
    Searched refs:tilec (Results 1 - 6 of 6) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
dwt.h 59 @param tilec Tile component information (current tile)
61 OPJ_BOOL opj_dwt_encode(opj_tcd_tilecomp_t * tilec);
66 @param tilec Tile component information (current tile)
69 OPJ_BOOL opj_dwt_decode(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres);
87 @param tilec Tile component information (current tile)
89 OPJ_BOOL opj_dwt_encode_real(opj_tcd_tilecomp_t * tilec);
93 @param tilec Tile component information (current tile)
96 OPJ_BOOL opj_dwt_decode_real(opj_tcd_tilecomp_t* restrict tilec, OPJ_UINT32 numres);
dwt.c 125 static OPJ_BOOL opj_dwt_decode_tile(const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 i, DWT1DFN fn);
127 static OPJ_BOOL opj_dwt_encode_procedure(const opj_tcd_tilecomp_t * tilec,
393 static INLINE OPJ_BOOL opj_dwt_encode_procedure(const opj_tcd_tilecomp_t * tilec, void(*p_function)(OPJ_INT32 *, OPJ_SIZE_T, OPJ_INT32, OPJ_INT32, OPJ_INT32))
409 w = tilec->x1-tilec->x0;
410 l = (OPJ_INT32)tilec->numresolutions-1;
411 a = tilec->data;
413 l_cur_res = tilec->resolutions + l;
416 l_data_count = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions) * (OPJ_UINT32)sizeof(OPJ_INT32)
    [all...]
t1.h 140 @param tilec The tile to decode
144 opj_tcd_tilecomp_t* tilec,
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_tilecomp_t *tilec = &tcd_tile->comps[compno]; local
419 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; local
    [all...]
t1.c 1473 opj_tcd_tilecomp_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...]

Completed in 297 milliseconds