jpc_getms         731 3rdparty/libjasper/jpc_cs.h jpc_ms_t *jpc_getms(jas_stream_t *in, jpc_cstate_t *cstate);
jpc_getms         372 3rdparty/libjasper/jpc_dec.c         if (!(ms = jpc_getms(dec->in, cstate))) {
jpc_getms         209 3rdparty/libjasper/jpc_t2dec.c             if (!(ms = jpc_getms(in, dec->cstate))) {
jpc_getms         350 3rdparty/libjasper/jpc_t2dec.c             if (!(ms = jpc_getms(pkthdrstream, dec->cstate))) {