Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_enc.c164 static jpc_enc_cp_t *cp_create(char *optstr, jas_image_t *image);
290 if (!(cp = cp_create(optstr, image))) { in jpc_encode()
343 static jpc_enc_cp_t *cp_create(char *optstr, jas_image_t *image) in cp_create() function