Searched defs:codsty (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000.c | 204 init_band_stepsize(AVCodecContext *avctx, Jpeg2000Band *band, Jpeg2000CodingStyle *codsty, Jpeg2000QuantStyle *qntsty, int bandno, int gbandno, int reslevelno, int cbps) init_band_stepsize() argument 271 init_prec(AVCodecContext *avctx, Jpeg2000Band *band, Jpeg2000ResLevel *reslevel, Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty, int precno, int bandno, int reslevelno, int log2_band_prec_width, int log2_band_prec_height) init_prec() argument 388 init_band(AVCodecContext *avctx, Jpeg2000ResLevel *reslevel, Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty, Jpeg2000QuantStyle *qntsty, int bandno, int gbandno, int reslevelno, int cbps, int dx, int dy) init_band() argument 466 ff_jpeg2000_init_component(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty, Jpeg2000QuantStyle *qntsty, int cbps, int dx, int dy, AVCodecContext *avctx) ff_jpeg2000_init_component() argument 576 ff_jpeg2000_reinit(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty) ff_jpeg2000_reinit() argument 597 ff_jpeg2000_cleanup(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty) ff_jpeg2000_cleanup() argument [all...] |
H A D | jpeg2000dec.c | 83 Jpeg2000CodingStyle codsty[4]; member 125 Jpeg2000CodingStyle codsty[4]; member 1026 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in init_tile() local 1095 select_stream(Jpeg2000DecoderContext *s, Jpeg2000Tile *tile, int *tp_index, Jpeg2000CodingStyle *codsty) select_stream() argument 1112 jpeg2000_decode_packet(Jpeg2000DecoderContext *s, Jpeg2000Tile *tile, int *tp_index, Jpeg2000CodingStyle *codsty, Jpeg2000ResLevel *rlevel, int precno, int layno, uint8_t *expn, int numgbits) jpeg2000_decode_packet() argument 1328 Jpeg2000CodingStyle *codsty = tile->codsty + compno; jpeg2000_decode_packets_po_iteration() local 1354 Jpeg2000CodingStyle *codsty = tile->codsty + compno; jpeg2000_decode_packets_po_iteration() local 1377 Jpeg2000CodingStyle *codsty = tile->codsty + compno; jpeg2000_decode_packets_po_iteration() local 1449 Jpeg2000CodingStyle *codsty = tile->codsty + compno; jpeg2000_decode_packets_po_iteration() local 1465 Jpeg2000CodingStyle *codsty = tile->codsty + compno; jpeg2000_decode_packets_po_iteration() local 1524 Jpeg2000CodingStyle *codsty = tile->codsty + compno; jpeg2000_decode_packets_po_iteration() local 1544 Jpeg2000CodingStyle *codsty = tile->codsty + compno; jpeg2000_decode_packets_po_iteration() local 1758 decode_cblk(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *codsty, Jpeg2000T1Context *t1, Jpeg2000Cblk *cblk, int width, int height, int bandpos, uint8_t roi_shift) decode_cblk() argument 1959 Jpeg2000CodingStyle *codsty = tile->codsty + compno; tile_codeblocks() local 2122 Jpeg2000CodingStyle *codsty = s->tile[tileno].codsty + compno; jpeg2000_dec_cleanup() local 2145 Jpeg2000CodingStyle *codsty = s->codsty; jpeg2000_read_main_headers() local [all...] |
H A D | j2kenc.c | 131 Jpeg2000CodingStyle codsty; member 330 Jpeg2000CodingStyle *codsty = &s->codsty; in put_cod() local 363 Jpeg2000CodingStyle *codsty = &s->codsty; in put_qcd() local 457 Jpeg2000CodingStyle *codsty = &s->codsty; init_tiles() local 554 Jpeg2000CodingStyle *codsty = &s->codsty; init_quantization() local 940 Jpeg2000CodingStyle *codsty = &s->codsty; encode_packets() local 1274 Jpeg2000CodingStyle *codsty = &s->codsty; makelayers() local 1370 Jpeg2000CodingStyle *codsty = &s->codsty; truncpasses() local 1405 Jpeg2000CodingStyle *codsty = &s->codsty; encode_tile() local 1495 Jpeg2000CodingStyle *codsty = &s->codsty; cleanup() local 1718 Jpeg2000CodingStyle *codsty = &s->codsty; j2kenc_init() local [all...] |
Completed in 6 milliseconds