Searched refs:JPC_MS_MIN (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libjasper/ | ||
D | jpc_cs.h | 621 #define JPC_MS_MIN 0xff00 macro |
D | jpc_cs.c | 243 if (jpc_getuint16(in, &ms->id) || ms->id < JPC_MS_MIN /*|| ms->id > JPC_MS_MAX*/) { in jpc_getms() |