Lines Matching refs:tilec
45 - 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;
151 - l_data_size = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions);
152 + l_data_count = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions);
164 @@ -1167,7 +1173,7 @@ static INLINE OPJ_BOOL opj_dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,
173 @@ -1180,7 +1186,7 @@ static INLINE OPJ_BOOL opj_dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,
186 - opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres)
187 + const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres)