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

  /external/opencv3/3rdparty/libjasper/
jpc_t1cod.c 172 return JPC_SEG_MQ;
174 return ((passno < firstpassno + 10) ? JPC_SEG_MQ : JPC_SEG_RAW);
176 return JPC_SEG_MQ;
jpc_t1cod.h 96 #define JPC_SEG_MQ 1
jpc_t1enc.c 250 if (pass->type == JPC_SEG_MQ) {
280 ret = (pass->type == JPC_SEG_MQ) ? jpc_encsigpass(cblk->mqenc,
287 ret = (pass->type == JPC_SEG_MQ) ? jpc_encrefpass(cblk->mqenc,
294 assert(pass->type == JPC_SEG_MQ);
304 if (pass->type == JPC_SEG_MQ) {
369 if (pass->type == JPC_SEG_MQ) {
jpc_t1dec.c 220 if (seg->type == JPC_SEG_MQ) {
263 ret = (seg->type == JPC_SEG_MQ) ? dec_sigpass(dec,
272 ret = (seg->type == JPC_SEG_MQ) ?
281 assert(seg->type == JPC_SEG_MQ);
304 if (seg->type == JPC_SEG_MQ) {

Completed in 81 milliseconds