/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000.c | 206 Jpeg2000CodingStyle *codsty, in init_band_stepsize() 222 // lut_gain[codsty->transform == FF_DWT53][bandno + (reslevelno > 0)]; in init_band_stepsize() 241 if (codsty->transform != FF_DWT53) { in init_band_stepsize() 253 if (codsty->transform == FF_DWT97) { in init_band_stepsize() 254 band->f_stepsize *= pow(F_LFTG_K, 2*(codsty->nreslevels2decode - reslevelno) + lband - 2); in init_band_stepsize() 275 Jpeg2000CodingStyle *codsty, in init_prec() 379 cblk->layers = av_calloc(codsty->nlayers, sizeof(*cblk->layers)); in init_prec() 391 Jpeg2000CodingStyle *codsty, in init_band() 398 int declvl = codsty->nreslevels - reslevelno; // N_L -r see ISO/IEC 15444-1:2002 B.5 in init_band() 403 init_band_stepsize(avctx, band, codsty, qntst in init_band() 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 | j2kenc.c | 131 Jpeg2000CodingStyle codsty; member 330 Jpeg2000CodingStyle *codsty = &s->codsty; in put_cod() local 352 bytestream_put_byte(&s->buf, codsty->nreslevels - 1); // num of decomp. levels in put_cod() 353 bytestream_put_byte(&s->buf, codsty->log2_cblk_width-2); // cblk width in put_cod() 354 bytestream_put_byte(&s->buf, codsty->log2_cblk_height-2); // cblk height in put_cod() 356 bytestream_put_byte(&s->buf, codsty->transform == FF_DWT53); // transformation in put_cod() 363 Jpeg2000CodingStyle *codsty = &s->codsty; in put_qcd() local 367 size = 4 + 3 * (codsty in put_qcd() 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...] |
H A D | jpeg2000dec.c | 83 Jpeg2000CodingStyle codsty[4]; member 125 Jpeg2000CodingStyle codsty[4]; member 863 memcpy(tile->codsty, s->codsty, s->ncomponents * sizeof(Jpeg2000CodingStyle)); in get_sot() 1026 Jpeg2000CodingStyle *codsty = tile->codsty + compno; in init_tile() local 1047 if (!codsty->init) in init_tile() 1049 if (ret = ff_jpeg2000_init_component(comp, codsty, qntsty, in init_tile() 1096 int *tp_index, Jpeg2000CodingStyle *codsty) in select_stream() 1104 if (codsty in select_stream() 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 | jpeg2000.h | 278 Jpeg2000CodingStyle *codsty, 283 void ff_jpeg2000_reinit(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty); 285 void ff_jpeg2000_cleanup(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty);
|