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
789 *p_max_res = 0; in opj_get_encoding_parameters()
810 if (l_tccp->numresolutions > *p_max_res) { in opj_get_encoding_parameters()
811 *p_max_res = l_tccp->numresolutions; in opj_get_encoding_parameters()
869 OPJ_UINT32 * p_max_res, in opj_get_all_encoding_parameters() argument
915 *p_max_res = 0; in opj_get_all_encoding_parameters()
937 if (l_tccp->numresolutions > *p_max_res) { in opj_get_all_encoding_parameters()
938 *p_max_res = l_tccp->numresolutions; in opj_get_all_encoding_parameters()
1062 OPJ_UINT32 p_max_res, in opj_pi_update_encode_poc_and_final() argument
1076 OPJ_ARG_NOT_USED(p_max_res); in opj_pi_update_encode_poc_and_final()
1142 OPJ_UINT32 p_max_res, in opj_pi_update_encode_not_poc() argument
1173 l_current_poc->resE = p_max_res; in opj_pi_update_encode_not_poc()
1192 OPJ_UINT32 p_max_res) in opj_pi_update_decode_poc() argument
1203 OPJ_ARG_NOT_USED(p_max_res); in opj_pi_update_decode_poc()
1239 OPJ_UINT32 p_max_res) in opj_pi_update_decode_not_poc() argument
1263 l_current_pi->poc.resno1 = p_max_res; in opj_pi_update_decode_not_poc()