Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:resolutions

1118  * @param       p_nb_resolutions        the number of resolutions.
3046 resolutions*/
6857 opj_event_msg(p_manager, EVT_ERROR, "Number of resolutions is too high in comparison to the size of tiles\n");
6862 opj_event_msg(p_manager, EVT_ERROR, "Number of resolutions is too high in comparison to the size of tiles\n");
7761 l_res = l_tilec->resolutions + l_img_comp_src->resno_decoded;
8350 /* If user wants to remove more resolutions than the codestream contains, return error */
8352 opj_event_msg(p_manager, EVT_ERROR, "Error decoding component %d.\nThe number of resolutions to remove is higher than the number "
8353 "of resolutions of this component\nModify the cp_reduce parameter.\n\n", compno);