Searched refs:tilec (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | dwt.h | 61 OPJ_BOOL opj_dwt_encode(opj_tcd_tilecomp_t * tilec); 69 OPJ_BOOL opj_dwt_decode(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres); 89 OPJ_BOOL opj_dwt_encode_real(opj_tcd_tilecomp_t * tilec); 96 OPJ_BOOL opj_dwt_decode_real(opj_tcd_tilecomp_t* restrict tilec, OPJ_UINT32 numres);
|
D | dwt.c | 127 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 *,… in opj_dwt_encode_procedure() argument 403 w = tilec->x1-tilec->x0; in opj_dwt_encode_procedure() 404 l = (OPJ_INT32)tilec->numresolutions-1; in opj_dwt_encode_procedure() 405 a = tilec->data; in opj_dwt_encode_procedure() 407 l_cur_res = tilec->resolutions + l; in opj_dwt_encode_procedure() 410 …l_data_size = opj_dwt_max_resolution( tilec->resolutions,tilec->numresolutions) * (OPJ_UINT32)size… in opj_dwt_encode_procedure() 466 OPJ_BOOL opj_dwt_encode(opj_tcd_tilecomp_t * tilec) in opj_dwt_encode() argument 468 return opj_dwt_encode_procedure(tilec,opj_dwt_encode_1); in opj_dwt_encode() [all …]
|
D | tcd.c | 60 opj_tcd_tilecomp_t *tilec = &tile->comps[compno]; in tcd_dump() local 64 tilec->x0, tilec->y0, tilec->x1, tilec->y1, tilec->numresolutions); in tcd_dump() 65 for (resno = 0; resno < tilec->numresolutions; resno++) { in tcd_dump() 66 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; in tcd_dump() 221 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; in opj_tcd_makelayer() local 223 for (resno = 0; resno < tilec->numresolutions; resno++) { in opj_tcd_makelayer() 224 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; in opj_tcd_makelayer() 304 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; in opj_tcd_makelayer_fixed() local 307 for (j = 0; j < tilec->numresolutions; j++) { in opj_tcd_makelayer_fixed() 310 …(OPJ_INT32) ((OPJ_FLOAT32)cp->m_specific_param.m_enc.m_matrice[i * tilec->numresolutions * 3 + j *… in opj_tcd_makelayer_fixed() [all …]
|
D | t1.c | 1264 opj_tcd_tilecomp_t* tilec, in opj_t1_decode_cblks() argument 1269 OPJ_UINT32 tile_w = (OPJ_UINT32)(tilec->x1 - tilec->x0); in opj_t1_decode_cblks() 1271 for (resno = 0; resno < tilec->minimum_num_resolutions; ++resno) { in opj_t1_decode_cblks() 1272 opj_tcd_resolution_t* res = &tilec->resolutions[resno]; in opj_t1_decode_cblks() 1300 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1]; in opj_t1_decode_cblks() 1304 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1]; in opj_t1_decode_cblks() 1328 … OPJ_INT32* restrict tiledp = &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_decode_cblks() 1336 …OPJ_FLOAT32* restrict tiledp = (OPJ_FLOAT32*) &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_decode_cblks() 1468 opj_tcd_tilecomp_t* tilec = &tile->comps[compno]; in opj_t1_encode_cblks() local 1470 OPJ_UINT32 tile_w = (OPJ_UINT32)(tilec->x1 - tilec->x0); in opj_t1_encode_cblks() [all …]
|
D | t1.h | 140 opj_tcd_tilecomp_t* tilec,
|
D | t2.c | 558 opj_tcd_tilecomp_t *tilec = &tile->comps[compno]; in opj_t2_encode_packet() local 559 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; in opj_t2_encode_packet()
|