Lines Matching refs:style
41 JPEG2000_COD, // coding style default
42 JPEG2000_COC, // coding style component
64 enum Jpeg2000Quantsty { // quantization style
110 #define JPEG2000_CSTY_PREC 0x01 // Precincts defined in coding style
141 uint8_t csty; // coding style
144 uint8_t cblk_style; // codeblock coding style
154 uint8_t quantsty; // quantization style
287 static inline int needs_termination(int style, int passno) {
288 if (style & JPEG2000_CBLK_BYPASS) {
295 if (style & JPEG2000_CBLK_TERMALL) {
299 if (style & JPEG2000_CBLK_TERMALL)