Lines Matching refs:p_max_res
100 OPJ_UINT32 p_max_res,
127 OPJ_UINT32 p_max_res,
155 OPJ_UINT32 * p_max_res );
187 OPJ_UINT32 * p_max_res,
206 OPJ_UINT32 p_max_res);
213 OPJ_UINT32 p_max_res);
575 OPJ_UINT32 * p_max_res ) in opj_get_encoding_parameters() argument
609 *p_max_res = 0; in opj_get_encoding_parameters()
630 if (l_tccp->numresolutions > *p_max_res) { in opj_get_encoding_parameters()
631 *p_max_res = l_tccp->numresolutions; in opj_get_encoding_parameters()
689 OPJ_UINT32 * p_max_res, in opj_get_all_encoding_parameters() argument
733 *p_max_res = 0; in opj_get_all_encoding_parameters()
755 if (l_tccp->numresolutions > *p_max_res) { in opj_get_all_encoding_parameters()
756 *p_max_res = l_tccp->numresolutions; in opj_get_all_encoding_parameters()
870 OPJ_UINT32 p_max_res, in opj_pi_update_encode_poc_and_final() argument
884 OPJ_ARG_NOT_USED(p_max_res); in opj_pi_update_encode_poc_and_final()
949 OPJ_UINT32 p_max_res, in opj_pi_update_encode_not_poc() argument
980 l_current_poc->resE = p_max_res; in opj_pi_update_encode_not_poc()
999 OPJ_UINT32 p_max_res) in opj_pi_update_decode_poc() argument
1010 OPJ_ARG_NOT_USED(p_max_res); in opj_pi_update_decode_poc()
1041 OPJ_UINT32 p_max_res) in opj_pi_update_decode_not_poc() argument
1065 l_current_pi->poc.resno1 = p_max_res; in opj_pi_update_decode_not_poc()