• Home
  • Raw
  • Download

Lines Matching refs:Jpeg2000CodingStyle

83     Jpeg2000CodingStyle codsty[4];
125 Jpeg2000CodingStyle codsty[4];
493 static int get_cox(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c) in get_cox()
568 static int get_cod(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c, in get_cod()
571 Jpeg2000CodingStyle tmp; in get_cod()
605 static int get_coc(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c, in get_coc()
863 memcpy(tile->codsty, s->codsty, s->ncomponents * sizeof(Jpeg2000CodingStyle)); in get_sot()
1026 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in init_tile()
1096 int *tp_index, Jpeg2000CodingStyle *codsty) in select_stream()
1113 Jpeg2000CodingStyle *codsty, in jpeg2000_decode_packet()
1328 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1354 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1377 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1449 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1465 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1524 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1544 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in jpeg2000_decode_packets_po_iteration()
1758 static int decode_cblk(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *codsty, in decode_cblk()
1959 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in tile_codeblocks()
2034 Jpeg2000CodingStyle *codsty = tile->codsty + compno; \
2122 Jpeg2000CodingStyle *codsty = s->tile[tileno].codsty + compno; in jpeg2000_dec_cleanup()
2145 Jpeg2000CodingStyle *codsty = s->codsty; in jpeg2000_read_main_headers()