Searched defs:Jpeg2000DecoderContext (Results 1 – 1 of 1) sorted by relevance
95 typedef struct Jpeg2000DecoderContext { struct96 AVClass *class;97 AVCodecContext *avctx;98 GetByteContext g;100 int width, height;101 int image_offset_x, image_offset_y;102 int tile_offset_x, tile_offset_y;103 uint8_t cbps[4]; // bits per sample in particular components104 uint8_t sgnd[4]; // if a component is signed105 uint8_t properties[4];[all …]