Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_cod.h76 #define JPC_PREC 32 macro
Djpc_t1cod.h101 #define JPC_PREC 32 macro
Djpc_t1cod.c209 ret = JPC_PREC * 3 - 2; in JPC_SEGPASSCNT()
Djpc_dec.c785 band->roishift = (ccp->roishift + band->numbps >= JPC_PREC) ? in jpc_dec_tileinit()
786 (JPC_PREC - 1 - band->numbps) : ccp->roishift; in jpc_dec_tileinit()