Home
last modified time | relevance | path

Searched refs:quantsty (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Djpeg2000.h154 uint8_t quantsty; // quantization style member
Dj2kenc.c365 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()
Djpeg2000.c206 switch (qntsty->quantsty) { in init_band_stepsize()
Djpeg2000dec.c673 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()