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

  /external/opencv3/3rdparty/libjasper/
jpc_cs.c 183 {JPC_MS_COC, "COC", {jpc_coc_destroyparms, jpc_coc_getparms,
649 * COC marker segment operations.
654 jpc_coc_t *coc = &ms->parms.coc; local
655 jpc_cox_destroycompparms(&coc->compparms);
660 jpc_coc_t *coc = &ms->parms.coc; local
666 coc->compno = tmp;
668 if (jpc_getuint16(in, &coc->compno)) {
672 if (jpc_getuint8(in, &coc->compparms.csty))
687 jpc_coc_t *coc = &ms->parms.coc; local
710 jpc_coc_t *coc = &ms->parms.coc; local
    [all...]
jpc_cs.h 118 * For example, a RGN/COC/QCC marker segment cannot be decoded unless the
340 /* COC marker segment parameters. */
598 jpc_coc_t coc; member in union:__anon20274
642 #define JPC_MS_COC 0xff53 /* Coding style component (COC). */
jpc_dec.c 125 /* COD/COC parameters have been specified. */
129 /* COD/COC parameters set from a COC marker segment. */
162 static int jpc_dec_cp_setfromcoc(jpc_dec_cp_t *cp, jpc_coc_t *coc);
1280 jpc_coc_t *coc = &ms->parms.coc; local
    [all...]

Completed in 254 milliseconds