Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_mct.h88 #define JPC_MCT_NONE 0 macro
Djpc_enc.c616 tcp->mctid = JPC_MCT_NONE; in cp_create()
1030 cod->mctrans = (cp->tcp.mctid != JPC_MCT_NONE); in jpc_enc_encodemainhdr()
1321 cod->mctrans = (tile->mctid != JPC_MCT_NONE); in jpc_enc_encodemainbody()
1998 case JPC_MCT_NONE: in jpc_enc_tile_create()
Djpc_dec.c1630 cp->mctid = JPC_MCT_NONE; in jpc_dec_cp_setfromcod()