Lines Matching refs:Jpeg2000CodingStyle
83 Jpeg2000CodingStyle codsty[4];
125 Jpeg2000CodingStyle codsty[4];
483 static int get_cox(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c) in get_cox()
558 static int get_cod(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c, in get_cod()
561 Jpeg2000CodingStyle tmp; in get_cod()
595 static int get_coc(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c, in get_coc()
853 memcpy(tile->codsty, s->codsty, s->ncomponents * sizeof(Jpeg2000CodingStyle)); in get_sot()
1016 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in init_tile()
1086 int *tp_index, Jpeg2000CodingStyle *codsty) in select_stream()
1103 Jpeg2000CodingStyle *codsty, in jpeg2000_decode_packet()
1318 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1344 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1367 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1439 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1455 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1514 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1534 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1748 static int decode_cblk(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *codsty, in decode_cblk()
1949 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in tile_codeblocks()
2024 Jpeg2000CodingStyle *codsty = tile->codsty + compno; \
2124 Jpeg2000CodingStyle *codsty = s->tile[tileno].codsty + compno; in jpeg2000_dec_cleanup()
2147 Jpeg2000CodingStyle *codsty = s->codsty; in jpeg2000_read_main_headers()