Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:opj_codestream_index_t

947 static OPJ_BOOL opj_j2k_add_mhmarker(opj_codestream_index_t *cstr_index, OPJ_UINT32 type, OPJ_OFF_T pos, OPJ_UINT32 len) ;
956 static OPJ_BOOL opj_j2k_add_tlmarker(OPJ_UINT32 tileno, opj_codestream_index_t *cstr_index, OPJ_UINT32 type, OPJ_OFF_T pos, OPJ_UINT32 len);
1201 static opj_codestream_index_t* opj_j2k_create_cstr_index(void);
4312 opj_codestream_index_t * l_cstr_index = 00;
4959 opj_codestream_index_t * l_cstr_index = 00;
6646 static OPJ_BOOL opj_j2k_add_mhmarker(opj_codestream_index_t *cstr_index, OPJ_UINT32 type, OPJ_OFF_T pos, OPJ_UINT32 len)
6674 static OPJ_BOOL opj_j2k_add_tlmarker(OPJ_UINT32 tileno, opj_codestream_index_t *cstr_index, OPJ_UINT32 type, OPJ_OFF_T pos, OPJ_UINT32 len)
7513 void j2k_destroy_cstr_index (opj_codestream_index_t *p_cstr_ind)
8604 static opj_codestream_index_t* opj_j2k_create_cstr_index(void)
8606 opj_codestream_index_t* cstr_index = (opj_codestream_index_t*)
8607 opj_calloc(1,sizeof(opj_codestream_index_t));
9224 opj_codestream_index_t* cstr_index = p_j2k->cstr_index;
9422 opj_codestream_index_t* j2k_get_cstr_index(opj_j2k_t* p_j2k)
9424 opj_codestream_index_t* l_cstr_index = (opj_codestream_index_t*)
9425 opj_calloc(1,sizeof(opj_codestream_index_t));