Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_enc.c122 jpc_enc_tile_t *jpc_enc_tile_create(jpc_enc_cp_t *cp, jas_image_t *image, int tileno);
1144 if (!(enc->curtile = jpc_enc_tile_create(enc->cp, enc->image, tileno))) { in jpc_enc_encodemainbody()
1917 jpc_enc_tile_t *jpc_enc_tile_create(jpc_enc_cp_t *cp, jas_image_t *image, int tileno) in jpc_enc_tile_create() function