Searched refs:Jpeg2000CodingStyle (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000.h | 135 typedef struct Jpeg2000CodingStyle { struct 149 } Jpeg2000CodingStyle; typedef 278 Jpeg2000CodingStyle *codsty, 283 void ff_jpeg2000_reinit(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty); 285 void ff_jpeg2000_cleanup(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty);
|
H A D | jpeg2000.c | 206 Jpeg2000CodingStyle *codsty, in init_band_stepsize() 275 Jpeg2000CodingStyle *codsty, in init_prec() 391 Jpeg2000CodingStyle *codsty, in init_band() 467 Jpeg2000CodingStyle *codsty, in ff_jpeg2000_init_component() 576 void ff_jpeg2000_reinit(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty) in ff_jpeg2000_reinit() 597 void ff_jpeg2000_cleanup(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty) in ff_jpeg2000_cleanup()
|
H A D | jpeg2000dec.c | 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 *codst in jpeg2000_decode_packet() [all...] |
H A D | j2kenc.c | 131 Jpeg2000CodingStyle codsty; 330 Jpeg2000CodingStyle *codsty = &s->codsty; in put_cod() 363 Jpeg2000CodingStyle *codsty = &s->codsty; in put_qcd() 457 Jpeg2000CodingStyle *codsty = &s->codsty; in init_tiles() 554 Jpeg2000CodingStyle *codsty = &s->codsty; in init_quantization() 940 Jpeg2000CodingStyle *codsty = &s->codsty; in encode_packets() 1274 Jpeg2000CodingStyle *codsty = &s->codsty; in makelayers() 1370 Jpeg2000CodingStyle *codsty = &s->codsty; in truncpasses() 1405 Jpeg2000CodingStyle *codsty = &s->codsty; in encode_tile() 1495 Jpeg2000CodingStyle *codst in cleanup() [all...] |
Completed in 8 milliseconds