Searched defs:tilec (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Ddwt.c125 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)) argument
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
473 opj_dwt_encode(opj_tcd_tilecomp_t * tilec) argument
481 opj_dwt_decode(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres) argument
507 opj_dwt_encode_real(opj_tcd_tilecomp_t * tilec) argument
567 opj_dwt_decode_tile(const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres, DWT1DFN dwt_1D) argument
844 opj_dwt_decode_real(opj_tcd_tilecomp_t* restrict tilec, OPJ_UINT32 numres) argument
[all...]
H A Dt1.c1278 opj_tcd_tilecomp_t* tilec,
1283 OPJ_UINT32 tile_w = (OPJ_UINT32)(tilec->x1 - tilec->x0);
1285 for (resno = 0; resno < tilec->minimum_num_resolutions; ++resno) {
1286 opj_tcd_resolution_t* res = &tilec->resolutions[resno];
1313 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1];
1317 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1];
1339 OPJ_INT32* restrict tiledp = &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x];
1347 OPJ_FLOAT32* restrict tiledp = (OPJ_FLOAT32*) &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x];
1473 opj_tcd_tilecomp_t* tilec local
1277 opj_t1_decode_cblks( opj_t1_t* t1, opj_tcd_tilecomp_t* tilec, opj_tccp_t* tccp ) argument
[all...]
H A Dt2.c391 /* 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];
H A Dtcd.c60 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 local
314 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; local
419 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; local
[all...]

Completed in 4794 milliseconds