Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopenjpeg.h963 OPJ_UINT32 nb_tps; member
Dj2k.c4200 … p_j2k->cstr_index->tile_index[p_j2k->m_current_tile_number].nb_tps = l_num_parts;
9126 l_acc_nb_of_tile_part += cstr_index->tile_index[it_tile].nb_tps;
9134 OPJ_UINT32 nb_of_tile_part = cstr_index->tile_index[it_tile].nb_tps;
9367 … l_cstr_index->tile_index[it_tile].nb_tps = p_j2k->cstr_index->tile_index[it_tile].nb_tps;
9370 … (opj_tp_index_t*)opj_malloc(l_cstr_index->tile_index[it_tile].nb_tps*sizeof(opj_tp_index_t));
9389 … l_cstr_index->tile_index[it_tile].nb_tps * sizeof(opj_tp_index_t) );
9548 if ( ! p_j2k->cstr_index->tile_index[l_tile_no_to_dec].nb_tps) {