Lines Matching defs:opj_codestream_info
815 typedef struct opj_codestream_info { struct817 double D_max;819 int packno;821 int index_write;823 int image_w;825 int image_h;827 OPJ_PROG_ORDER prog;829 int tile_x;831 int tile_y;833 int tile_Ox;835 int tile_Oy;837 int tw;862 } opj_codestream_info_t; argument