Searched refs:codsty (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dj2kenc.c80 Jpeg2000CodingStyle codsty; member in struct:__anon3170
262 Jpeg2000CodingStyle *codsty = &s->codsty; local
279 bytestream_put_byte(&s->buf, codsty->nreslevels - 1); // num of decomp. levels
280 bytestream_put_byte(&s->buf, codsty->log2_cblk_width-2); // cblk width
281 bytestream_put_byte(&s->buf, codsty->log2_cblk_height-2); // cblk height
283 bytestream_put_byte(&s->buf, codsty->transform == FF_DWT53); // transformation
290 Jpeg2000CodingStyle *codsty = &s->codsty; local
294 size = 4 + 3 * (codsty
340 Jpeg2000CodingStyle *codsty = &s->codsty; local
425 Jpeg2000CodingStyle *codsty = &s->codsty; local
746 Jpeg2000CodingStyle *codsty = &s->codsty; local
787 Jpeg2000CodingStyle *codsty = &s->codsty; local
817 Jpeg2000CodingStyle *codsty = &s->codsty; local
895 Jpeg2000CodingStyle *codsty = &s->codsty; local
974 Jpeg2000CodingStyle *codsty = &s->codsty; local
[all...]
H A Djpeg2000.c195 Jpeg2000CodingStyle *codsty,
204 if (codsty->nreslevels2decode <= 0) {
205 av_log(avctx, AV_LOG_ERROR, "nreslevels2decode %d invalid or uninitialized\n", codsty->nreslevels2decode);
210 codsty->nreslevels2decode - 1,
211 codsty->transform))
217 if (codsty->transform == FF_DWT97) {
228 comp->reslevel = av_mallocz_array(codsty->nreslevels, sizeof(*comp->reslevel));
232 for (reslevelno = 0; reslevelno < codsty->nreslevels; reslevelno++) {
233 int declvl = codsty->nreslevels - reslevelno; // N_L -r see ISO/IEC 15444-1:2002 B.5
244 reslevel->log2_prec_width = codsty
194 ff_jpeg2000_init_component(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty, Jpeg2000QuantStyle *qntsty, int cbps, int dx, int dy, AVCodecContext *avctx) argument
481 ff_jpeg2000_reinit(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty) argument
502 ff_jpeg2000_cleanup(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty) argument
[all...]
H A Djpeg2000dec.c60 Jpeg2000CodingStyle codsty[4]; member in struct:Jpeg2000Tile
88 Jpeg2000CodingStyle codsty[4]; member in struct:Jpeg2000DecoderContext
622 memcpy(tile->codsty, s->codsty, s->ncomponents * sizeof(Jpeg2000CodingStyle));
683 Jpeg2000CodingStyle *codsty = tile->codsty + compno; local
697 if (ret = ff_jpeg2000_init_component(comp, codsty, qntsty,
733 Jpeg2000CodingStyle *codsty,
796 if (codsty->csty & JPEG2000_CSTY_EPH) {
834 switch (tile->codsty[
732 jpeg2000_decode_packet(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *codsty, Jpeg2000ResLevel *rlevel, int precno, int layno, uint8_t *expn, int numgbits) argument
844 Jpeg2000CodingStyle *codsty = tile->codsty + compno; local
865 Jpeg2000CodingStyle *codsty = tile->codsty + compno; local
1051 decode_cblk(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *codsty, Jpeg2000T1Context *t1, Jpeg2000Cblk *cblk, int width, int height, int bandpos) argument
1231 Jpeg2000CodingStyle *codsty = tile->codsty + compno; local
1292 Jpeg2000CodingStyle *codsty = tile->codsty + compno; local
1336 Jpeg2000CodingStyle *codsty = tile->codsty + compno; local
1390 Jpeg2000CodingStyle *codsty = s->tile[tileno].codsty + compno; local
1405 Jpeg2000CodingStyle *codsty = s->codsty; local
[all...]
H A Djpeg2000.h256 Jpeg2000CodingStyle *codsty,
261 void ff_jpeg2000_reinit(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty);
263 void ff_jpeg2000_cleanup(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty);

Completed in 145 milliseconds