Searched refs:JPC_COX_VSC (Results 1 – 4 of 4) sorted by relevance
265 (tile->cp->ccps[compno].cblkctx & JPC_COX_VSC) != 0, in jpc_dec_decodecblk()268 (tile->cp->ccps[compno].cblkctx & JPC_COX_VSC) != 0, in jpc_dec_decodecblk()274 (tile->cp->ccps[compno].cblkctx & JPC_COX_VSC) != 0, in jpc_dec_decodecblk()277 (tile->cp->ccps[compno].cblkctx & JPC_COX_VSC) != 0, in jpc_dec_decodecblk()284 JPC_COX_VSC) != 0, (tile->cp->ccps[compno].cblkctx & in jpc_dec_decodecblk()
260 #define JPC_COX_VSC 0x08 /* Vertical stripe causal context formation. */ macro
270 vcausal = (tcmpt->cblksty & JPC_COX_VSC) != 0; in jpc_enc_enccblk()
522 tccp->cblksty |= JPC_COX_VSC; in cp_create()