Lines Matching refs:p_max_res
99 OPJ_UINT32 p_max_res,
126 OPJ_UINT32 p_max_res,
154 OPJ_UINT32 * p_max_res);
186 OPJ_UINT32 * p_max_res,
205 OPJ_UINT32 p_max_res);
212 OPJ_UINT32 p_max_res);
748 OPJ_UINT32 * p_max_res) in opj_get_encoding_parameters() argument
786 *p_max_res = 0; in opj_get_encoding_parameters()
807 if (l_tccp->numresolutions > *p_max_res) { in opj_get_encoding_parameters()
808 *p_max_res = l_tccp->numresolutions; in opj_get_encoding_parameters()
866 OPJ_UINT32 * p_max_res, in opj_get_all_encoding_parameters() argument
912 *p_max_res = 0; in opj_get_all_encoding_parameters()
934 if (l_tccp->numresolutions > *p_max_res) { in opj_get_all_encoding_parameters()
935 *p_max_res = l_tccp->numresolutions; in opj_get_all_encoding_parameters()
1059 OPJ_UINT32 p_max_res, in opj_pi_update_encode_poc_and_final() argument
1073 OPJ_ARG_NOT_USED(p_max_res); in opj_pi_update_encode_poc_and_final()
1139 OPJ_UINT32 p_max_res, in opj_pi_update_encode_not_poc() argument
1170 l_current_poc->resE = p_max_res; in opj_pi_update_encode_not_poc()
1189 OPJ_UINT32 p_max_res) in opj_pi_update_decode_poc() argument
1200 OPJ_ARG_NOT_USED(p_max_res); in opj_pi_update_decode_poc()
1236 OPJ_UINT32 p_max_res) in opj_pi_update_decode_not_poc() argument
1260 l_current_pi->poc.resno1 = p_max_res; in opj_pi_update_decode_not_poc()