HomeSort by relevance Sort by last modified time
    Searched refs:jpc_magctxnolut (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_t1cod.h 185 extern int jpc_magctxnolut[];
219 (jpc_magctxnolut[((f) & JPC_OTHSIGMSK) | ((((f) & JPC_REFINE) != 0) << 11)])
jpc_t1cod.c 96 int jpc_magctxnolut[4096]; variable
262 jpc_magctxnolut[(refine << 11) + i] = jpc_getmagctxno((refine ? JPC_REFINE : 0) | i);

Completed in 46 milliseconds