Searched refs:tilec (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Ddwt.h59 @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);
H A Ddwt.c127 static OPJ_BOOL opj_dwt_decode_tile(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 i, DWT1DFN fn);
129 static OPJ_BOOL opj_dwt_encode_procedure( opj_tcd_tilecomp_t * tilec,
388 INLINE OPJ_BOOL opj_dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,void (*p_function)(OPJ_INT32 *, OPJ_INT32,OPJ_INT32,OPJ_INT32) ) argument
403 w = tilec->x1-tilec->x0;
404 l = (OPJ_INT32)tilec->numresolutions-1;
405 a = tilec->data;
407 l_cur_res = tilec->resolutions + l;
410 l_data_size = opj_dwt_max_resolution( tilec->resolutions,tilec
466 opj_dwt_encode(opj_tcd_tilecomp_t * tilec) argument
474 opj_dwt_decode(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres) argument
500 opj_dwt_encode_real(opj_tcd_tilecomp_t * tilec) argument
560 opj_dwt_decode_tile(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres, DWT1DFN dwt_1D) argument
832 opj_dwt_decode_real(opj_tcd_tilecomp_t* restrict tilec, OPJ_UINT32 numres) argument
[all...]
H A Dt1.h136 @param tilec The tile to decode
140 opj_tcd_tilecomp_t* tilec,
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];
221 opj_tcd_tilecomp_t *tilec local
304 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; local
409 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; local
[all...]
H A Dt1.c1264 opj_tcd_tilecomp_t* tilec,
1269 OPJ_UINT32 tile_w = (OPJ_UINT32)(tilec->x1 - tilec->x0);
1271 for (resno = 0; resno < tilec->minimum_num_resolutions; ++resno) {
1272 opj_tcd_resolution_t* res = &tilec->resolutions[resno];
1300 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1];
1304 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1];
1326 /*tiledp=(void*)&tilec->data[(y * tile_w) + x];*/
1328 OPJ_INT32* restrict tiledp = &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x];
1336 OPJ_FLOAT32* restrict tiledp = (OPJ_FLOAT32*) &tilec
1263 opj_t1_decode_cblks( opj_t1_t* t1, opj_tcd_tilecomp_t* tilec, opj_tccp_t* tccp ) argument
1468 opj_tcd_tilecomp_t* tilec = &tile->comps[compno]; local
[all...]
H A Dt2.c376 /* if the resolution needed is too low, one dim of the tilec could be equal to zero
558 opj_tcd_tilecomp_t *tilec = &tile->comps[compno]; local
559 opj_tcd_resolution_t *res = &tilec->resolutions[resno];

Completed in 389 milliseconds