Home
last modified time | relevance | path

Searched refs:tilec (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dtcd.c64 opj_tcd_tilecomp_t *tilec = &tile->comps[compno]; in tcd_dump() local
68 tilec->x0, tilec->y0, tilec->x1, tilec->y1, tilec->numresolutions); in tcd_dump()
69 for (resno = 0; resno < tilec->numresolutions; resno++) { in tcd_dump()
70 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; in tcd_dump()
249 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; in opj_tcd_makelayer() local
251 for (resno = 0; resno < tilec->numresolutions; resno++) { in opj_tcd_makelayer()
252 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; in opj_tcd_makelayer()
350 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno]; in opj_tcd_makelayer_fixed() local
353 for (j = 0; j < tilec->numresolutions; j++) { in opj_tcd_makelayer_fixed()
357 tilec->numresolutions * 3 + j * 3 + k] in opj_tcd_makelayer_fixed()
[all …]
D0003-dwt-decode.patch45 - opj_tcd_tilecomp_t* tilec, OPJ_UINT32 i);
46 + const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 i);
49 opj_tcd_tilecomp_t* tilec,
52 -static OPJ_BOOL opj_dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,
54 +static OPJ_BOOL opj_dwt_encode_procedure(const opj_tcd_tilecomp_t * tilec,
132 -static INLINE OPJ_BOOL opj_dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,
134 +static INLINE OPJ_BOOL opj_dwt_encode_procedure(const opj_tcd_tilecomp_t * tilec,
139 @@ -1117,6 +1122,7 @@ static INLINE OPJ_BOOL opj_dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,
147 @@ -1129,13 +1135,13 @@ static INLINE OPJ_BOOL opj_dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,
148 l_cur_res = tilec->resolutions + l;
[all …]
Ddwt.h61 OPJ_BOOL opj_dwt_encode(opj_tcd_tilecomp_t * tilec);
71 opj_tcd_tilecomp_t* tilec,
92 OPJ_BOOL opj_dwt_encode_real(opj_tcd_tilecomp_t * tilec);
101 opj_tcd_tilecomp_t* OPJ_RESTRICT tilec,
Ddwt.c150 const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 i);
153 opj_tcd_tilecomp_t* tilec,
156 static OPJ_BOOL opj_dwt_encode_procedure(const opj_tcd_tilecomp_t * tilec,
1114 static INLINE OPJ_BOOL opj_dwt_encode_procedure(const opj_tcd_tilecomp_t * tilec, in opj_dwt_encode_procedure() argument
1131 w = tilec->x1 - tilec->x0; in opj_dwt_encode_procedure()
1132 l = (OPJ_INT32)tilec->numresolutions - 1; in opj_dwt_encode_procedure()
1133 a = tilec->data; in opj_dwt_encode_procedure()
1135 l_cur_res = tilec->resolutions + l; in opj_dwt_encode_procedure()
1138 l_data_count = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions); in opj_dwt_encode_procedure()
1204 OPJ_BOOL opj_dwt_encode(opj_tcd_tilecomp_t * tilec) in opj_dwt_encode() argument
[all …]
Dt1.c1584 opj_tcd_tilecomp_t* tilec; member
1602 opj_tcd_tilecomp_t* tilec; in opj_t1_clbl_decode_processor() local
1647 tilec = job->tilec; in opj_t1_clbl_decode_processor()
1649 tile_w = (OPJ_UINT32)(tilec->resolutions[tilec->minimum_num_resolutions - 1].x1 in opj_t1_clbl_decode_processor()
1651 tilec->resolutions[tilec->minimum_num_resolutions - 1].x0); in opj_t1_clbl_decode_processor()
1682 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1]; in opj_t1_clbl_decode_processor()
1686 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1]; in opj_t1_clbl_decode_processor()
1719 assert((cblk->decoded_data != NULL) || (tilec->data != NULL)); in opj_t1_clbl_decode_processor()
1756 OPJ_INT32* OPJ_RESTRICT tiledp = &tilec->data[(OPJ_SIZE_T)y * tile_w + in opj_t1_clbl_decode_processor()
1776 OPJ_FLOAT32* OPJ_RESTRICT tiledp = (OPJ_FLOAT32*) &tilec->data[(OPJ_SIZE_T)y * in opj_t1_clbl_decode_processor()
[all …]
Dt1.h243 opj_tcd_tilecomp_t* tilec,
Dt2.c459 opj_tcd_tilecomp_t *tilec = &p_tile->comps[l_current_pi->compno]; in opj_t2_decode_packets() local
460 opj_tcd_resolution_t *res = &tilec->resolutions[l_current_pi->resno]; in opj_t2_decode_packets()
666 opj_tcd_tilecomp_t *tilec = &tile->comps[compno]; in opj_t2_encode_packet() local
667 opj_tcd_resolution_t *res = &tilec->resolutions[resno]; in opj_t2_encode_packet()