Searched refs:tlx (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jpc_enc.h | 355 uint_fast32_t tlx; member 441 uint_fast32_t tlx; member 564 uint_fast32_t tlx; member
|
D | jas_image.c | 97 static jas_image_cmpt_t *jas_image_cmpt_create(uint_fast32_t tlx, uint_fast32_t tly, 107 static void jas_image_calcbbox2(jas_image_t *image, jas_image_coord_t *tlx, 113 static void jas_image_calcbbox2(jas_image_t *image, jas_image_coord_t *tlx, 169 if (!(image->cmpts_[cmptno] = jas_image_cmpt_create(cmptparm->tlx, in jas_image_create() 298 static jas_image_cmpt_t *jas_image_cmpt_create(uint_fast32_t tlx, uint_fast32_t tly, in jas_image_cmpt_create() argument 310 cmpt->tlx_ = tlx; in jas_image_cmpt_create() 669 if (!(newcmpt = jas_image_cmpt_create(cmptparm->tlx, in jas_image_addcmpt() 855 cmptparms.tlx = cmpt->tlx_; in jas_image_depalettize() 1044 jas_image_coord_t tlx; in jas_image_sampcmpt() local 1070 jas_image_calcbbox2(image, &tlx, &tly, &brx, &bry); in jas_image_sampcmpt() [all …]
|
D | jpc_enc.c | 1389 rho = (double) (tile->brx - tile->tlx) * (tile->bry - tile->tly) / in jpc_enc_encodemainbody() 1942 tile->tlx = JAS_MAX(cp->tilegrdoffx + htileno * cp->tilewidth, in jpc_enc_tile_create() 2047 uint_fast32_t tlx; in tcmpt_create() local 2068 tlx = JPC_CEILDIV(tile->tlx, ccp->sampgrdstepx); in tcmpt_create() 2074 if (!(tcmpt->data = jas_seq2d_create(tlx, tly, brx, bry))) { in tcmpt_create() 2081 if (jas_image_readcmpt(image, cmptno, tlx - cmpttlx, tly - cmpttly, in tcmpt_create() 2082 brx - tlx, bry - tly, tcmpt->data)) { in tcmpt_create() 2178 rlvl->tlx = JPC_CEILDIVPOW2(jas_seq2d_xstart(tcmpt->data), tcmpt->numrlvls - in rlvl_create() 2187 if (rlvl->tlx >= rlvl->brx || rlvl->tly >= rlvl->bry) { in rlvl_create() 2208 tlprctlx = JPC_FLOORTOMULTPOW2(rlvl->tlx, rlvl->prcwidthexpn); in rlvl_create() [all …]
|
D | jpc_t2enc.c | 626 pi->xstart = tile->tlx; in jpc_enc_pi_create()
|
D | jpc_dec.c | 456 compinfo->tlx = 0; in jpc_dec_process_sot()
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_image.h | 223 jas_image_coord_t tlx; member
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg2000.cpp | 411 component_info[i].tlx = 0; in WriteImage()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg2000.cpp | 450 component_info[i].tlx = 0; in write()
|