Searched refs:quantsty (Results 1 – 4 of 4) sorted by relevance
154 uint8_t quantsty; // quantization style member
365 if (qntsty->quantsty == JPEG2000_QSTY_NONE) in put_qcd()375 bytestream_put_byte(&s->buf, (qntsty->nguardbits << 5) | qntsty->quantsty); // Sqcd in put_qcd()376 if (qntsty->quantsty == JPEG2000_QSTY_NONE) in put_qcd()1762 qntsty->quantsty = JPEG2000_QSTY_NONE; in j2kenc_init()1764 qntsty->quantsty = JPEG2000_QSTY_SE; in j2kenc_init()
206 switch (qntsty->quantsty) { in init_band_stepsize()
673 q->quantsty = x & 0x1f; in get_qcx()675 if (q->quantsty == JPEG2000_QSTY_NONE) { in get_qcx()682 } else if (q->quantsty == JPEG2000_QSTY_SI) { in get_qcx()