Lines Matching defs:opj_codestream_info
851 typedef struct opj_codestream_info { struct853 double D_max;855 int packno;857 int index_write;859 int image_w;861 int image_h;863 OPJ_PROG_ORDER prog;865 int tile_x;867 int tile_y;869 int tile_Ox;871 int tile_Oy;873 int tw;898 } opj_codestream_info_t; argument