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

/external/pdfium/third_party/libopenjpeg20/
H A Dj2k.c9679 OPJ_UINT32 l_tile_no_to_dec; local
9701 l_tile_no_to_dec = (OPJ_UINT32)p_j2k->m_specific_param.m_decoder.m_tile_ind_to_dec;
9705 if ( ! p_j2k->cstr_index->tile_index[l_tile_no_to_dec].nb_tps) {
9715 if ( !(opj_stream_read_seek(p_stream, p_j2k->cstr_index->tile_index[l_tile_no_to_dec].tp_index[0].start_pos+2, p_manager)) ) {
9770 if(l_current_tile_no == l_tile_no_to_dec)
9781 opj_event_msg(p_manager, EVT_WARNING, "Tile read, decode and updated is not the desired (%d vs %d).\n", l_current_tile_no, l_tile_no_to_dec);

Completed in 54 milliseconds