Lines Matching defs:tilec

60                         opj_tcd_tilecomp_t *tilec = &tile->comps[compno];
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 = &tcd_tile->comps[compno];
233 for (resno = 0; resno < tilec->numresolutions; resno++) {
234 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
314 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno];
317 for (j = 0; j < tilec->numresolutions; j++) {
320 (OPJ_INT32) ((OPJ_FLOAT32)cp->m_specific_param.m_enc.m_matrice[i * tilec->numresolutions * 3 + j * 3 + k]
326 for (resno = 0; resno < tilec->numresolutions; resno++) {
327 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
419 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno];
420 tilec->numpix = 0;
422 for (resno = 0; resno < tilec->numresolutions; resno++) {
423 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
463 tilec->numpix += ((cblk->x1 - cblk->x0) * (cblk->y1 - cblk->y0));
471 * ((OPJ_FLOAT64)(tilec->numpix));
633 /*fprintf(stderr, "tAllocate data of tilec (int): %d x OPJ_UINT32n",l_data_size);*/
650 /*fprintf(stderr, "tReallocate data of tilec (int): from %d to %d x OPJ_UINT32n", l_tilec->data_size, l_data_size);*/
775 /*fprintf(stderr, "\tAllocate resolutions of tilec (opj_tcd_resolution_t): %d\n",l_data_size);*/
789 /*fprintf(stderr, "\tReallocate data of tilec (int): from %d to %d x OPJ_UINT32\n", l_tilec->resolutions_size, l_data_size);*/