Lines Matching defs:Jpeg2000DecoderContext
94 typedef struct Jpeg2000DecoderContext { struct
95 AVClass *class;
96 AVCodecContext *avctx;
97 GetByteContext g;
99 int width, height;
100 int image_offset_x, image_offset_y;
101 int tile_offset_x, tile_offset_y;
102 uint8_t cbps[4]; // bits per sample in particular components
103 uint8_t sgnd[4]; // if a component is signed
104 uint8_t properties[4];
105 int cdx[4], cdy[4];
106 int precision;
107 int ncomponents;
131 } Jpeg2000DecoderContext; argument