Home
last modified time | relevance | path

Searched refs:Jpeg2000CodingStyle (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Djpeg2000.h135 typedef struct Jpeg2000CodingStyle { struct
149 } Jpeg2000CodingStyle; argument
278 Jpeg2000CodingStyle *codsty,
283 void ff_jpeg2000_reinit(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty);
285 void ff_jpeg2000_cleanup(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty);
Djpeg2000.c199 Jpeg2000CodingStyle *codsty, in init_band_stepsize()
268 Jpeg2000CodingStyle *codsty, in init_prec()
384 Jpeg2000CodingStyle *codsty, in init_band()
460 Jpeg2000CodingStyle *codsty, in ff_jpeg2000_init_component()
569 void ff_jpeg2000_reinit(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty) in ff_jpeg2000_reinit()
590 void ff_jpeg2000_cleanup(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty) in ff_jpeg2000_cleanup()
Djpeg2000dec.c83 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()
[all …]
Dj2kenc.c128 Jpeg2000CodingStyle codsty;
329 Jpeg2000CodingStyle *codsty = &s->codsty; in put_cod()
362 Jpeg2000CodingStyle *codsty = &s->codsty; in put_qcd()
456 Jpeg2000CodingStyle *codsty = &s->codsty; in init_tiles()
553 Jpeg2000CodingStyle *codsty = &s->codsty; in init_quantization()
939 Jpeg2000CodingStyle *codsty = &s->codsty; in encode_packets()
1274 Jpeg2000CodingStyle *codsty = &s->codsty; in makelayers()
1371 Jpeg2000CodingStyle *codsty = &s->codsty; in truncpasses()
1406 Jpeg2000CodingStyle *codsty = &s->codsty; in encode_tile()
1496 Jpeg2000CodingStyle *codsty = &s->codsty; in cleanup()
[all …]