Searched refs:nb_tps (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dopenjpeg.h966 OPJ_UINT32 nb_tps; member in struct:opj_tile_index
H A Dj2k.c4143 p_j2k->cstr_index->tile_index[p_j2k->m_current_tile_number].nb_tps = l_num_parts;
9251 l_acc_nb_of_tile_part += cstr_index->tile_index[it_tile].nb_tps;
9259 OPJ_UINT32 nb_of_tile_part = cstr_index->tile_index[it_tile].nb_tps;
9492 l_cstr_index->tile_index[it_tile].nb_tps = p_j2k->cstr_index->tile_index[it_tile].nb_tps;
9495 (opj_tp_index_t*)opj_malloc(l_cstr_index->tile_index[it_tile].nb_tps*sizeof(opj_tp_index_t));
9514 l_cstr_index->tile_index[it_tile].nb_tps * sizeof(opj_tp_index_t) );
9677 if ( ! p_j2k->cstr_index->tile_index[l_tile_no_to_dec].nb_tps) {

Completed in 105 milliseconds